/* ==========================================================================
   Boots On! Block Theme — extra CSS (Elementor pixel-details)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600&display=swap');

/* ---------- Global helpers ---------- */
:root {
	--bootson-ducttape: url("../images/DuctTape.png");
	--bootson-poster:   url("../images/POSTER_TEXTUR-1024x576.jpg");
	--bootson-siebdruck:url("../images/Siebdruck-Textur-298x300.webp");
	--bootson-bg-overlay: rgba(0,0,0,0.55);
}

body {
	background-color: #000;
	-webkit-font-smoothing: antialiased;
}

/* ---------- Section defaults ---------- */
.bootson-section {
	position: relative;
	overflow: hidden;
}

.bootson-section > .wp-block-group,
.bootson-section .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

/* Background texture overlay used on many Elementor sections */
.bootson-bg-siebdruck::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--bootson-siebdruck);
	background-repeat: repeat;
	opacity: 0.12;
	pointer-events: none;
	z-index: 1;
	mix-blend-mode: screen;
}

.bootson-bg-poster::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--bootson-poster);
	background-size: cover;
	background-position: center;
	opacity: 0.25;
	pointer-events: none;
	z-index: 1;
}

/* ---------- Ductape decoration (rotated strips) ---------- */
.bootson-ducttape {
	position: absolute;
	width: 260px;
	height: auto;
	pointer-events: none;
	z-index: 3;
}
.bootson-ducttape--tl { top: -18px;  left: -20px;  transform: rotate(-12deg); }
.bootson-ducttape--tr { top: -18px;  right: -20px; transform: rotate(18deg); }
.bootson-ducttape--bl { bottom: -18px; left: -20px; transform: rotate(-18deg); }
.bootson-ducttape--br { bottom: -18px; right: -20px; transform: rotate(14deg); }

/* ---------- Hero ---------- */
.bootson-hero h1 {
	text-shadow:
		0 0 12px rgba(242,41,91,0.6),
		0 0 40px rgba(0,252,255,0.25);
	letter-spacing: -0.02em;
	line-height: 0.95;
}

.bootson-hero .bootson-tagline {
	font-family: 'Roboto Slab', Georgia, serif;
	font-style: italic;
	letter-spacing: 0.02em;
	color: #DBDBDB;
}

/* Radial glow layers - positioned absolutely inside the hero */
.bootson-hero .bootson-glow {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	min-height: 67vh;
	width: 56vw;
	max-width: 100%;
}
.bootson-hero .bootson-glow--tr {
	top: 0; right: 0;
	background: radial-gradient(at center right, rgba(0,252,255,0.63) 0%, rgba(242,41,91,0) 69%);
}
.bootson-hero .bootson-glow--bl {
	bottom: 0; left: 0;
	background: radial-gradient(at center left, rgba(255,170,0,0.63) 0%, rgba(242,41,91,0) 69%);
}

/* ---------- Testimonials ---------- */
.bootson-testimonials .wp-block-quote {
	border-left: 3px solid #F2295B;
	padding: 0.5rem 1.25rem;
	margin: 0;
	background: rgba(255,255,255,0.02);
	border-radius: 2px;
}
.bootson-testimonials .wp-block-quote p {
	font-style: italic;
	font-size: 1.05rem;
	line-height: 1.5;
	color: #DBDBDB;
}
.bootson-testimonials .wp-block-quote cite {
	display: block;
	margin-top: 0.75rem;
	font-style: normal;
	font-size: 0.85rem;
	color: #FF3838;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

/* ---------- Section headings (consistent with Elementor look) ---------- */
.bootson-section-title {
	font-family: 'Roboto Slab', Georgia, serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #FF3838;
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
}
.bootson-section-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	background: #F2295B;
	margin: 1rem auto 0;
}

/* ---------- Shows table ---------- */
.bootson-shows .bootson-show-row {
	border-bottom: 1px solid #272727;
	padding: 1rem 0;
	transition: background 0.2s;
}
.bootson-shows .bootson-show-row:hover {
	background: rgba(255,56,56,0.04);
}
.bootson-shows .bootson-show-date {
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: 700;
	color: #FF3838;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
}

/* ---------- News cards ---------- */
.bootson-news .wp-block-post-title a {
	color: #FFFFFF !important;
	text-decoration: none;
	transition: color 0.2s;
}
.bootson-news .wp-block-post-title a:hover {
	color: #FF3838 !important;
}
.bootson-news .wp-block-post-featured-image img {
	transition: transform 0.4s ease, filter 0.4s ease;
	filter: grayscale(30%) contrast(1.05);
}
.bootson-news .wp-block-post-featured-image:hover img {
	transform: scale(1.03);
	filter: grayscale(0%);
}

/* ---------- Band members ---------- */
.bootson-band .bootson-member {
	text-align: center;
	position: relative;
	transition: transform 0.25s ease;
}
.bootson-band .bootson-member:hover {
	transform: translateY(-4px);
}
.bootson-band .bootson-member img {
	border-radius: 6px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}
.bootson-band .bootson-member h3 {
	margin-top: 0.75rem;
	margin-bottom: 0.15rem;
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: 700;
	color: #FF3838;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.bootson-band .bootson-member .bootson-instrument {
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ACACAC;
}

/* ---------- Setlist ---------- */
.bootson-setlist table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}
.bootson-setlist td {
	padding: 0.55rem 0.75rem;
	border-bottom: 1px solid #161616;
}
.bootson-setlist td:first-child {
	color: #FFFFFF;
	font-weight: 700;
}
.bootson-setlist td:last-child {
	color: #ACACAC;
	text-align: right;
	font-style: italic;
}

/* ---------- Booking CTA ---------- */
.bootson-booking-cta {
	position: relative;
	overflow: hidden;
}
.bootson-booking-cta .wp-block-button__link {
	padding: 1rem 2.75rem !important;
	font-size: 1.05rem;
	box-shadow: 0 8px 30px rgba(242,41,91,0.35);
}

/* ---------- Buttons global ---------- */
.wp-block-button__link {
	transition: background-color 0.2s, transform 0.15s;
}
.wp-block-button__link:hover {
	transform: translateY(-1px);
}

/* ---------- Footer ---------- */
footer.wp-block-group {
	border-top: 1px solid #161616;
}

/* ---------- Instagram: photorealistic polaroid grid ---------- */
.bootson-polaroid-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 28px 22px;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px 20px;
	perspective: 1200px;
}
.bootson-polaroid {
	all: unset;
	display: block;
	cursor: pointer;
	--rot: 0deg;
	transform: rotate(var(--rot));
	transition: transform 0.35s cubic-bezier(.2,.8,.2,1), filter 0.35s ease;
	filter: drop-shadow(0 18px 28px rgba(0,0,0,0.55)) drop-shadow(0 4px 8px rgba(0,0,0,0.35));
}
.bootson-polaroid:hover,
.bootson-polaroid:focus-visible {
	transform: rotate(0deg) translateY(-6px) scale(1.04);
	z-index: 5;
	filter: drop-shadow(0 24px 40px rgba(0,0,0,0.7)) drop-shadow(0 8px 14px rgba(0,0,0,0.45));
}
.bootson-polaroid__frame {
	position: relative;
	padding: 12px 12px 0;
	background: linear-gradient(180deg, #fdfdf6 0%, #f1ebd9 100%);
	border-radius: 2px;
	box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.04),
		inset 0 -2px 6px rgba(0,0,0,0.06);
}
.bootson-polaroid__frame::before {
	/* subtle paper grain */
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 20% 10%, rgba(255,255,255,0.4), transparent 40%),
		radial-gradient(circle at 80% 85%, rgba(0,0,0,0.05), transparent 50%);
	mix-blend-mode: multiply;
	border-radius: 2px;
	pointer-events: none;
}
.bootson-polaroid__frame::after {
	/* strip of tape at top */
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(-2deg);
	width: 70px;
	height: 20px;
	background: rgba(220, 210, 180, 0.55);
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	pointer-events: none;
	backdrop-filter: blur(1px);
}
.bootson-polaroid__photo {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #0a0a0a;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.35);
}
.bootson-polaroid__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(0.92) contrast(0.98) sepia(0.06);
	transition: filter 0.35s ease;
}
.bootson-polaroid:hover .bootson-polaroid__photo img {
	filter: saturate(1.05) contrast(1) sepia(0);
}
.bootson-polaroid__play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 32px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.9);
	pointer-events: none;
	opacity: 0.85;
}
.bootson-polaroid__caption {
	padding: 10px 10px 18px;
	text-align: center;
	font-family: 'Caveat', 'Permanent Marker', 'Comic Sans MS', cursive;
	font-size: 1.05rem;
	color: #3a2e1e;
	letter-spacing: 0.01em;
	line-height: 1.15;
	min-height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bootson-polaroid__text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	opacity: 0.9;
	max-width: 100%;
}
.bootson-polaroid__handle {
	opacity: 0.85;
}

/* CTA button under grid — mirrors Original "View on Instagram" */
.bootson-ig-cta {
	margin: 36px auto 0;
	text-align: center;
}
.bootson-ig-btn {
	display: inline-block;
	padding: 14px 34px;
	background: linear-gradient(135deg, #F2295B 0%, #FF3838 50%, #FFAA00 100%);
	color: #fff !important;
	text-decoration: none;
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.95rem;
	border-radius: 2px;
	box-shadow: 0 10px 28px rgba(242,41,91,0.35), inset 0 1px 0 rgba(255,255,255,0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	border: none;
	cursor: pointer;
}
.bootson-ig-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 36px rgba(242,41,91,0.5), inset 0 1px 0 rgba(255,255,255,0.35);
	filter: brightness(1.05);
}

/* Lightbox */
.bootson-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.88);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: grid;
	place-items: center;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	padding: 40px 20px;
}
.bootson-lightbox[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
}
.bootson-lightbox__close {
	position: absolute;
	top: 20px;
	right: 24px;
	background: none;
	border: 1px solid rgba(255,255,255,0.4);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.2s, transform 0.2s;
}
.bootson-lightbox__close:hover {
	background: rgba(255,255,255,0.15);
	transform: scale(1.05);
}
.bootson-lightbox__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	max-width: min(90vw, 640px);
}
.bootson-lightbox__polaroid {
	background: linear-gradient(180deg, #fdfdf6 0%, #f1ebd9 100%);
	padding: 18px 18px 0;
	box-shadow: 0 30px 80px rgba(0,0,0,0.7), 0 8px 16px rgba(0,0,0,0.4);
	max-width: 100%;
	transform: rotate(-1deg);
}
.bootson-lightbox__photo {
	max-width: 100%;
	background: #0a0a0a;
}
.bootson-lightbox__photo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 68vh;
	object-fit: contain;
}
.bootson-lightbox__caption {
	padding: 16px 8px 22px;
	text-align: center;
	font-family: 'Caveat', cursive;
	font-size: 1.15rem;
	color: #2a241a;
	max-height: 120px;
	overflow-y: auto;
	white-space: pre-wrap;
}
.bootson-lightbox__caption:empty {
	padding: 14px 8px;
}

@media (max-width: 1280px) {
	.bootson-polaroid-grid { grid-template-columns: repeat(3, 1fr); gap: 36px 24px; }
}
@media (max-width: 640px) {
	.bootson-polaroid-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; padding: 28px 14px 16px; }
	.bootson-polaroid__frame { padding: 8px 8px 0; }
	.bootson-polaroid__caption { font-size: 0.95rem; padding: 8px 8px 14px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
	.bootson-ducttape { width: 140px; }
	.bootson-hero h1 { font-size: clamp(3rem, 18vw, 6rem) !important; }
	.bootson-section-title { font-size: clamp(1.75rem, 7vw, 2.5rem) !important; }
}
