:root {
	--ac-cream: #f6f0e5;
	--ac-sand: #e7dac5;
	--ac-brown: #4b3528;
	--ac-brown-soft: #735947;
	--ac-gold: #bd9250;
	--ac-olive: #727353;
	--ac-white: #fffdf9;
}

body.page-id-115 {
	background: var(--ac-white);
}

.page-id-115 #main-container > footer.ct-footer {
	display: none;
}

.page-id-115 [data-prefix="single_page"] .entry-header,
.page-id-115 .hero-section {
	display: none;
}

.ac-about,
.ac-about * {
	box-sizing: border-box;
}

.ac-about {
	color: var(--ac-brown);
	overflow: hidden;
}

.ac-about__shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.ac-about h1,
.ac-about h2,
.ac-about h3,
.ac-about p {
	margin-top: 0;
}

.ac-about h1,
.ac-about h2 {
	color: var(--ac-brown);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.ac-about h1 {
	max-width: 680px;
	margin-bottom: 26px;
	font-size: clamp(3rem, 6vw, 5.75rem);
	line-height: 0.98;
}

.ac-about h2 {
	margin-bottom: 22px;
	font-size: clamp(2.25rem, 4vw, 4rem);
	line-height: 1.05;
}

.ac-about h3 {
	color: var(--ac-brown);
	font-size: 1.18rem;
	line-height: 1.3;
}

.ac-about p {
	color: var(--ac-brown-soft);
	line-height: 1.75;
}

.ac-about__eyebrow {
	margin-bottom: 20px !important;
	color: var(--ac-olive) !important;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ac-about__hero {
	position: relative;
	min-height: 730px;
	padding: clamp(80px, 10vw, 140px) 0;
	background:
		radial-gradient(circle at 6% 12%, rgba(189, 146, 80, 0.12) 0 2px, transparent 3px),
		linear-gradient(118deg, var(--ac-cream) 0 62%, #dfd7c6 62% 100%);
}

.ac-about__hero::after {
	position: absolute;
	right: -70px;
	bottom: -90px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(114, 115, 83, 0.28);
	border-radius: 50%;
	content: "";
}

.ac-about__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: clamp(50px, 8vw, 110px);
	align-items: center;
}

.ac-about__lead {
	max-width: 660px;
	margin-bottom: 34px !important;
	font-size: 1.08rem;
}

.ac-about__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 28px;
	border: 1px solid var(--ac-brown);
	border-radius: 999px;
	background: var(--ac-brown);
	color: var(--ac-white);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ac-about__button:hover {
	background: transparent;
	color: var(--ac-brown);
	transform: translateY(-2px);
}

.ac-about__hero-visual {
	position: relative;
	min-height: 500px;
}

.ac-about__hero-orbit {
	position: absolute;
	inset: 3% -8% 8% 5%;
	border: 1px solid rgba(114, 115, 83, 0.38);
	border-radius: 48% 52% 47% 53%;
	transform: rotate(-7deg);
}

.ac-about__hero-image {
	position: absolute;
	display: block;
	object-fit: cover;
	box-shadow: 0 24px 60px rgba(75, 53, 40, 0.16);
}

.ac-about__hero-image--main {
	top: 0;
	right: 9%;
	width: 66%;
	height: 455px;
	border-radius: 180px 180px 24px 24px;
}

.ac-about__hero-image--small {
	right: 0;
	bottom: -8%;
	width: 42%;
	height: 235px;
	border: 8px solid var(--ac-cream);
	border-radius: 50% 50% 18px 18px;
}

.ac-about__hero-note {
	position: absolute;
	bottom: 2%;
	left: -2%;
	padding: 18px 22px;
	border-left: 2px solid var(--ac-gold);
	background: rgba(255, 253, 249, 0.88);
	color: var(--ac-brown-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	line-height: 1.35;
	backdrop-filter: blur(6px);
}

.ac-about__hero-note strong {
	color: var(--ac-brown);
	font-weight: 500;
}

.ac-about__story {
	padding: clamp(85px, 11vw, 145px) 0;
	background: var(--ac-white);
}

.ac-about__story-grid {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	gap: clamp(55px, 10vw, 145px);
	align-items: center;
}

.ac-about__story-grid > div:last-child > p:not(.ac-about__eyebrow) {
	max-width: 720px;
	font-size: 1.06rem;
}

.ac-about__story-mark {
	position: relative;
	display: grid;
	width: min(100%, 340px);
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid var(--ac-sand);
	border-radius: 50%;
	background: var(--ac-cream);
}

.ac-about__story-mark::before,
.ac-about__story-mark::after {
	position: absolute;
	border: 1px solid var(--ac-gold);
	border-radius: 50%;
	content: "";
}

.ac-about__story-mark::before {
	inset: 26px;
}

.ac-about__story-mark::after {
	top: 20px;
	right: 25px;
	width: 18px;
	height: 18px;
	background: var(--ac-gold);
}

.ac-about__story-mark span {
	color: var(--ac-brown);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 8rem;
	font-style: italic;
	line-height: 1;
}

.ac-about__story-mark small {
	position: absolute;
	bottom: 70px;
	color: var(--ac-olive);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.23em;
	text-transform: uppercase;
}

.ac-about__choices {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 32px;
}

.ac-about__choices span {
	padding: 8px 15px;
	border: 1px solid var(--ac-sand);
	border-radius: 999px;
	color: var(--ac-brown-soft);
	font-size: 0.78rem;
}

.ac-about__products {
	padding: clamp(85px, 10vw, 135px) 0;
	background: var(--ac-cream);
}

.ac-about__section-heading {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: end;
	margin-bottom: 55px;
}

.ac-about__section-heading h2 {
	margin-bottom: 0;
}

.ac-about__section-heading > p {
	max-width: 420px;
	margin-bottom: 6px;
}

.ac-about__section-heading--center {
	justify-content: center;
	text-align: center;
}

.ac-about__product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px;
}

.ac-about__product-card {
	grid-column: span 2;
	overflow: hidden;
	border: 1px solid rgba(115, 89, 71, 0.12);
	border-radius: 120px 120px 18px 18px;
	background: var(--ac-white);
}

.ac-about__product-card:nth-child(4) {
	grid-column: 2 / span 2;
}

.ac-about__product-image {
	position: relative;
	display: block;
	height: 360px;
	overflow: hidden;
	background: var(--ac-sand);
}

.ac-about__product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.ac-about__product-card:hover img {
	transform: scale(1.04);
}

.ac-about__product-image span {
	position: absolute;
	top: 24px;
	left: 24px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 253, 249, 0.92);
	color: var(--ac-brown);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.8rem;
}

.ac-about__product-content {
	padding: 28px 28px 30px;
}

.ac-about__product-content h3 {
	margin-bottom: 12px;
}

.ac-about__product-content h3 a {
	color: inherit;
	text-decoration: none;
}

.ac-about__product-content p {
	margin-bottom: 22px;
	font-size: 0.9rem;
	line-height: 1.65;
}

.ac-about__text-link {
	color: var(--ac-olive);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.ac-about__text-link span {
	display: inline-block;
	margin-left: 5px;
	transition: transform 180ms ease;
}

.ac-about__text-link:hover span {
	transform: translateX(4px);
}

.ac-about__benefits {
	padding: clamp(85px, 10vw, 130px) 0;
	background: var(--ac-white);
}

.ac-about__benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--ac-sand);
	border-bottom: 1px solid var(--ac-sand);
}

.ac-about__benefit-grid article {
	padding: 42px 32px;
	border-right: 1px solid var(--ac-sand);
	text-align: center;
}

.ac-about__benefit-grid article:last-child {
	border-right: 0;
}

.ac-about__icon {
	display: grid;
	width: 66px;
	height: 66px;
	margin: 0 auto 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--ac-cream);
	color: var(--ac-olive);
}

.ac-about__icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.ac-about__benefit-grid h3 {
	margin-bottom: 10px;
	font-size: 1rem;
}

.ac-about__benefit-grid p {
	margin-bottom: 0;
	font-size: 0.87rem;
	line-height: 1.55;
}

.ac-about__cta {
	padding: 82px 0;
	background:
		linear-gradient(90deg, rgba(75, 53, 40, 0.96), rgba(75, 53, 40, 0.91)),
		url("../../../uploads/2026/06/WhatsApp-Image-2026-05-30-at-12.22.57-2.jpeg") center / cover;
}

.ac-about__cta-inner {
	display: flex;
	justify-content: space-between;
	gap: 55px;
	align-items: center;
}

.ac-about__cta h2,
.ac-about__cta p {
	color: var(--ac-white);
}

.ac-about__cta h2 {
	margin-bottom: 14px;
}

.ac-about__cta p {
	max-width: 690px;
	margin-bottom: 0;
	opacity: 0.82;
}

.ac-about__cta .ac-about__eyebrow {
	color: #dbc18f !important;
}

.ac-about__button--light {
	flex: 0 0 auto;
	border-color: var(--ac-white);
	background: var(--ac-white);
	color: var(--ac-brown);
}

.ac-about__button--light:hover {
	background: transparent;
	color: var(--ac-white);
}

@media (max-width: 1024px) {
	.ac-about__hero-grid {
		grid-template-columns: 1fr 0.8fr;
		gap: 45px;
	}

	.ac-about__hero-image--main {
		right: 0;
		width: 82%;
	}

	.ac-about__hero-note {
		left: -12%;
	}

	.ac-about__product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ac-about__product-card,
	.ac-about__product-card:nth-child(4) {
		grid-column: auto;
	}

	.ac-about__product-card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 12px);
		justify-self: center;
	}

	.ac-about__benefit-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ac-about__benefit-grid article:nth-child(2) {
		border-right: 0;
	}

	.ac-about__benefit-grid article:nth-child(-n + 2) {
		border-bottom: 1px solid var(--ac-sand);
	}
}

@media (max-width: 767px) {
	.ac-about__shell {
		width: min(100% - 32px, 580px);
	}

	.ac-about__hero {
		padding: 72px 0 95px;
		background: linear-gradient(160deg, var(--ac-cream) 0 72%, #dfd7c6 72%);
	}

	.ac-about__hero-grid,
	.ac-about__story-grid {
		grid-template-columns: 1fr;
	}

	.ac-about h1 {
		font-size: clamp(2.75rem, 14vw, 4.25rem);
	}

	.ac-about__hero-visual {
		min-height: 450px;
		margin-top: 15px;
	}

	.ac-about__hero-image--main {
		right: 7%;
		width: 76%;
		height: 390px;
	}

	.ac-about__hero-image--small {
		right: 0;
		width: 43%;
		height: 190px;
	}

	.ac-about__hero-note {
		bottom: -3%;
		left: 0;
	}

	.ac-about__story-grid {
		gap: 50px;
	}

	.ac-about__story-mark {
		width: 270px;
		justify-self: center;
	}

	.ac-about__story-mark span {
		font-size: 6.5rem;
	}

	.ac-about__story-mark small {
		bottom: 52px;
	}

	.ac-about__section-heading,
	.ac-about__cta-inner {
		display: block;
	}

	.ac-about__section-heading > p {
		margin-top: 20px;
	}

	.ac-about__product-grid {
		grid-template-columns: 1fr;
	}

	.ac-about__product-card,
	.ac-about__product-card:last-child {
		grid-column: auto;
		width: 100%;
	}

	.ac-about__product-image {
		height: 390px;
	}

	.ac-about__benefit-grid {
		grid-template-columns: 1fr;
	}

	.ac-about__benefit-grid article {
		border-right: 0;
		border-bottom: 1px solid var(--ac-sand);
	}

	.ac-about__benefit-grid article:last-child {
		border-bottom: 0;
	}

	.ac-about__cta .ac-about__button {
		margin-top: 30px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ac-about *,
	.ac-about *::before,
	.ac-about *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
