.is-about-page {
	--is-dark: #292725;
	--is-header-dark: #1c1a18;
	--is-paper: #f3efe8;
	--is-panel: #fff;
	--is-text: #292725;
	--is-muted: #918980;
	--is-muted-2: #6e665e;
	--is-gold: #b58c63;
	--is-gold-dark: #6e4f37;
	--is-gold-light: #d8be9e;
	--is-stone: #c8c0b7;
	--is-line: rgba(181, 140, 99, 0.28);
	--is-shadow: 0 24px 70px rgba(41, 39, 37, 0.08);
	width: 100%;
	max-width: 100vw;
	margin: 0;
	overflow-x: hidden;
	background: var(--is-paper);
	color: var(--is-text);
	font-family: "Manrope", Arial, sans-serif;
	letter-spacing: 0;
}

html:has(.is-about-page),
body:has(.is-about-page) {
	max-width: 100%;
	overflow-x: hidden;
}

.is-about-page *,
.is-about-page *::before,
.is-about-page *::after {
	box-sizing: border-box;
}

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

.is-about-page h1,
.is-about-page h2,
.is-about-page h3,
.is-about-page p,
.is-about-page li {
	max-width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
}

.is-about-page img {
	max-width: 100%;
}

.is-about-inner {
	width: min(1256px, calc(100vw - 160px));
	margin: 0 auto;
}

.is-about-hero {
	position: relative;
	overflow: hidden;
	min-height: 390px;
	padding: 82px 0 104px;
	background: var(--is-dark);
	color: #f7f3ed;
}

.is-about-hero::before,
.is-about-hero::after {
	display: none;
	content: none;
}

.is-about-hero .is-about-inner {
	position: relative;
	z-index: 1;
}

.is-about-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--is-gold);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.is-about-kicker::before {
	content: "";
	width: 31px;
	height: 1px;
	background: currentColor;
}

.is-about-kicker-left {
	margin-bottom: 34px;
}

.is-about-hero-copy {
	max-width: 735px;
	margin: 0 auto;
	text-align: center;
}

.is-about-hero h1 {
	margin: 0 auto 28px;
	color: #f6f1eb;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.07;
	letter-spacing: 0;
	text-wrap: balance;
}

.is-about-hero p {
	max-width: 700px;
	margin: 0 auto;
	color: #a9a29b;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
}

.is-about-story {
	padding: 101px 0 112px;
	background: var(--is-paper);
}

.is-about-split {
	display: grid;
	grid-template-columns: minmax(0, 620px) minmax(360px, 430px);
	gap: 145px;
	align-items: center;
}

.is-about-story-copy {
	min-width: 0;
}

.is-about-story h2,
.is-about-section-head h2,
.is-about-support h2,
.is-about-cta h2 {
	margin: 0;
	color: var(--is-text);
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
}

.is-about-story h2 {
	margin-bottom: 27px;
	font-size: 34px;
	line-height: 1.15;
}

.is-about-story p,
.is-about-support p,
.is-about-cta p {
	margin: 0;
	color: #918980;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.75;
}

.is-about-story p + p {
	margin-top: 27px;
}

.is-about-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.is-about-proof li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 0 13px;
	background: rgba(216, 190, 158, 0.28);
	border: 1px solid rgba(181, 140, 99, 0.2);
	border-radius: 999px;
	color: var(--is-gold-dark);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.is-about-proof li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--is-gold);
}

.is-about-image {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 1.42 / 1;
	background: #d8d0c6;
	box-shadow: var(--is-shadow);
}

.is-about-image img,
.is-about-support-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transform: scale(1.001);
}

.is-about-values {
	padding: 38px 0 57px;
	background: var(--is-paper);
}

.is-about-section-head {
	display: grid;
	justify-items: center;
	text-align: center;
}

.is-about-section-head .is-about-kicker {
	margin-bottom: 17px;
}

.is-about-section-head .is-about-kicker::before {
	display: none;
}

.is-about-section-head h2 {
	font-size: 42px;
	line-height: 1.08;
	text-wrap: balance;
}

.is-values-grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.is-value-card {
	position: relative;
	overflow: hidden;
	min-height: 215px;
	padding: 34px 29px 30px;
	background: var(--is-panel);
	border: 1px solid rgba(181, 140, 99, 0.46);
	border-radius: 7px;
	box-shadow: 0 18px 45px rgba(41, 39, 37, 0.035);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.is-value-card::after {
	content: "";
	position: absolute;
	inset: auto 24px 0;
	height: 2px;
	background: var(--is-gold);
	opacity: 0;
	transform: scaleX(0.55);
	transition: opacity 180ms ease, transform 180ms ease;
	transform-origin: left center;
}

.is-value-card:hover {
	transform: translateY(-4px);
	border-color: rgba(181, 140, 99, 0.7);
	box-shadow: 0 24px 62px rgba(41, 39, 37, 0.075);
}

.is-value-card:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.is-value-icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	background: rgba(216, 190, 158, 0.18);
	border: 1px solid rgba(181, 140, 99, 0.28);
	border-radius: 10px;
	color: var(--is-gold);
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.is-value-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.is-value-card:hover .is-value-icon {
	background: rgba(181, 140, 99, 0.16);
	border-color: rgba(181, 140, 99, 0.46);
	color: var(--is-gold-dark);
}

.is-value-card h3 {
	margin: 0 0 19px;
	color: var(--is-gold-dark);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
}

.is-value-card p {
	margin: 0;
	color: #918980;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.65;
}

.is-about-team {
	padding: 5px 0 142px;
	background: var(--is-paper);
}

.is-team-grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.is-team-card {
	display: grid;
	justify-items: center;
}

.is-team-photo {
	width: 133px;
	height: 133px;
	margin-bottom: 28px;
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(216, 190, 158, 0.45), rgba(200, 192, 183, 0.5));
	border: 1px solid rgba(181, 140, 99, 0.32);
	box-shadow: 0 16px 36px rgba(41, 39, 37, 0.07);
	display: grid;
	place-items: center;
	overflow: hidden;
	color: var(--is-gold-dark);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.06em;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.is-team-photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.is-team-card:hover .is-team-photo {
	transform: translateY(-3px);
	box-shadow: 0 22px 48px rgba(41, 39, 37, 0.1);
}

.is-team-info {
	width: 100%;
	min-height: 113px;
	padding: 29px 29px 24px;
	background: var(--is-panel);
	border: 1px solid rgba(181, 140, 99, 0.46);
	border-radius: 6px;
	box-shadow: 0 16px 40px rgba(41, 39, 37, 0.035);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.is-team-card:hover .is-team-info {
	border-color: rgba(181, 140, 99, 0.68);
	box-shadow: 0 22px 52px rgba(41, 39, 37, 0.065);
}

.is-team-info h3 {
	margin: 0 0 18px;
	color: var(--is-gold-dark);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0;
}

.is-team-info p {
	margin: 0;
	color: #918980;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.is-team-card-placeholder .is-team-info h3,
.is-team-card-placeholder .is-team-info p {
	color: rgba(110, 79, 55, 0.72);
}

.is-about-support {
	padding: 35px 0 130px;
	background: var(--is-paper);
}

.is-about-support-grid {
	display: grid;
	grid-template-columns: 430px minmax(0, 610px);
	gap: 64px;
	align-items: center;
}

.is-about-support-image {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 1.42 / 1;
	background: #d8d0c6;
	box-shadow: var(--is-shadow);
}

.is-about-support-copy .is-about-kicker {
	margin-bottom: 32px;
}

.is-about-support-copy .is-about-kicker::before {
	display: none;
}

.is-about-support h2 {
	margin-bottom: 26px;
	font-size: 37px;
	line-height: 1.12;
}

.is-about-cta {
	padding: 0 0 78px;
	background: var(--is-paper);
}

.is-about-cta-panel {
	position: relative;
	overflow: hidden;
	min-height: 211px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 72px;
	align-items: center;
	padding: 52px 58px;
	background: var(--is-dark);
	border-radius: 8px;
	color: #f7f3ed;
}

.is-about-cta-panel::before {
	display: none;
	content: none;
}

.is-about-cta-panel::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -330px;
	width: 460px;
	height: 460px;
	transform: translateY(-50%);
	border: 1px solid rgba(216, 190, 158, 0.055);
	border-radius: 50%;
	pointer-events: none;
}

.is-about-cta-panel > * {
	position: relative;
	z-index: 1;
}

.is-about-cta h2 {
	margin-bottom: 20px;
	color: #f7f3ed;
	font-size: 34px;
	line-height: 1.12;
}

.is-about-cta p {
	max-width: 680px;
	color: #aaa39c;
}

.is-about-page .is-about-cta a {
	min-width: 204px !important;
	min-height: 44px !important;
	padding: 0 23px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: var(--is-gold) !important;
	border: 1px solid var(--is-gold) !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: "Manrope", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease !important;
}

.is-about-page .is-about-cta a:hover,
.is-about-page .is-about-cta a:active {
	background: var(--is-gold-dark) !important;
	border-color: var(--is-gold-dark) !important;
	color: #fff !important;
	transform: translateY(-1px) !important;
}

.is-about-page .is-about-cta a:focus-visible {
	outline: 2px solid var(--is-gold-light) !important;
	outline-offset: 2px !important;
}

@media (prefers-reduced-motion: no-preference) {
	.is-about-reveal {
		animation: is-about-rise 620ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
	}

	.is-values-grid .is-about-reveal:nth-child(2),
	.is-team-grid .is-about-reveal:nth-child(2) {
		animation-delay: 70ms;
	}

	.is-values-grid .is-about-reveal:nth-child(3),
	.is-team-grid .is-about-reveal:nth-child(3) {
		animation-delay: 140ms;
	}

	.is-values-grid .is-about-reveal:nth-child(4),
	.is-team-grid .is-about-reveal:nth-child(4) {
		animation-delay: 210ms;
	}

	.is-about-image img,
	.is-about-support-image img {
		transition: transform 700ms ease;
	}

	.is-about-image:hover img,
	.is-about-support-image:hover img {
		transform: scale(1.035);
	}
}

@keyframes is-about-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.is-about-page *,
	.is-about-page *::before,
	.is-about-page *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}

@media (max-width: 1180px) {
	.is-about-inner {
		width: min(100% - 64px, 1040px);
	}

	.is-about-split {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
		gap: 72px;
	}

	.is-values-grid,
	.is-team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.is-about-support-grid {
		grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
		gap: 48px;
	}
}

@media (max-width: 900px) {
	.is-about-hero {
		min-height: auto;
		padding: 70px 0 92px;
	}

	.is-about-hero h1 {
		font-size: 44px;
	}

	.is-about-story {
		padding: 82px 0 90px;
	}

	.is-about-split,
	.is-about-support-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.is-about-image,
	.is-about-support-image {
		max-width: 560px;
	}

	.is-about-values {
		padding-top: 16px;
	}

	.is-about-team {
		padding-bottom: 104px;
	}

	.is-about-support {
		padding-bottom: 94px;
	}

	.is-about-cta-panel {
		grid-template-columns: 1fr;
		justify-items: start;
		gap: 32px;
		padding: 42px;
	}

	.is-about-cta-panel::before {
		top: auto;
		right: -62px;
		bottom: -76px;
		width: 210px;
		height: 210px;
		transform: none;
		background: radial-gradient(circle, transparent 0 88px, rgba(216, 190, 158, 0.1) 89px, transparent 90px);
	}

	.is-about-cta-panel::after {
		display: none;
	}
}

@media (max-width: 640px) {
	.is-about-inner {
		width: calc(100% - 32px);
	}

	.is-about-hero {
		padding: 55px 0 76px;
	}

	.is-about-hero::before {
		inset: -12% -34% -28%;
	}

	.is-about-hero::after {
		bottom: 8px;
		font-size: 64px;
	}

	.is-about-kicker-left {
		margin-bottom: 30px;
	}

	.is-about-hero-copy {
		text-align: left;
	}

	.is-about-hero h1 {
		font-size: 32px;
		line-height: 1.08;
	}

	.is-about-hero p {
		font-size: 14px;
		line-height: 1.65;
	}

	.is-about-story {
		padding: 64px 0 74px;
	}

	.is-about-story h2 {
		font-size: 30px;
	}

	.is-about-story p,
	.is-about-support p,
	.is-about-cta p {
		font-size: 13px;
		line-height: 1.72;
	}

	.is-about-proof {
		margin-top: 24px;
		gap: 8px;
	}

	.is-about-proof li {
		min-height: 32px;
		padding: 0 11px;
		font-size: 11px;
	}

	.is-about-image,
	.is-about-support-image {
		width: 100%;
		aspect-ratio: 1.2 / 1;
	}

	.is-about-section-head {
		justify-items: start;
		text-align: left;
	}

	.is-about-section-head h2 {
		font-size: 30px;
	}

	.is-values-grid,
	.is-team-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.is-values-grid {
		margin-top: 34px;
	}

	.is-value-card {
		min-height: auto;
		padding: 28px 24px;
	}

	.is-about-team {
		padding: 14px 0 82px;
	}

	.is-team-grid {
		margin-top: 42px;
	}

	.is-team-card {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 18px;
		align-items: center;
		justify-items: stretch;
	}

	.is-team-photo {
		width: 92px;
		height: 92px;
		margin: 0;
	}

	.is-team-info {
		min-height: 96px;
		padding: 24px 22px;
	}

	.is-team-info h3 {
		font-size: 19px;
	}

	.is-about-support {
		padding: 20px 0 76px;
	}

	.is-about-support h2 {
		font-size: 31px;
	}

	.is-about-cta {
		padding-bottom: 58px;
	}

	.is-about-cta-panel {
		min-height: 0;
		padding: 34px 24px;
		gap: 28px;
	}

	.is-about-cta-panel::before {
		display: none;
	}

	.is-about-cta h2 {
		font-size: 29px;
	}

	.is-about-page .is-about-cta a {
		width: 100% !important;
	}
}
