html,
body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	background: #e9eeee;
	color: #25282b;
}

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: hidden;
}

.b_card {
	position: relative;
	width: 100%;
	height: 100dvh;
	overflow-x: auto;
	overflow-y: hidden;
	background: #e9eeee;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.b_card__track {
	display: flex;
	width: 300%;
	height: 100%;
}

.b_card__panel {
	flex: 0 0 100vw;
	width: 100vw;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.b_card__body {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0 1.25rem 5rem;
	overflow: hidden;
	background: #e9eeee;
}

.b_card__media {
	position: relative;
	width: calc(100% + 2.5rem);
	height: 50dvh;
	margin: 0 -1.25rem;
	overflow: hidden;
	background: #d8dddd;
}

.b_card__media img,
.b_card__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.b_card__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	background: linear-gradient(180deg, rgba(233, 238, 238, 0), #e9eeee);
	pointer-events: none;
}

.b_card__avatar {
	position: absolute;
	z-index: 3;
	top: calc(50dvh - 6rem);
	left: 50%;
	width: 11rem;
	height: 11rem;
	transform: translateX(-50%);
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	border: .3rem solid #e9eeee;
	background: #e9eeee;
	box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .16);
}

.b_card__identity {
	position: relative;
	z-index: 2;
	padding-top: 5.65rem;
	text-align: center;
}

.b_card__identity h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(2.8rem, 14vw, 4.6rem);
	line-height: .92;
	letter-spacing: -.07em;
	color: #5d4a42;
}

.b_card__identity p {
	margin: .75rem 0 0;
	font-size: .72rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .24em;
	color: rgba(37, 40, 43, .72);
}

.b_card__identity::after {
	content: "";
	display: block;
	width: min(68vw, 20rem);
	height: 1px;
	margin: 1.5rem auto 1.55rem;
	background: rgba(37, 40, 43, .18);
}

.b_card__links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem .85rem;
	width: min(82vw, 24rem);
	margin: 0 auto;
}

.b_card__links a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .35rem;
	min-width: 0;
	text-decoration: none;
	color: #25282b;
}

.b_card__links a span {
	display: grid;
	place-items: center;
	width: 4.3rem;
	height: 4.3rem;
	border-radius: 50%;
	background: #25282b;
	color: #fff;
	font-size: 1.85rem;
	line-height: 1;
}

.b_card__links a small {
	display: block;
	max-width: 5.5rem;
	overflow: hidden;
	font-size: .62rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: rgba(37, 40, 43, .72);
}

.b_card__links a.is-highlight {
	grid-column: 1 / -1;
	margin-top: .35rem;
	padding: .85rem 1rem;
	border-radius: 999px;
	background: #25282b;
	color: #fff;
}

.b_card__links a.is-highlight span {
	width: auto;
	height: auto;
	background: transparent;
	font-size: 1.1rem;
}

.b_card__links a.is-highlight small {
	max-width: none;
	font-size: .8rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.b_card__center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem 1.5rem 5rem;
	text-align: center;
}

.b_card__center h2 {
	margin: 0 0 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: clamp(2.7rem, 14vw, 4.8rem);
	line-height: .92;
	letter-spacing: -.07em;
	color: #5d4a42;
}

.b_card__center p {
	width: min(82vw, 28rem);
	margin: 0 auto 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(37, 40, 43, .72);
}

.b_card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(82vw, 24rem);
	min-height: 3.35rem;
	padding: .95rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: #25282b;
	color: #fff;
	font: inherit;
	font-size: .82rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
}

.b_card__qr_img {
	width: min(70vw, 18rem);
	aspect-ratio: 1;
	margin: .5rem auto 1.75rem;
	padding: .8rem;
	border-radius: 1.2rem;
	background: #fff;
	object-fit: contain;
	box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .12);
}

.b_card__dots {
	position: fixed;
	z-index: 20;
	left: 50%;
	bottom: calc(env(safe-area-inset-bottom) + 1.1rem);
	display: flex;
	gap: .45rem;
	transform: translateX(-50%);
	pointer-events: auto;
}

.b_card__dots button {
	width: .5rem;
	height: .5rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(37, 40, 43, .25);
}

.b_card__dots button.is-active {
	width: 1.4rem;
	background: #25282b;
}