/* â”€â”€ reset / base â”€â”€ */
p a,
li a {
	color: #8b5e3c;
}
html, body {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", serif;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
	background: #faf8f5;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
}

.title-bar {
	text-align: center;
	padding: 6rem 1rem 1rem;
	background: #6f4a2e url("assets/images/bg.jpg") center / cover no-repeat;
	color: #fff;
}
.title-bar h1 {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.title-bar h1 small {
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 4px;
	color: #fff;
	margin: 0.75rem -1rem -1rem;
	text-transform: uppercase;
	text-shadow: 0 1px 4px rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.5);
	padding: 0.5rem 1rem;
}

/* â”€â”€ nav bar â”€â”€ */
.nav-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	padding: 0.75rem 1rem;
	border-top: 1px solid #dcd6cf;
	border-bottom: 1px solid #dcd6cf;
	background: #fff;
	position: relative;
}
.nav-bar a {
	color: #5a4a3a;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0.25rem 0.5rem;
}
.nav-bar a:hover,
.nav-bar a.active {
	color: #8b5e3c;
	border-bottom: 2px solid #8b5e3c;
}

/* â”€â”€ image container â”€â”€ */
.img-container {
	display: block;
	text-align: center;
	margin: 2rem auto;
}
.img-container img {
	max-width: 100%;
	height: auto;
}

/* â”€â”€ article â”€â”€ */
.article {
	max-width: 72ch;
	margin: 2rem auto;
	padding: 0 1rem;
	font-size: 1.05rem;
	flex: 1;
}
.article h2 {
	color: #3a2a1a;
	font-size: 1.6rem;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

/* â”€â”€ footer â”€â”€ */
.footer {
	background: #ede8e1;
	padding: 2rem 1rem;
	margin-top: 3rem;
	font-size: 0.95rem;
}
.footer-inner {
	max-width: 72ch;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.newsletter {
	flex: 2 1 300px;
	min-width: 240px;
}
.newsletter h3 {
	margin-top: 0;
	font-size: 1.15rem;
	color: #3a2a1a;
}
.newsletter p {
	font-size: 0.9rem;
	color: #6a5a4a;
	margin: 0.3rem 0 0.75rem;
}
.newsletter .pure-form {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	max-width: 320px;
}
.newsletter .pure-form input {
	flex: 1;
	min-width: 140px;
	padding: 0.5rem 0.7rem;
	border: 1px solid #d4ccc4;
	border-radius: 4px;
	font-family: Georgia, serif;
	font-size: 0.95rem;
	background: #fff;
	color: #2c2c2c;
	outline: none;
}
.newsletter .pure-form input:focus {
	border-color: #8b5e3c;
	box-shadow: 0 0 0 2px rgba(139,94,60,0.15);
}
.newsletter .pure-button {
	background: #5a4a3a;
	color: #fff;
	border: none;
	padding: 0.6rem 1.2rem;
	border-radius: 4px;
	font-family: Georgia, serif;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background 0.2s;
}
.newsletter .pure-button:hover {
	background: #6f4a2e;
}
#subscribe-message {
	margin-top: 0.5em;
	font-size: 0.9rem;
	line-height: 1.4;
	min-height: 1.4em;
}
.social-links {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 0.75rem;
	margin-top: 1rem;
}
.social-links a {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #5a4a3a;
	text-decoration: none;
	font-size: 0.9rem;
}
.social-links a:hover {
	color: #8b5e3c;
}
.social-links svg {
	width: 20px;
	height: 20px;
}
.contact {
	flex: 1 1 160px;
	min-width: 160px;
}
.contact h3 {
	margin-top: 0;
	font-size: 1.15rem;
	color: #3a2a1a;
}
.contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact ul li {
	margin-bottom: 0.4rem;
}
.contact ul li a {
	color: #5a4a3a;
	text-decoration: none;
}
.contact ul li a:hover {
	text-decoration: underline;
}

/* â”€â”€ donate button â”€â”€ */
.donate-btn {
	display: inline-block;
	background: #8b5e3c;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0.75rem 2rem;
	border-radius: 4px;
	text-decoration: none;
	letter-spacing: 1px;
	transition: background 0.2s;
}
.donate-btn:hover {
	background: #6f4a2e;
}
/* â”€â”€ contact form â”€â”€ */
.pure-form-stacked {
	max-width: 480px;
}
.pure-form-stacked label {
	font-weight: 600;
	color: #3a2a1a;
	margin-top: 0.75rem;
	display: block;
}
.pure-form-stacked input,
.pure-form-stacked textarea {
	border: 1px solid #d4ccc4;
	border-radius: 4px;
	padding: 0.5rem 0.7rem;
	font-family: Georgia, serif;
	font-size: 0.95rem;
	background: #fff;
	color: #2c2c2c;
	outline: none;
	margin-top: 0.2rem;
}
.pure-form-stacked input:focus,
.pure-form-stacked textarea:focus {
	border-color: #8b5e3c;
	box-shadow: 0 0 0 2px rgba(139,94,60,0.15);
}

.donate-wrap {
	text-align: center;
	margin: 2rem 0;
}

/* â”€â”€ profile pictures â”€â”€ */
.profile-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	margin: 2rem 0;
}
.profile-card {
	text-align: center;
	max-width: 200px;
}
.profile-pic {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #dcd6cf;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	background: #ede8e1;
}
.profile-card h3 {
	margin: 0.75rem 0 0.25rem;
	font-size: 1.1rem;
	color: #3a2a1a;
}
.profile-card p {
	margin: 0;
	font-size: 0.9rem;
	color: #6a5a4a;
}

/* â”€â”€ FAQ accordion â”€â”€ */
.faq-section {
	max-width: 144ch;
	margin-left: auto;
	margin-right: auto;
}
.faq-item {
	border-bottom: 1px solid #dcd6cf;
}
.faq-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	cursor: pointer;
	user-select: none;
}
.faq-header h4 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #3a2a1a;
	line-height: 1.4;
}
.faq-header .faq-num {
	color: #8b5e3c;
	font-weight: 700;
	margin-right: 0.5rem;
}
.faq-header .faq-icon {
	flex-shrink: 0;
	transition: transform 0.25s ease;
	color: #8a7a6a;
}
.faq-item.open .faq-icon {
	transform: rotate(45deg);
	color: #8b5e3c;
}
.faq-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 0;
}
.faq-panel p {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	color: #5a4a3a;
}
.faq-panel p:last-child {
	margin-bottom: 0;
}
.faq-item.open .faq-panel {
	max-height: 400px;
	padding: 0 0 1rem;
}

/* â”€â”€ hero â”€â”€ */
.hero {
	text-align: center;
	padding: 2rem 0;
}
.hero h1 {
	font-size: 1.8rem;
	color: #3a2a1a;
	margin: 0 0 1rem;
	line-height: 1.3;
}
.donate-link {
	display: inline-block;
	background: #8b5e3c;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0.75rem 2rem;
	border-radius: 4px;
	text-decoration: none;
	letter-spacing: 1px;
	transition: background 0.2s;
}
.donate-link:hover {
	background: #6f4a2e;
}

/* â”€â”€ schedule grid â”€â”€ */
.schedule-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin: 1.5rem 0;
}
@media (max-width: 600px) {
	.schedule-grid {
		grid-template-columns: 1fr;
	}
}
.schedule-card {
	background: #fff;
	border: 1px solid #dcd6cf;
	border-radius: 6px;
	padding: 1.25rem;
}
.schedule-card h3 {
	margin: 0 0 0.25rem;
	color: #3a2a1a;
	font-size: 1.15rem;
}
.schedule-dates {
	margin: 0 0 0.75rem;
	font-size: 0.9rem;
	color: #6a5a4a;
}
.schedule-card ul {
	margin: 0 0 0.75rem;
	padding-left: 1.25rem;
}
.schedule-location {
	font-size: 0.95rem;
	margin: 0 0 0.25rem;
	color: #5a4a3a;
}
.schedule-conf {
	font-size: 0.85rem;
	color: #8a7a6a;
	margin: 0;
	font-style: italic;
}

.letter {
	background: #fff;
	border: 1px solid #dcd6cf;
	border-radius: 6px;
	padding: 1.5rem 2rem;
	margin: 1.5rem 0;
}
.letter .letter-from {
	margin: 0 0 0.25rem;
	font-size: 1.15rem;
	color: #6a5a4a;
	text-align: center;
	font-weight: 700;
}
.letter .letter-date {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	color: #8a7a6a;
	text-align: center;
}
.letter .letter-salutation {
	margin: 1rem 0 0.5rem;
	font-weight: 700;
	color: #3a2a1a;
}
.letter .letter-body p {
	margin: 0 0 1rem;
	line-height: 1.8;
}
.letter .letter-welcome {
	font-weight: 700;
	color: #3a2a1a;
}
.letter .letter-signature {
	margin: 1rem 0 0;
	font-weight: 700;
	color: #3a2a1a;
}

/* â”€â”€ thank you / closing â”€â”€ */
.thank-you {
	font-size: 1.15rem;
	font-weight: 700;
	color: #3a2a1a;
	text-align: center;
	margin: 2rem 0 0.5rem;
}
.closing {
	text-align: center;
	font-size: 1rem;
	color: #5a4a3a;
	line-height: 1.8;
	margin-bottom: 0;
}

/* â”€â”€ language selector â”€â”€ */
.lang-selector {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.lang-selector select {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9rem;
	color: #5a4a3a;
	background: #fff;
	border: 1px solid #dcd6cf;
	border-radius: 4px;
	padding: 0.25rem 0.5rem;
	cursor: pointer;
	outline: none;
}
.lang-selector select:hover,
.lang-selector select:focus {
	border-color: #8b5e3c;
}

/* â”€â”€ language toggle â”€â”€ */
body:not(.lang-fr) [data-lang="fr"] { display: none !important; }
body:not(.lang-en) [data-lang="en"] { display: none !important; }
