/* ===========================
   ABOUT PAGE (about.html)
   =========================== */

#about-body
{
	background-color: #05070d;
	color: #e5e7eb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

/* Purpose highlight text */

.purpose
{
	font-weight: bold;
	font-style: italic;
	background-image: linear-gradient(to right, #63cdd1, pink, #deee03);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* Hero card */

.about-hero
{

	background: rgba(10, 16, 28, 0.9);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.75);
}

.about-header
{
	margin: 0 0 0.3rem;
}

.about-tag
{
	margin: 0;
	opacity: 0.9;
}

/* Generic panel */

.about-panel
{
	max-width: 960px;
	padding: 2.4rem 2.6rem 2.6rem;

	background: rgba(10, 16, 28, 0.88);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	backdrop-filter: blur(18px) saturate(160%);
	border-radius: 28px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.8);

	color: #e5e7eb;
}


.about-subheading
{
	margin: 0 0 1.4rem;
}

/* Overview sections */

.about-overview .two-column
{
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}

.about-section h4
{
	margin: 0 0 0.5rem;
}


.about-overview .divider
{
	height: 1px;
	background: radial-gradient(circle at left,
			rgba(148, 163, 184, 0.5),
			transparent);
	opacity: 0.8;
}

/* Values grid */

.about-values-wrapper .values-grid
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 1.5rem;
}

.value-card
{
	background: rgba(15, 23, 42, 0.95);
	border-radius: 20px;
	padding: 1.4rem 1.3rem 1.5rem;
	border: 1px solid rgba(148, 163, 184, 0.45);
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
}

.value-card h4
{
	margin: 0 0 0.4rem;
	color: #f9fafb;
}

.value-card p
{
	margin: 0;
}

/* Family section */

.about-family-wrapper
{
	padding-bottom: 2.8rem;
}

.family-hero
{
	text-align: center;
	margin-bottom: 1.8rem;
}

#famh2
{
	margin: 0 0 0.35rem;
}

.family-tagline
{
	margin: 0;
}

#fam2col
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#fam2col .col-left
{
	flex: 1.2;
}

#fam2col .col-right
{
	flex: 1;
}

#about-tag2
{
	margin-top: 2rem;
}


/* Slideshow */

.slideshow-contain
{
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
}

.slideshow
{
	max-width: 650px;
	width: 100%;
	border-radius: 26px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
	margin: 0 auto;
}

.slide
{
	display: none;
}

.slide.active
{
	display: block;
}

.slideshow img
{
	width: 100%;
	height: auto;
	border-radius: 26px;
}

.about-cta
{
	display: flex;
	flex-direction: column;
	background: rgba(10, 16, 28, 0.85);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-cta .cta-button
{
	border: none;
	text-decoration: none;
	cursor: pointer;
	background: radial-gradient(circle at 30% 0%, #22c55e, #16a34a);
	box-shadow: 0 0 20px rgba(34, 197, 94, 0.6);
}

@media (min-width: 1100px)
{
	.slideshow
	{
		max-width: 600px;
	}
}

.slideshow .caption
{
	position: absolute;
	left: 1.1rem;
	bottom: 12rem;
	font-family: var(--body-font, "Raleway", sans-serif);
	font-size: 2rem;
	line-height: var(--line-height-small-text);
	color: #f9fafb;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#bobby1
{
	bottom: 30rem;
}

/* About CTA */

.about-cta
{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.9rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding: 2rem 1.5rem;
	background: rgba(10, 16, 28, 0.85);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-cta p
{
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
}

.about-cta .cta-button
{
	margin-top: 0.3rem;
	padding: 0.8rem 1.6rem;
	border-radius: 999px;
	border: none;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	background: radial-gradient(circle at 30% 0%, #22c55e, #16a34a);
	color: #f9fafb;
	box-shadow: 0 0 20px rgba(34, 197, 94, 0.6);
}

/* Responsive tweaks */

@media (max-width: 640px)
{
	.about-panel
	{
		padding: 1.9rem 1.5rem 2.1rem;
	}

	.about-hero
	{
		margin-top: 3.6rem;
		padding: 1.5rem 1.8rem;
	}

	.about-family-wrapper .col-right
	{
		padding: 0 1rem 1.5rem;
	}
}