/* =========================================================
   COCOON — tume & kuldne disainisüsteem
   ========================================================= */

:root {
	--bg: #0a0809;
	--bg-alt: #100d11;
	--panel: #171219;
	--panel-2: #1e1822;
	--line: rgba(206, 168, 100, 0.16);
	--line-strong: rgba(206, 168, 100, 0.42);
	--gold: #c8a352;
	--gold-light: #ecd9a8;
	--gold-dim: rgba(200, 163, 82, 0.55);
	--gold-grad: linear-gradient(115deg, #9d7427 0%, #ecd9a8 48%, #c8a352 100%);
	--text: #ece6da;
	--muted: #a2988a;
	--font-display: "Cormorant Garamond", Georgia, serif;
	--font-body: "Jost", "Segoe UI", sans-serif;
	--radius: 4px;
	--shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	font-weight: 300;
	font-size: 17px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/* Peen filmiteralisus kogu lehel */
body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 999;
	pointer-events: none;
	opacity: 0.05;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { background: rgba(200, 163, 82, 0.4); color: #fff; }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2a2230; border-radius: 6px; border: 2px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: var(--gold-dim); }

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

a { color: var(--gold-light); text-decoration: none; transition: color 0.25s; }
a:hover { color: #fff; }

:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; }

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 500;
	line-height: 1.08;
	color: #f6f0e4;
	letter-spacing: 0.01em;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.5rem; }

h1 em, h2 em, h3 em {
	font-style: italic;
	font-weight: 500;
	background: var(--gold-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	padding-right: 0.06em;
}

.container { width: min(1200px, 91%); margin-inline: auto; }
.container.narrow { width: min(840px, 91%); }
.center { text-align: center; }

/* ---------- Ornament (peenjoon — tekst — peenjoon) ---------- */
.ornament {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	margin: 0 auto 1.2rem;
}
.ornament::before, .ornament::after {
	content: "";
	height: 1px;
	width: min(110px, 18vw);
	background: linear-gradient(to right, transparent, var(--gold-dim));
}
.ornament::after { background: linear-gradient(to left, transparent, var(--gold-dim)); }
.ornament span {
	color: var(--gold);
	font-size: 0.74rem;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	white-space: nowrap;
	text-indent: 0.42em;
}

/* ---------- Nupud ---------- */
.btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0.95rem 2.4rem;
	border-radius: 2px;
	font-family: var(--font-body);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-indent: 0.22em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.3s var(--ease), box-shadow 0.3s, background 0.3s, color 0.3s, border-color 0.3s;
	border: 1px solid transparent;
	margin: 0.3rem 0.4rem 0.3rem 0;
}
.btn-gold {
	background: var(--gold-grad);
	color: #181006;
	box-shadow: 0 10px 30px rgba(200, 163, 82, 0.22);
}
.btn-gold::after {
	content: "";
	position: absolute;
	top: 0; left: -70%;
	width: 36%; height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
	transform: skewX(-22deg);
	transition: left 0.65s var(--ease);
}
.btn-gold:hover { transform: translateY(-2px); color: #000; box-shadow: 0 14px 38px rgba(200, 163, 82, 0.38); }
.btn-gold:hover::after { left: 135%; }
.btn-ghost {
	border-color: var(--line-strong);
	color: var(--gold-light);
	background: transparent;
}
.btn-ghost:hover { background: rgba(200, 163, 82, 0.1); border-color: var(--gold); color: #fff; }

.text-link {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 0.86rem;
	letter-spacing: 0.18em;
	text-indent: 0.18em;
	text-transform: uppercase;
	color: var(--gold-light);
	padding-bottom: 5px;
}
.text-link::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	height: 1px;
	width: 34px;
	background: var(--gold-grad);
	transition: width 0.4s var(--ease);
}
.text-link:hover::after { width: 100%; }

/* ---------- Päis ---------- */
.site-header {
	position: fixed;
	inset: 0 0 auto 0;
	z-index: 90;
	background: linear-gradient(to bottom, rgba(10, 8, 9, 0.62), rgba(10, 8, 9, 0.32) 75%, transparent);
	transition: background 0.4s;
}
.site-header::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	background: var(--gold-grad);
}
.site-header.scrolled {
	background: rgba(10, 8, 9, 0.9);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--line);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	min-height: 84px;
	transition: min-height 0.35s var(--ease);
}
.site-header.scrolled .header-inner { min-height: 64px; }
.brand img { height: 32px; width: auto; transition: height 0.35s var(--ease); }
.site-header.scrolled .brand img { height: 27px; }

.main-nav { display: flex; align-items: center; gap: 1.7rem; }
.main-nav > a {
	color: var(--text);
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative;
	padding: 0.4rem 0;
}
.main-nav > a::after {
	content: "";
	position: absolute;
	left: 50%; right: 50%; bottom: 0;
	height: 1px;
	background: var(--gold-grad);
	transition: left 0.3s var(--ease), right 0.3s var(--ease);
}
.main-nav > a:hover { color: var(--gold-light); }
.main-nav > a:hover::after { left: 0; right: 0; }

.lang-switch {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	color: rgba(206, 168, 100, 0.35);
	font-size: 0.8rem;
	margin-left: 0.5rem;
	padding-left: 1.3rem;
	border-left: 1px solid var(--line);
}
.lang-switch a { color: var(--muted); letter-spacing: 0.12em; }
.lang-switch a.active { color: var(--gold-light); }

.nav-toggle {
	display: none;
	background: none;
	border: 0;
	width: 44px; height: 44px;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
}
.nav-toggle span { display: block; height: 1px; width: 27px; background: var(--gold-light); margin-inline: auto; transition: transform 0.3s, opacity 0.3s; }

/* ---------- Avakuva ---------- */
.hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hero-bg {
	position: absolute;
	inset: 0;
}
.hero-bg-layer {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.8s ease;
	animation: kenburns 26s ease-in-out infinite alternate;
	will-change: transform, opacity;
}
.hero-bg-layer.active { opacity: 1; }
@keyframes kenburns {
	from { transform: scale(1); }
	to { transform: scale(1.1) translateY(-1.2%); }
}
.hero-overlay {
	position: absolute; inset: 0;
	background:
		radial-gradient(ellipse 120% 90% at 50% 30%, rgba(10, 8, 9, 0.25), rgba(10, 8, 9, 0.93) 78%),
		linear-gradient(to top, var(--bg) 0%, rgba(10, 8, 9, 0.3) 38%),
		linear-gradient(to bottom, rgba(10, 8, 9, 0.55), transparent 30%);
}
.hero-inner { position: relative; text-align: center; padding: 9rem 0 8rem; width: 100%; }
.hero-logo {
	width: min(460px, 80vw);
	margin: 0 auto 2.6rem;
	filter: drop-shadow(0 12px 36px rgba(0, 0, 0, 0.6));
}
.hero-kicker {
	color: var(--gold-light);
	letter-spacing: 0.38em;
	text-indent: 0.38em;
	text-transform: uppercase;
	font-size: 0.78rem;
	margin-bottom: 1.8rem;
}
.hero-text {
	max-width: 600px;
	margin: 0 auto 2.8rem;
	font-size: 1.16rem;
	line-height: 1.85;
	color: rgba(236, 230, 218, 0.92);
}
.hero-actions { margin-bottom: 0; }

.scroll-hint {
	position: absolute;
	left: 50%;
	bottom: 5.4rem;
	width: 1px;
	height: 62px;
	overflow: hidden;
	background: rgba(206, 168, 100, 0.16);
}
.scroll-hint span {
	position: absolute;
	left: 0; top: 0;
	width: 1px; height: 100%;
	background: linear-gradient(to bottom, transparent, var(--gold-light));
	animation: scrollhint 2.4s var(--ease) infinite;
}
@keyframes scrollhint {
	0% { transform: translateY(-100%); }
	55%, 100% { transform: translateY(100%); }
}

/* Jooksev tekstiriba */
.ticker {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	border-top: 1px solid var(--line);
	background: rgba(10, 8, 9, 0.55);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	overflow: hidden;
	padding: 1rem 0;
}
.ticker-track { display: flex; width: max-content; animation: ticker 42s linear infinite; }
.ticker-group { display: flex; align-items: center; gap: 3rem; padding-right: 3rem; }
.ticker-group span {
	font-size: 0.74rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: rgba(236, 217, 168, 0.75);
	white-space: nowrap;
}
.ticker-group i { color: rgba(200, 163, 82, 0.45); font-style: normal; font-size: 0.6rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Numbririba ---------- */
.stats { border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { position: relative; text-align: center; padding: 3rem 1rem 2.7rem; }
.stat + .stat::before {
	content: "";
	position: absolute;
	left: 0; top: 28%; bottom: 28%;
	width: 1px;
	background: var(--line);
}
.stat-num {
	display: block;
	font-family: var(--font-display);
	font-size: clamp(2.6rem, 4.5vw, 3.6rem);
	line-height: 1;
	background: var(--gold-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 0.55rem;
}
.stat-label {
	font-size: 0.76rem;
	letter-spacing: 0.26em;
	text-indent: 0.26em;
	text-transform: uppercase;
	color: var(--muted);
}

/* ---------- Sektsioonid ---------- */
.section { padding: 7rem 0; position: relative; }
.section-alt { background: var(--bg-alt); border-block: 1px solid rgba(206, 168, 100, 0.07); }

.section-head { max-width: 720px; margin-bottom: 3.4rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .lead, .lead { color: var(--muted); font-size: 1.06rem; margin-top: 1rem; font-weight: 300; }

.eyebrow {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	color: var(--gold);
	font-size: 0.74rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--gold-dim); }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after { content: ""; width: 38px; height: 1px; background: var(--gold-dim); }

/* ---------- Split paigutus ---------- */
.split {
	display: grid;
	grid-template-columns: 1.04fr 0.96fr;
	gap: 4.5rem;
	align-items: center;
}
.split-reverse { direction: rtl; }
.split-reverse > * { direction: ltr; }
.split-media img, .split-media iframe {
	width: 100%;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}
.split-media iframe { aspect-ratio: 4 / 3; display: block; }
.split-text > p { margin-bottom: 1.3rem; }

/* Kihiline pildipaar */
.media-stack { position: relative; margin-left: 1.6rem; margin-bottom: 1.6rem; }
.media-stack::before {
	content: "";
	position: absolute;
	top: -1.4rem; right: -1.4rem;
	width: 100%; height: 100%;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	pointer-events: none;
}
.media-stack .media-main { position: relative; }
.media-stack .media-accent {
	position: absolute;
	left: -1.6rem; bottom: -1.6rem;
	width: 44%;
	border: 5px solid var(--bg);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

/* Kaardiraam */
.map-frame { position: relative; }
.map-frame::before {
	content: "";
	position: absolute;
	top: -1.4rem; right: -1.4rem;
	width: 100%; height: 100%;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	pointer-events: none;
}

/* ---------- Püsiõhtute kaardid ---------- */
.weekly-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.8rem;
}
.day-card {
	background: linear-gradient(170deg, var(--panel) 0%, var(--bg-alt) 100%);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.45s var(--ease), border-color 0.45s, box-shadow 0.45s;
}
.day-card:hover { transform: translateY(-8px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.day-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.day-media img {
	width: 100%; height: 100%;
	object-fit: cover;
	filter: saturate(0.82) brightness(0.9);
	transition: transform 0.8s var(--ease), filter 0.8s;
}
.day-card:hover .day-media img { transform: scale(1.07); filter: saturate(1.05) brightness(1); }
.day-media::after {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(to top, var(--panel) 4%, transparent 55%);
}
.day-tag {
	position: absolute;
	left: 1.8rem; bottom: 0.9rem;
	z-index: 2;
	font-size: 0.72rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: var(--gold);
}
.day-body { padding: 1.4rem 1.8rem 2.1rem; display: flex; flex-direction: column; flex: 1; }
.day-body h3 {
	font-size: 1.85rem;
	margin-bottom: 1rem;
	color: #f6f0e4;
}
.day-times {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 1.6rem;
	color: var(--muted);
	font-size: 0.86rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.3rem;
}
.day-times strong { color: var(--gold-light); font-weight: 400; }
.day-desc { font-size: 0.93rem; color: var(--muted); margin-top: 1.3rem; }
.day-offer {
	margin-top: auto;
	padding-top: 1.4rem;
	border-top: 1px dashed rgba(206, 168, 100, 0.3);
	margin-top: 1.5rem;
	font-size: 0.88rem;
	color: rgba(236, 230, 218, 0.85);
}
.day-offer span {
	display: block;
	color: var(--gold);
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin-bottom: 0.35rem;
}

.price-list { list-style: none; }
.price-list li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	padding: 0.6rem 0;
	border-top: 1px solid var(--line);
	font-size: 0.94rem;
}
.price-list li:last-child { border-bottom: 1px solid var(--line); }
.price-list li span { color: var(--muted); letter-spacing: 0.05em; }
.price-list li strong { color: var(--gold-light); font-weight: 500; white-space: nowrap; font-size: 1.02rem; }
.price-list li em { color: var(--muted); font-style: italic; font-size: 0.84rem; white-space: normal; font-weight: 300; }

/* ---------- Ürituste kaardid (plugin) ---------- */
.cocoon-events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1.8rem;
	margin-bottom: 2.8rem;
}
.cocoon-event-card {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.45s var(--ease), border-color 0.45s, box-shadow 0.45s;
}
.cocoon-event-card:hover { transform: translateY(-8px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.cocoon-event-media-link { display: block; }
.cocoon-event-poster { position: relative; overflow: hidden; }
.cocoon-event-poster img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform 0.8s var(--ease);
}
.cocoon-event-card:hover .cocoon-event-poster img { transform: scale(1.06); }
.poster-fallback {
	aspect-ratio: 3 / 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(ellipse at 50% 120%, rgba(200, 163, 82, 0.16), transparent 65%),
		linear-gradient(160deg, var(--panel-2), var(--bg-alt));
}
.poster-monogram {
	font-family: var(--font-display);
	font-size: 7rem;
	font-style: italic;
	line-height: 1;
	background: var(--gold-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 0.5;
}
.event-badge {
	position: absolute;
	top: 1.1rem; left: 1.1rem;
	min-width: 60px;
	background: rgba(10, 8, 9, 0.82);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid var(--line-strong);
	border-radius: 2px;
	padding: 0.5rem 0.7rem 0.45rem;
	text-align: center;
}
.event-badge b {
	display: block;
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 0.95;
	color: var(--gold-light);
}
.event-badge i {
	display: block;
	font-style: normal;
	font-size: 0.62rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--muted);
	margin-top: 0.2rem;
}
.cocoon-event-body { padding: 1.8rem 1.7rem 2rem; display: flex; flex-direction: column; flex: 1; }
.cocoon-event-date {
	color: var(--gold);
	font-size: 0.74rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	margin-bottom: 0.7rem;
}
.cocoon-event-title { font-family: var(--font-display); font-weight: 500; font-size: 1.75rem; margin-bottom: 0.7rem; line-height: 1.1; }
.cocoon-event-title a { color: #f6f0e4; text-decoration: none; transition: color 0.3s; }
.cocoon-event-title a:hover { color: var(--gold-light); }
.cocoon-event-desc {
	color: var(--muted);
	font-size: 0.94rem;
	margin-bottom: 1.2rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cocoon-event-prices { list-style: none; margin: 0 0 1.3rem; }
.cocoon-event-prices li {
	display: flex; justify-content: space-between;
	padding: 0.55rem 0;
	border-top: 1px solid var(--line);
	font-size: 0.92rem;
}
.cocoon-event-prices li:last-child { border-bottom: 1px solid var(--line); }
.cocoon-event-prices li span { color: var(--muted); }
.cocoon-event-prices li strong { color: var(--gold-light); font-weight: 500; }
.cocoon-event-actions { margin-top: auto; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.cocoon-events-empty { color: var(--muted); font-size: 1.05rem; text-align: center; padding: 2rem 0 3rem; }

/* ---------- Infokaardid ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.info-card {
	position: relative;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 2.3rem 2rem;
	transition: transform 0.45s var(--ease), border-color 0.45s;
	overflow: hidden;
}
.info-card::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 2px;
	background: var(--gold-grad);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s var(--ease);
}
.info-card:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.info-card:hover::after { transform: scaleX(1); }
.info-card h3 { color: #f6f0e4; margin-bottom: 0.9rem; font-size: 1.6rem; }
.info-card p { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.2rem; }
.info-card .eyebrow { margin-bottom: 1.3rem; }

.numbered { counter-reset: ic; }
.numbered .info-card { counter-increment: ic; }
.numbered .info-card::before {
	content: "0" counter(ic);
	position: absolute;
	top: 1.3rem; right: 1.6rem;
	font-family: var(--font-display);
	font-style: italic;
	font-size: 2.3rem;
	color: rgba(206, 168, 100, 0.16);
	line-height: 1;
}

/* ---------- Liikmelisus ---------- */
.tier-card .perk-list { list-style: none; }
.tier-card .perk-list li {
	padding: 0.5rem 0 0.5rem 1.5rem;
	position: relative;
	border-top: 1px solid var(--line);
	font-size: 0.92rem;
}
.tier-card .perk-list li::before { content: "✦"; position: absolute; left: 0; top: 0.62rem; color: var(--gold); font-size: 0.72rem; }
.tier-vip {
	background:
		radial-gradient(ellipse at 50% 0%, rgba(200, 163, 82, 0.14), transparent 70%),
		var(--panel);
	border-color: var(--line-strong);
}

/* ---------- Reeglid ---------- */
.rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.rule-card {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 2rem 1.9rem;
	position: relative;
	transition: border-color 0.4s;
}
.rule-card:hover { border-color: var(--line-strong); }
.rule-num {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 2.5rem;
	color: rgba(206, 168, 100, 0.2);
	position: absolute;
	top: 1.1rem; right: 1.5rem;
	font-weight: 500;
	line-height: 1;
}
.rule-card h3 { color: var(--gold-light); margin-bottom: 0.7rem; padding-right: 3.2rem; font-size: 1.3rem; }
.rule-card p { color: var(--muted); font-size: 0.93rem; }

.golden-list { counter-reset: golden; list-style: none; }
.golden-list li {
	counter-increment: golden;
	display: flex;
	gap: 1.4rem;
	align-items: baseline;
	padding: 1rem 0;
	border-bottom: 1px solid var(--line);
}
.golden-list li::before {
	content: counter(golden, decimal-leading-zero);
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.55rem;
	color: var(--gold);
	min-width: 2.4rem;
	line-height: 1;
}

.terms-details {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1.5rem 1.9rem;
}
.terms-details summary {
	cursor: pointer;
	color: var(--gold-light);
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.88rem;
}
.terms-details h3 { color: var(--gold-light); margin: 1.8rem 0 0.6rem; font-size: 1.18rem; }
.terms-details ul { margin-left: 1.2rem; color: var(--muted); font-size: 0.92rem; }
.terms-details li { margin-bottom: 0.45rem; }
.closing-line {
	margin-top: 3.4rem;
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.9rem;
	background: var(--gold-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* ---------- Väärtuste / info loendid ---------- */
/* Joonstiilis SVG-ikoonid (asukoht, väärtused jm) */
.cc-icon { width: 20px; height: 20px; display: block; }

.value-list { list-style: none; margin-top: 1.4rem; }
.value-list li {
	display: flex;
	gap: 1.1rem;
	align-items: center;
	padding: 0.8rem 0;
	border-bottom: 1px solid var(--line);
}
.value-list li span {
	color: var(--gold);
	font-size: 0.82rem;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.info-rows { list-style: none; margin: 1.6rem 0 2rem; }
.info-rows li {
	display: flex;
	gap: 1.1rem;
	align-items: center;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--line);
	font-size: 0.98rem;
}
.info-rows li:first-child { border-top: 1px solid var(--line); }
.info-rows li span {
	color: var(--gold);
	flex: 0 0 auto;
	min-width: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.info-rows strong { font-weight: 400; color: var(--gold-light); letter-spacing: 0.03em; }

/* ---------- Tagasiside ---------- */
.testimonial {
	position: relative;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 2.2rem 2rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.testimonial::before {
	content: "“";
	position: absolute;
	top: -1.4rem; right: 0.6rem;
	font-family: var(--font-display);
	font-size: 9rem;
	color: rgba(206, 168, 100, 0.1);
	line-height: 1;
	pointer-events: none;
}
.stars { color: var(--gold); letter-spacing: 0.34em; font-size: 0.72rem; margin-bottom: 1.1rem; }
.testimonial p {
	font-family: var(--font-display);
	font-size: 1.22rem;
	font-style: italic;
	line-height: 1.55;
	color: rgba(236, 230, 218, 0.94);
	margin-bottom: 1.6rem;
}
.testimonial footer { display: flex; align-items: center; gap: 1rem; margin-top: auto; }
.testimonial footer img {
	width: 46px; height: 46px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid var(--line-strong);
}
.testimonial cite {
	color: var(--gold-light);
	font-style: normal;
	font-size: 0.82rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

/* ---------- Galerii (mosaiik) ---------- */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 168px;
	grid-auto-flow: dense;
	gap: 10px;
}
.gallery-item {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--line);
}
.gallery-item img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform 0.7s var(--ease), filter 0.7s;
	filter: saturate(0.8) brightness(0.92);
}
.gallery-item::after {
	content: "+";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-display);
	font-size: 2.4rem;
	color: var(--gold-light);
	background: rgba(10, 8, 9, 0.45);
	opacity: 0;
	transition: opacity 0.4s;
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover img { transform: scale(1.07); filter: saturate(1.05) brightness(1); }
.gallery-item:nth-child(8n+1) { grid-column: span 2; grid-row: span 2; }
.gallery-item:nth-child(8n+6) { grid-row: span 2; }

/* ---------- Partnerid ---------- */
.partners { padding: 4.5rem 0; }
.partners .ornament { margin-bottom: 2.6rem; }
.partners-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 3rem 3.4rem;
}
.partners-row img {
	height: 40px; width: auto;
	opacity: 0.55;
	filter: grayscale(0.55);
	transition: opacity 0.35s, filter 0.35s, transform 0.35s;
}
.partners-row a:hover img { opacity: 1; filter: none; transform: translateY(-2px); }
.partner-text {
	color: var(--muted);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.86rem;
}
.partner-text:hover { color: var(--gold-light); }

/* ---------- Uudiskiri ja vormid ---------- */
.newsletter-box {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 2.2rem;
}

.form-fallback {
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 2.4rem 2rem;
	text-align: center;
}
.form-fallback p { color: var(--muted); margin-bottom: 1.3rem; }

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select,
.newsletter-box input[type="text"], .newsletter-box input[type="email"] {
	width: 100%;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: 2px;
	color: var(--text);
	font-family: var(--font-body);
	font-weight: 300;
	font-size: 0.96rem;
	padding: 0.85rem 1.1rem;
	margin-bottom: 1rem;
	transition: border-color 0.3s;
}
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; border-color: var(--gold); }
.wpcf7 input[type="submit"], .newsletter-box button, .newsletter-box input[type="submit"] {
	background: var(--gold-grad);
	color: #181006;
	border: 0;
	border-radius: 2px;
	padding: 0.9rem 2.4rem;
	font-weight: 500;
	font-size: 0.82rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	cursor: pointer;
}

/* ---------- Lehe avakuva (alamlehed) ---------- */
.page-hero {
	position: relative;
	padding: 12rem 0 5.5rem;
	background-color: var(--bg-alt);
	background-size: cover;
	background-position: center 30%;
	border-bottom: 1px solid var(--line);
	overflow: hidden;
}
.page-hero-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(to top, var(--bg) 2%, rgba(10, 8, 9, 0.85) 55%, rgba(10, 8, 9, 0.6));
}
.page-hero .container { position: relative; max-width: 880px; }
.page-hero h1 { margin-bottom: 0.4rem; }
.page-hero .lead { max-width: 700px; }

.page-content p { margin-bottom: 1.2rem; }
.page-content h2, .page-content h3 { margin: 2rem 0 0.8rem; }

/* ---------- Ürituse vaade: tekst + pilt ---------- */
.event-layout {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 3.5rem;
	align-items: start;
}
.event-media { position: sticky; top: 100px; }
.event-media img {
	width: 100%;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}
@media (max-width: 900px) {
	.event-layout { grid-template-columns: 1fr; gap: 2.4rem; }
	.event-media { position: static; order: -1; }
}

/* ---------- Ürituse kirjeldus (vormindatud vaba tekst) ---------- */
.event-desc-body { margin-bottom: 2.2rem; }
.event-desc-body p {
	color: rgba(236, 230, 218, 0.88);
	line-height: 1.85;
	margin-bottom: 1.1rem;
}
.event-subhead {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--gold-light);
	font-family: var(--font-sans);
	font-weight: 500;
	font-size: 0.8rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin: 2.2rem 0 1rem;
}
.event-subhead::before {
	content: "";
	width: 1.4rem; height: 1px;
	background: var(--gold);
	flex: 0 0 auto;
}
.event-checklist { list-style: none; margin: 0 0 1.4rem; }
.event-checklist li {
	position: relative;
	padding-left: 1.7rem;
	margin-bottom: 0.6rem;
	color: rgba(236, 230, 218, 0.88);
	line-height: 1.6;
}
.event-checklist li::before {
	content: "✓";
	position: absolute;
	left: 0; top: 0;
	color: var(--gold);
	font-size: 0.9rem;
}

.contact-details { line-height: 2.1; }

/* ---------- Jalus ---------- */
.site-footer {
	position: relative;
	background: #060507;
	border-top: 1px solid var(--line);
	padding: 5rem 0 0;
	overflow: hidden;
}
.footer-word {
	font-family: var(--font-display);
	font-size: clamp(3.4rem, 11vw, 8rem);
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-align: center;
	line-height: 1;
	background: linear-gradient(to bottom, rgba(236, 217, 168, 0.16), rgba(236, 217, 168, 0.015));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	user-select: none;
	margin-bottom: 3.4rem;
	white-space: nowrap;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 3rem;
	padding-bottom: 3.4rem;
}
.footer-brand img { height: 38px; width: auto; margin-bottom: 1.3rem; }
.footer-brand p { color: var(--muted); font-size: 0.95rem; max-width: 340px; }
.footer-col h4 {
	font-family: var(--font-body);
	font-size: 0.74rem;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 1.4rem;
	font-weight: 500;
}
.footer-col ul { list-style: none; }
.footer-col li { padding: 0.32rem 0; color: var(--muted); font-size: 0.94rem; }
.footer-col a { color: var(--muted); }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom {
	border-top: 1px solid rgba(206, 168, 100, 0.09);
	padding: 1.7rem 0;
	color: rgba(162, 152, 138, 0.7);
	font-size: 0.82rem;
	text-align: center;
	letter-spacing: 0.08em;
}

/* ---------- Lightbox ---------- */
.lightbox {
	position: fixed; inset: 0;
	z-index: 1100;
	background: rgba(6, 5, 7, 0.95);
	backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 88vh; width: auto; border-radius: var(--radius); border: 1px solid var(--line-strong); }
.lightbox-close {
	position: absolute;
	top: 1.1rem; right: 1.6rem;
	background: none; border: 0;
	color: var(--gold-light);
	font-size: 2.8rem;
	cursor: pointer;
	line-height: 1;
	font-family: var(--font-display);
}

/* ---------- Ilmumisanimatsioon ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

.weekly-grid > .reveal:nth-child(2), .cards-3 > .reveal:nth-child(2),
.cocoon-events-grid > .reveal:nth-child(2), .stats-row > .reveal:nth-child(2),
.cards-4 > .reveal:nth-child(2) { transition-delay: 0.12s; }
.weekly-grid > .reveal:nth-child(3), .cards-3 > .reveal:nth-child(3),
.cocoon-events-grid > .reveal:nth-child(3), .stats-row > .reveal:nth-child(3),
.cards-4 > .reveal:nth-child(3) { transition-delay: 0.24s; }
.stats-row > .reveal:nth-child(4), .cards-4 > .reveal:nth-child(4) { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; transition: none; }
	.hero-bg-layer, .ticker-track, .scroll-hint span { animation: none; }
	html { scroll-behavior: auto; }
}

/* ---------- WP admin riba ---------- */
body.admin-bar .site-header { top: 32px; }

/* ---------- Tahvel ---------- */
@media (max-width: 1024px) {
	.weekly-grid, .cards-3 { grid-template-columns: repeat(2, 1fr); }
	.cards-4 { grid-template-columns: repeat(2, 1fr); }
	.gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.split { grid-template-columns: 1fr; gap: 3rem; }
	.media-stack, .map-frame { margin-right: 1.4rem; }
}

/* ---------- Mobiil ---------- */
@media (max-width: 768px) {
	.section { padding: 4.5rem 0; }
	.nav-toggle { display: flex; }
	.main-nav {
		position: fixed;
		top: 64px; left: 0; right: 0;
		background: rgba(10, 8, 9, 0.97);
		backdrop-filter: blur(18px);
		flex-direction: column;
		align-items: flex-start;
		padding: 1.6rem 6% 2rem;
		gap: 0.3rem;
		border-bottom: 1px solid var(--line);
		transform: translateY(-130%);
		transition: transform 0.4s var(--ease);
		max-height: calc(100vh - 64px);
		overflow-y: auto;
	}
	body.admin-bar .main-nav { top: 110px; }
	.main-nav.open { transform: none; }
	.main-nav > a { font-size: 0.95rem; padding: 0.8rem 0; width: 100%; border-bottom: 1px solid rgba(206, 168, 100, 0.08); }
	.lang-switch { border-left: 0; padding-left: 0; margin: 1rem 0 0.4rem; }
	.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.header-inner, .site-header.scrolled .header-inner { min-height: 64px; }
	.brand img { height: 26px; }

	.hero-inner { padding: 8rem 0 9rem; }
	.scroll-hint { display: none; }

	.stats-row { grid-template-columns: repeat(2, 1fr); }
	.stat { padding: 2rem 0.8rem 1.8rem; }
	.stat:nth-child(3)::before { display: none; }
	.stat:nth-child(odd) { border-top: 1px solid var(--line); }
	.stat:nth-child(even) { border-top: 1px solid var(--line); }
	.stat:nth-child(-n+2) { border-top: 0; }

	.weekly-grid, .cards-3, .cards-4, .rules-grid { grid-template-columns: 1fr; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
	.footer-grid { grid-template-columns: 1fr; gap: 2.4rem; }
	.page-hero { padding: 9rem 0 3.8rem; }
	.media-stack .media-accent { width: 52%; left: -0.8rem; bottom: -0.8rem; }
	.media-stack, .map-frame { margin: 0 1rem 1rem 0.8rem; }
	.footer-word { letter-spacing: 0.18em; text-indent: 0.18em; }
}
