/* Leaping Lizards — theme stylesheet */

:root {
	--ll-purple: #6A2BB5;
	--ll-purple-dark: #4e1f86;
	--ll-green: #7BC142;
	--ll-yellow: #FFC72C;
	--ll-orange: #F58220;
	--ll-cream: #FFF8EE;
	--ll-text: #1F1A2E;
	--ll-muted: #5b556f;
	--ll-border: #ecdcfb;
	--ll-radius: 16px;
	--ll-radius-lg: 24px;
	--ll-shadow: 0 6px 24px rgba(31, 26, 46, 0.08);
	--ll-font-display: 'Fredoka', system-ui, sans-serif;
	--ll-font-body: 'Nunito', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: var(--ll-font-body);
	color: var(--ll-text);
	background: var(--ll-cream);
	line-height: 1.55;
}

h1, h2, h3, h4 { font-family: var(--ll-font-display); margin: 0 0 .5em; line-height: 1.15; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
a { color: var(--ll-purple); }

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

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 3.5rem 0; }
.section--tight { padding: 2rem 0; }
.text-center { text-align: center; }
.accent-purple { color: var(--ll-purple); }
.accent-yellow { color: var(--ll-yellow); }
.accent-green { color: var(--ll-green); }
.accent-orange { color: var(--ll-orange); }

/* === Buttons === */
.btn {
	display: inline-block;
	font-family: var(--ll-font-display);
	font-weight: 600;
	padding: .85rem 1.5rem;
	border-radius: 999px;
	text-decoration: none;
	border: 2px solid transparent;
	transition: transform .15s ease, background .15s ease, color .15s ease;
	cursor: pointer;
	font-size: 1rem;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--ll-purple); color: #fff; }
.btn--primary:hover { background: var(--ll-purple-dark); }
.btn--yellow { background: var(--ll-yellow); color: var(--ll-text); }
.btn--green { background: var(--ll-green); color: #fff; }
.btn--orange { background: var(--ll-orange); color: #fff; }
.btn--outline { background: transparent; color: var(--ll-purple); border-color: var(--ll-purple); }
.btn--outline:hover { background: var(--ll-purple); color: #fff; }
.btn--sm { padding: .5rem 1rem; font-size: .9rem; }

/* === Header === */
.site-header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: 0 2px 12px rgba(31, 26, 46, .05);
}
.site-header__inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding: .75rem 1.25rem;
	max-width: 1280px;
	margin: 0 auto;
}
.site-logo {
	display: flex;
	align-items: center;
	gap: .6rem;
	font-family: var(--ll-font-display);
	font-weight: 700;
	font-size: 1.15rem;
	color: var(--ll-purple);
	text-decoration: none;
	flex: 0 0 auto;
}
.site-logo__mark {
	width: 44px; height: 44px;
	background: var(--ll-green);
	border-radius: 50%;
	display: grid; place-items: center;
	color: #fff; font-weight: 700; font-size: 1.3rem;
}
.site-logo__text small { display: block; font-size: .7rem; color: var(--ll-muted); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }

.site-nav { flex: 1; }
.site-nav__toggle { display: none; background: transparent; border: 0; font-size: 1.6rem; color: var(--ll-purple); cursor: pointer; }
.site-nav__list { list-style: none; margin: 0; padding: 0; display: flex; gap: .25rem; flex-wrap: wrap; }
.site-nav__list a { display: block; padding: .5rem .85rem; text-decoration: none; color: var(--ll-text); font-weight: 600; border-radius: 999px; }
.site-nav__list a:hover, .site-nav__list .current-menu-item > a { background: #f1e7fb; color: var(--ll-purple); }

@media (max-width: 900px) {
	.site-nav__toggle { display: block; margin-left: auto; }
	.site-nav__list { display: none; width: 100%; flex-direction: column; padding: 1rem 0; }
	.site-nav.is-open .site-nav__list { display: flex; }
	.site-header__inner { flex-wrap: wrap; }
	.site-header .btn--primary { order: 2; }
}

/* === Announcement bar === */
.announce {
	background: var(--ll-yellow);
	color: var(--ll-text);
	text-align: center;
	padding: .5rem 1rem;
	font-weight: 600;
	font-size: .95rem;
}

/* === Hero === */
.hero {
	position: relative;
	background: linear-gradient(135deg, #f6ecff 0%, #fff8ee 100%);
	padding: 3rem 0 4rem;
}
.hero__inner {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 2rem;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25rem;
}
.hero__title { color: var(--ll-purple); }
.hero__title span { color: var(--ll-yellow); -webkit-text-stroke: 1px var(--ll-orange); }
.hero__lede { font-size: 1.1rem; color: var(--ll-muted); max-width: 36ch; }
.hero__ctas { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.25rem; }
.hero__media { border-radius: var(--ll-radius-lg); overflow: hidden; box-shadow: var(--ll-shadow); aspect-ratio: 4/3; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
	position: absolute;
	right: 4%;
	top: 40%;
	background: var(--ll-yellow);
	color: var(--ll-text);
	font-family: var(--ll-font-display);
	font-weight: 700;
	width: 120px; height: 120px;
	border-radius: 50%;
	display: grid; place-items: center;
	text-align: center;
	font-size: .85rem;
	line-height: 1.2;
	transform: rotate(-10deg);
	box-shadow: var(--ll-shadow);
}
@media (max-width: 800px) {
	.hero__inner { grid-template-columns: 1fr; }
	.hero__badge { display: none; }
}

/* === Quick facts strip === */
.facts {
	margin-top: -2.5rem;
	position: relative;
	z-index: 2;
}
.facts__grid {
	background: #fff;
	border-radius: var(--ll-radius-lg);
	box-shadow: var(--ll-shadow);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
}
.facts__item {
	padding: 1.25rem 1rem;
	display: flex;
	align-items: center;
	gap: .85rem;
	border-right: 1px solid var(--ll-border);
}
.facts__item:last-child { border-right: 0; }
.facts__icon {
	width: 44px; height: 44px;
	border-radius: 50%;
	background: #f1e7fb;
	color: var(--ll-purple);
	display: grid; place-items: center;
	font-size: 1.3rem;
	flex: 0 0 auto;
}
.facts__label { font-family: var(--ll-font-display); font-weight: 600; font-size: 1rem; }
.facts__value { color: var(--ll-muted); font-size: .9rem; }
@media (max-width: 800px) {
	.facts__grid { grid-template-columns: 1fr 1fr; }
	.facts__item:nth-child(2) { border-right: 0; }
}
@media (max-width: 480px) {
	.facts__grid { grid-template-columns: 1fr; }
	.facts__item { border-right: 0; border-bottom: 1px solid var(--ll-border); }
}

/* === Section heading === */
.section-head { text-align: center; margin-bottom: 2rem; }
.section-head h2 { color: var(--ll-purple); }
.section-head__sub { color: var(--ll-muted); max-width: 60ch; margin: 0 auto; }

/* === Tile grid (Explore the Fun, menus, etc.) === */
.tile-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.25rem;
}
.tile {
	background: #fff;
	border-radius: var(--ll-radius);
	overflow: hidden;
	box-shadow: var(--ll-shadow);
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	transition: transform .15s ease;
}
.tile:hover { transform: translateY(-4px); }
.tile__media { aspect-ratio: 4/3; overflow: hidden; }
.tile__media img { width: 100%; height: 100%; object-fit: cover; }
.tile__body { padding: 1rem 1.1rem 1.25rem; text-align: center; }
.tile__title { font-family: var(--ll-font-display); font-weight: 700; font-size: 1.15rem; margin: .2rem 0 .35rem; }
.tile--purple .tile__title { color: var(--ll-purple); }
.tile--green .tile__title { color: var(--ll-green); }
.tile--yellow .tile__title { color: var(--ll-orange); }
.tile--orange .tile__title { color: var(--ll-orange); }
.tile__text { color: var(--ll-muted); font-size: .9rem; }

/* === Parties teaser band === */
.parties-band {
	background: var(--ll-purple);
	color: #fff;
	padding: 3.5rem 0;
}
.parties-band h2 { color: #fff; }
.parties-band h2 span { color: var(--ll-yellow); }
.parties-band__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.parties-band__media { border-radius: var(--ll-radius); overflow: hidden; aspect-ratio: 4/3; }
.parties-band__media img { width: 100%; height: 100%; object-fit: cover; }
.parties-band__list { list-style: none; padding: 0; margin: 1rem 0; }
.parties-band__list li { padding: .4rem 0 .4rem 2rem; position: relative; }
.parties-band__list li::before { content: "✓"; position: absolute; left: 0; width: 24px; height: 24px; background: var(--ll-green); color: #fff; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: .85rem; top: .3rem; }
@media (max-width: 800px) { .parties-band__grid { grid-template-columns: 1fr; } }

/* === Package cards === */
.packages {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.25rem;
	margin-top: 1rem;
}
.pkg {
	background: #fff;
	border-radius: var(--ll-radius);
	padding: 1.5rem 1.25rem;
	box-shadow: var(--ll-shadow);
	border-top: 6px solid var(--ll-purple);
	display: flex;
	flex-direction: column;
	position: relative;
}
.pkg--bronze { border-top-color: #b8783b; }
.pkg--silver { border-top-color: #8a8fa5; }
.pkg--gold   { border-top-color: var(--ll-yellow); }
.pkg--bear   { border-top-color: var(--ll-orange); }
.pkg--excl   { border-top-color: var(--ll-green); }
.pkg__badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--ll-yellow);
	color: var(--ll-text);
	padding: .3rem .85rem;
	border-radius: 999px;
	font-family: var(--ll-font-display);
	font-weight: 700;
	font-size: .8rem;
	text-transform: uppercase;
}
.pkg__name { font-family: var(--ll-font-display); font-size: 1.35rem; font-weight: 700; margin: 0; color: var(--ll-purple); text-align: center; }
.pkg__price { font-family: var(--ll-font-display); font-size: 2rem; font-weight: 700; color: var(--ll-green); text-align: center; margin: .25rem 0; }
.pkg__price small { font-size: .85rem; color: var(--ll-muted); font-weight: 500; display: block; }
.pkg__meta { text-align: center; color: var(--ll-muted); font-size: .9rem; margin-bottom: 1rem; }
.pkg__list { list-style: none; padding: 0; margin: 0 0 1.25rem; flex: 1; }
.pkg__list li { padding: .4rem 0 .4rem 1.6rem; position: relative; font-size: .95rem; }
.pkg__list li::before { content: "✓"; position: absolute; left: 0; color: var(--ll-green); font-weight: 700; }
.pkg .btn { align-self: stretch; text-align: center; }

/* === Extras === */
.extras {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 2rem;
}
.extras__card {
	background: #fff;
	border-radius: var(--ll-radius);
	padding: 1.5rem;
	box-shadow: var(--ll-shadow);
}
.extras__card h3 { color: var(--ll-purple); }
.extras__list { list-style: none; padding: 0; margin: 0; }
.extras__list li { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px dashed var(--ll-border); }
.extras__list li:last-child { border-bottom: 0; }
.extras__list strong { color: var(--ll-orange); white-space: nowrap; }
@media (max-width: 700px) { .extras { grid-template-columns: 1fr; } }

/* === How it works === */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 1.5rem; }
.step { text-align: center; }
.step__num {
	width: 56px; height: 56px;
	border-radius: 50%;
	background: var(--ll-yellow);
	color: var(--ll-text);
	display: grid; place-items: center;
	font-family: var(--ll-font-display);
	font-weight: 700;
	font-size: 1.4rem;
	margin: 0 auto .75rem;
}
@media (max-width: 800px) { .steps { grid-template-columns: 1fr 1fr; } }

/* === Events === */
.event-filters { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin: 1rem 0 2rem; }
.chip { padding: .45rem 1rem; border-radius: 999px; background: #fff; border: 2px solid var(--ll-border); cursor: pointer; font-family: var(--ll-font-display); font-weight: 600; font-size: .9rem; color: var(--ll-muted); }
.chip.is-active { background: var(--ll-purple); color: #fff; border-color: var(--ll-purple); }
.event-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.event {
	background: #fff;
	border-radius: var(--ll-radius);
	overflow: hidden;
	box-shadow: var(--ll-shadow);
	display: flex;
	flex-direction: column;
}
.event__media { aspect-ratio: 4/3; overflow: hidden; background: #f1e7fb; position: relative; }
.event__media img { width: 100%; height: 100%; object-fit: cover; }
.event__date {
	position: absolute;
	top: .75rem; left: .75rem;
	background: #fff;
	border-radius: 12px;
	padding: .35rem .6rem;
	text-align: center;
	box-shadow: var(--ll-shadow);
	font-family: var(--ll-font-display);
}
.event__date strong { display: block; color: var(--ll-purple); font-size: 1.1rem; line-height: 1; }
.event__date small { display: block; color: var(--ll-muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.event__tag {
	position: absolute;
	top: .75rem; right: .75rem;
	background: var(--ll-yellow);
	color: var(--ll-text);
	padding: .2rem .6rem;
	border-radius: 999px;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
}
.event__body { padding: 1rem 1.1rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.event__title { font-family: var(--ll-font-display); font-weight: 700; font-size: 1.1rem; margin: 0 0 .4rem; color: var(--ll-purple); }
.event__meta { color: var(--ll-muted); font-size: .85rem; margin-bottom: .75rem; }
.event .btn { align-self: flex-start; margin-top: auto; }

/* === Prices table === */
.price-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: var(--ll-radius);
	overflow: hidden;
	box-shadow: var(--ll-shadow);
}
.price-table th, .price-table td { padding: .9rem 1rem; text-align: left; border-bottom: 1px solid var(--ll-border); }
.price-table th { background: var(--ll-purple); color: #fff; font-family: var(--ll-font-display); }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child, .price-table th:last-child { text-align: right; }

.hours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.hours-card { background: #fff; padding: 1.5rem; border-radius: var(--ll-radius); box-shadow: var(--ll-shadow); }
.hours-card h3 { color: var(--ll-purple); }
.hours-card dl { margin: 0; display: grid; grid-template-columns: 1fr auto; gap: .3rem 1rem; }
.hours-card dt { font-weight: 600; }
.hours-card dd { margin: 0; color: var(--ll-muted); }

/* === Café menus === */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.menu-card { background: #fff; border-radius: var(--ll-radius); padding: 1.5rem; box-shadow: var(--ll-shadow); }
.menu-card h3 { color: var(--ll-purple); text-align: center; margin-bottom: 1rem; padding-bottom: .75rem; border-bottom: 2px dashed var(--ll-border); }
.menu-items { list-style: none; padding: 0; margin: 0; }
.menu-items li { padding: .5rem 0; border-bottom: 1px dashed var(--ll-border); display: flex; justify-content: space-between; gap: 1rem; }
.menu-items li:last-child { border-bottom: 0; }
.menu-items .item-name { font-weight: 600; }
.menu-items .item-price { color: var(--ll-orange); font-weight: 700; white-space: nowrap; }
.menu-items .item-desc { color: var(--ll-muted); font-size: .85rem; display: block; margin-top: .15rem; }

.amenity-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	background: #fff;
	padding: 1.5rem;
	border-radius: var(--ll-radius);
	box-shadow: var(--ll-shadow);
	margin-top: 2rem;
}
.amenity { text-align: center; font-family: var(--ll-font-display); font-weight: 600; font-size: .9rem; color: var(--ll-purple); }
.amenity__icon { font-size: 2rem; display: block; margin-bottom: .35rem; }
@media (max-width: 700px) { .amenity-row { grid-template-columns: repeat(2, 1fr); } }

/* === Forms === */
.form { background: #fff; border-radius: var(--ll-radius); padding: 2rem; box-shadow: var(--ll-shadow); max-width: 640px; margin: 0 auto; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form__field { margin-bottom: 1rem; }
.form__field label { display: block; font-weight: 600; margin-bottom: .35rem; }
.form__field input, .form__field textarea, .form__field select {
	width: 100%;
	padding: .75rem 1rem;
	border: 2px solid var(--ll-border);
	border-radius: 12px;
	font-family: inherit;
	font-size: 1rem;
	background: var(--ll-cream);
}
.form__field input:focus, .form__field textarea:focus, .form__field select:focus { outline: 0; border-color: var(--ll-purple); background: #fff; }
.form__hp { position: absolute; left: -9999px; }
.form__notice { padding: .9rem 1rem; border-radius: 12px; margin-bottom: 1.5rem; font-weight: 600; }
.form__notice--ok { background: #e7f7d6; color: #3a6f17; }
.form__notice--err { background: #fde5e5; color: #852828; }
@media (max-width: 600px) { .form__row { grid-template-columns: 1fr; } }

/* === Map block === */
.map-embed { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: var(--ll-radius); box-shadow: var(--ll-shadow); }

/* === Reviews === */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.review { background: #fff; border-radius: var(--ll-radius); padding: 1.25rem; box-shadow: var(--ll-shadow); }
.review__stars { color: var(--ll-yellow); font-size: 1.1rem; }
.review__body { font-style: italic; color: var(--ll-muted); }
.review__name { font-weight: 700; color: var(--ll-purple); }

/* === Plan Visit / two-col blocks === */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }
.info-card { background: #fff; padding: 1.5rem; border-radius: var(--ll-radius); box-shadow: var(--ll-shadow); }
.info-card h3 { color: var(--ll-purple); }
.info-card ul { padding-left: 1.25rem; }

/* === CTA band === */
.cta-band {
	background: linear-gradient(135deg, var(--ll-purple) 0%, var(--ll-purple-dark) 100%);
	color: #fff;
	padding: 2.5rem 0;
	text-align: center;
}
.cta-band h2 { color: #fff; }
.cta-band .btn { margin: .25rem; }

/* === Footer === */
.site-footer { background: var(--ll-text); color: #d6cfe6; padding: 3rem 0 1.5rem; }
.site-footer h4 { color: #fff; font-family: var(--ll-font-display); margin-bottom: .75rem; }
.site-footer a { color: #d6cfe6; text-decoration: none; }
.site-footer a:hover { color: var(--ll-yellow); }
.site-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { padding: .25rem 0; }
.site-footer__bottom { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #3b3252; font-size: .85rem; text-align: center; }
@media (max-width: 800px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .site-footer__grid { grid-template-columns: 1fr; } }
