@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

/* --- PIZZAZZ --- */
/* Floating petals animation */
@keyframes floatPetal {
  0% { transform: translateY(-60px) scale(1) rotate(0deg); opacity: 0; }
  10% { opacity: 1; }
  100% { transform: translateY(100vh) scale(1.2) rotate(360deg); opacity: 0; }
}
.petal {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  animation: floatPetal 14s linear infinite;
}
.petal.petal1 { left: 10vw; animation-delay: 0s; }
.petal.petal2 { left: 30vw; animation-delay: 3s; }
.petal.petal3 { left: 50vw; animation-delay: 6s; }
.petal.petal4 { left: 70vw; animation-delay: 9s; }
.petal.petal5 { left: 90vw; animation-delay: 12s; }

/* Navigation Bar */
.nav-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(107, 122, 106, 0.95);
	backdrop-filter: blur(10px);
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-decoration: none;
	padding: 1rem 1.5rem;
	font-weight: bold;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	border-radius: 4px;
	margin: 0 0.25rem;
	position: relative; /* Added for underline effect */
}

.nav-link::after {
	content: '';
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 8px;
	height: 2px;
	background: #FFD700;
	border-radius: 2px;
	transform: scaleX(0);
	transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.nav-link:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #F8F5F0;
	transform: translateY(-1px);
}

.nav-link:hover::after {
	transform: scaleX(1);
}

/* Responsive navigation for mobile */
@media (max-width: 768px) {
	.nav-container {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0.5rem;
	}
	
	.nav-link {
		padding: 0.5rem 1rem;
		font-size: 0.9rem;
	}
	
	body {
		padding-top: 80px;
	}
}

/* Adjust body to account for fixed nav */
body {
	padding-top: 60px;
	margin: 0;
	font-family: 'Segoe UI', Arial, sans-serif;
	background: #FFF0F5;
	scroll-behavior: smooth;
}

/* Scroll offset for anchor links to account for fixed nav */
#home, #invitation, #registry, #activities, #hotels, #music, #photos {
	scroll-margin-top: 120px;
}

/* Move overlay down only in first parallax section */
.parallax1 .overlay {
	margin-top: 6rem;
}
body {
	margin: 0;
	font.registry-link:hover {
	background: #fffbe6;
	box-shadow: 0 4px 16px rgba(107,122,106,0.12);
	color: #556B54;
}ly: 'Segoe UI', Arial, sans-serif;
	background: #E8F1E8;
	.content {
		margin: -2rem au.music-form-link:hover {
	background: #556B54;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(107,122,106,0.4);
}em auto;
		padding: 1.5rem;
	}
	.activities-list li {
		flex-direction: column;
		text-align: center;
	}
	.activity-image {
		width: 100%;
		height: 120px;
		margin-bottom: 0.5rem;
	}
}

.parallax {
	min-height: 60vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.parallax1 {
	background-image: url('../A&K1.jpg');
	background-position: 50% 20%;
	position: relative;
}
.parallax2 {
	background-image: url('../A&K10.jpg');
}
.parallax3 {
	background-image: url('../A&K11.jpg');
	background-position: 50% 30%;
}
.parallax4 {
	background-image: url('../A&K15.jpg');
	background-position: 50% 25%;
}
.parallax5 {
	background-image: url('../A&K25.jpg');
	background-position: 50% 30%;
}
.parallax6 {
	background-image: url('../A&K27.jpg');
	background-position: 50% 15%;
}

/* Split overlay styles for parallax1 */
.overlay-left {
	position: absolute;
	top: 35%;
	left: 2vw;
	transform: translateY(-50%);
	min-width: 25vw;
	max-width: 30vw;
	padding: 2rem 3rem;
	color: #fff;
	text-align: left;
	z-index: 1;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	font-family: 'Dancing Script', 'Brush Script MT', cursive;
	font-size: 1.7em;
}
.overlay-right {
	position: absolute;
	top: 35%;
	right: 5vw;
	transform: translateY(-50%);
	min-width: 25vw;
	max-width: 30vw;
	padding: 2rem 3rem;
	color: #fff;
	text-align: right;
	z-index: 1;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	font-family: 'Dancing Script', 'Brush Script MT', cursive;
	font-size: 1.7em;
}

.overlay {
	/* Default overlay styles - overridden by specific overlay-left and overlay-right */
	color: #fff;
	text-align: center;
}

.content {
	background: #fff;
	margin: 6rem auto 6rem auto;
	max-width: 600px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	position: relative;
	z-index: 3;
	animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both; /* Added fade-in animation */
}

/* Individual flower on card */
.content .flowers-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}
.flower1 {
	position: absolute;
	top: 20px;
	left: 20px;
	opacity: 0.6;
	pointer-events: none;
}

/* Page edge ornamental borders */
.page-borders {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	z-index: 1;
}
.border-ornament {
	position: absolute;
	opacity: 0.8;
	pointer-events: none;
}
.border-left {
	top: 0;
	left: 0;
	height: 100%;
}
.border-right {
	top: 0;
	right: 0;
	height: 100%;
}

/* Google Forms logo styling */
.forms-logo {
	width: 16px;
	height: auto;
	vertical-align: middle;
	margin-left: 8px;
}

.details {
	list-style: none;
	padding: 0;
	margin: 2rem 0;
}
.details li {
	margin: 1rem 0;
	font-size: 1.1rem;
}
.rsvp {
	font-weight: bold;
	color: #6B7A6A;
	margin-top: 2rem;
}

.rsvp-container {
	margin: 2rem 0;
	text-align: center;
}

.rsvp-form-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 1rem 2rem;
	background: #6B7A6A;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(107, 122, 106, 0.3);
}

.rsvp-form-link:hover {
	background: #556B54;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(107, 122, 106, 0.4);
}

.rsvp-forms-logo {
	width: 16px;
	height: 20px;
}

/* Registry Section Styles */
.registry-section {
	background: #fff;
	margin: 2rem auto 2rem auto;
	max-width: 600px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	position: relative;
	z-index: 3;
	animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}
.registry-section h3 {
	margin-top: 0;
	color: #6B7A6A;
}
.registry-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0 0;
}
.registry-list li {
	margin: 1rem 0;
	font-size: 1.1rem;
}
.registry-logo {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	border-radius: 4px;
	object-fit: contain;
}
.registry-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	transition: background 0.2s, box-shadow 0.2s;
	color: #3b5998;
	text-decoration: none;
	font-weight: bold;
}
.registry-link:hover {
	background: #fffbe6;
	box-shadow: 0 4px 16px rgba(180,142,92,0.12);
	color: #6B7A6A;
}

/* Activities Section Styles */
.activities-section {
	background: #fff;
	margin: 2rem auto 2rem auto;
	max-width: 600px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	border-radius: 1rem;
	padding: 2rem;
	text-align: left;
	position: relative;
	z-index: 3;
	animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}

.activities-section h3 {
	margin-top: 0;
	color: #6B7A6A;
	text-align: center;
	margin-bottom: 1rem;
}

.activities-section p {
	text-align: center;
	color: #666;
	margin-bottom: 1.5rem;
}

.activities-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.activities-list li {
	margin: 1.5rem 0;
	padding: 1rem;
	background: #E8F1E8;
	border-radius: 8px;
	border-left: 4px solid #6B7A6A;
	color: #333;
	font-size: 1rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.activity-image {
	width: 80px;
	height: 60px;
	object-fit: contain;
	object-position: center;
	border-radius: 6px;
	flex-shrink: 0;
	background: #E8F1E8;
	padding: 4px;
}

.activity-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E8F1E8;
	border-radius: 50%;
	flex-shrink: 0;
	font-size: 1.8rem;
	border: 2px solid #6B7A6A;
}

.activity-content {
	flex: 1;
}

.activities-list strong {
	color: #6B7A6A;
	font-weight: bold;
}

/* Hotels Section Styles */
.hotels-section {
	background: #fff;
	margin: 2rem auto 2rem auto;
	max-width: 600px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	border-radius: 1rem;
	padding: 2rem;
	text-align: left;
	position: relative;
	z-index: 3;
	animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}

.hotels-section h3 {
	margin-top: 0;
	color: #6B7A6A;
	text-align: center;
	margin-bottom: 1rem;
}

.hotels-section p {
	text-align: center;
	color: #666;
	margin-bottom: 1.5rem;
}

.hotels-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hotels-list li {
	margin: 1.5rem 0;
	padding: 1.5rem;
	background: #E8F1E8;
	border-radius: 8px;
	border-left: 4px solid #6B7A6A;
}

.hotel-info strong {
	color: #6B7A6A;
	font-size: 1.2rem;
	display: block;
	margin-bottom: 0.5rem;
}

.hotel-info p {
	color: #333;
	margin: 0.25rem 0;
	text-align: left;
	font-size: 0.95rem;
}

.hotel-contact {
	color: #6B7A6A;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
}

.hotel-contact:hover {
	color: #556B54;
	text-decoration: underline;
}

/* Music Section Styles */
.music-section {
	background: #fff;
	margin: 2rem auto 2rem auto;
	max-width: 600px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	position: relative;
	z-index: 3;
	animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}

.music-section h3 {
	margin-top: 0;
	color: #6B7A6A;
	margin-bottom: 1rem;
}

.music-section p {
	color: #666;
	margin-bottom: 1.5rem;
}

.music-form-container {
	margin: 2rem 0;
}

.music-form-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 1rem 2rem;
	background: #6B7A6A;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(143, 166, 142, 0.3);
}

.music-form-link:hover {
	background: #6B7A6A;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(143, 166, 142, 0.4);
}

.music-forms-logo {
	width: 16px;
	height: 20px;
}

.music-suggestions {
	margin-top: 2rem;
	text-align: center;
}

.music-suggestions h4 {
	color: #6B7A6A;
	margin-bottom: 1rem;
	text-align: center;
}

.suggestion-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.suggestion-list li {
	margin: 0.75rem 0;
	padding: 0.75rem;
	background: #E8F1E8;
	border-radius: 6px;
	border-left: 3px solid #6B7A6A;
	font-size: 1rem;
}

@media (max-width: 700px) {
	.parallax {
		min-height: 40vh;
	}
	.content {
		margin: -2rem auto 2rem auto;
		padding: 1rem;
	}
	.activities-list li {
		flex-direction: column;
		text-align: center;
	}
	.activity-image {
		width: 100%;
		height: 120px;
		margin-bottom: 0.5rem;
	}
	.activity-icon {
		margin: 0 auto 0.5rem auto;
	}
	.overlay {
		padding: 1rem 1.5rem;
	}
	/* Mobile adjustments for overlay text */
	.overlay-left {
		left: 1vw;
		top: 25%;
		max-width: 40vw;
		min-width: 35vw;
		font-size: 1.3em;
	}
	.overlay-right {
		right: 1vw;
		top: 25%;
		max-width: 40vw;
		min-width: 35vw;
		font-size: 1.3em;
	}
}

/* Photos Section Styles */
.photos-section {
	background: #fff;
	margin: 2rem auto;
	max-width: 600px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.08);
	border-radius: 1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}

.photos-section h3 {
	font-family: 'Dancing Script', cursive;
	font-size: 2.5rem;
	color: #6B7A6A;
	margin-bottom: 1rem;
}

.photos-section p {
	color: #666;
	margin-bottom: 1.5rem;
}

.photos-link-container {
	margin: 2rem 0;
}

.photos-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 1rem 2rem;
	background: #6B7A6A;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(107, 122, 106, 0.3);
}

.photos-link:hover {
	background: #556B54;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(107, 122, 106, 0.4);
}

.photos-logo {
	width: 20px;
	height: 20px;
}

.photos-note {
	font-size: 0.9rem;
	color: #888;
	font-style: italic;
	margin-top: 1rem;
}

/* --- PIZZAZZ for vacation.html --- */
@keyframes floatPetal {
  0% { transform: translateY(-60px) scale(1) rotate(0deg); opacity: 0; }
  10% { opacity: 1; }
  100% { transform: translateY(100vh) scale(1.2) rotate(360deg); opacity: 0; }
}
.petal {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  animation: floatPetal 14s linear infinite;
}
.petal.petal1 { left: 10vw; animation-delay: 0s; }
.petal.petal2 { left: 30vw; animation-delay: 3s; }
.petal.petal3 { left: 50vw; animation-delay: 6s; }
.petal.petal4 { left: 70vw; animation-delay: 9s; }
.petal.petal5 { left: 90vw; animation-delay: 12s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: none; }
}
.vacation-gallery {
  animation: fadeInUp 1.2s cubic-bezier(.23,1.01,.32,1) both;
}

.vacation-gallery img {
  transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
}
.vacation-gallery img:hover {
  transform: scale(1.08);
  z-index: 2;
  box-shadow: 0 8px 32px rgba(107,122,106,0.18);
}
