.interior-page {
	background: var(--page);
}

.interior-shell {
	width: min(1440px, calc(100% - 40px));
	height: 118px;
	margin: 0 auto;
}

.interior-page .interior-header {
	z-index: 100;
}

.interior-page .interior-header .header-inner {
	border-color: rgba(8, 34, 56, 0.08);
	background: rgba(255, 255, 255, 0.94);
}

.interior-main {
	display: block;
}

.page-banner {
	position: relative;
	width: min(1440px, calc(100% - 40px));
	min-height: 370px;
	margin: 20px auto 0;
	overflow: hidden;
	border: 1px solid rgba(36, 102, 177, 0.1);
	border-radius: 30px;
	background:
		linear-gradient(rgba(36, 102, 177, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(36, 102, 177, 0.035) 1px, transparent 1px),
		linear-gradient(120deg, #f9fcff 0%, #edf5fc 58%, #e3eef9 100%);
	background-size: 30px 30px, 30px 30px, auto;
	box-shadow: 0 18px 50px rgba(8, 34, 56, 0.08);
}

.page-banner::before {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 42px;
	height: 42px;
	border-top: 2px solid rgba(36, 102, 177, 0.22);
	border-right: 2px solid rgba(36, 102, 177, 0.22);
	border-radius: 0 10px 0 0;
	content: "";
}

.page-banner-inner {
	position: relative;
	z-index: 2;
	max-width: 900px;
	padding: clamp(76px, 8vw, 110px) clamp(32px, 7vw, 96px);
}

.page-banner .eyebrow {
	margin-bottom: 18px;
}

.page-banner h1 {
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(2.8rem, 6vw, 5.2rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.services-page .services-banner,
.contact-page .contact-banner {
	min-height: 0;
}

.services-page .services-banner .page-banner-inner,
.contact-page .contact-banner .page-banner-inner {
	max-width: 1040px;
	padding: clamp(40px, 4.2vw, 54px) clamp(34px, 6vw, 76px) clamp(44px, 4.5vw, 58px);
}

.services-page .page-banner h1 {
	max-width: 980px;
	font-size: clamp(2.35rem, 4.1vw, 3.55rem);
	line-height: 1.06;
}

.contact-page .page-banner h1 {
	max-width: 940px;
	font-size: clamp(2.45rem, 4.35vw, 3.75rem);
	line-height: 1.04;
}

.services-page .page-banner-text,
.contact-page .page-banner-text {
	max-width: 760px;
	margin-top: 17px;
	font-size: clamp(1.02rem, 1.25vw, 1.12rem);
	line-height: 1.58;
}

.services-page .page-banner-button {
	margin-top: 24px;
}

.services-page .page-banner-art,
.contact-page .page-banner-art {
	right: 1%;
	bottom: -72px;
	width: min(350px, 29vw);
	opacity: 0.045;
}

.page-banner-text {
	max-width: 680px;
	margin: 24px 0 0;
	color: var(--muted);
	font-size: clamp(1.05rem, 1.5vw, 1.22rem);
	font-weight: 600;
	line-height: 1.65;
}

.page-banner-button {
	margin-top: 34px;
}

.page-banner-art {
	position: absolute;
	right: 2%;
	bottom: -48px;
	width: min(430px, 38vw);
	color: var(--blue);
	opacity: 0.09;
	pointer-events: none;
}

.page-banner-art svg {
	display: block;
	width: 100%;
	height: auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.3;
}

.page-content {
	width: min(1180px, calc(100% - 40px));
	min-height: 260px;
	margin: 0 auto;
}

.page-content-inner {
	padding: 90px 0;
}

.interior-page .site-footer {
	margin-top: 0;
}

.services-detail-section {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 64px 0 82px;
}

.services-detail-inner {
	display: block;
}

.services-detail-header {
	max-width: 850px;
	margin-bottom: 54px;
}

.services-detail-header h2 {
	max-width: 780px;
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(2rem, 3.5vw, 3.55rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.05;
}

.services-detail-header p:not(.section-label) {
	max-width: 720px;
	margin: 24px 0 0;
	color: var(--muted);
	font-size: clamp(1.05rem, 1.35vw, 1.18rem);
	line-height: 1.72;
}

.services-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.service-detail-card {
	position: relative;
	isolation: isolate;
	min-height: 100%;
	overflow: hidden;
	padding: clamp(30px, 4.5vw, 44px);
	border: 1px solid rgba(8, 34, 56, 0.1);
	border-radius: 26px;
	background:
		linear-gradient(rgba(36, 102, 177, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(36, 102, 177, 0.025) 1px, transparent 1px),
		radial-gradient(circle at 88% 12%, rgba(36, 102, 177, 0.09), transparent 30%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 253, 0.92));
	background-size: 28px 28px, 28px 28px, auto, auto;
	box-shadow: 0 16px 45px rgba(8, 34, 56, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.service-detail-card::before {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 30px;
	height: 30px;
	border-top: 2px solid rgba(36, 102, 177, 0.24);
	border-right: 2px solid rgba(36, 102, 177, 0.24);
	border-radius: 0 8px 0 0;
	content: "";
	pointer-events: none;
}

.service-detail-heading {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	margin-bottom: 20px;
}

.service-detail-number {
	display: inline-grid;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(36, 102, 177, 0.18);
	border-radius: 14px;
	background: var(--blue-soft);
	color: var(--blue-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	place-items: center;
}

.service-detail-card h3 {
	margin: 0;
	color: var(--ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.14;
}

.service-detail-card p {
	max-width: 640px;
	margin: 0;
	color: var(--muted);
	font-size: 1.03rem;
	line-height: 1.68;
}

.service-detail-list {
	display: grid;
	gap: 11px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.service-detail-list li {
	position: relative;
	padding-left: 26px;
	color: var(--ink);
	font-weight: 700;
	line-height: 1.45;
}

.service-detail-list li::before {
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 10px;
	height: 10px;
	border: 2px solid var(--blue);
	border-radius: 50%;
	background: rgba(36, 102, 177, 0.08);
	content: "";
	transform: translateY(-50%);
}

.services-start-section {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto 90px;
	overflow: hidden;
	border-radius: 30px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(135deg, #071f34, #0b2a44 58%, #123b61);
	background-size: 30px 30px, 30px 30px, auto;
	color: var(--white);
	text-align: center;
}

.services-start-inner {
	max-width: 820px;
	margin: 0 auto;
	padding: clamp(58px, 7vw, 82px) clamp(24px, 6vw, 80px);
}

.services-start-section .section-label {
	color: #8ec2ef;
}

.services-start-section h2 {
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.06;
}

.services-start-section p {
	margin: 22px 0 0;
	color: #d6e4ef;
	font-size: clamp(1.04rem, 1.3vw, 1.14rem);
	line-height: 1.72;
}

.services-start-section .primary-button {
	margin-top: 34px;
	box-shadow: 0 14px 30px rgba(36, 102, 177, 0.34);
}

.contact-main-section {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 58px 0 90px;
}

.contact-main-inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.92fr);
	gap: clamp(24px, 4vw, 42px);
	align-items: start;
}

.contact-options-card,
.guided-inquiry-form {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(8, 34, 56, 0.1);
	border-radius: 28px;
	background:
		linear-gradient(rgba(36, 102, 177, 0.024) 1px, transparent 1px),
		linear-gradient(90deg, rgba(36, 102, 177, 0.024) 1px, transparent 1px),
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 253, 0.92));
	background-size: 28px 28px, 28px 28px, auto;
	box-shadow: 0 16px 45px rgba(8, 34, 56, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.contact-options-card,
.guided-inquiry-form {
	padding: clamp(34px, 5vw, 54px);
}

.contact-options-card::before,
.guided-inquiry-form::before {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 30px;
	height: 30px;
	border-top: 2px solid rgba(36, 102, 177, 0.24);
	border-right: 2px solid rgba(36, 102, 177, 0.24);
	border-radius: 0 8px 0 0;
	content: "";
	pointer-events: none;
}

.contact-options-card h2,
.inquiry-panel h2 {
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.85rem, 3vw, 3.05rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.08;
}

.contact-options-card > p:not(.section-label) {
	max-width: 620px;
	margin: 22px 0 0;
	color: var(--muted);
	font-size: clamp(1.04rem, 1.3vw, 1.16rem);
	line-height: 1.72;
}

.contact-page-note {
	margin-top: 34px;
	padding: 22px;
	border: 1px solid rgba(36, 102, 177, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.58);
}

.contact-page-note h3 {
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.contact-page-note p {
	margin: 10px 0 0;
	color: var(--muted);
	line-height: 1.55;
}

.contact-page-note a {
	display: inline-flex;
	margin-top: 16px;
	color: var(--blue-dark);
	font-weight: 800;
	text-decoration: none;
}

.contact-page-note a:hover,
.contact-page-note a:focus-visible {
	color: var(--blue);
	outline: none;
}

.guided-inquiry-form {
	display: block;
}

.form-status {
	margin-bottom: 26px;
	padding: 16px 18px;
	border-radius: 16px;
	font-weight: 800;
	line-height: 1.5;
}

.form-status p {
	margin: 0;
}

.form-status-success {
	border: 1px solid rgba(36, 102, 177, 0.18);
	background: rgba(232, 242, 251, 0.92);
	color: var(--blue-dark);
}

.form-status-error {
	border: 1px solid rgba(140, 52, 52, 0.18);
	background: rgba(255, 238, 238, 0.92);
	color: #7f2929;
}

.form-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.inquiry-panel h2 {
	font-size: clamp(1.8rem, 2.6vw, 2.65rem);
}

.inquiry-panel > p {
	max-width: 680px;
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.68;
}

.topic-card-group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 30px 0 0;
	padding: 0;
	border: 0;
}

.topic-card {
	position: relative;
	display: grid;
	min-height: 78px;
	padding: 18px 18px 18px 52px;
	border: 1px solid rgba(8, 34, 56, 0.11);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--ink);
	cursor: pointer;
	font-weight: 800;
	line-height: 1.35;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.topic-card::before {
	position: absolute;
	top: 20px;
	left: 18px;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(36, 102, 177, 0.34);
	border-radius: 8px;
	background: #fff;
	content: "";
	transition: border-color 180ms ease, background-color 180ms ease;
}

.topic-card::after {
	position: absolute;
	top: 25px;
	left: 23px;
	width: 10px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	content: "";
	opacity: 0;
	transform: rotate(-45deg);
	transition: opacity 180ms ease;
}

.topic-card input {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 20px;
	height: 20px;
	opacity: 0;
}

.topic-card:has(input:checked) {
	border-color: rgba(36, 102, 177, 0.38);
	background: rgba(232, 242, 251, 0.82);
	box-shadow: 0 12px 24px rgba(8, 34, 56, 0.06);
}

.topic-card:has(input:checked)::before {
	border-color: var(--blue);
	background: var(--blue);
}

.topic-card:has(input:checked)::after {
	opacity: 1;
}

.topic-card:hover,
.topic-card:focus-within {
	border-color: rgba(36, 102, 177, 0.32);
	box-shadow: 0 12px 24px rgba(8, 34, 56, 0.06);
	transform: translateY(-1px);
}

.topic-card:focus-within {
	box-shadow: 0 0 0 4px rgba(36, 102, 177, 0.12), 0 12px 24px rgba(8, 34, 56, 0.06);
}

.topic-card-error {
	margin: 14px 0 0;
	color: #7f2929;
	font-weight: 800;
	line-height: 1.45;
}

.contact-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 32px;
}

.form-field {
	display: grid;
	gap: 9px;
}

.form-field-full {
	grid-column: 1 / -1;
}

.form-field label {
	color: var(--ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.form-field input,
.form-field textarea {
	width: 100%;
	border: 1px solid rgba(8, 34, 56, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--ink);
	font: inherit;
	font-size: 1rem;
	line-height: 1.45;
	padding: 15px 16px;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.form-field textarea {
	min-height: 170px;
	resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: rgba(36, 102, 177, 0.54);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(36, 102, 177, 0.11);
	outline: none;
}

.guided-inquiry-form .primary-button {
	margin-top: 34px;
	border: 0;
	cursor: pointer;
}

@media (max-width: 1120px) {
	.services-page .page-banner-inner {
		max-width: 900px;
	}
}

@media (max-width: 760px) {
	.interior-shell {
		width: 100%;
		height: 92px;
		margin: 0;
		padding: 0;
	}

	.page-banner {
		width: calc(100% - 24px);
		min-height: 330px;
		margin-top: 12px;
		border-radius: 24px;
	}

	.page-banner-inner {
		padding: 62px 24px 66px;
	}

	.page-banner h1 {
		font-size: clamp(2.55rem, 13vw, 4rem);
	}

	.services-page .services-banner,
	.contact-page .contact-banner {
		min-height: 0;
	}

	.services-page .services-banner .page-banner-inner,
	.contact-page .contact-banner .page-banner-inner {
		padding: 30px 24px 34px;
	}

	.services-page .services-banner .eyebrow,
	.contact-page .contact-banner .eyebrow {
		margin-bottom: 12px;
	}

	.services-page .page-banner h1 {
		font-size: clamp(2.12rem, 9.8vw, 2.9rem);
		line-height: 1.05;
	}

	.contact-page .page-banner h1 {
		font-size: clamp(2.18rem, 10.2vw, 3rem);
		line-height: 1.04;
	}

	.services-page .page-banner-text,
	.contact-page .page-banner-text {
		margin-top: 14px;
		font-size: 1rem;
		line-height: 1.52;
	}

	.page-banner-art {
		right: -72px;
		bottom: -30px;
		width: 310px;
		opacity: 0.065;
	}

	.page-content {
		width: min(620px, calc(100% - 32px));
		min-height: 190px;
	}

	.page-content-inner {
		padding: 64px 0;
	}

	.page-banner-button {
		margin-top: 28px;
	}

	.services-page .page-banner-button {
		margin-top: 21px;
	}

	.services-page .page-banner-art,
	.contact-page .page-banner-art {
		right: -82px;
		bottom: -68px;
		width: 270px;
		opacity: 0.038;
	}

	.services-detail-section {
		width: min(620px, calc(100% - 32px));
		padding: 44px 0 58px;
	}

	.services-detail-header {
		margin-bottom: 38px;
	}

	.services-detail-header p:not(.section-label) {
		margin-top: 20px;
	}

	.services-detail-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.service-detail-card {
		border-radius: 22px;
	}

	.service-detail-heading {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.services-start-section {
		width: min(620px, calc(100% - 32px));
		margin-bottom: 64px;
		border-radius: 24px;
	}

	.contact-main-section {
		width: min(620px, calc(100% - 32px));
		padding: 42px 0 58px;
	}

	.contact-main-inner {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.contact-options-card,
	.guided-inquiry-form {
		padding: 28px 22px;
		border-radius: 22px;
	}

	.topic-card-group,
	.contact-field-grid {
		grid-template-columns: 1fr;
	}

	.topic-card {
		min-height: 70px;
	}
}

@media (max-width: 430px) {
	.page-banner::before {
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
	}

	.page-banner h1 {
		font-size: clamp(2.45rem, 12vw, 3.4rem);
	}
}

/* About page */
.about-page .about-hero {
	width: min(1440px, calc(100% - 40px));
	margin: 20px auto 0;
	overflow: hidden;
	border: 1px solid rgba(36, 102, 177, 0.1);
	border-radius: 30px;
	background:
		linear-gradient(rgba(36, 102, 177, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(36, 102, 177, 0.03) 1px, transparent 1px),
		linear-gradient(120deg, #f9fcff 0%, #eef6fc 58%, #e3eef9 100%);
	background-size: 30px 30px, 30px 30px, auto;
	box-shadow: 0 18px 50px rgba(8, 34, 56, 0.08);
}

.about-page .about-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.82fr);
	gap: clamp(38px, 5vw, 72px);
	align-items: center;
	width: min(1240px, calc(100% - 80px));
	margin: 0 auto;
	padding: clamp(70px, 7vw, 104px) 0 clamp(44px, 5vw, 76px);
}

.about-page .about-hero-copy {
	padding-bottom: 18px;
}

.about-page .about-hero h1 {
	font-size: clamp(3rem, 5.6vw, 5.2rem);
	line-height: 1;
}

.about-page .about-hero-lead {
	max-width: 720px;
	margin: 24px 0 0;
	color: var(--blue-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.72rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.4;
}

.about-page .about-hero-text {
	max-width: 730px;
	margin-top: 28px;
	color: var(--muted);
	font-size: clamp(1.02rem, 1.22vw, 1.12rem);
	line-height: 1.72;
}

.about-page .about-hero-text p {
	margin: 0;
}

.about-page .about-hero-text p + p {
	margin-top: 17px;
}

.about-page .about-portrait {
	align-self: end;
	margin: 0;
}

.about-page .about-portrait img {
	width: min(100%, 500px);
	height: auto;
	max-height: 690px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center bottom;
}

.about-page .about-story-section {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(72px, 7vw, 100px) 0;
}

.about-page .about-story-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
	gap: clamp(36px, 5vw, 68px);
}

.about-page .about-story-heading h2,
.about-page .about-community-section h2 {
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(2.3rem, 4.6vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
}

.about-page .about-story-copy {
	color: var(--muted);
	font-size: clamp(1.03rem, 1.3vw, 1.14rem);
	line-height: 1.75;
}

.about-page .about-story-copy p {
	margin: 0;
}

.about-page .about-story-copy p + p {
	margin-top: 17px;
}

.about-page .about-statement {
	position: relative;
	margin: clamp(56px, 7vw, 86px) 0 0;
	padding: clamp(36px, 5vw, 58px) clamp(28px, 6vw, 74px);
	overflow: hidden;
	border: 1px solid rgba(36, 102, 177, 0.12);
	border-radius: 26px;
	background: linear-gradient(135deg, #fff, var(--blue-pale));
	box-shadow: 0 16px 45px rgba(8, 34, 56, 0.06);
}

.about-page .about-statement::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 58%;
	border-radius: 0 999px 999px 0;
	background: var(--blue);
	content: "";
	transform: translateY(-50%);
}

.about-page .about-statement p {
	margin: 0;
	color: var(--ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.55rem, 3vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.2;
	text-align: center;
}

.about-page .about-community-section {
	background: #fff;
}

.about-page .about-community-inner {
	width: min(880px, calc(100% - 40px));
	margin: 0 auto;
	padding: clamp(84px, 9vw, 124px) 0;
}

.about-page .about-community-section h2 {
	max-width: 760px;
}

.about-page .about-community-section p:not(.section-label) {
	margin: 24px 0 0;
	color: var(--muted);
	font-size: clamp(1.04rem, 1.32vw, 1.16rem);
	line-height: 1.75;
}

.about-page .about-community-section a {
	color: var(--blue-dark);
	font-weight: 800;
	text-decoration-color: rgba(36, 102, 177, 0.4);
	text-underline-offset: 3px;
}

.about-page .about-community-section a:hover,
.about-page .about-community-section a:focus-visible {
	color: var(--blue);
	outline: none;
	text-decoration-color: currentColor;
}

.about-page .about-community-section .about-community-emphasis {
	max-width: 820px;
	color: var(--ink);
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.3rem, 2.2vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.45;
}

.about-page .about-community-section .about-signoff {
	color: var(--blue-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
}

.about-page .about-contact-section {
	margin-top: 90px;
}

@media (max-width: 992px) {
	.about-page .about-hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.66fr);
		gap: 34px;
		width: min(1240px, calc(100% - 56px));
	}

	.about-page .about-portrait img {
		max-height: 600px;
	}

	.about-page .about-story-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.about-page .about-story-heading {
		max-width: 760px;
	}
}

@media (max-width: 768px) {
	.about-page .about-hero {
		width: calc(100% - 24px);
		margin-top: 12px;
		border-radius: 24px;
	}

	.about-page .about-hero-inner {
		grid-template-columns: 1fr;
		width: min(620px, calc(100% - 40px));
		padding: 62px 0 0;
	}

	.about-page .about-hero-copy {
		padding-bottom: 0;
	}

	.about-page .about-portrait {
		justify-self: center;
		width: min(78vw, 390px);
	}

	.about-page .about-portrait img {
		max-height: 560px;
	}

	.about-page .about-story-section,
	.about-page .about-community-inner {
		width: min(620px, calc(100% - 32px));
	}

	.about-page .about-story-section {
		padding: 76px 0;
	}

	.about-page .about-statement {
		border-radius: 22px;
	}

	.about-page .about-community-inner {
		padding: 76px 0;
	}

	.about-page .about-contact-section {
		margin-top: 64px;
	}
}

@media (max-width: 430px) {
	.about-page .about-hero-inner {
		width: calc(100% - 32px);
		padding-top: 54px;
	}

	.about-page .about-hero h1 {
		font-size: clamp(2.7rem, 14vw, 3.5rem);
	}

	.about-page .about-hero-lead {
		font-size: 1.2rem;
	}

	.about-page .about-portrait {
		width: min(86vw, 340px);
	}

	.about-page .about-statement {
		padding-inline: 22px;
	}
}
