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

}
#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}
.content {
	width: 100%;
	margin: 0 auto;
	display: block;
}
p {

}
img {
	max-width: 100%;
}
a {
	color: #eacc4e;
	text-decoration: none;
}
a:hover {
	color: #e2c446;
}
.btn a {
	color: #fede55;
	text-shadow: 1px 1px #000;
	font-size: 1.5em;
	font-weight: 700;
	text-decoration: none;
	padding: 1em;
	margin: 0.5em auto;
	border-radius: 6px;
	display: block;
	width: 80%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c4267+0,0c213e+51 */
background: #1c4267; /* Old browsers */
background: -moz-linear-gradient(top,  #1c4267 0%, #0c213e 51%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1c4267 0%,#0c213e 51%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1c4267 0%,#0c213e 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4267', endColorstr='#0c213e',GradientType=0 ); /* IE6-9 */
}
.btn a:hover {
	text-decoration: none;
	background: #c31e22;
}
/* Full-screen overlay */
#age-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.85);
  display: none;             /* Shown via JS if not previously accepted */
  align-items: center;
  justify-content: center;
  padding: 24px;
}

/* 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) {
}