@charset "UTF-8";

/* =========================================================
   正立産業について
========================================================= */

.sr-about-page-main {
	overflow: hidden;
	background: var(--sr-cream);
	color: var(--sr-ink);
}

.sr-page-hero {
	position: relative;
	display: grid;
	min-height: clamp(560px, 72svh, 780px);
	overflow: hidden;
	background: var(--sr-navy);
	color: var(--sr-white);
	isolation: isolate;
}

.sr-page-hero__media,
.sr-page-hero__shade {
	position: absolute;
	inset: 0;
}

.sr-page-hero__media {
	z-index: -2;
}

.sr-page-hero__image,
.sr-page-hero__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 54%;
}

.sr-page-hero__shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 17, 27, 0.93) 0%, rgba(3, 17, 27, 0.70) 48%, rgba(3, 17, 27, 0.22) 100%),
		linear-gradient(0deg, rgba(3, 17, 27, 0.52), transparent 55%);
}

.sr-page-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(calc(100% - (var(--sr-gutter) * 2)), var(--sr-container));
	margin-inline: auto;
	padding-top: 120px;
	padding-bottom: 82px;
}

.sr-page-hero__eyebrow {
	color: var(--sr-yellow);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.sr-page-hero h1 {
	margin: 32px 0 0;
	font-size: clamp(3.5rem, 7vw, 7.4rem);
	font-weight: 800;
	letter-spacing: -0.065em;
	line-height: 1;
}

.sr-page-hero__lead {
	margin-top: 54px;
	font-size: clamp(1.15rem, 2vw, 1.8rem);
	font-weight: 700;
	line-height: 1.65;
}

.sr-page-hero__index {
	position: absolute;
	right: max(var(--sr-gutter), calc((100vw - var(--sr-container)) / 2));
	bottom: -0.18em;
	color: rgba(255, 255, 255, 0.09);
	font-size: clamp(8rem, 18vw, 18rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 1;
}

.sr-breadcrumb {
	padding: 18px var(--sr-gutter);
	border-bottom: 1px solid #d1cabf;
	background: var(--sr-cream);
}

.sr-breadcrumb ol {
	display: flex;
	width: min(100%, var(--sr-container));
	margin: 0 auto;
	padding: 0;
	gap: 12px;
	list-style: none;
	color: var(--sr-text);
	font-size: 0.72rem;
	font-weight: 700;
}

.sr-breadcrumb li + li::before {
	margin-right: 12px;
	color: var(--sr-yellow);
	content: "/";
}

.sr-about-intro {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 0.43fr) minmax(0, 1.57fr);
	width: min(calc(100% - (var(--sr-gutter) * 2)), var(--sr-container));
	margin-inline: auto;
	padding-top: clamp(92px, 9vw, 145px);
	padding-bottom: clamp(76px, 8vw, 120px);
	overflow: hidden;
	gap: clamp(48px, 7vw, 120px);
}

.sr-about-intro__label {
	position: relative;
	z-index: 2;
	padding-top: 10px;
}

.sr-about-intro__label-copy {
	margin-top: 38px;
	color: var(--sr-text);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.9;
}

.sr-about-intro__content {
	position: relative;
	z-index: 2;
}

.sr-about-intro__content h2,
.sr-about-fields__head h2,
.sr-about-bases__head h2,
.sr-about-future h2,
.sr-subpage-contact h2 {
	margin: 0;
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1.14;
}

.sr-about-intro__content h2 {
	font-size: clamp(3rem, 5.25vw, 5.95rem);
}

.sr-about-intro__statement {
	position: relative;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	margin-top: clamp(54px, 6vw, 82px);
	padding: 32px 0 0;
	border-top: 1px solid #c9c2b7;
	gap: 36px;
}

.sr-about-intro__statement::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 84px;
	height: 4px;
	background: var(--sr-yellow);
	content: "";
}

.sr-about-intro__statement-label {
	color: #756200;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.sr-about-intro__statement p {
	max-width: 780px;
	color: var(--sr-text);
	font-size: clamp(0.98rem, 1.12vw, 1.08rem);
	line-height: 2;
}

.sr-about-intro__facts {
	position: relative;
	z-index: 2;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: clamp(70px, 7vw, 105px);
	border-top: 1px solid #c9c2b7;
	border-left: 1px solid #c9c2b7;
}

.sr-about-intro__fact {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	align-items: center;
	min-height: 155px;
	padding: 26px 30px;
	border-right: 1px solid #c9c2b7;
	border-bottom: 1px solid #c9c2b7;
	gap: 22px;
	background: rgba(255, 255, 255, 0.1);
}

.sr-about-intro__fact-number {
	color: var(--sr-yellow);
	font-size: clamp(2.5rem, 3.6vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
}

.sr-about-intro__fact strong {
	font-size: 0.78rem;
	letter-spacing: 0.13em;
}

.sr-about-intro__fact p {
	margin-top: 10px;
	color: var(--sr-text);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.6;
}

.sr-about-intro__word {
	position: absolute;
	z-index: 0;
	right: -0.06em;
	bottom: 0.06em;
	color: #ece5da;
	font-size: clamp(6rem, 14vw, 14rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 0.72;
	pointer-events: none;
	user-select: none;
}

.sr-about-history {
	display: grid;
	grid-template-columns: 48% 52%;
	min-height: 720px;
	background: var(--sr-navy);
	color: var(--sr-white);
}

.sr-about-history__image {
	overflow: hidden;
}

.sr-about-history__photo,
.sr-about-history__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.sr-about-history__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(70px, 8vw, 120px);
	background: var(--sr-navy-2);
}

.sr-about-history__date {
	margin-top: 44px;
	color: #9dafb9;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.sr-about-history__year {
	margin-top: -8px;
	color: var(--sr-white);
	font-size: clamp(7rem, 13vw, 13rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 1;
}

.sr-about-history__content h2 {
	margin: 20px 0 0;
	font-size: clamp(2.2rem, 3.6vw, 4.2rem);
	font-weight: 800;
	line-height: 1.2;
}

.sr-about-history__content > p:last-child {
	max-width: 620px;
	margin-top: 34px;
	color: #c6d1d7;
	font-size: 1rem;
	line-height: 1.9;
}

.sr-about-fields {
	padding: clamp(92px, 10vw, 150px) var(--sr-gutter);
	background: var(--sr-cream);
}

.sr-about-fields__head,
.sr-about-fields__grid,
.sr-about-fields > .sr-page-link {
	width: min(100%, var(--sr-container));
	margin-inline: auto;
}

.sr-about-fields__head {
	display: grid;
	grid-template-columns: 1fr minmax(320px, 0.7fr);
	align-items: end;
	padding-bottom: 48px;
	border-bottom: 1px solid #c9c2b7;
	gap: 60px;
}

.sr-about-fields__head h2 {
	margin-top: 32px;
	font-size: clamp(3rem, 5vw, 5.6rem);
}

.sr-about-fields__head > p {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.8;
}

.sr-about-fields__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 22px;
	border-top: 1px solid #c9c2b7;
	border-left: 1px solid #c9c2b7;
}

.sr-about-field {
	position: relative;
	min-height: 330px;
	padding: 42px;
	border-right: 1px solid #c9c2b7;
	border-bottom: 1px solid #c9c2b7;
}

.sr-about-field > span {
	color: var(--sr-yellow);
	font-size: 0.78rem;
	font-weight: 800;
}

.sr-about-field h3 {
	margin: 56px 0 0;
	font-size: clamp(2.2rem, 3.5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.sr-about-field strong {
	display: block;
	margin-top: 12px;
	font-size: 1.2rem;
}

.sr-about-field p {
	max-width: 480px;
	margin-top: 24px;
	color: var(--sr-text);
	font-size: 0.92rem;
	line-height: 1.8;
}

.sr-page-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 40px !important;
	gap: 30px;
	font-size: 0.92rem;
	font-weight: 800;
}

.sr-page-link .sr-arrow {
	color: var(--sr-yellow);
}

.sr-page-link:hover .sr-arrow,
.sr-page-link:focus-visible .sr-arrow {
	transform: translateX(7px);
}

.sr-about-bases {
	padding: clamp(92px, 9vw, 140px) var(--sr-gutter);
	background: var(--sr-navy);
	color: var(--sr-white);
}

.sr-about-bases__head,
.sr-about-bases__grid,
.sr-about-bases > .sr-page-link {
	width: min(100%, var(--sr-container));
	margin-inline: auto;
}

.sr-about-bases__head {
	display: grid;
	grid-template-columns: 0.48fr 1.52fr;
	gap: clamp(48px, 7vw, 120px);
}

.sr-about-bases__head h2 {
	font-size: clamp(3rem, 5.2vw, 5.8rem);
}

.sr-about-bases__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 76px;
	border-top: 1px solid var(--sr-line-dark);
	border-left: 1px solid var(--sr-line-dark);
}

.sr-about-bases__grid article {
	min-height: 280px;
	padding: 42px;
	border-right: 1px solid var(--sr-line-dark);
	border-bottom: 1px solid var(--sr-line-dark);
}

.sr-about-bases__grid article > span {
	color: var(--sr-yellow);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.sr-about-bases__grid h3 {
	margin: 50px 0 0;
	color: var(--sr-white);
	font-size: 2.4rem;
}

.sr-about-bases__grid address {
	margin-top: 26px;
	color: #b8c5cc;
	font-style: normal;
	line-height: 1.8;
}

.sr-page-link--dark {
	color: var(--sr-white);
}

.sr-about-future {
	position: relative;
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	min-height: 650px;
	padding: clamp(90px, 10vw, 160px) var(--sr-gutter);
	overflow: hidden;
	background: var(--sr-cream);
}

.sr-about-future__number {
	align-self: end;
	color: #e5ded2;
	font-size: clamp(6rem, 14vw, 14rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 0.78;
}

.sr-about-future__content {
	align-self: center;
	position: relative;
	z-index: 2;
}

.sr-about-future h2 {
	margin-top: 34px;
	font-size: clamp(3rem, 5.3vw, 6rem);
}

.sr-about-future__content > p:last-child {
	max-width: 650px;
	margin-top: 44px;
	color: var(--sr-text);
	font-size: 1rem;
	line-height: 2;
}

.sr-subpage-contact {
	display: grid;
	grid-template-columns: 0.45fr 1.1fr 0.55fr;
	align-items: center;
	padding: 70px max(var(--sr-gutter), calc((100vw - var(--sr-container)) / 2));
	background: var(--sr-yellow);
	color: var(--sr-ink);
	gap: 40px;
}

.sr-subpage-contact h2 {
	font-size: clamp(2.2rem, 3.8vw, 4.4rem);
}

.sr-subpage-contact > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 90px;
	padding: 0 30px;
	background: var(--sr-navy);
	color: var(--sr-white) !important;
	font-weight: 800;
}

.sr-subpage-contact > a:hover,
.sr-subpage-contact > a:focus-visible {
	background: var(--sr-white);
	color: var(--sr-ink) !important;
}

.sr-subpage-contact > a:hover .sr-arrow,
.sr-subpage-contact > a:focus-visible .sr-arrow {
	transform: translateX(7px);
}

@media (max-width: 960px) {
	.sr-about-intro,
	.sr-about-bases__head {
		grid-template-columns: 1fr;
	}

	.sr-about-history {
		grid-template-columns: 1fr;
	}

	.sr-about-history__image {
		height: 460px;
	}

	.sr-about-fields__head {
		grid-template-columns: 1fr;
	}

	.sr-about-future {
		grid-template-columns: 0.5fr 1.5fr;
	}

	.sr-subpage-contact {
		grid-template-columns: 1fr 1.4fr;
	}

	.sr-subpage-contact > .sr-eyebrow {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.sr-page-hero {
		min-height: 610px;
	}

	.sr-page-hero__inner {
		justify-content: flex-end;
		padding-top: 150px;
		padding-bottom: 72px;
	}

	.sr-page-hero h1 {
		font-size: clamp(2.5rem, 11vw, 3.4rem);
		line-height: 1.12;
	}

	.sr-page-hero__lead {
		margin-top: 38px;
		font-size: 1rem;
	}

	.sr-page-hero__index {
		right: 16px;
		font-size: 8rem;
	}

	.sr-about-intro {
		display: block;
		width: auto;
		margin-inline: 20px;
		padding-block: 70px;
	}

	.sr-about-intro__content {
		margin-top: 34px;
	}

	.sr-about-intro__content h2 {
		font-size: 2.35rem;
		line-height: 1.2;
	}

	.sr-about-intro__text {
		display: block;
		margin-top: 38px;
	}

	.sr-about-intro__text p + p {
		margin-top: 20px;
	}

	.sr-about-history {
		min-height: 0;
	}

	.sr-about-history__image {
		height: 300px;
	}

	.sr-about-history__content {
		padding: 58px 20px 70px;
	}

	.sr-about-history__year {
		font-size: 7.2rem;
	}

	.sr-about-history__content h2 {
		font-size: 2rem;
	}

	.sr-about-fields {
		padding: 70px 20px;
	}

	.sr-about-fields__head h2 {
		font-size: 2.45rem;
	}

	.sr-about-fields__head > p {
		font-size: 0.9rem;
	}

	.sr-about-fields__grid {
		display: block;
		border-left: 1px solid #c9c2b7;
	}

	.sr-about-field {
		min-height: 260px;
		padding: 28px 24px;
	}

	.sr-about-field h3 {
		margin-top: 34px;
		font-size: 2.15rem;
	}

	.sr-about-bases {
		padding: 70px 20px;
	}

	.sr-about-bases__head h2 {
		font-size: 2.45rem;
	}

	.sr-about-bases__grid {
		display: block;
		margin-top: 44px;
	}

	.sr-about-bases__grid article {
		min-height: 220px;
		padding: 28px 24px;
	}

	.sr-about-bases__grid h3 {
		margin-top: 34px;
		font-size: 2rem;
	}

	.sr-about-future {
		display: block;
		min-height: 0;
		padding: 70px 20px 90px;
	}

	.sr-about-future__number {
		font-size: 5.6rem;
		line-height: 0.8;
	}

	.sr-about-future__content {
		margin-top: -10px;
	}

	.sr-about-future h2 {
		font-size: 2.45rem;
	}

	.sr-subpage-contact {
		display: block;
		padding: 58px 20px;
	}

	.sr-subpage-contact h2 {
		margin-top: 24px;
		font-size: 2.25rem;
	}

	.sr-subpage-contact > a {
		margin-top: 34px;
		min-height: 70px;
	}
}

/* =========================================================
   Ver.0.8.0 Four Fields refinement
========================================================= */

.sr-about-fields__grid {
	border-top: 1px solid #c9c2b7;
	border-left: 1px solid #c9c2b7;
}

.sr-about-field {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 54px;
	align-items: end;
	min-height: 270px;
	padding: 32px 34px;
	border-right: 1px solid #c9c2b7;
	border-bottom: 1px solid #c9c2b7;
	background: transparent;
	color: var(--sr-ink) !important;
	overflow: hidden;
	transition:
		background-color 0.22s linear,
		color 0.22s linear,
		padding-left 0.32s var(--sr-ease);
}

.sr-about-field:visited {
	color: var(--sr-ink) !important;
}

.sr-about-field--featured {
	background:
		linear-gradient(90deg, rgba(240, 196, 0, 0.11), rgba(240, 196, 0, 0.025));
	box-shadow: inset 7px 0 0 var(--sr-yellow);
}

.sr-about-field__number {
	position: absolute;
	top: 28px;
	left: 34px;
	color: var(--sr-yellow);
	font-size: 0.78rem;
	font-weight: 800;
	transition: transform 0.3s var(--sr-ease);
}

.sr-about-field--featured .sr-about-field__number {
	font-size: 1rem;
}

.sr-about-field__content {
	min-width: 0;
}

.sr-about-field h3 {
	margin: 42px 0 0;
	color: inherit !important;
	font-size: clamp(2rem, 3vw, 3.45rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.sr-about-field strong {
	display: block;
	margin-top: 12px;
	color: inherit !important;
	font-size: 1.08rem;
}

.sr-about-field p {
	max-width: 500px;
	margin-top: 18px;
	color: var(--sr-text) !important;
	font-size: 0.86rem;
	line-height: 1.7;
	transition: color 0.22s linear;
}

.sr-about-field .sr-about-field__keywords {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid rgba(9, 27, 40, 0.16);
	color: var(--sr-ink) !important;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.65;
	transition:
		color 0.22s linear,
		border-color 0.22s linear;
}

.sr-about-field > .sr-arrow {
	align-self: end;
	justify-self: end;
	margin-bottom: 4px;
	color: var(--sr-yellow);
}

.sr-about-field:hover,
.sr-about-field:focus-visible {
	padding-left: 42px;
	background: var(--sr-navy);
	color: var(--sr-white) !important;
}

.sr-about-field:hover h3,
.sr-about-field:hover strong,
.sr-about-field:focus-visible h3,
.sr-about-field:focus-visible strong {
	color: var(--sr-white) !important;
}

.sr-about-field:hover p,
.sr-about-field:focus-visible p {
	color: #c7d2d8 !important;
}

.sr-about-field:hover .sr-about-field__keywords,
.sr-about-field:focus-visible .sr-about-field__keywords {
	border-color: rgba(255, 255, 255, 0.22);
	color: var(--sr-white) !important;
}

.sr-about-field:hover .sr-arrow,
.sr-about-field:focus-visible .sr-arrow {
	transform: translateX(7px);
}

.sr-about-field:hover .sr-about-field__number,
.sr-about-field:focus-visible .sr-about-field__number {
	transform: translateX(4px);
}

@media (max-width: 960px) {
	.sr-about-field {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	.sr-about-field {
		grid-template-columns: minmax(0, 1fr) 38px;
		min-height: 230px;
		padding: 26px 22px;
	}

	.sr-about-field:hover,
	.sr-about-field:focus-visible {
		padding-left: 28px;
	}

	.sr-about-field__number {
		top: 22px;
		left: 22px;
	}

	.sr-about-field h3 {
		margin-top: 38px;
		font-size: 2rem;
	}

	.sr-about-field strong {
		font-size: 1rem;
	}

	.sr-about-field p {
		font-size: 0.8rem;
	}

	.sr-about-field .sr-about-field__keywords {
		font-size: 0.68rem;
	}

	.sr-about-field > .sr-arrow {
		width: 32px;
	}
}

/* =========================================================
   Ver.0.8.1 WHO WE ARE refinement
========================================================= */

@media (max-width: 960px) {
	.sr-about-intro {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.sr-about-intro__label-copy {
		margin-top: 24px;
	}

	.sr-about-intro__facts {
		margin-top: 58px;
	}
}

@media (max-width: 767px) {
	.sr-about-intro {
		display: block;
		width: auto;
		margin-inline: 20px;
		padding-top: 70px;
		padding-bottom: 72px;
	}

	.sr-about-intro__content {
		margin-top: 34px;
	}

	.sr-about-intro__content h2 {
		font-size: 2.35rem;
		line-height: 1.2;
	}

	.sr-about-intro__statement {
		display: block;
		margin-top: 38px;
		padding-top: 26px;
	}

	.sr-about-intro__statement p {
		margin-top: 16px;
		font-size: 0.9rem;
		line-height: 1.9;
	}

	.sr-about-intro__facts {
		display: block;
		margin-top: 50px;
	}

	.sr-about-intro__fact {
		grid-template-columns: 62px minmax(0, 1fr);
		min-height: 112px;
		padding: 22px 18px;
	}

	.sr-about-intro__fact-number {
		font-size: 2.6rem;
	}

	.sr-about-intro__word {
		right: -10px;
		bottom: 18px;
		font-size: 5.2rem;
	}
}

/* =========================================================
   Ver.0.8.2 NEXT heading line correction
========================================================= */

.sr-about-future__line {
	display: block;
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
}

@media (max-width: 767px) {
	.sr-about-future h2 {
		font-size: clamp(2rem, 9vw, 2.45rem);
	}

	.sr-about-future__line {
		white-space: nowrap;
	}
}


/* =========================================================
   Ver.0.8.3 HISTORY heading line correction
========================================================= */

.sr-about-history__title-line {
	display: block;
	white-space: nowrap;
	word-break: keep-all;
	overflow-wrap: normal;
}

.sr-about-history__title-line + .sr-about-history__title-line {
	margin-top: 0.08em;
}

@media (max-width: 767px) {
	.sr-about-history__content h2 {
		font-size: 1.9rem;
		line-height: 1.16;
	}

	.sr-about-history__title-line {
		white-space: nowrap;
	}
}


/* =========================================================
   Ver.0.9.6 About numbering refinement
========================================================= */

.sr-about-field__number.sr-card-accent {
	top: 30px;
	left: 34px;
	width: 46px;
	height: 4px;
	min-height: 4px;
}

.sr-about-field--featured .sr-about-field__number.sr-card-accent {
	width: 64px;
}

.sr-about-intro__fact-number {
	font-size: clamp(1.65rem, 2.3vw, 2.6rem);
	letter-spacing: -0.04em;
}

@media (max-width: 767px) {
	.sr-about-field__number.sr-card-accent {
		top: 24px;
		left: 22px;
		width: 38px;
		height: 3px;
		min-height: 3px;
	}
}

/* =========================================================
   Ver.0.9.7 About fact-card refinement
========================================================= */

.sr-about-intro__fact {
	grid-template-columns: 54px minmax(0, 1fr);
}

.sr-about-intro__fact-number.sr-card-accent {
	width: 42px;
	height: 4px;
	min-height: 4px;
	font-size: 0;
	letter-spacing: 0;
}

.sr-about-future__number {
	color: rgba(9, 27, 40, 0.025);
}

@media (max-width: 767px) {
	.sr-about-intro__fact {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.sr-about-intro__fact-number.sr-card-accent {
		width: 34px;
		height: 3px;
		min-height: 3px;
	}
}

/* =========================================================
   Ver.1.0.15 Client copy additions
========================================================= */

.sr-page-hero__description {
	max-width: 760px;
	margin-top: 20px;
	color: #d5dde1;
	font-size: clamp(0.88rem, 1.1vw, 1.02rem);
	font-weight: 600;
	line-height: 1.8;
}

.sr-about-bases__copy > p {
	max-width: 760px;
	margin-top: 32px;
	color: #b8c5cc;
	font-size: 0.98rem;
	line-height: 1.9;
}

@media (max-width: 767px) {
	.sr-page-hero__description {
		max-width: 92%;
		margin-top: 16px;
		font-size: 0.82rem;
		line-height: 1.75;
	}

	.sr-about-bases__copy > p {
		margin-top: 22px;
		font-size: 0.88rem;
		line-height: 1.85;
	}
}


/* Standalone RC6.4: stabilize authored two-line intro headings on wide desktops. */
@media (min-width: 1600px) {
	.sr-about-intro__content h2 {
		width: max-content;
		max-width: none;
		font-size: 4.7rem;
	}

	.sr-about-intro__content h2 .sr-reveal-line,
	.sr-about-intro__content h2 .sr-reveal-line > span {
		white-space: nowrap;
		word-break: keep-all;
		overflow-wrap: normal;
	}
}
