/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Meyer Reset CSS */

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

img {
	max-width: 100%; /*makes images scale with flexible grids*/
	display: block; /*removes tiny space added in some browsers below images */
}

/* Authentic Sans OpenType Font Declarations */
@font-face {
    font-family: 'Authentic Sans';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-60.otf') format('opentype');
    font-weight: 60;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Authentic Sans';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-90.otf') format('opentype');
    font-weight: 90;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Authentic Sans';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-130.otf') format('opentype');
    font-weight: 130;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Authentic Sans';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-150.otf') format('opentype');
    font-weight: 150;
    font-style: normal;
    font-display: swap;
}

/* Authentic Sans Condensed OpenType Font Declarations */
@font-face {
    font-family: 'Authentic Sans Condensed';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-condensed-60.otf') format('opentype');
    font-weight: 60;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Authentic Sans Condensed';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-condensed-90.otf') format('opentype');
    font-weight: 90;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Authentic Sans Condensed';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-condensed-130.otf') format('opentype');
    font-weight: 130;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Authentic Sans Condensed';
    src: url('authentic-sans-master/authentic-sans-master/authentic-sans-condensed-150.otf') format('opentype');
    font-weight: 150;
    font-style: normal;
    font-display: swap;
}	 
html {
    font-size: 16px;
	line-height: 1.4;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000;
    background-color: #ffffff;
}

/* Index page specific styling */
body.index-page {
    background-color: #161616;
    color: #ffffff;
}

body.index-page .wrapper {
    background-color: #161616;
}

body.index-page header {
    background-color: #161616;
    color: #ffffff;
}

body.index-page h1 {
    color: #ffffff;
}

body.index-page .greeting {
    color: #ffffff;
}

body.index-page main {
    background-color: #161616;
    color: #ffffff;
}

body.index-page .intro-text h2 {
    color: #39B54A;
}

body.index-page .intro-text p {
    color: #ffffff;
}

body.index-page .highlight-text {
    background-color: rgba(57, 181, 74, 0.1);
    border-left: 4px solid #39B54A;
    color: #ffffff;
}

body.index-page .invitation-card {
    background-color: #2a2a2a;
    color: #ffffff;
    border: 1px solid #404040;
}

body.index-page .site-footer {
    background-color: #161616;
    color: #ffffff;
}

body.index-page .footer-content {
    color: #ffffff;
}

body.index-page .footer-section h4 {
    color: #ffffff;
}

body.index-page .footer-section p {
    color: #cccccc;
}

body.index-page .contact-info p {
    color: #cccccc;
}

body.index-page .social-link {
    color: #39B54A;
}

body.index-page .footer-bottom {
    color: #cccccc;
}

body.index-page .footer-bottom a {
    color: #39B54A;
}

/* Index page form styling */
body.index-page .invitation-header h3 {
    color: #ffffff;
}

body.index-page .invitation-header p {
    color: #cccccc;
}

body.index-page .event-details h4 {
    color: #ffffff;
}

body.index-page .event-label {
    color: #39B54A;
}

body.index-page .event-value {
    color: #ffffff;
}

body.index-page .form-group label {
    color: #ffffff;
}

body.index-page input[type="text"],
body.index-page input[type="email"],
body.index-page input[type="tel"],
body.index-page select,
body.index-page textarea {
    background-color: #404040;
    color: #ffffff;
    border: 1px solid #666666;
}

body.index-page input[type="text"]:focus,
body.index-page input[type="email"]:focus,
body.index-page input[type="tel"]:focus,
body.index-page select:focus,
body.index-page textarea:focus {
    border-color: #39B54A;
    outline: none;
}

body.index-page input[type="text"]::placeholder,
body.index-page input[type="email"]::placeholder,
body.index-page input[type="tel"]::placeholder,
body.index-page textarea::placeholder {
    color: #999999;
}

/* Success message styling */
.success-message {
    background-color: #39B54A;
    color: #ffffff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0;
    border: 2px solid #2a8a3a;
    text-align: center;
}

.success-message h3 {
    color: #ffffff;
    margin: 0 0 10px 0;
    font-size: 20px;
}

.success-message p {
    color: #ffffff;
    margin: 5px 0;
    line-height: 1.4;
}

.success-message strong {
    color: #ffffff;
    font-weight: 600;
}

/* Form buttons styling */
.form-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.rsvp-button, .continue-button {
    padding: 12px 24px;
    border: 1px solid #000000;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    min-width: 120px;
}

.rsvp-button {
    background-color: #39B54A;
    color: #ffffff;
    border-color: #39B54A;
}

.rsvp-button:hover {
    background-color: #2a8a3a;
    color: #ffffff;
    border-color: #2a8a3a;
}

.continue-button {
    background-color: #39B54A;
    color: #ffffff;
    border-color: #39B54A;
}

.continue-button:hover {
    background-color: #2a8a3a;
    color: #ffffff;
    border-color: #2a8a3a;
}

/* Responsive form buttons */
@media (max-width: 768px) {
    .form-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .rsvp-button, .continue-button {
        width: 100%;
        min-width: auto;
    }
}

header{
	position: sticky;
	padding: 20px 40px;
	background-color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #000000;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.header-buttons {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-left: auto;
}

.header-divider {
	width: 1px;
	height: 20px;
	background-color: #000000;
	opacity: 0.2;
	align-self: center;
}

.header-btn {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 400;
	padding: 0;
	background-color: transparent;
	color: #000000;
	border: none;
	border-radius: 0;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-transform: none;
	letter-spacing: 0;
	text-decoration: none;
	display: inline-block;
}

.header-btn:hover {
	background-color: transparent;
	color: #666666;
	transform: none;
	text-decoration: none;
}

.profile-icon {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	color: #000000;
}

.profile-icon:hover {
	color: #666666;
}
h1{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 300;
	font-size: 32px;
	margin: 0;
	letter-spacing: 0.5px;
	color: #000000;
}

a {
	text-decoration: none;
}
.wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
}

.hero-container {
	background-color: #ffffff;
	border-radius: 0;
	padding: 40px;
	margin: 0;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #000000;
}

.hero {
	width: 100%;
	position: relative;
	text-align: center;
	color: #000000;
	margin: 0;
  }

/* Slideshow Styles */
.slideshow-container {
	position: relative;
	max-width: 100%;
	margin: auto;
	height: 500px; /* Fixed height for consistent sizing */
	overflow: hidden;
}

.slide {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.slide.active {
	display: block;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: contain; /* Ensures images fit within the container while maintaining aspect ratio */
	object-position: center; /* Centers the image within the container */
	display: block;
	background-color: #ffffff; /* White background to fill any empty space */
}

/* Navigation arrows */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	transition: 0.3s ease;
	border-radius: 0;
	user-select: none;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #000000;
	z-index: 10;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prev {
	left: 0;
	border-radius: 0;
}

.next {
	right: 0;
	border-radius: 0;
}

.prev:hover, .next:hover {
	background-color: #000000;
	color: #ffffff;
}

/* Navigation dots */
.slideshow-dots {
	text-align: center;
	padding: 20px 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.dot.active, .dot:hover {
	background-color: #000000;
}

/* Welcome Banner Styles */
.welcome-banner {
	background-color: #ffffff;
	padding: 30px 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.welcome-banner.fade-in {
	opacity: 1;
	transform: translateY(0);
}

.welcome-banner.fade-out {
	opacity: 0;
	transform: translateY(-20px);
}

.welcome-content {
	max-width: 800px;
	width: 100%;
	margin: 0 40px;
	padding: 30px;
	background-color: #ffffff;
	border: 2px solid #000000;
	border-radius: 0;
	position: relative;
	box-shadow: 4px 4px 0px #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.welcome-text {
	flex: 1;
}

.welcome-text h2 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

.welcome-text p {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin: 0;
	line-height: 1.4;
}

.welcome-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-shrink: 0;
}

.close-welcome {
	background: #000000;
	border: none;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	padding: 8px 12px;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 500;
	border-radius: 0;
}

.close-welcome:hover {
	background: #666666;
	color: #ffffff;
}

/* Hero Button Container */
.hero-button-container {
	text-align: center;
	padding: 40px 0;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}

  .centerbottom {
	position: absolute;
	top: 88%;
	left: 53%;
	transform: translate(-88%, -53%);
  }

  .button {
	border: 1px solid #000000;
	color: #000000;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	transition-duration: 0.2s;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 400;
	background-color: transparent;
  }
  .button1 {
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
  }
  
  .button1:hover {
	background-color: #000000;
	color: #ffffff;
  }
  
  .button2 {
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
  }
  
  .button2:hover {
	background-color: #000000;
	color: #ffffff;
  } 

  main{
	margin: 0;
	font-size: 16px;
	color: #000000;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}

.content-container {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.intro-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin-bottom: 60px;
	padding: 40px 0;
}

.intro-text {
	flex: 1;
	max-width: 600px;
}

.intro-text h2 {
	font-family: 'Authentic Sans', sans-serif;
	font-weight: 130;
	font-size: 32px;
	color: #39B54A;
	margin-bottom: 20px;
}

.intro-text p {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 16px;
}

.highlight-text {
	background-color: rgba(57, 181, 74, 0.1);
	padding: 20px;
	border-left: 4px solid #39B54A;
	border-radius: 5px;
	font-weight: bold;
}

.product-image {
	flex: 1;
	max-width: 400px;
	text-align: center;
}

.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.invitation-section {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}


.invitation-card {
	background-color: #262626;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	max-width: 600px;
	width: 100%;
	border: 2px solid #39B54A;
}

.invitation-header {
	text-align: center;
	margin-bottom: 30px;
}

.invitation-header h3 {
	font-family: 'Authentic Sans', sans-serif;
	font-weight: 130;
	color: #39B54A;
	font-size: 28px;
	margin-bottom: 10px;
}

.invitation-header p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 0;
}

.event-details {
	background-color: rgba(57, 181, 74, 0.1);
	border: 2px solid #39B54A;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.event-details h4 {
	color: #39B54A;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
}

.event-info {
	display: grid;
	gap: 10px;
}

.event-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid rgba(57, 181, 74, 0.3);
}

.event-item:last-child {
	border-bottom: none;
}

.event-label {
	font-weight: bold;
	color: #39B54A;
	min-width: 80px;
}

.event-value {
	color: #ffffff;
	text-align: right;
}

.rsvp-form {
	margin-top: 20px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	color: #39B54A;
	font-weight: bold;
	font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 2px solid #39B54A;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	background-color: #1a1a1a;
	color: #ffffff;
	transition: border-color 0.3s, box-shadow 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #ffffff;
	box-shadow: 0 0 10px rgba(57, 181, 74, 0.5);
}

textarea {
	resize: vertical;
	min-height: 80px;
}

.rsvp-button {
	font-family: 'Authentic Sans', sans-serif;
	font-weight: 150;
	width: 100%;
	padding: 18px;
	background: linear-gradient(135deg, #39B54A, #2a8a3a);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rsvp-button:hover {
	background: linear-gradient(135deg, #2a8a3a, #39B54A);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(57, 181, 74, 0.4);
}

/* Footer Styles */
.site-footer {
	background-color: #1a1a1a;
	color: #ffffff;
	padding: 50px 0 20px;
	margin: 0;
	border-top: 3px solid #39B54A;
	width: 100%;
}

.footer-content {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	box-sizing: border-box;
}

.footer-section h4 {
	color: #39B54A;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.footer-section p {
	color: #cccccc;
	line-height: 1.6;
	margin-bottom: 10px;
}

.contact-info p {
	margin-bottom: 8px;
}

.contact-info strong {
	color: #39B54A;
}

.social-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.social-link {
	color: #39B54A;
	text-decoration: none;
	padding: 8px 16px;
	border: 2px solid #39B54A;
	border-radius: 20px;
	transition: all 0.3s ease;
	font-size: 14px;
}

.social-link:hover {
	background-color: #39B54A;
	color: #1a1a1a;
	transform: translateY(-2px);
}

.footer-bottom {
	text-align: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #333;
	color: #888;
}

.footer-bottom a {
	color: #39B54A;
	text-decoration: none;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
	.header-content {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	
	.header-buttons {
		justify-content: center;
	}
	
	.header-btn {
		padding: 0;
		font-size: 9px;
	}
	
	.profile-icon {
		padding: 0;
		font-size: 14px;
	}
	
	.intro-section {
		flex-direction: column;
		text-align: center;
		gap: 30px;
	}
	
	.intro-text {
		max-width: 100%;
	}
	
	.intro-text h2 {
		font-size: 24px;
	}
	
	.form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.footer-content {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 30px;
	}
	
	.social-links {
		justify-content: center;
	}
	
	.invitation-card {
		margin: 0 10px;
		padding: 30px 20px;
	}
	
	.event-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	
	.event-value {
		text-align: left;
	}
}

@media (max-width: 480px) {
	header {
		padding: 15px;
	}
	
	h1 {
		font-size: 36px;
	}
	
	.greeting {
		font-size: 16px;
	}
	
	.intro-text h2 {
		font-size: 20px;
	}
	
	.invitation-header h3 {
		font-size: 24px;
	}
	
	.rsvp-button {
		padding: 15px;
		font-size: 16px;
	}
	
	/* Slideshow responsive styles */
	.slideshow-container {
		height: 300px; /* Smaller height for mobile */
	}
	
	.prev, .next {
		padding: 12px;
		font-size: 16px;
		width: 40px;
		height: 40px;
	}
	
	.dot {
		height: 12px;
		width: 12px;
		margin: 0 3px;
	}
	
	.slideshow-dots {
		bottom: 10px;
		padding: 15px 0;
	}
	
	.hero-button-container {
		padding: 20px 0;
	}
	
	.hero-container {
		margin: 5% 10px 0 10px;
		padding: 10px;
	}
	
	.welcome-banner {
		padding: 20px 0;
	}
	
	.welcome-content {
		margin: 0 20px;
		padding: 20px;
		flex-direction: column;
		text-align: center;
		gap: 20px;
		max-width: none;
	}
	
	.welcome-text h2 {
		font-size: 20px;
	}
	
	.welcome-text p {
		font-size: 14px;
	}
	
	.welcome-actions {
		flex-direction: column;
		gap: 15px;
	}
	
	.close-welcome {
		padding: 10px 16px;
		font-size: 16px;
	}
}

/* Email Client Compatibility */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	/* Webkit-specific styles for better email client support */
	.invitation-card {
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	}
	
	.rsvp-button {
		appearance: none;
		-webkit-appearance: none;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}
}

/* Age Verification Modal Styles */
.age-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(5px);
}

.age-modal-content {
	background-color: #1a1a1a;
	margin: 10% auto;
	padding: 40px;
	border: 3px solid #39B54A;
	border-radius: 15px;
	width: 90%;
	max-width: 500px;
	position: relative;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.age-modal-header h2 {
	color: #39B54A;
	font-family: 'Authentic Sans Condensed', sans-serif;
	font-weight: 150;
	font-size: 32px;
	margin-bottom: 10px;
}

.age-modal-header p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

.age-modal-body p {
	color: #cccccc;
	margin-bottom: 30px;
	line-height: 1.6;
}

.age-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 20px;
}

.age-btn {
	font-family: 'Authentic Sans', sans-serif;
	font-weight: 130;
	padding: 15px 30px;
	border: 2px solid;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.age-btn-confirm {
	background-color: #39B54A;
	color: #161616;
	border-color: #39B54A;
}

.age-btn-confirm:hover {
	background-color: #2a8a3a;
	border-color: #2a8a3a;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(57, 181, 74, 0.4);
}

.age-btn-deny {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}

.age-btn-deny:hover {
	background-color: #ffffff;
	color: #161616;
	transform: translateY(-2px);
}

.age-disclaimer {
	font-size: 12px;
	color: #888;
	margin-top: 20px;
}

.age-link {
	color: #39B54A;
	text-decoration: none;
}

.age-link:hover {
	text-decoration: underline;
}

.age-message {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #161616;
	z-index: 10001;
	justify-content: center;
	align-items: center;
}

.age-message-content {
	text-align: center;
	color: #ffffff;
	padding: 40px;
}

.age-message-content h2 {
	color: #39B54A;
	font-family: 'Authentic Sans Condensed', sans-serif;
	font-weight: 150;
	font-size: 36px;
	margin-bottom: 20px;
}

.age-message-content p {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.6;
}

/* Discount Banner Styles */
.discount-banner {
	background: linear-gradient(135deg, #39B54A, #2a8a3a);
	color: #161616;
	padding: 20px;
	margin: 20px 0;
	border-radius: 15px;
	position: relative;
	animation: slideDown 0.5s ease-out;
	box-shadow: 0 8px 25px rgba(57, 181, 74, 0.3);
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.discount-content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.discount-icon {
	font-size: 32px;
}

.discount-text {
	flex: 1;
}

.discount-text h3 {
	font-family: 'Authentic Sans Condensed', sans-serif;
	font-weight: 150;
	font-size: 24px;
	margin-bottom: 5px;
}

.discount-text p {
	margin: 0;
	font-size: 16px;
	opacity: 0.9;
}

.discount-percentage {
	text-align: center;
	font-family: 'Authentic Sans Condensed', sans-serif;
	font-weight: 150;
}

.discount-percentage span:first-child {
	font-size: 48px;
	display: block;
	line-height: 1;
}

.discount-label {
	font-size: 14px;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.close-banner {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	color: #161616;
	font-size: 24px;
	cursor: pointer;
	padding: 5px;
	line-height: 1;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.close-banner:hover {
	opacity: 1;
}

/* Product Showcase Styles */
.product-showcase {
	margin: 60px 0;
}

.showcase-content {
	display: flex;
	align-items: flex-start;
	gap: 50px;
}

.showcase-header {
	flex: 1;
	text-align: left;
}

.showcase-header h2 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #000000;
	margin-bottom: 15px;
}

.showcase-header p {
	color: #666666;
	font-size: 16px;
}

.products-container {
	flex: 1;
	background-color: #ffffff;
	border-radius: 0;
	padding: 40px;
	border: 1px solid #000000;
	box-shadow: none;
}

.products-stack {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.product-card {
	background-color: #ffffff;
	border-radius: 0;
	padding: 20px;
	border: 1px solid #e0e0e0;
	transition: all 0.2s ease;
	position: relative;
	text-align: center;
	color: #000000;
}

.product-card:hover {
	border-color: #000000;
	transform: none;
	box-shadow: none;
}

.product-card.featured {
	border-color: #000000;
	background: #ffffff;
	box-shadow: none;
}

.featured-badge {
	position: absolute;
	top: -10px;
	right: 20px;
	background: #000000;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 0;
	border: 1px solid #000000;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: none;
}

.product-image-card {
	margin-bottom: 20px;
}

.product-image-card img {
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	border-radius: 0;
	border: 1px solid #e0e0e0;
}

.product-info h3 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: 0;
}

.product-description {
	color: #666666;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 400;
}

.product-price {
	margin-bottom: 20px;
}

.price-label {
	color: #666666;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

.price {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	text-transform: none;
	letter-spacing: 0;
}

.product-btn {
	width: 100%;
	padding: 12px 20px;
	background: transparent;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
}

.product-btn:hover {
	background: #000000;
	color: #ffffff;
	transform: none;
	box-shadow: none;
}

/* Newsletter Section Styles */
.newsletter-section {
	margin: 60px 0;
	display: flex;
	justify-content: center;
}

.newsletter-card {
	background-color: #ffffff;
	padding: 40px;
	border-radius: 0;
	box-shadow: none;
	max-width: 600px;
	width: 100%;
	border: 1px solid #000000;
	color: #000000;
}

.newsletter-header {
	text-align: center;
	margin-bottom: 30px;
}

.newsletter-header h3 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: none;
	letter-spacing: 0;
}

.newsletter-header p {
	color: #000000;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 400;
}

.newsletter-form .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.newsletter-options {
	margin-bottom: 30px;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
	color: #000000;
	font-size: 14px;
	cursor: pointer;
	line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
	display: none;
}

.checkmark {
	width: 20px;
	height: 20px;
	border: 2px solid #39B54A;
	border-radius: 4px;
	position: relative;
	flex-shrink: 0;
	margin-top: 2px;
	transition: all 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
	background-color: #39B54A;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
	content: '✓';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #161616;
	font-weight: bold;
	font-size: 14px;
}

.newsletter-btn {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 400;
	width: 100%;
	padding: 12px 20px;
	background: transparent;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-transform: none;
	letter-spacing: 0;
	box-shadow: none;
}

.newsletter-btn:hover {
	background: #000000;
	color: #ffffff;
	transform: none;
	box-shadow: none;
}

/* Responsive Design Updates */
@media (max-width: 768px) {
	.age-modal-content {
		margin: 20% auto;
		padding: 30px 20px;
		width: 95%;
	}
	
	.age-buttons {
		flex-direction: column;
		gap: 15px;
	}
	
	.discount-content {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}
	
	.discount-percentage span:first-child {
		font-size: 36px;
	}
	
	.showcase-content {
		flex-direction: column;
		gap: 30px;
	}
	
	.showcase-header {
		text-align: center;
	}
	
	.products-container {
		padding: 20px;
	}
	
	.products-stack {
		gap: 20px;
	}
	
	.newsletter-form .form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.newsletter-card {
		margin: 0 10px;
		padding: 30px 20px;
	}
	
	/* Slideshow responsive for medium screens */
	.slideshow-container {
		height: 400px;
	}
	
	.hero-container {
		margin: 5% 10px 0 10px;
		padding: 15px;
	}
}

@media (max-width: 480px) {
	.age-modal-header h2 {
		font-size: 24px;
	}
	
	.age-modal-header p {
		font-size: 16px;
	}
	
	.showcase-header h2 {
		font-size: 28px;
	}
	
	.product-card {
		padding: 20px 15px;
	}
	
	.product-image-card img {
		max-width: 150px;
	}
}

/* Profile Page Styles */
.profile-section {
	margin: 40px 0;
	display: flex;
	justify-content: center;
}

.profile-card {
	background-color: #262626;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	max-width: 800px;
	width: 100%;
	border: 2px solid #39B54A;
}

.profile-header {
	text-align: center;
	margin-bottom: 40px;
}

.profile-header h2 {
	font-family: 'Authentic Sans Condensed', sans-serif;
	font-weight: 150;
	color: #39B54A;
	font-size: 36px;
	margin-bottom: 10px;
}

.profile-header p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0;
}

.profile-content {
	display: grid;
	gap: 40px;
}

.profile-info {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 30px;
	background-color: rgba(57, 181, 74, 0.1);
	border-radius: 15px;
	border: 2px solid #39B54A;
}

.profile-avatar {
	flex-shrink: 0;
}

.avatar-placeholder {
	width: 80px;
	height: 80px;
	background-color: #39B54A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #161616;
}

.profile-details h3 {
	font-family: 'Authentic Sans', sans-serif;
	font-weight: 130;
	color: #39B54A;
	font-size: 24px;
	margin-bottom: 5px;
}

.member-since {
	color: #cccccc;
	font-size: 14px;
	margin: 0;
}

.profile-form h4 {
	color: #39B54A;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.profile-form .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.profile-form .form-group {
	margin-bottom: 20px;
}

.profile-form label {
	display: block;
	margin-bottom: 8px;
	color: #39B54A;
	font-weight: bold;
	font-size: 14px;
}

.profile-form input,
.profile-form textarea {
	width: 100%;
	padding: 12px;
	border: 2px solid #39B54A;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	background-color: #1a1a1a;
	color: #ffffff;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.profile-form input:focus,
.profile-form textarea:focus {
	outline: none;
	border-color: #ffffff;
	box-shadow: 0 0 10px rgba(57, 181, 74, 0.5);
}

.preferences-section {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #333;
}

.checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.profile-save-btn {
	font-family: 'Authentic Sans', sans-serif;
	font-weight: 150;
	width: 100%;
	padding: 18px;
	background: linear-gradient(135deg, #39B54A, #2a8a3a);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
}

.profile-save-btn:hover {
	background: linear-gradient(135deg, #2a8a3a, #39B54A);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(57, 181, 74, 0.4);
}

/* Profile Page Responsive */
@media (max-width: 768px) {
	.profile-info {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	
	.profile-form .form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.profile-card {
		margin: 0 10px;
		padding: 30px 20px;
	}
}

/* Print Styles */
@media print {
	.site-footer {
		display: none;
	}
	
	.rsvp-form {
		display: none;
	}
	
	.invitation-card {
		box-shadow: none;
		border: 2px solid #000;
	}
	
	.age-modal,
	.discount-banner,
	.newsletter-section {
		display: none;
	}
}