/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/mulish-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/mulish-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/mulish-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/mulish-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/mulish-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/mulish-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Rubik Dirt — alamhulk (ladina + eesti tähed) */
@font-face {
  font-family: 'Rubik Dirt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/rubik-dirt.woff2) format('woff2');
}

/* ---------- Põhi ---------- */
:root {
	--green: #00d400;
	--dark-green: #114608;
	--radius: 10px;
	--display: 'Rubik Dirt', 'Arial Black', Impact, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: #000;
	color: #fff;
	font: 18px/1.5 'Mulish', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
a { color: #4cc3ea; }
a:hover { color: #8fdcf5; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; background: #fff; color: #000; padding: 8px 14px; z-index: 100; }
.skip-link:focus { left: 8px; top: 8px; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }

.site { max-width: 960px; margin: 0 auto; padding: 0 16px 24px; }
@media (min-width: 1000px) { .site { padding: 0 0 24px; } }

/* ---------- Päis ---------- */
.top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; }
.brand { margin: 0; font: 400 26px/1.1 var(--display); text-transform: uppercase; letter-spacing: .5px; }
.brand a { color: #fff; text-decoration: none; }
.social { display: flex; gap: 10px; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; color: #fff; border-radius: 8px; transition: color .3s, background-color .3s; }
.social a.fb:hover { color: #1877f2; }
.social a.ig:hover { color: #e1306c; }

/* ---------- Paneelid ---------- */
.stage { position: relative; border-radius: var(--radius); overflow: hidden; }
.panels { display: grid; grid-template-columns: 1fr; gap: 12px; }
.panel {
	position: relative;
	display: block;
	height: 230px;
	border-radius: var(--radius);
	overflow: hidden;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: background-color .6s ease-in-out;
}
.panel:hover, .panel:focus-visible, .gift-bar:hover, .gift-bar:focus-visible {
	background-color: var(--green);
	background-blend-mode: multiply;
}
.panel-label {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	transform: translate(-50%, -50%) rotate(-12deg);
	font: 400 38px/.95 var(--display);
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, .75), 0 0 2px rgba(0, 0, 0, .5);
	pointer-events: none;
}

/* ---------- Avatud sektsioon ---------- */
.stage.is-open .panels { display: none; }
.open-view { position: relative; display: grid; gap: 10px; padding: 10px; animation: fade .5s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.open-bg {
	position: absolute;
	inset: -12px;
	background-size: cover;
	background-position: center center !important;
	filter: blur(4px);
	z-index: 0;
}
.sec-text, .booking { position: relative; z-index: 1; border-radius: var(--radius); padding: 20px; }
.sec-text { background: rgba(0, 0, 0, .75); outline: none; }
.sec-text h1, .sec-text h2 { font-size: 26px; line-height: 1.2; margin: 0 0 .6em; font-weight: 700; }
.sec-text h2 { font-size: 22px; margin-top: 1.2em; }
.sec-text p { margin: 0 0 1em; }
.sec-text ul, .sec-text ol { padding-left: 1.2em; }

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; margin-top: 1.2em; }
.gallery a { display: block; border-radius: 6px; overflow: hidden; }
.gallery img { display: block; width: 100%; height: 130px; object-fit: cover; transition: transform .4s; }
.gallery a:hover img { transform: scale(1.05); }

.booking { background: rgba(255, 255, 255, .6); color: var(--dark-green); }
.booking h2 { font-size: 30px; line-height: 1.1; margin: 0 0 18px; }
.booking label { display: block; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.booking label small { font-weight: 400; font-size: 14px; }
.booking input, .booking textarea {
	display: block;
	width: 100%;
	margin-top: 3px;
	border: 0;
	border-radius: 3px;
	padding: 7px 8px;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	background: #fff;
	box-shadow: inset 3px 3px 8px rgba(0, 0, 0, .2);
}
.booking textarea { resize: vertical; min-height: 100px; }
.booking input:user-invalid, .booking textarea:user-invalid { background: #fbe3e3; }
.booking button {
	border: 0;
	border-radius: 3px;
	background: #fff;
	color: var(--dark-green);
	font-family: inherit;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	padding: 10px 28px;
	cursor: pointer;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .25);
	transition: background-color .3s, color .3s;
}
.booking button:hover { background: var(--green); color: #fff; }
.booking button[disabled] { opacity: .6; cursor: wait; }
.booking .response { min-height: 1.5em; margin: 12px 0; font-weight: 700; font-size: 16px; }
.booking .response .ok { color: #0b5e00; }
.booking .response .err { color: #a40000; }
.booking .contact { font-size: 20px; font-weight: 700; margin: 0; }
.booking .contact a { color: var(--dark-green); text-decoration: none; }
.booking .contact a:hover { text-decoration: underline; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.close {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 5;
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #333;
	font: 700 22px/1 Arial, sans-serif;
	text-decoration: none;
	opacity: .75;
	transition: opacity .3s;
}
.close:hover { opacity: 1; color: #000; }

/* ---------- Kinkekaardi riba ---------- */
.gift-bar {
	display: grid;
	place-items: center;
	height: 70px;
	margin-top: 12px;
	border-radius: var(--radius);
	background-size: cover;
	background-color: transparent;
	text-decoration: none;
	transition: background-color .6s ease-in-out;
}
.gift-bar span { font: 400 34px/1 var(--display); text-transform: uppercase; color: #fff; text-shadow: 2px 2px 5px rgba(0, 0, 0, .6); }
.gift-bar[aria-current] { outline: 2px solid rgba(255, 255, 255, .5); }

/* ---------- Tutvustus ja jalus ---------- */
.intro { max-width: 760px; margin: 28px auto 0; text-align: center; color: #b5b5b5; font-size: 17px; }
.intro p { margin: 0 0 .8em; }
.foot { margin-top: 28px; text-align: center; color: #6f6f6f; font-size: 14px; }
.foot p { margin: 0 0 4px; }
.foot a { color: #8d8d8d; text-decoration: none; }
.foot a:hover { color: #fff; }

/* ---------- Pildivaade ---------- */
.lb { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .92); animation: fade .25s ease; }
.lb img { max-width: 94vw; max-height: 88vh; border-radius: 4px; box-shadow: 0 10px 40px rgba(0, 0, 0, .6); }
.lb button { position: absolute; border: 0; background: rgba(255, 255, 255, .15); color: #fff; width: 48px; height: 48px; border-radius: 50%; font: 28px/1 Arial, sans-serif; cursor: pointer; }
.lb button:hover { background: rgba(255, 255, 255, .3); }
.lb .lb-x { top: 14px; right: 14px; }
.lb .lb-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lb .lb-next { right: 14px; top: 50%; transform: translateY(-50%); }
.lb .lb-cap { position: absolute; bottom: 12px; left: 0; right: 0; text-align: center; color: #ccc; font-size: 15px; }

/* ---------- Telefon: iga paneel näitab oma kolmandikku pildist ---------- */
@media (max-width: 639px) {
	.panel { height: 250px; background-size: 190% auto; background-position-y: 30% !important; }
	.brand { font-size: 22px; }
	.gift-bar span { font-size: 28px; }
}

/* ---------- Tahvel ---------- */
@media (min-width: 640px) {
	.panels { grid-template-columns: repeat(3, 1fr); }
	.panel { height: 420px; }
	.panel-label { top: auto; bottom: 70px; transform: translateX(-50%) rotate(-25deg); font-size: 34px; }
	.open-view { grid-template-columns: 1fr 280px; }
}

/* ---------- Arvuti (originaalkujundus 960×650) ---------- */
@media (min-width: 1000px) {
	.stage { height: 650px; }
	.panels { gap: 15px; height: 100%; }
	.panel { height: 100%; }
	.panel-label { bottom: 95px; font-size: 46px; width: 300px; }
	.open-view { position: absolute; inset: 0; grid-template-columns: 1fr 310px; }
	.sec-text, .booking { overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, .35) transparent; }
	.booking { scrollbar-color: rgba(17, 70, 8, .35) transparent; }
	.sec-text { padding: 22px 26px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; }
}
