.botta-about-family-page {
	--botta-about-bg: #fbfaf5;
	--botta-about-ink: #10200f;
	--botta-about-copy: #576353;
	--botta-about-line: rgba(16, 32, 15, 0.14);
	--botta-about-cream: #d5b28f;
	--botta-about-dark: #091306;
	background: var(--botta-about-bg);
	color: var(--botta-about-ink);
	min-height: 100vh;
	padding-top: 96px;
}

.botta-about-family-page a {
	color: inherit;
	text-decoration: none;
}

.botta-about-family-page .botta-fh-nav-cta,
.botta-about-family-page .botta-fh-button,
.botta-about-family-page .botta-fh-button:visited,
.botta-about-family-page .botta-fh-nav-cta:visited {
	color: #fff;
}

.botta-about-family-page .botta-fh-nav-cta:hover,
.botta-about-family-page .botta-fh-nav-cta:focus-visible,
.botta-about-family-page .botta-fh-button:hover,
.botta-about-family-page .botta-fh-button:focus-visible {
	color: #091306;
	background: #fcfcf7;
	border-color: #091306;
}

.botta-about-family-page__inner {
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: 0 0 110px;
}

.botta-about-hybrid-compose {
	width: min(calc(100% - 48px), 1240px);
	margin: 0 auto;
	padding: 0;
}

.botta-about-hybrid-compose.elementor-element,
.botta-about-hybrid-compose .elementor-element {
	--widgets-spacing: 0;
}

.botta-about-hybrid-compose > .e-con-inner {
	width: 100%;
	max-width: none;
	padding: 0;
}

.botta-about-hybrid-compose > .e-con-inner > * + * {
	margin-top: clamp(72px, 8vw, 108px);
}

.botta-about-native-hero .e-con-inner {
	width: 100%;
	max-width: none;
	padding: 0;
}

.botta-about-native-hero .elementor-widget {
	margin-block-end: 0;
}

.botta-about-native-hero .elementor-heading-title {
	margin: 0;
}

.botta-about-native-hero .elementor-widget-text-editor p {
	margin-bottom: 0;
}

.botta-about-native-hero .botta-about-family-hero__content,
.botta-about-native-hero .botta-about-family-hero__content > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(300px, 420px) minmax(340px, 1fr) !important;
	gap: clamp(48px, 5vw, 76px);
}

.botta-about-native-hero .botta-about-family-hero__content > .e-con-inner {
	display: contents !important;
}

.botta-about-family-page .botta-fh-footer {
	width: min(calc(100% - 48px), 1240px);
	min-height: 0;
	padding-bottom: 56px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.botta-about-family-page__inner > * + * {
	margin-top: clamp(76px, 8vw, 112px);
}

.botta-about-family-eyebrow {
	margin: 0 0 10px;
	color: #6d7768;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.botta-about-family-eyebrow--light {
	color: rgba(255, 255, 255, 0.72);
}

.botta-about-family-hero__image {
	overflow: hidden;
	border-radius: 26px;
}

.botta-about-family-hero__image img {
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center 26%;
}

.botta-about-family-hero__content {
	display: grid;
	grid-template-columns: minmax(300px, 420px) minmax(340px, 1fr);
	gap: clamp(48px, 5vw, 76px);
	padding-top: 36px;
}

.botta-about-family-hero__content h1,
.botta-about-family-experience h2,
.botta-about-family-benefits h2,
.botta-about-family-cta h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.botta-about-family-hero__content p,
.botta-about-family-member-card p,
.botta-about-family-experience-card p,
.botta-about-family-benefit-card p {
	margin: 0;
	color: var(--botta-about-copy);
	font-size: 14px;
	line-height: 1.58;
}

.botta-about-family-members__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 3vw, 36px);
}

.botta-about-family-member-card {
	position: relative;
	padding: 0;
	border-radius: 22px;
	background: transparent;
	box-shadow: none;
}

.botta-about-family-member-card__media {
	overflow: hidden;
	border-radius: 22px;
}

.botta-about-family-member-card__media img {
	display: block;
	width: 100%;
	height: clamp(380px, 32vw, 440px);
	object-fit: cover;
	object-position: center top;
}

.botta-about-family-member-card.is-active .botta-about-family-member-card__body {
	box-shadow: 0 0 0 2px #7343ff, 0 10px 24px rgba(16, 32, 15, 0.12);
}

.botta-about-family-member-card__body {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px 14px 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 24px rgba(16, 32, 15, 0.12);
}

.botta-about-family-member-card__copy {
	min-width: 0;
	cursor: pointer;
}

.botta-about-family-member-card h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.botta-about-family-member-card__role {
	margin-top: 3px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.3;
	color: #444f43;
}

.botta-about-family-member-card__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.botta-about-family-member-card__plus {
	position: relative;
	width: 20px;
	height: 20px;
}

.botta-about-family-member-card__plus::before,
.botta-about-family-member-card__plus::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #1b2417;
	border-radius: 2px;
	transform: translate(-50%, -50%);
}

.botta-about-family-member-card__plus::before {
	width: 14px;
	height: 1.5px;
}

.botta-about-family-member-card__plus::after {
	width: 1.5px;
	height: 14px;
}

.botta-about-family-member-card.is-active .botta-about-family-member-card__plus::after {
	display: none;
}

.botta-about-family-details {
	margin-top: 28px;
	padding-top: 10px;
}

.botta-about-family-details__tabs {
	display: flex;
	gap: 24px;
	border-bottom: 1px solid rgba(16, 32, 15, 0.12);
}

.botta-about-family-details__tab {
	position: relative;
	padding: 0 0 12px;
	border: 0;
	background: transparent;
	color: #b7bcb4;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.04em;
	cursor: pointer;
}

.botta-about-family-details__tab.is-active {
	color: var(--botta-about-ink);
	box-shadow: inset 0 -2px 0 var(--botta-about-ink);
}

.botta-about-family-details__panel {
	padding-top: 20px;
}

.botta-about-family-details__panel p {
	margin: 0 0 18px;
	color: var(--botta-about-copy);
	font-size: 14px;
	line-height: 1.55;
}

.botta-about-family-details__panel h3 {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.botta-about-family-details__panel ul {
	margin: 0;
	padding-left: 18px;
	color: var(--botta-about-copy);
	font-size: 14px;
	line-height: 1.5;
}

.botta-about-family-details__socials {
	margin-top: 18px;
}

.botta-about-family-details__socials p {
	margin: 0 0 10px;
	color: #6d7768;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.botta-about-family-details__socials div {
	display: flex;
	gap: 10px;
}

.botta-about-family-details__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(16, 32, 15, 0.16);
	border-radius: 8px;
}

.botta-about-family-details__socials span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.botta-about-family-details__socials img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.botta-about-family-experience {
	padding: clamp(40px, 4vw, 56px) clamp(28px, 4vw, 44px) clamp(32px, 4vw, 44px);
	border-radius: 22px;
	background: var(--botta-about-dark);
	color: #fff;
}

.botta-about-family-experience__intro {
	max-width: 420px;
	margin-bottom: 28px;
}

.botta-about-family-experience h2 {
	color: #fff;
	font-size: clamp(28px, 3vw, 38px);
}

.botta-about-family-experience__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.botta-about-family-experience-card {
	padding: 22px 20px 24px;
	border-radius: 16px;
	background: #4c6f41;
}

.botta-about-family-experience-card span,
.botta-about-family-benefit-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 56px;
	border-radius: 999px;
	background: #091306;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.botta-about-family-experience-card h3,
.botta-about-family-benefit-card h3 {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.03em;
}

.botta-about-family-experience-card p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 12px;
	line-height: 1.34;
}

.botta-about-family-benefits {
	display: grid;
	grid-template-columns: minmax(300px, 340px) minmax(0, 1fr);
	gap: 48px;
}

.botta-about-family-benefits__intro {
	padding-right: 0;
}

.botta-about-family-benefits h2 {
	font-size: clamp(28px, 2.4vw, 34px);
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

.botta-about-family-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.botta-about-family-benefit-card {
	min-height: 248px;
	padding: 2px 18px 18px;
	border-left: 1px solid var(--botta-about-line);
}

.botta-about-family-benefit-card:nth-child(3n + 1) {
	border-left: 0;
}

.botta-about-family-benefit-card:nth-child(4),
.botta-about-family-benefit-card:nth-child(5) {
	margin-top: 26px;
}

.botta-about-family-benefit-card span {
	background: #f0eee7;
	color: #1c2419;
	margin-bottom: 40px;
}

.botta-about-family-benefit-card p {
	font-size: 12px;
	line-height: 1.34;
}

.botta-about-family-cta {
	display: grid;
	justify-items: center;
	gap: 14px;
	padding-top: 32px;
	text-align: center;
}

.botta-about-family-cta h2 {
	font-size: clamp(30px, 3vw, 40px);
}

.botta-about-family-cta__button {
	min-width: 260px;
}

@media (max-width: 1100px) {
	.botta-about-family-members__grid,
	.botta-about-family-experience__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.botta-about-family-benefits {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.botta-about-family-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.botta-about-family-benefit-card:nth-child(3n + 1) {
		border-left: 1px solid var(--botta-about-line);
	}

	.botta-about-family-benefit-card:nth-child(2n + 1) {
		border-left: 0;
	}

	.botta-about-family-benefit-card:nth-child(4),
	.botta-about-family-benefit-card:nth-child(5) {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.botta-about-family-page {
		padding-top: 84px;
	}

	.botta-about-family-page__inner,
	.botta-about-family-page .botta-fh-footer {
		width: min(calc(100% - 28px), 1240px);
	}

	.botta-about-family-page__inner {
		padding: 0 0 48px;
	}

	.botta-about-family-page__inner > * + * {
		margin-top: 52px;
	}

	.botta-about-hybrid-compose > .e-con-inner > * + * {
		margin-top: 52px;
	}

	.botta-about-family-hero__image img {
		height: 260px;
	}

	.botta-about-family-hero__content,
	.botta-about-family-members__grid,
	.botta-about-family-experience__grid,
	.botta-about-family-benefits__grid {
		grid-template-columns: 1fr;
	}

	.botta-about-native-hero .botta-about-family-hero__content,
	.botta-about-native-hero .botta-about-family-hero__content > .e-con-inner {
		grid-template-columns: 1fr !important;
	}

	.botta-about-family-benefit-card,
	.botta-about-family-benefit-card:nth-child(n),
	.botta-about-family-benefit-card:nth-child(2n + 1),
	.botta-about-family-benefit-card:nth-child(3n + 1) {
		min-height: 0;
		padding: 16px 0 0;
		border-left: 0;
		border-top: 1px solid var(--botta-about-line);
	}

	.botta-about-family-benefit-card:first-child {
		border-top: 0;
	}

	.botta-about-family-member-card__media img {
		height: 340px;
	}

	.botta-about-family-experience {
		padding: 32px 20px 24px;
	}

	.botta-about-family-member-card__body {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.botta-about-family-details__tab {
		font-size: 20px;
	}
}
