body {
    margin: 0;
	padding-left:  clamp(0.5rem, 1.5vw, 1.5rem);
	padding-right: clamp(0.5rem, 1.5vw, 1.5rem);
    height: 100vh;
    background: #111;
    color: #fff;
    font-family: sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    background-image: url("../images/lightning (hi).jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 150% auto;
    background-position: right top; /* tweak as needed */
}

/* Top Section */
.top-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 0;
}

.top-section * {
	/* outline: 1px solid red; */
}

/* Side Panels */
.side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align side content to top */
}

/* Shared Icon Stack */
.icon-stack {
	width: 25vw;
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 1vw, 1rem);
    width: max-content;
}

.icon-row .icon {
    width: 1.5rem;              /* Adjust size as needed */
    height: auto;
}

.icon-row .social-hint {
    display: block;
    width: 100%;
	font-size: .7rem;
	font-style: italic;
	color: #bbb;
	margin: 0;
}

.icon-row:hover {
	outline: 2px solid gold;
	outline-offset: 3px;
	border-radius: 4px;
	
}

.icon-row:hover span,
.icon-row-right:hover span {
    background: linear-gradient(90deg, gold, white, gold);
    background-size: 200% auto;
    color: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 1.5s linear infinite;
}

@keyframes shimmer {
    {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

.icon {
    width: clamp(30px, 5vw, 50px);
    height: clamp(30px, 5vw, 50px);
    object-fit: contain;
}

.icon-stack.align-left {
    align-items: flex-start;
    text-align: left;
	margin-right: 1.456rem;
}

/* Right Alignment Modifier */
.icon-stack.align-right {
    align-items: flex-end;
    text-align: right;
}

.icon-stack.align-right .icon-row {
    justify-content: flex-end;
}

/* Center Logo and Menu */
.center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.logo-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.logo-container img {
    width: min(100%, 700px);
    max-width: 100%;
    height: auto;
}

.tagline {
    font-size: clamp(1rem, 3vw, 2rem);
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #f5f5f5;
    text-shadow: 1px 1px 2px #222;
}

/* Menu */
.main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: clamp(0.25em, 1vw, 0.5em);
    padding-bottom: 0;
    box-sizing: border-box;
    margin-top: 0;
}

.main-menu a {
    text-decoration: none;
    font-weight: bold;
    padding-top: clamp(0.3em, 1vw, 0.6em);
    padding-bottom: 0;
    padding-left: clamp(0.5em, 2vw, 1em);
    padding-right: clamp(0.5em, 2vw, 1em);
    color: gold;
    text-shadow:
        1px 1px 0 #aa8800,
        2px 2px 1px #444,
        0 0 5px #ffcc00;
    transition: transform 0.2s ease;
}

.main-menu a h2 {
    font-size: clamp(1rem, 2.75vw, 2rem);
	margin: 0;
}

.main-menu a:hover {
    transform: scale(1.05);
    text-shadow:
        1px 1px 0 #ffcc00,
        2px 2px 2px #666,
        0 0 8px #ffd700;
	outline: 2px solid gold;
	border-radius: 4px;
}


/* Lower Section */
.lower-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    line-height: 1.3;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    box-sizing: border-box;
}

.lower-main {
    flex: 1;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background for text box */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: auto; /* Ensures container respects floated content */
    min-width: 300px; /* Ensures enough width for wrapping */
    margin: 0;
}

.next-show-container {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 0;
width: clamp(25vw, 30vw, 40vw);
}

.next-show-poster {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    outline: 1px solid #333;
}

.about-content {
    line-height: 1.5; /* Improves readability */
    margin-top: 0; /* Aligns with poster */
}

.about-content :first-child {
    font-weight: bold;
}

.about-content p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.about-text {
    font-size: clamp(0.9rem, 1.3vw, 1.8rem);
    line-height: 1.5;
    margin: 0.5rem 0; /* Consistent spacing for text */
}

.shared-banner {
    width: 100%; /* Spans full width of lower-section */
    font-weight: bold;
    font-size: clamp(0.9rem, 1.5vw, 1.8rem);
    line-height: 1.4;
    text-align: left;
    color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0rem 0.5rem;
}

.icon-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1rem);
    text-decoration: none;
    color: inherit;
    padding: 0.3em 0;
}

.icon-img {
    width: clamp(1.5rem, 2.5vw, 3rem);
    height: clamp(1.5rem, 2.5vw, 3rem);
    flex-shrink: 0;
}

.icon-text {
    display: flex;
    flex-direction: column;
}

.main-label {
    font-size: clamp(0.75rem, 1vw, 1.5rem);
    font-weight: bold;
}

.sub-label {
    font-size: clamp(0.5rem, .75vw, 1.2rem);
    opacity: 0.8;
}



/* Testimonials Section */
.testimonials-section {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background for text box */
	padding: 20px 20px;
	color: #fff;
	text-align: center;
}

.testimonials-section h2 {
	font-size: clamp(1.25rem, 3vw, 2rem);
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #ff4d4d; /* Vibrant red accent */
	text-transform: uppercase;
}

.testimonials-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.testimonial-card {
	background: #2c2c2c; /* Slightly lighter dark for cards */
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	max-width: 350px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(255, 77, 77, 0.5); /* Glow effect */
}

.testimonial-card p {
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-style: italic;
	line-height: 1.6;
	color: #e0e0e0;
	margin-bottom: 15px;
}

.testimonial-card .author {
	font-size: 1rem;
	font-weight: 600;
	color: #ff4d4d; /* Accent color */
}

.testimonial-card .affiliation {
	font-size: 0.9rem;
	color: #b0b0b0;
}

/* Star Rating */
.stars {
	color: #ff4d4d;
	margin-bottom: 10px;
}
