body {
	font-family: 'Arial', sans-serif;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+26,131313+89 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 26%, #131313 89%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 26%,#131313 89%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 26%,#131313 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */

}
header {
	clear: both;
}
.container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.content {
	width: 90%;
	margin: 1em 1em 1em 1.25em;
	display: block;
}
footer {
	margin-bottom: 1em;
}
.image {
	display: block;
	padding: 0.5em 0;
}
img {
	max-width: 100%;
}
.nav {
	display: block;
	margin: 1em 0;
}
.nav ul {
	padding: 0;
}
.nav ul li {
	display: inline;
}
.nav ul li a {
	display: inline-block;
	text-decoration: none;
	padding: 1em;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff5400;
}
/* PAGES NAVIGATON */
.pages {
	display: block;
	clear: both;
	margin: 1em auto;
}
.pages ul li {
/*	display: inline; */
	display: inline-block;
}
.pages li {
	list-style-type: none;
/*	display: inline-block; */
	margin: 1em;
}
.pages ul li a {
/*	background: #ccc; */
	color: #eb1c23;
	text-decoration: none;
	padding: 1em 0 1em 0;
	margin: 0;
}
.pages ul li a:hover {
	color: #ff494f;
}

@media screen and (min-width: 480px) and (max-width: 568px) {
}
/* Panel */
.age-gate__panel {
  max-width: 720px;
  width: 100%;
  background: #ffffff;
  color: #111;
  border-radius: 16px;
  padding: 24px 20px;
 /* box-shadow: 0 20px 60px rgba(0,0,0,0.4); */
  text-align: left;
}

.age-gate__panel h2 {
  margin: 0 0 12px 0;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
}

.age-gate__panel p {
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
}

/* Buttons */
.age-gate__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.age-gate__btn {
  appearance: none;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #111827;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
}

.age-gate__btn--primary {
  background: #0ea5e9;       /* sky-500 */
  border-color: #0284c7;     /* sky-600 */
  color: #fff;
}

.age-gate__btn:hover { filter: brightness(0.98); }
.age-gate__btn--primary:hover { filter: brightness(0.95); }

/* Prevent background scroll while gate is open */
body.no-scroll { overflow: hidden; }

@media screen and (min-width: 480px) and (max-width: 568px) {
}
/* Fullscreen age gate */
#age-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;           /* above Swiper buttons/pagination */
  display: none;            /* shown via JS */
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,0.85);
}

/* Panel */
.age-gate__panel {
  max-width: 720px;
  width: 100%;
  background: #fff;
  color: #111;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* Prevent background scrolling while gate is open */
body.no-scroll { overflow: hidden; }
