/**
 * M12 About Rakata ? Premium Warm Heritage.
 * All selectors are scoped to the canonical About page.
 */

.about-page {
	--about-wine: #791d20;
	--about-red: var(--rk-red-700);
	--about-gold: #b78324;
	--about-amber: #e0b765;
	--about-cream: var(--rk-cream-50);
	--about-paper: #eee2cb;
	--about-ink: var(--rk-ink-900);
	--about-muted: var(--rk-ink-600);
	position: relative;
	isolation: isolate;
	min-width: 0;
	padding-block: 0;
	overflow: clip;
	background:
		radial-gradient(circle at 12% 22%, rgb(255 248 230 / 62%), transparent 30rem),
		radial-gradient(circle at 86% 76%, rgb(190 139 83 / 12%), transparent 34rem),
		linear-gradient(145deg, #f1e7d3 0%, var(--about-paper) 52%, #e8d8bd 100%);
}

.about-page::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image:
		repeating-linear-gradient(122deg, transparent 0 8.4rem, rgb(121 78 46 / 3%) 8.5rem, transparent 8.6rem),
		radial-gradient(ellipse at 74% 14%, transparent 0 11rem, rgb(139 91 49 / 4%) 11.1rem 11.2rem, transparent 11.3rem);
	content: "";
	pointer-events: none;
}

.about-page .about-section {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.about-page .about-media-background,
.about-page .about-media-background img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.about-page .about-media-background {
	z-index: 0;
	display: block;
	overflow: hidden;
	pointer-events: none;
}

.about-page .about-media-background img {
	display: block;
	max-width: none;
	object-fit: cover;
}

.about-page .about-eyebrow {
	margin-bottom: var(--rk-space-4);
	color: var(--about-red);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.about-page .about-section-heading {
	max-width: 43rem;
}

.about-page .about-section-heading h2 {
	margin-bottom: var(--rk-space-4);
}

.about-page .about-section-heading > p:last-child {
	margin-bottom: 0;
	color: var(--about-muted);
	font-size: clamp(1rem, 0.96rem + 0.22vw, 1.125rem);
}

.about-page .button {
	min-height: 48px;
	padding: 0.9rem 1.4rem;
}

.about-page .button:focus-visible {
	outline-color: var(--rk-blue-600);
	outline-offset: 4px;
}

/* 01 - Identity. */
.about-identity {
	isolation: isolate;
	min-height: calc(100svh - 3.5rem);
	height: min(44rem, calc(100svh - 3.5rem));
	display: grid;
	align-items: center;
	overflow: hidden;
	color: var(--rk-surface);
	background: #4a1617;
}

.about-identity::before {
	position: absolute;
	content: "";
	pointer-events: none;
}

.about-identity::before {
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgb(36 8 9 / 80%) 0%, rgb(72 15 17 / 58%) 42%, rgb(72 15 17 / 10%) 76%);
}


.about-identity__layout {
	position: relative;
	z-index: 2;
	display: grid;
	gap: clamp(1.75rem, 4vw, 4rem);
	align-items: center;
	height: 100%;
	padding-block: clamp(2rem, 5.5vh, 3.5rem);
}

.about-identity__copy {
	max-width: 37rem;
}

.about-identity h1 {
	max-width: 12ch;
	margin-bottom: clamp(1rem, 2.5vh, 1.5rem);
	color: var(--rk-surface);
	font-size: clamp(2.65rem, 5.45vw, 5.2rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.about-identity .about-lead {
	max-width: 36rem;
	margin-bottom: clamp(1.4rem, 3.5vh, 2rem);
	color: #fff4ea;
	font-size: clamp(1rem, 0.96rem + 0.28vw, 1.18rem);
	line-height: 1.6;
}

.about-identity .about-primary-action {
	color: var(--about-wine);
	background: #f5d58e;
	box-shadow: 0 12px 32px rgb(20 6 6 / 22%);
}

.about-identity .about-primary-action:hover {
	color: #441113;
	background: #ffe5a9;
}

.about-identity__visual {
	position: relative;
	align-self: center;
	justify-self: center;
	width: min(70vw, 24rem);
	margin: 0;
}

.about-identity__visual picture,
.about-identity__visual img {
	display: block;
	width: 100%;
}

.about-identity__visual img {
	max-height: calc(100svh - 8.5rem);
	object-fit: contain;
	filter: drop-shadow(0 1.35rem 1.1rem rgb(23 6 7 / 34%));
}
/* 02 - Philosophy. */
.about-philosophy {
	isolation: isolate;
	min-height: clamp(36rem, 53vw, 48rem);
	display: grid;
	align-items: center;
	overflow: hidden;
	padding-block: clamp(4.5rem, 8vw, 7rem);
	color: var(--rk-surface);
	background: #3a1715;
}

.about-philosophy::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgb(31 13 11 / 76%) 0%, rgb(43 17 14 / 62%) 31%, rgb(43 17 14 / 34%) 50%, rgb(43 17 14 / 6%) 76%);
	content: "";
	pointer-events: none;
}

.about-philosophy__layout {
	position: relative;
	z-index: 2;
}

.about-philosophy__copy {
	position: relative;
	top: -25px;
	max-width: 39rem;
	text-shadow: 0 1px 1rem rgb(24 8 7 / 26%);
}

.about-philosophy__copy h2 {
	max-width: 12ch;
	margin-bottom: var(--rk-space-5);
	color: var(--rk-surface);
	font-size: clamp(2.2rem, 1.78rem + 2.15vw, 4rem);
	line-height: 1.05;
}

.about-philosophy__copy > p:last-child {
	margin-bottom: 0;
	color: #fff6ec;
	font-size: clamp(1.02rem, 0.98rem + 0.25vw, 1.17rem);
	line-height: 1.72;
}
/* 03 - Flavor DNA. */
.about-flavor {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(3.75rem, 7vw, 6rem);
	color: #fff3dc;
	background:
		radial-gradient(circle at 14% 12%, rgb(224 173 91 / 22%), transparent 28rem),
		radial-gradient(circle at 86% 82%, rgb(119 49 28 / 38%), transparent 32rem),
		linear-gradient(135deg, #8a5429 0%, #6b391f 48%, #4c2921 100%);
}

.about-flavor::before,
.about-flavor::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
}

.about-flavor::before {
	inset: 0;
	opacity: 0.34;
	background-image:
		repeating-linear-gradient(118deg, transparent 0 4.9rem, rgb(255 229 176 / 8%) 5rem, transparent 5.1rem),
		radial-gradient(ellipse at 62% 28%, transparent 0 9rem, rgb(255 224 165 / 10%) 9.1rem 9.2rem, transparent 9.3rem);
}

.about-flavor::after {
	top: 4rem;
	right: -8rem;
	width: 24rem;
	aspect-ratio: 1;
	border: 1px solid rgb(255 224 165 / 10%);
	border-radius: 44% 56% 58% 42% / 52% 44% 56% 48%;
	transform: rotate(18deg);
}

.about-flavor > .site-container {
	position: relative;
	z-index: 1;
}

.about-flavor__heading {
	margin-inline: auto;
	text-align: center;
}

.about-flavor__heading .about-eyebrow {
	color: #fff1d4;
}

.about-flavor__heading h2 {
	color: #fff1d4;
	font-size: clamp(2.25rem, 1.82rem + 2.35vw, 4.25rem);
	line-height: 1.05;
	text-wrap: balance;
}

.about-page .about-flavor__heading > p:last-child {
	max-width: 44rem;
	margin-inline: auto;
	color: #fff;
}

.about-foundation,
.about-signature {
	border: 1px solid rgb(99 54 31 / 26%);
	border-radius: var(--rk-radius-xl);
	background: linear-gradient(145deg, #ead7b7 0%, #dcc09a 100%);
	box-shadow: 0 1rem 2.5rem rgb(48 22 15 / 18%);
}

.about-foundation {
	max-width: 70rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	margin: clamp(2rem, 4vw, 3rem) auto 0;
}

.about-signature {
	padding: clamp(1.25rem, 3vw, 2rem);
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.about-foundation__intro,
.about-signature__heading {
	max-width: 40rem;
}

.about-foundation__intro {
	margin-bottom: var(--rk-space-5);
}

.about-foundation__intro h3,
.about-signature__heading h3 {
	margin-bottom: var(--rk-space-2);
	color: #4b2a20;
	font-size: clamp(1.5rem, 1.36rem + 0.7vw, 1.95rem);
}

.about-foundation__intro > p:last-child,
.about-signature__heading > p:last-child {
	margin-bottom: 0;
	color: #65483a;
}

.about-foundation__list,
.about-signature__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-foundation__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(0.75rem, 1.6vw, 1rem);
}

.about-foundation__list li,
.about-signature__item {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #c89b61;
	border-radius: var(--rk-radius-lg);
	background: #f4e7cd;
	box-shadow: 0 0.45rem 1.2rem rgb(73 38 24 / 11%);
}

.about-foundation__list figure {
	margin: 0;
}

.about-foundation__list img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	padding: clamp(0.45rem, 1.25vw, 0.75rem);
	background: #fffaf1;
	object-fit: contain;
}

.about-foundation__list figcaption {
	padding: 0.75rem 0.9rem 0.85rem;
	border-top: 1px solid #d9b986;
	background: #f1dfbf;
}

.about-foundation__list figcaption strong {
	color: #4a2a20;
	font-size: 0.98rem;
}

.about-signature__heading {
	margin-bottom: var(--rk-space-5);
}

.about-signature__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(0.75rem, 1.6vw, 1rem);
}

.about-signature__item {
	position: relative;
}

.about-signature__item figure {
	display: grid;
	grid-template-rows: auto 1fr;
	height: 100%;
	margin: 0;
}

.about-signature__visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(6.6rem, 0.5fr);
	gap: clamp(0.5rem, 1.4vw, 0.85rem);
	align-items: end;
	min-height: 12rem;
	padding: clamp(0.75rem, 2vw, 1.1rem);
	background: #efe0c4;
}

.about-signature__ingredient {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border: 1px solid #d9b986;
	border-radius: var(--rk-radius-lg);
	background: #fffaf1;
	object-fit: contain;
}

.about-signature__bottle {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-width: 0;
	height: 100%;
}

.about-signature__bottle img {
	display: block;
	width: 100%;
	max-height: 16.8rem;
	object-fit: contain;
	filter: drop-shadow(0 0.7rem 0.6rem rgb(65 31 20 / 20%));
	transition: transform var(--rk-transition);
}

.about-signature__item:hover .about-signature__bottle img {
	transform: translateY(-0.2rem);
}

.about-signature__item figcaption {
	position: relative;
	z-index: 2;
	padding: 0.9rem 1rem 1rem;
	border-top: 1px solid #d9b986;
	background: #f4e7cd;
}

.about-signature__title {
	display: flex;
	align-items: center;
	gap: var(--rk-space-2);
	min-width: 0;
	margin-bottom: var(--rk-space-2);
}

.about-signature__item h3 {
	margin: 0;
	color: #47271e;
	font-size: clamp(1.2rem, 1.08rem + 0.55vw, 1.5rem);
}

.about-signature__item figcaption p {
	margin: 0;
	color: #67493b;
	font-size: 0.875rem;
	line-height: 1.5;
}

.about-signature__item figcaption .about-signature__label {
	display: inline-flex;
	flex: 0 0 auto;
	width: fit-content;
	padding: 0.28rem 0.5rem;
	margin: 0;
	white-space: nowrap;
	border: 1px solid rgb(125 34 31 / 32%);
	border-radius: 999px;
	color: #76211f;
	background: rgb(143 27 31 / 8%);
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}
/* 04 - Craftsmanship. */
.about-craft {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(4.25rem, 8vw, 6.5rem);
	color: var(--rk-surface);
	background:
		radial-gradient(circle at 16% 24%, rgb(194 130 61 / 17%), transparent 26rem),
		radial-gradient(circle at 88% 76%, rgb(117 52 35 / 18%), transparent 28rem),
		linear-gradient(145deg, #251c19 0%, #1d1917 52%, #2c201c 100%);
}

.about-craft::before,
.about-craft::after {
	position: absolute;
	z-index: 0;
	content: "";
	pointer-events: none;
}

.about-craft::before {
	inset: 0;
	opacity: 0.28;
	background-image: repeating-linear-gradient(124deg, transparent 0 5.9rem, rgb(233 190 111 / 7%) 6rem, transparent 6.1rem);
}

.about-craft::after {
	right: -9rem;
	bottom: -11rem;
	width: 30rem;
	aspect-ratio: 1;
	border: 1px solid rgb(231 199 119 / 10%);
	border-radius: 46% 54% 42% 58% / 58% 44% 56% 42%;
	transform: rotate(-14deg);
}

.about-craft__layout {
	position: relative;
	z-index: 1;
	display: grid;
	gap: clamp(2rem, 4.5vw, 3.75rem);
}

.about-craft__heading {
	max-width: 31rem;
}

.about-craft h2 {
	margin-bottom: 0;
	color: #fff8ec;
	font-size: clamp(2.25rem, 1.88rem + 1.85vw, 3.65rem);
	line-height: 1.05;
	hyphens: none;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.about-craft__steps {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-craft__steps li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: var(--rk-space-4);
	padding-block: clamp(1rem, 2.3vw, 1.4rem);
	border-top: 1px solid rgb(239 211 158 / 18%);
}

.about-craft__steps li:last-child {
	border-bottom: 1px solid rgb(239 211 158 / 18%);
}

.about-craft__number {
	padding-top: 0.24rem;
	color: #e9c77e;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.about-craft__steps h3 {
	margin-bottom: var(--rk-space-2);
	color: #fff8ec;
	font-family: var(--rk-font-body);
	font-size: clamp(1.2rem, 1.1rem + 0.5vw, 1.5rem);
}

.about-craft__steps p {
	max-width: 38rem;
	margin-bottom: 0;
	color: #dfd0be;
	line-height: 1.6;
}

.about-promise {
	position: relative;
	max-width: none;
	padding: clamp(1.25rem, 3vw, 2.1rem);
	border: 1px solid rgb(231 199 119 / 14%);
	border-left: 0.25rem solid #d5a857;
	border-radius: var(--rk-radius-lg);
	background: linear-gradient(135deg, #3a2a25 0%, #332521 100%);
	box-shadow: 0 0.8rem 2rem rgb(9 5 4 / 16%);
}

.about-promise .about-eyebrow {
	margin-bottom: var(--rk-space-3);
	color: #e7c777;
}

.about-promise h3 {
	margin-bottom: var(--rk-space-3);
	color: #fff8ec;
	font-size: clamp(1.65rem, 1.43rem + 1vw, 2.25rem);
}

.about-promise > p:last-child {
	max-width: 43rem;
	margin-bottom: 0;
	color: #eadfce;
	font-size: clamp(1rem, 0.97rem + 0.22vw, 1.12rem);
	line-height: 1.65;
}
/* 05 - Invitation. */
.about-invitation {
	padding-block: clamp(4rem, 9vw, 7rem);
	background:
		linear-gradient(rgb(255 247 229 / 18%), rgb(255 247 229 / 18%)),
		#ead4aa url("../images/about/r03/backgrounds/R3-07_CLOSING_OWNER_BACKGROUND_APPROVED.webp") center / cover no-repeat;
}

.about-invitation__panel {
	position: relative;
	isolation: isolate;
	min-height: 36rem;
	display: grid;
	align-items: center;
	overflow: hidden;
	border-radius: clamp(1.25rem, 3vw, 2.25rem);
	color: var(--rk-surface);
	background: var(--about-red);
	box-shadow: var(--rk-shadow-s3);
}

.about-invitation__panel::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgb(45 10 11 / 86%) 0%, rgb(77 15 17 / 70%) 42%, rgb(77 15 17 / 8%) 74%);
	content: "";
	pointer-events: none;
}

.about-invitation__copy {
	position: relative;
	z-index: 2;
	max-width: 42rem;
	padding: clamp(2rem, 7vw, 5.5rem);
}

.about-invitation .about-eyebrow {
	color: #f2d891;
}

.about-invitation h2 {
	margin-bottom: var(--rk-space-6);
	color: var(--rk-surface);
	font-size: clamp(2.3rem, 1.75rem + 2.8vw, 4.6rem);
	line-height: 1.02;
}

.about-invitation__copy > p:not(.about-eyebrow) {
	max-width: 35rem;
	margin-bottom: var(--rk-space-8);
	color: #fff4ea;
	font-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.2rem);
}

.about-invitation__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--rk-space-3);
}

.about-invitation .button--primary {
	color: var(--about-wine);
	background: #f2d891;
}

.about-invitation .button--primary:hover {
	color: #441113;
	background: #ffe6aa;
}

.about-invitation .about-secondary-action {
	color: var(--rk-surface);
	border-color: rgb(255 255 255 / 52%);
	background: rgb(55 10 12 / 22%);
}

.about-invitation .about-secondary-action:hover {
	color: var(--rk-surface);
	border-color: var(--rk-surface);
	background: rgb(255 255 255 / 10%);
}

.about-page .about-identity .button:focus-visible,
.about-page .about-invitation .button:focus-visible {
	outline-color: var(--rk-surface);
	outline-offset: 4px;
}

.about-invitation__bottle {
	--about-invitation-bottle-bottom: clamp(1.25rem, 2.6vw, 2.4rem);
	position: absolute;
	z-index: 2;
	right: clamp(2rem, 6vw, 5rem);
	bottom: var(--about-invitation-bottle-bottom);
	isolation: isolate;
	display: block;
	width: clamp(8rem, 14vw, 12rem);
	pointer-events: none;
}

.about-invitation__bottle::before,
.about-invitation__bottle::after {
	position: absolute;
	z-index: -1;
	left: 50%;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.about-invitation__bottle::before {
	bottom: 0.1rem;
	width: 58%;
	height: clamp(0.45rem, 0.8vw, 0.7rem);
	background: rgb(70 31 22 / 44%);
	transform: translateX(-50%);
}

.about-invitation__bottle::after {
	bottom: -0.25rem;
	width: 92%;
	height: clamp(1rem, 1.8vw, 1.6rem);
	background: radial-gradient(ellipse, rgb(84 43 28 / 25%) 0%, rgb(108 59 36 / 12%) 48%, transparent 76%);
	transform: translateX(-48%) rotate(-3deg);
}

.about-invitation__bottle img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	filter: drop-shadow(0 0.7rem 0.55rem rgb(65 28 21 / 24%));
}
@media (min-width: 36rem) {
	.about-foundation__list,
	.about-signature__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 48rem) {
	.about-identity__layout {
		grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
	}

	.about-identity__visual {
		width: min(35vw, 27.5rem);
	}

	.about-foundation__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.about-signature__visual {
		grid-template-columns: minmax(0, 1fr) minmax(5.5rem, 0.5fr);
		min-height: 11.5rem;
	}

	.about-craft__layout {
		grid-template-columns: minmax(22rem, 0.92fr) minmax(0, 1.08fr);
		gap: clamp(2.5rem, 4.5vw, 3.75rem);
	}

	.about-craft__heading {
		position: sticky;
		top: 5rem;
		align-self: start;
		scroll-margin-top: 5rem;
	}

	.about-promise {
		grid-column: 1 / -1;
	}

	.about-invitation__copy {
		max-width: 58%;
	}
}

@media (min-width: 64rem) {
	.about-signature__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 75rem) {
	.about-identity h1 {
		font-size: 5.2rem;
	}

	.about-signature__visual {
		min-height: 13.5rem;
	}
}

@media (max-width: 47.99rem) {
	.about-identity {
		height: auto;
		min-height: 50rem;
		align-items: stretch;
	}

	.about-identity::before {
		background: linear-gradient(180deg, rgb(36 8 9 / 80%) 0%, rgb(59 12 14 / 58%) 50%, rgb(59 12 14 / 12%) 82%);
	}

	.about-identity .about-media-background img {
		object-position: center center;
	}

	.about-identity__layout {
		grid-template-rows: auto 1fr;
		padding-block: 3rem 2.25rem;
	}

	.about-identity__visual {
		align-self: end;
		justify-self: end;
		width: min(54vw, 17rem);
		margin-right: 4vw;
	}

	.about-identity__visual img {
		max-height: 30rem;
	}

	.about-philosophy {
		min-height: 50rem;
		align-items: start;
		padding-block: clamp(3.5rem, 10vw, 5rem);
	}

	.about-philosophy::after {
		background: linear-gradient(180deg, rgb(34 13 11 / 80%) 0%, rgb(51 19 16 / 58%) 37%, rgb(51 19 16 / 20%) 55%, rgb(51 19 16 / 4%) 72%);
	}

	.about-philosophy .about-media-background img {
		object-position: center bottom;
	}

	.about-philosophy__copy {
		max-width: 34rem;
	}

	.about-invitation__panel {
		min-height: 55rem;
		align-items: start;
	}

	.about-invitation__panel::after {
		background: linear-gradient(180deg, rgb(45 10 11 / 88%) 0%, rgb(72 14 16 / 68%) 43%, rgb(72 14 16 / 6%) 72%);
	}

	.about-invitation .about-media-background img {
		object-position: center bottom;
	}

	.about-invitation__copy {
		padding-bottom: 15rem;
	}

	.about-invitation__bottle {
		--about-invitation-bottle-bottom: clamp(1.25rem, 3.5vw, 2rem);
		right: 5%;
		width: min(30vw, 10rem);
	}
}

@media (max-width: 35.99rem) {
	.about-identity h1 {
		font-size: clamp(2.55rem, 12.5vw, 3.85rem);
	}

	.about-signature__visual {
		grid-template-columns: minmax(0, 1fr) minmax(6.8rem, 0.46fr);
	}

	.about-invitation__actions {
		display: grid;
	}

	.about-invitation__actions .button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-signature__bottle img {
		transition: none;
	}

	.about-signature__item:hover .about-signature__bottle img {
		transform: none;
	}
}