:root {
	--scp-navy: #11284f;
	--scp-text: #243653;
	--scp-muted: #65738a;
	--scp-line: #dbe6ee;
	--scp-teal: #078892;
	--scp-teal-dark: #056f78;
	--scp-bg: #f6fbfd;
	--scp-soft: #ecf8fb;
	--scp-white: #fff;
	--scp-shadow: 0 18px 46px rgba(22, 52, 82, .12);
}

/* Profile hero final layout: match the requested compact introduction visual. */
.sampo-profile-page .scp-hero {
	padding: 46px 0 0;
	background:
		linear-gradient(90deg, #fff 0%, #fff 43%, rgba(237, 248, 251, .72) 100%),
		#fff;
}

.sampo-profile-page .scp-hero::after {
	width: 44%;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(228, 246, 250, .72)),
		repeating-linear-gradient(90deg, rgba(7, 136, 146, .04) 0 1px, transparent 1px 28px);
}

.sampo-profile-page .scp-hero__grid {
	grid-template-columns: minmax(360px, 485px) minmax(0, 1fr);
	align-items: end;
	gap: 46px;
	min-height: 390px;
}

.sampo-profile-page .scp-eyebrow {
	position: relative;
	margin: 0 0 28px;
	color: var(--scp-teal-dark);
	font-size: 24px;
	font-weight: 900;
}

.sampo-profile-page .scp-eyebrow::after {
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 10px;
	content: "";
	background: var(--scp-teal);
}

.sampo-profile-page .scp-hero h1 {
	margin-bottom: 24px;
	color: #111927;
	font-size: clamp(34px, 3.5vw, 50px);
	font-weight: 500;
	line-height: 1.42;
}

.sampo-profile-page .scp-hero p {
	max-width: 520px;
	margin-bottom: 12px;
	color: #263854;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.95;
}

.sampo-profile-page .scp-hero .scp-eyebrow {
	max-width: none !important;
	margin: 0 0 28px !important;
	color: var(--scp-teal-dark) !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	line-height: 1.4 !important;
}

.sampo-profile-page .scp-hero__visual {
	position: relative;
	display: block;
	min-height: 390px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.sampo-profile-page .scp-hero__visual::before {
	top: 0;
	right: 190px;
	bottom: 0;
	left: auto;
	width: min(380px, 58%);
	border-radius: 4px 4px 0 0;
	background: linear-gradient(180deg, #f9fbfc, #eef5f7);
	transform: none;
}

.sampo-profile-page .scp-hero__visual::after {
	display: none;
}

.sampo-profile-page .scp-hero__visual > img {
	position: absolute;
	right: 230px;
	bottom: 0;
	z-index: 1;
	width: min(360px, 47%);
	height: 390px;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
	object-position: 50% 8%;
	filter: drop-shadow(0 18px 24px rgba(20, 48, 72, .10));
}

.sampo-profile-page .scp-profile-card {
	position: absolute;
	right: 0;
	bottom: 54px;
	z-index: 2;
	width: min(280px, 40%);
	padding: 24px 26px;
	border: 1px solid rgba(219, 230, 238, .9);
	border-radius: 8px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 44px rgba(22, 52, 82, .14);
}

.sampo-profile-page .scp-profile-card span,
.sampo-profile-page .scp-profile-card small {
	font-size: 12px;
	line-height: 1.75;
}

.sampo-profile-page .scp-profile-card strong {
	margin: 8px 0 10px;
	font-size: 34px;
	line-height: 1.2;
}

@media (max-width: 900px) {
	.sampo-profile-page .scp-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: 0;
	}

	.sampo-profile-page .scp-hero__content {
		order: 2;
	}

	.sampo-profile-page .scp-hero__visual {
		order: 1;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		padding-top: 18px;
	}

	.sampo-profile-page .scp-hero__visual::before {
		right: 50%;
		width: min(390px, 84%);
		transform: translateX(50%);
	}

	.sampo-profile-page .scp-hero__visual > img {
		position: relative;
		right: auto;
		width: min(330px, 78%);
		height: 420px;
		margin: 0 auto;
	}

	.sampo-profile-page .scp-profile-card {
		position: relative;
		right: auto;
		bottom: auto;
		width: min(420px, 100%);
		margin: -34px auto 30px;
	}
}

@media (max-width: 560px) {
	.sampo-profile-page .scp-header__inner {
		width: min(calc(100% - 28px), 1120px);
		min-height: 70px;
	}

	.sampo-profile-page .scp-brand {
		gap: 10px;
		min-width: 0;
	}

	.sampo-profile-page .scp-brand img {
		width: 38px;
		height: 38px;
	}

	.sampo-profile-page .scp-brand small {
		font-size: 9px;
		line-height: 1.2;
	}

	.sampo-profile-page .scp-brand strong {
		font-size: 18px;
		line-height: 1.18;
	}

	.sampo-profile-page .scp-nav-toggle {
		width: 48px;
		height: 48px;
		border-radius: 8px;
	}

	.sampo-profile-page .scp-mobile-nav {
		top: 70px;
	}

	.sampo-profile-page .scp-hero {
		padding-top: 24px;
	}

	.sampo-profile-page .scp-hero h1 {
		font-size: 32px;
	}

	.sampo-profile-page .scp-hero p {
		font-size: 12.5px;
	}

	.sampo-profile-page .scp-hero__visual > img {
		width: min(300px, 86%);
		height: 390px;
	}

	.sampo-profile-page .scp-profile-card {
		width: min(320px, 100%);
		padding: 20px;
	}

	.sampo-profile-page .scp-profile-card strong {
		font-size: 30px;
	}
}

/* Final brand sizing. */
.sampo-profile-page .scp-header__inner {
	min-height: 98px;
}

.sampo-profile-page .scp-brand {
	gap: 14px;
}

.sampo-profile-page .scp-brand img {
	width: 50px;
	height: 50px;
}

.sampo-profile-page .scp-brand small {
	font-size: 13px;
}

.sampo-profile-page .scp-brand strong {
	font-size: 28px;
}

@media (max-width: 560px) {
	.sampo-profile-page .scp-brand img {
		width: 42px;
		height: 42px;
	}

	.sampo-profile-page .scp-brand strong {
		font-size: 22px;
	}
}

/* Footer alignment shared with the front page. */
.sampo-profile-page .scp-footer {
	background:
		linear-gradient(135deg, rgba(5, 50, 74, .97) 0%, rgba(8, 94, 110, .95) 100%);
	border-top: 0;
}

.sampo-profile-page .scp-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
	gap: 54px;
}

.sampo-profile-page .scp-brand--footer strong,
.sampo-profile-page .scp-brand--footer small,
.sampo-profile-page .scp-footer__heading {
	color: #fff;
}

.sampo-profile-page .scp-footer__legal,
.sampo-profile-page .scp-footer__nav {
	display: grid;
}

.sampo-profile-page .scp-footer__nav {
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	gap: 20px 24px;
}

.sampo-profile-page .scp-footer__col {
	display: grid;
	align-content: start;
	gap: 8px;
	min-width: 0;
}

.sampo-profile-page .scp-footer__heading {
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255, 255, 255, .24);
	font-size: 14px;
	line-height: 1.55;
}

.sampo-profile-page .scp-footer__col a:not(.scp-footer__heading),
.sampo-profile-page .scp-footer__legal a,
.sampo-profile-page .scp-footer__copy {
	color: rgba(255, 255, 255, .84);
	text-decoration: none;
}

.sampo-profile-page .scp-footer__copy {
	border-top-color: rgba(255, 255, 255, .18);
}

@media (max-width: 1180px) {
	.sampo-profile-page .scp-footer__inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.sampo-profile-page .scp-footer__nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.sampo-profile-page .scp-footer__nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.sampo-profile-page .scp-footer__nav {
		grid-template-columns: 1fr;
	}
}

.sampo-profile-page .scp-message-grid {
	grid-template-columns: minmax(0, 920px);
	justify-content: start;
	gap: 0;
}

.sampo-profile-page,
.sampo-profile-page * {
	box-sizing: border-box;
}

.sampo-profile-page {
	margin: 0;
	color: var(--scp-text);
	background: #fff;
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.9;
	letter-spacing: 0;
}

.sampo-profile-page a {
	color: inherit;
	text-decoration: none;
}

.sampo-profile-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.scp-container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.scp-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid rgba(219, 230, 238, .76);
	backdrop-filter: blur(16px);
}

.admin-bar .scp-header {
	top: 32px;
}

.scp-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1240px, calc(100% - 32px));
	min-height: 92px;
	margin: 0 auto;
}

.scp-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	color: var(--scp-navy);
}

.scp-brand small,
.scp-brand strong {
	display: block;
	line-height: 1.35;
}

.scp-brand small {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 800;
}

.scp-brand strong {
	font-size: 24px;
	font-weight: 900;
}

.scp-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
	color: #33445f;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.scp-nav a {
	position: relative;
	padding: 34px 0;
}

.scp-nav a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	content: "";
	background: var(--scp-teal);
	transform: scaleX(0);
	transition: transform .18s ease;
}

.scp-nav a:hover::after,
.scp-nav a.is-current::after {
	transform: scaleX(1);
}

.scp-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--scp-line);
	border-radius: 999px;
	background: #fff;
}

.scp-nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: var(--scp-navy);
}

.scp-mobile-nav {
	display: none;
}

.scp-hero {
	position: relative;
	overflow: hidden;
	padding: 68px 0 0;
	background:
		linear-gradient(90deg, #f8fcfd 0%, #fff 45%, #edf8fb 100%);
}

.scp-hero::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 46%;
	content: "";
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(229, 245, 249, .72) 100%),
		repeating-linear-gradient(90deg, rgba(7, 136, 146, .035) 0 1px, transparent 1px 34px);
}

.scp-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(620px, 690px);
	align-items: end;
	gap: 56px;
	min-height: 590px;
}

.scp-eyebrow {
	margin: 0 0 18px;
	color: var(--scp-teal);
	font-size: 18px;
	font-weight: 900;
}

.scp-hero h1 {
	margin: 0 0 32px;
	color: #101923;
	font-size: 54px;
	font-weight: 500;
	line-height: 1.45;
}

.scp-hero p {
	max-width: 650px;
	margin: 0 0 12px;
	color: #253858;
	font-size: 15px;
	font-weight: 800;
}

.scp-hero__visual {
	position: relative;
	align-self: end;
	display: grid;
	grid-template-columns: minmax(270px, 360px) minmax(230px, 270px);
	align-items: center;
	gap: 24px;
	min-height: 560px;
	padding: 28px 28px 0;
	border: 1px solid rgba(219, 230, 238, .84);
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(245, 250, 252, .96) 58%, rgba(232, 243, 247, .98) 100%);
	box-shadow: 0 24px 58px rgba(22, 52, 82, .14);
}

.scp-hero__visual > img {
	position: relative;
	z-index: 1;
	grid-column: 1;
	width: 100%;
	height: 532px;
	margin: 0 auto;
	object-fit: cover;
	object-position: 50% 16%;
	border-radius: 4px 4px 0 0;
	filter: drop-shadow(0 16px 18px rgba(20, 48, 72, .10));
}

.scp-hero__visual::before {
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 24px;
	width: min(380px, calc(100% - 320px));
	content: "";
	border-radius: 8px 8px 0 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .16)),
		linear-gradient(180deg, #f7fbfc 0%, #eef6f8 100%);
}

.scp-hero__visual::after {
	position: absolute;
	right: auto;
	bottom: 0;
	left: 70px;
	z-index: 0;
	width: 280px;
	height: 44px;
	content: "";
	background: linear-gradient(180deg, rgba(17, 40, 79, 0), rgba(17, 40, 79, .10));
	filter: blur(18px);
}

.scp-profile-card {
	position: relative;
	grid-column: 2;
	right: auto;
	bottom: auto;
	z-index: 2;
	width: 100%;
	padding: 26px 28px;
	border: 1px solid rgba(219, 230, 238, .84);
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 20px 42px rgba(22, 52, 82, .16);
	backdrop-filter: blur(12px);
}

.scp-profile-card span,
.scp-profile-card small {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #43536b;
}

.scp-profile-card strong {
	display: block;
	margin: 8px 0 10px;
	color: #0f203f;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 0;
}

.scp-section {
	padding: 58px 0;
}

.scp-section--split {
	padding-top: 26px;
}

.scp-section--pale {
	background: linear-gradient(180deg, #f7fbfd, #fff);
	border-top: 1px solid rgba(219, 230, 238, .72);
	border-bottom: 1px solid rgba(219, 230, 238, .72);
}

.scp-page h2 {
	position: relative;
	margin: 0 0 28px;
	color: var(--scp-teal-dark);
	font-size: 24px;
	font-weight: 900;
}

.scp-page h2::after {
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 10px;
	content: "";
	background: var(--scp-teal);
}

.scp-message-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 74px;
	align-items: start;
}

.scp-message p {
	margin: 0 0 24px;
	color: #24324d;
	font-size: 15px;
	font-weight: 700;
}

.scp-values {
	padding: 28px 30px;
	border-radius: 8px;
	background: linear-gradient(145deg, #f4fbfd, #fff);
	box-shadow: inset 0 0 0 1px rgba(219, 230, 238, .8);
}

.scp-values h3 {
	margin: 0 0 24px;
	padding-bottom: 14px;
	border-bottom: 1px dashed rgba(7, 136, 146, .32);
	color: var(--scp-navy);
	font-size: 16px;
	font-weight: 900;
	text-align: center;
}

.scp-value {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px 0;
}

.scp-value + .scp-value {
	border-top: 1px solid rgba(219, 230, 238, .64);
}

.scp-value p {
	margin: 0;
	color: #33445f;
	font-size: 14px;
	font-weight: 700;
}

.scp-value strong {
	display: block;
	color: var(--scp-navy);
}

.scp-line-icon,
.scp-title-icon,
.scp-qualification__icon {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	color: var(--scp-teal);
}

.scp-line-icon {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(7, 136, 146, .18);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(22, 52, 82, .06);
}

.scp-line-icon::before,
.scp-line-icon::after,
.scp-title-icon::before,
.scp-title-icon::after,
.scp-qualification__icon::before,
.scp-qualification__icon::after {
	position: absolute;
	content: "";
	box-sizing: border-box;
}

.scp-line-icon--heart::before {
	left: 13px;
	top: 12px;
	width: 22px;
	height: 20px;
	border: 3px solid currentColor;
	border-top: 0;
	border-left: 0;
	border-radius: 0 0 14px 0;
	transform: rotate(45deg);
}

.scp-line-icon--heart::after {
	left: 16px;
	top: 13px;
	width: 16px;
	height: 16px;
	border: 3px solid currentColor;
	border-right: 0;
	border-bottom: 0;
	border-radius: 12px 0 0;
	transform: rotate(45deg);
}

.scp-line-icon--people::before {
	left: 11px;
	top: 12px;
	width: 10px;
	height: 10px;
	border: 3px solid currentColor;
	border-radius: 50%;
	box-shadow: 17px 0 0 -3px #fff, 17px 0 0 0 currentColor;
}

.scp-line-icon--people::after {
	left: 9px;
	top: 30px;
	width: 30px;
	height: 12px;
	border: 3px solid currentColor;
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
}

.scp-line-icon--shake::before {
	left: 10px;
	top: 16px;
	width: 28px;
	height: 14px;
	border: 3px solid currentColor;
	border-radius: 12px;
	transform: rotate(-8deg);
}

.scp-line-icon--shake::after {
	left: 15px;
	top: 30px;
	width: 18px;
	height: 8px;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	border-left: 3px solid currentColor;
	border-radius: 0 0 8px 8px;
}

.scp-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
}

.scp-profile-table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border: 1px solid var(--scp-line);
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
}

.scp-profile-table th,
.scp-profile-table td {
	padding: 16px 20px;
	border-bottom: 1px solid var(--scp-line);
	vertical-align: middle;
}

.scp-profile-table th {
	width: 150px;
	background: #f7fbfd;
	color: var(--scp-navy);
	font-weight: 900;
	text-align: center;
}

.scp-profile-table td {
	color: #33445f;
	font-weight: 700;
}

.scp-profile-table tr:last-child th,
.scp-profile-table tr:last-child td {
	border-bottom: 0;
}

.scp-timeline {
	position: relative;
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

.scp-timeline::before {
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 8px;
	width: 3px;
	content: "";
	background: var(--scp-teal);
	border-radius: 999px;
}

.scp-timeline li {
	position: relative;
	color: #283a58;
	font-size: 15px;
	font-weight: 800;
}

.scp-timeline li::before {
	position: absolute;
	left: -30px;
	top: 9px;
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	background: var(--scp-teal);
	box-shadow: 0 0 0 4px #e9f7f8;
}

.scp-public-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 52px;
}

.scp-public-block + .scp-public-block {
	padding-left: 52px;
	border-left: 1px solid var(--scp-line);
}

.scp-public-block h2 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.scp-title-icon--book::before {
	left: 8px;
	top: 10px;
	width: 28px;
	height: 24px;
	border: 3px solid currentColor;
	border-radius: 3px;
}

.scp-title-icon--book::after {
	left: 21px;
	top: 10px;
	width: 3px;
	height: 24px;
	background: currentColor;
}

.scp-title-icon--screen::before {
	left: 6px;
	top: 9px;
	width: 32px;
	height: 22px;
	border: 3px solid currentColor;
	border-radius: 3px;
}

.scp-title-icon--screen::after {
	left: 15px;
	top: 34px;
	width: 16px;
	height: 3px;
	background: currentColor;
	box-shadow: 5px 4px 0 -1px currentColor, -5px 4px 0 -1px currentColor;
}

.scp-books {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 0;
}

.scp-book {
	display: block;
	text-align: center;
}

.scp-book__cover {
	display: block;
	aspect-ratio: 3 / 4.28;
	margin-bottom: 12px;
	padding: 0;
	border: 1px solid rgba(219, 230, 238, .9);
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 16px 28px rgba(25, 50, 76, .12);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}

.scp-book:hover .scp-book__cover {
	transform: translateY(-3px);
	box-shadow: 0 22px 36px rgba(25, 50, 76, .16);
}

.scp-book__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scp-book h3 {
	min-height: 58px;
	margin: 0 0 8px;
	color: #263957;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.55;
}

.scp-book p {
	margin: 0;
	color: var(--scp-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.65;
}

.scp-media-list {
	overflow: hidden;
	margin-bottom: 28px;
	border: 1px solid var(--scp-line);
	border-radius: 8px;
	background: #fff;
}

.scp-media-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px;
	gap: 16px;
	align-items: center;
	padding: 16px 18px;
	border-bottom: 1px solid var(--scp-line);
	color: inherit;
	text-decoration: none;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.scp-media-item:last-child {
	border-bottom: 0;
}

.scp-media-item:hover,
.scp-media-item:focus-visible {
	background: #f4fbfc;
	transform: translateY(-1px);
}

.scp-media-list strong,
.scp-media-list span,
.scp-media-list time {
	display: block;
}

.scp-media-list strong {
	color: var(--scp-navy);
	font-size: 14px;
	font-weight: 900;
}

.scp-media-list span {
	color: #394a64;
	font-size: 13px;
	font-weight: 700;
}

.scp-media-list time {
	color: #5e718c;
	font-size: 14px;
	font-weight: 800;
	text-align: right;
}

.scp-qualification-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid var(--scp-line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.scp-qualification {
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 150px;
	padding: 20px 14px;
	border-right: 1px solid var(--scp-line);
	color: var(--scp-navy);
	text-align: center;
}

.scp-qualification:last-child {
	border-right: 0;
}

.scp-qualification strong {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.55;
}

.scp-qualification small {
	color: #5b6b82;
	font-size: 12px;
	font-weight: 800;
}

.scp-qualification__icon::before {
	inset: 7px;
	border: 3px solid currentColor;
	border-radius: 8px;
}

.scp-qualification__icon--people::before,
.scp-qualification__icon--group::before {
	border-radius: 50%;
	box-shadow: 14px 8px 0 -8px currentColor, -14px 8px 0 -8px currentColor;
}

.scp-qualification__icon--cap::before {
	left: 6px;
	top: 13px;
	width: 32px;
	height: 18px;
	border: 3px solid currentColor;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

.scp-qualification__icon--cap::after {
	left: 5px;
	top: 8px;
	width: 34px;
	height: 18px;
	border: 3px solid currentColor;
	transform: skewX(-18deg);
}

.scp-footer {
	padding: 46px 0 18px;
	background: #f7fbfd;
	border-top: 1px solid var(--scp-line);
}

.scp-footer__inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 42px;
}

.scp-brand--footer strong {
	font-size: 18px;
}

.scp-brand--footer small {
	display: block;
	margin-top: 2px;
	color: #66758b;
	font-size: 12px;
	font-weight: 800;
}

.scp-footer__brand {
	display: grid;
	gap: 18px;
	min-width: 260px;
}

.scp-footer__legal,
.scp-footer__nav,
.scp-footer__col {
	display: flex;
}

.scp-footer__legal {
	gap: 16px;
	color: #536176;
	font-size: 13px;
	font-weight: 700;
}

.scp-footer__nav {
	flex: 1;
	justify-content: flex-end;
	gap: 34px;
}

.scp-footer__col {
	flex-direction: column;
	gap: 8px;
	min-width: 128px;
	color: #5b6b82;
	font-size: 13px;
	font-weight: 700;
}

.scp-footer__heading {
	color: var(--scp-navy);
	font-weight: 900;
}

.scp-footer__copy {
	width: min(1120px, calc(100% - 40px));
	margin: 28px auto 0;
	padding-top: 16px;
	border-top: 1px solid rgba(219, 230, 238, .72);
	color: #7b8798;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 1180px) {
	.scp-nav {
		display: none;
	}

	.scp-nav-toggle {
		display: block;
	}

	.scp-mobile-nav {
		position: absolute;
		top: 92px;
		right: 16px;
		left: 16px;
		display: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px;
		padding: 16px;
		border: 1px solid var(--scp-line);
		border-radius: 8px;
		background: #fff;
		box-shadow: var(--scp-shadow);
	}

	.scp-mobile-nav.is-open {
		display: grid;
	}

	.scp-mobile-nav a {
		padding: 12px;
		border-radius: 6px;
		background: #f7fbfc;
		font-weight: 800;
	}
}

@media (max-width: 900px) {
	.admin-bar .scp-header {
		top: 46px;
	}

	.scp-container {
		width: min(100% - 28px, 1120px);
	}

	.scp-hero__grid,
	.scp-message-grid,
	.scp-two-col,
	.scp-public-grid {
		grid-template-columns: 1fr;
	}

	.scp-hero {
		padding: 42px 0 0;
	}

	.scp-hero__visual {
		grid-template-columns: minmax(0, 1fr);
		min-height: auto;
		padding: 22px 18px 0;
	}

	.scp-hero__visual > img {
		grid-column: 1;
		width: min(370px, 86%);
		height: 500px;
	}

	.scp-hero__visual::before {
		left: 50%;
		width: min(390px, calc(100% - 36px));
		transform: translateX(-50%);
	}

	.scp-profile-card {
		grid-column: 1;
		width: min(420px, 100%);
		margin: 18px auto 28px;
		transform: none;
	}

	.scp-message-grid,
	.scp-two-col,
	.scp-public-grid {
		gap: 34px;
	}

	.scp-public-block + .scp-public-block {
		padding-left: 0;
		border-left: 0;
	}

	.scp-books {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.scp-footer__inner {
		flex-direction: column;
		text-align: left;
	}

	.scp-footer__nav {
		width: 100%;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

@media (max-width: 560px) {
	.scp-header__inner {
		min-height: 76px;
	}

	.scp-brand small {
		font-size: 10px;
	}

	.scp-brand strong {
		font-size: 20px;
	}

	.scp-mobile-nav {
		top: 76px;
		grid-template-columns: 1fr;
	}

	.scp-hero h1 {
		font-size: 34px;
	}

	.scp-hero__visual {
		min-height: 500px;
	}

	.scp-hero__visual > img {
		width: min(310px, 88%);
		height: 430px;
	}

	.scp-profile-card {
		width: min(300px, calc(100vw - 40px));
		margin-bottom: 22px;
	}

	.scp-profile-card strong {
		font-size: 30px;
	}

	.scp-profile-table th,
	.scp-profile-table td {
		display: block;
		width: 100%;
		text-align: left;
	}

	.scp-profile-table th {
		padding-bottom: 6px;
	}

	.scp-profile-table td {
		padding-top: 6px;
	}

	.scp-media-item {
		grid-template-columns: 1fr;
	}

	.scp-media-list time {
		text-align: left;
	}

	.scp-footer__legal,
	.scp-footer__nav {
		flex-direction: column;
		gap: 10px;
	}
}

/* Final override placed after legacy responsive rules. */
.sampo-profile-page .scp-header__inner {
	width: min(calc(100% - 44px), 1310px);
	min-height: 72px;
}

.sampo-profile-page .scp-brand {
	gap: 10px;
	min-width: 210px;
}

.sampo-profile-page .scp-brand img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.sampo-profile-page .scp-brand small {
	font-size: 10px;
	line-height: 1.15;
}

.sampo-profile-page .scp-brand strong {
	font-size: 19px;
	line-height: 1.12;
}

.sampo-profile-page .scp-hero {
	padding: 46px 0 0;
	background:
		linear-gradient(90deg, #fff 0%, #fff 43%, rgba(237, 248, 251, .72) 100%),
		#fff;
}

.sampo-profile-page .scp-hero::after {
	width: 44%;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(228, 246, 250, .72)),
		repeating-linear-gradient(90deg, rgba(7, 136, 146, .04) 0 1px, transparent 1px 28px);
}

.sampo-profile-page .scp-hero__grid {
	grid-template-columns: minmax(360px, 485px) minmax(0, 1fr);
	align-items: end;
	gap: 46px;
	min-height: 390px;
}

.sampo-profile-page .scp-eyebrow {
	position: relative;
	margin: 0 0 28px;
	color: var(--scp-teal-dark);
	font-size: 24px;
	font-weight: 900;
}

.sampo-profile-page .scp-eyebrow::after {
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 10px;
	content: "";
	background: var(--scp-teal);
}

.sampo-profile-page .scp-hero h1 {
	margin-bottom: 24px;
	color: #111927;
	font-size: clamp(34px, 3.5vw, 50px);
	font-weight: 500;
	line-height: 1.42;
}

.sampo-profile-page .scp-hero p {
	max-width: 520px;
	margin-bottom: 12px;
	color: #263854;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.95;
}

.sampo-profile-page .scp-hero__visual {
	position: relative;
	display: block;
	min-height: 390px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.sampo-profile-page .scp-hero__visual::before {
	top: 0;
	right: 190px;
	bottom: 0;
	left: auto;
	width: min(380px, 58%);
	border-radius: 4px 4px 0 0;
	background: linear-gradient(180deg, #f9fbfc, #eef5f7);
	transform: none;
}

.sampo-profile-page .scp-hero__visual::after {
	display: none;
}

.sampo-profile-page .scp-hero__visual > img {
	position: absolute;
	right: 230px;
	bottom: 0;
	z-index: 1;
	width: min(360px, 47%);
	height: 390px;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
	object-position: 50% 8%;
	filter: drop-shadow(0 18px 24px rgba(20, 48, 72, .10));
}

.sampo-profile-page .scp-profile-card {
	position: absolute;
	right: 0;
	bottom: 54px;
	z-index: 2;
	width: min(280px, 40%);
	padding: 24px 26px;
	border: 1px solid rgba(219, 230, 238, .9);
	border-radius: 8px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 18px 44px rgba(22, 52, 82, .14);
}

.sampo-profile-page .scp-profile-card span,
.sampo-profile-page .scp-profile-card small {
	font-size: 12px;
	line-height: 1.75;
}

.sampo-profile-page .scp-profile-card strong {
	margin: 8px 0 10px;
	font-size: 34px;
	line-height: 1.2;
}

@media (max-width: 900px) {
	.sampo-profile-page .scp-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: 0;
	}

	.sampo-profile-page .scp-hero__content {
		order: 2;
	}

	.sampo-profile-page .scp-hero__visual {
		order: 1;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
		padding-top: 18px;
	}

	.sampo-profile-page .scp-hero__visual::before {
		right: 50%;
		width: min(390px, 84%);
		transform: translateX(50%);
	}

	.sampo-profile-page .scp-hero__visual > img {
		position: relative;
		right: auto;
		width: min(330px, 78%);
		height: 420px;
		margin: 0 auto;
	}

	.sampo-profile-page .scp-profile-card {
		position: relative;
		right: auto;
		bottom: auto;
		width: min(420px, 100%);
		margin: -34px auto 30px;
	}
}

@media (max-width: 560px) {
	.sampo-profile-page .scp-header__inner {
		width: min(calc(100% - 28px), 1120px);
		min-height: 70px;
	}

	.sampo-profile-page .scp-brand {
		gap: 10px;
		min-width: 0;
	}

	.sampo-profile-page .scp-brand img {
		width: 38px;
		height: 38px;
	}

	.sampo-profile-page .scp-brand small {
		font-size: 9px;
		line-height: 1.2;
	}

	.sampo-profile-page .scp-brand strong {
		font-size: 18px;
		line-height: 1.18;
	}

	.sampo-profile-page .scp-nav-toggle {
		width: 48px;
		height: 48px;
		border-radius: 8px;
	}

	.sampo-profile-page .scp-mobile-nav {
		top: 70px;
	}

	.sampo-profile-page .scp-hero {
		padding-top: 24px;
	}

	.sampo-profile-page .scp-hero h1 {
		font-size: 32px;
	}

	.sampo-profile-page .scp-hero p {
		font-size: 12.5px;
	}

	.sampo-profile-page .scp-hero__visual > img {
		width: min(300px, 86%);
		height: 390px;
	}

	.sampo-profile-page .scp-profile-card {
		width: min(320px, 100%);
		padding: 20px;
	}

	.sampo-profile-page .scp-profile-card strong {
		font-size: 30px;
	}
}
