:root {
	--bso-navy: #07111f;
	--bso-navy-soft: #101d2e;
	--bso-red: #8f0000;
	--bso-red-dark: #5f0000;
	--bso-burgundy: #8f0000;
	--bso-burgundy-soft: #a51818;
	--bso-burgundy-pale: #f5e6e3;
	--bso-green: #0f6b45;
	--bso-cream: #f7f3ea;
	--bso-paper: #fffdf8;
	--bso-ink: #16202d;
	--bso-muted: #687386;
	--bso-line: rgba(22, 32, 45, 0.12);
	--bso-shadow: 0 22px 60px rgba(7, 17, 31, 0.16);
	--bso-radius: 8px;
}

html,
body {
	height: auto;
}

body.site-home,
body.site-recruit {
	background: var(--bso-paper);
	color: var(--bso-ink);
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	line-height: 1.8;
	overflow-x: hidden;
}

.site-home p,
.site-recruit p,
.site-home dd,
.site-recruit dd {
	overflow-wrap: anywhere;
	word-break: break-all;
}

.site-home a,
.site-recruit a {
	color: inherit;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 74px;
	padding: 0 5vw;
	background: rgba(7, 17, 31, 0.86);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-header #logo {
	margin: 0;
}

.site-header #logo a {
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.04em;
}

.large-screen .site-header #menubar > nav > ul {
	align-items: center;
	gap: 0.35rem;
}

.large-screen .site-header #menubar li a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 0.45rem 0.9rem;
}

.large-screen .site-header #menubar li a:hover {
	background: #fff;
	color: var(--bso-navy);
}

#menubar_hdr span {
	border-color: #fff;
}

#menubar_hdr.ham {
	background: var(--bso-red);
}

.hero {
	position: relative;
	display: grid;
	min-height: 92vh;
	padding: 140px 5vw 88px;
	overflow: hidden;
	background: var(--bso-navy);
	color: #fff;
}

.hero__photo {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 17, 31, 0.12), rgba(7, 17, 31, 0.34)),
		url("../images/hero-bso-poster.png?v=20260508-2") center / cover no-repeat,
		url("../images/hero-bso-poster.jpg?v=20260508-2") center / cover no-repeat,
		url("../images/hero-recruit-poster.png") center / cover no-repeat;
	transform: scale(1.02);
}

.hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 760px;
	min-width: 0;
}

.hero__content--poster {
	justify-content: flex-end;
	min-height: calc(92vh - 220px);
	padding-bottom: 2rem;
}

.hero__content--poster .hero__season {
	display: none;
}

.hero__season {
	margin: 0 0 1rem;
	color: #f2c14e;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.hero h1,
.sub-hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(3.6rem, 9vw, 7.8rem);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
}

.hero__lead {
	max-width: 660px;
	margin: 1.8rem 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 2vw, 1.28rem);
	line-height: 1.9;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2.1rem;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.78rem 1.35rem;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.button:hover {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.button--primary {
	background: var(--bso-red);
	color: #fff;
}

.button--line {
	background: #06c755;
	color: #fff;
}

.button--dark {
	background: var(--bso-navy);
	color: #fff;
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.42);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.recruit-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(1120px, calc(100% - 10vw));
	margin: -42px auto 0;
	padding: 1.15rem 1.35rem;
	position: relative;
	z-index: 2;
	background: #fff;
	color: var(--bso-ink);
	border-radius: var(--bso-radius);
	box-shadow: var(--bso-shadow);
}

.recruit-strip span {
	display: block;
	color: var(--bso-red);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.recruit-strip strong {
	font-size: clamp(1rem, 2.4vw, 1.25rem);
}

.recruit-strip a {
	flex: 0 0 auto;
	color: var(--bso-red);
	font-weight: 900;
	text-decoration: none;
}

.section {
	width: min(1120px, calc(100% - 10vw));
	margin: 0 auto;
	padding: 84px 0;
}

.section + .section {
	margin-top: 0;
}

.section--light {
	width: 100%;
	padding: 88px 5vw;
	background: var(--bso-cream);
}

.section--light > * {
	width: min(1120px, 100%);
	margin-left: auto;
	margin-right: auto;
}

.section__head {
	margin-bottom: 2rem;
}

.section__head h2,
.media-section__body h2,
.final-cta h2 {
	margin: 0;
	color: var(--bso-ink);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 900;
	line-height: 1.18;
	letter-spacing: 0;
}

.section__head p {
	margin: 0.75rem 0 0;
	color: var(--bso-muted);
	font-size: 1rem;
}

.summary-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.summary-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.summary-grid article {
	min-height: 210px;
	padding: 1.35rem;
	background: #fff;
	border: 1px solid var(--bso-line);
	border-radius: var(--bso-radius);
	box-shadow: 0 14px 34px rgba(7, 17, 31, 0.08);
}

.summary-grid span,
.link-panel span {
	display: block;
	color: var(--bso-red);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.summary-grid strong {
	display: block;
	margin-top: 0.45rem;
	color: var(--bso-ink);
	font-size: 1.22rem;
	line-height: 1.35;
}

.summary-grid p {
	margin: 0.8rem 0 0;
	color: var(--bso-muted);
	font-size: 0.93rem;
}

.media-section {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 3rem;
	align-items: center;
}

.media-section--reverse {
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.media-section--reverse .media-section__image {
	order: 2;
}

.media-section__image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: var(--bso-radius);
	box-shadow: var(--bso-shadow);
}

.media-section__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media-section__body p {
	margin: 1.1rem 0 1.6rem;
	color: var(--bso-muted);
	font-size: 1rem;
}

.info-table {
	width: min(1120px, 100%);
	border-collapse: collapse;
	background: #fff;
	border-radius: var(--bso-radius);
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(7, 17, 31, 0.08);
}

.info-table th,
.info-table td {
	padding: 1rem 1.15rem;
	border-bottom: 1px solid var(--bso-line);
	text-align: left;
	word-break: normal;
}

.info-table th {
	width: 22%;
	color: var(--bso-navy);
	background: rgba(7, 17, 31, 0.04);
	font-weight: 900;
}

.info-table td {
	color: var(--bso-ink);
}

.info-table a,
.news-list a,
.link-panel a {
	color: var(--bso-red-dark);
	font-weight: 800;
}

.news-section {
	padding-bottom: 96px;
}

.news-list {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.45rem 1.2rem;
	margin: 0;
	color: var(--bso-ink);
}

.news-list dt {
	font-weight: 900;
}

.news-list dt span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	margin-left: 0.45rem;
	padding: 0.1rem 0.45rem;
	background: var(--bso-red);
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 0.72rem;
	line-height: 1.6;
	transform: none;
}

.news-list dd {
	margin: 0 0 0.8rem;
	color: var(--bso-muted);
}

.sub-hero {
	min-height: 76vh;
	display: flex;
	align-items: flex-end;
	padding: 150px 5vw 88px;
	background:
		linear-gradient(180deg, rgba(7, 17, 31, 0.1), rgba(7, 17, 31, 0.34)),
		url("../images/hero-bso-poster.png?v=20260508-2") center / cover no-repeat,
		url("../images/hero-bso-poster.jpg?v=20260508-2") center / cover no-repeat,
		url("../images/hero-recruit-poster.png") center / cover no-repeat;
	color: #fff;
}

.sub-hero__content {
	width: min(780px, 100%);
	min-width: 0;
}

.sub-hero p:not(.hero__season) {
	max-width: 680px;
	margin: 1.45rem 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
}

.recruit-flow {
	padding-top: 90px;
}

.flow-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.flow-list li {
	padding: 1.25rem;
	background: #fff;
	border: 1px solid var(--bso-line);
	border-radius: var(--bso-radius);
	box-shadow: 0 12px 30px rgba(7, 17, 31, 0.08);
}

.flow-list span {
	display: block;
	color: var(--bso-green);
	font-size: 0.9rem;
	font-weight: 900;
}

.flow-list strong {
	display: block;
	margin-top: 0.45rem;
	font-size: 1.12rem;
}

.flow-list p {
	margin: 0.7rem 0 0;
	color: var(--bso-muted);
	font-size: 0.92rem;
}

.link-panel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.link-panel a {
	display: block;
	padding: 1.3rem;
	background: #fff;
	border: 1px solid var(--bso-line);
	border-radius: var(--bso-radius);
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(7, 17, 31, 0.08);
}

.link-panel strong {
	display: block;
	margin-top: 0.35rem;
	color: var(--bso-ink);
	font-size: 1.1rem;
}

.final-cta {
	width: min(1120px, calc(100% - 10vw));
	margin: 0 auto 92px;
	padding: clamp(2rem, 5vw, 4rem);
	background:
		linear-gradient(135deg, rgba(7, 17, 31, 0.95), rgba(143, 0, 0, 0.82)),
		url("../images/hero-bso-poster.png?v=20260508-2") center / cover no-repeat,
		url("../images/hero-bso-poster.jpg?v=20260508-2") center / cover no-repeat,
		url("../images/hero-recruit-poster.png") center / cover no-repeat;
	color: #fff;
	border-radius: var(--bso-radius);
	box-shadow: var(--bso-shadow);
}

.final-cta h2 {
	color: #fff;
}

.final-cta p {
	max-width: 620px;
	margin: 0.9rem 0 1.5rem;
	color: rgba(255, 255, 255, 0.86);
}

#footermenu,
footer {
	background: var(--bso-navy);
	color: rgba(255, 255, 255, 0.8);
}

#footermenu a,
footer a {
	color: inherit;
}

#message-parts a {
	z-index: 60;
	background: #06c755;
	color: #fff;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 899px) {
	.site-header {
		height: 68px;
		padding: 0 5vw;
	}

	.small-screen #menubar.display-block {
		background: rgba(7, 17, 31, 0.96);
	}

	.hero {
		min-height: 88vh;
		padding-top: 116px;
	}

	.hero__photo {
		background:
			linear-gradient(180deg, rgba(7, 17, 31, 0.08) 0%, rgba(7, 17, 31, 0.24) 52%, rgba(7, 17, 31, 0.74) 100%),
			url("../images/hero-bso-poster.png?v=20260508-2") center / cover no-repeat,
			url("../images/hero-bso-poster.jpg?v=20260508-2") center / cover no-repeat,
			url("../images/hero-recruit-poster.png") center / cover no-repeat;
	}

	.hero__content--poster {
		min-height: calc(88vh - 180px);
	}

	.recruit-strip {
		flex-direction: column;
		align-items: flex-start;
	}

	.summary-grid,
	.summary-grid--three,
	.flow-list,
	.link-panel {
		grid-template-columns: 1fr;
	}

	.media-section,
	.media-section--reverse {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.media-section--reverse .media-section__image {
		order: 0;
	}

	.news-list {
		grid-template-columns: 1fr;
	}

	.info-table,
	.info-table tbody,
	.info-table tr,
	.info-table th,
	.info-table td {
		display: block;
		width: 100%;
	}

	.info-table th {
		padding-bottom: 0.35rem;
	}

	.info-table td {
		padding-top: 0.35rem;
	}

	.sub-hero {
		min-height: 70vh;
		padding-top: 116px;
	}
}

@media screen and (max-width: 520px) {
	.hero,
	.sub-hero {
		padding-left: 6vw;
		padding-right: 6vw;
	}

	.hero h1,
	.sub-hero h1 {
		font-size: clamp(2.9rem, 13.5vw, 3.35rem);
	}

	.hero__content,
	.sub-hero__content {
		width: 100%;
		max-width: calc(100vw - 12vw);
	}

	.hero__lead,
	.sub-hero p:not(.hero__season) {
		max-width: 100%;
		font-size: 0.94rem;
		line-height: 1.85;
		overflow-wrap: anywhere;
		word-break: break-all;
	}

	.hero__actions {
		width: 100%;
	}

	.hero__actions .button {
		width: min(100%, 340px);
	}

	.section,
	.recruit-strip,
	.final-cta {
		width: calc(100% - 12vw);
	}

	.section--light {
		width: 100%;
		padding-left: 6vw;
		padding-right: 6vw;
	}

	#message-parts a {
		top: auto;
		right: 12px;
		bottom: 16px;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
		padding: 0.7rem 1rem;
		border-radius: 999px;
	}
}

/* Poster direction overrides
---------------------------------------------------------------------------*/
body.site-home,
body.site-recruit {
	background:
		radial-gradient(circle at 80% 8%, rgba(255, 216, 202, 0.22), transparent 28rem),
		linear-gradient(180deg, #8f0000 0, #9b1212 38rem, #f3e6e0 38.1rem, #fff8f2 100%);
	color: var(--bso-ink);
}

.site-header {
	background: rgba(6, 8, 13, 0.9);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.site-header #logo a {
	font-size: 1.04rem;
	text-transform: uppercase;
}

.large-screen .site-header #menubar li a:hover {
	background: var(--bso-red);
	color: #fff;
}

.hero,
.sub-hero {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero::after,
.sub-hero::after {
	content: "";
	position: absolute;
	inset: auto -8vw -6vw -8vw;
	height: 14vw;
	pointer-events: none;
	background:
		linear-gradient(170deg, transparent 0 42%, rgba(143, 0, 0, 0.92) 43% 50%, transparent 51%),
		linear-gradient(175deg, transparent 0 58%, rgba(255, 255, 255, 0.18) 59% 61%, transparent 62%);
	opacity: 0.78;
}

.hero__content--poster {
	align-items: flex-start;
	padding-bottom: 0;
}

.hero__content--poster .hero__actions {
	padding: 0.75rem;
	background: rgba(6, 8, 13, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.button {
	min-height: 50px;
	padding: 0.85rem 1.45rem;
	border-radius: 6px;
	text-transform: none;
}

.hero__content--poster .button {
	border-radius: 999px;
}

.button--primary {
	background: linear-gradient(135deg, #b71717, #8f0000 62%, #5f0000);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.24), 0 12px 28px rgba(143, 0, 0, 0.34);
}

.button--dark {
	background: linear-gradient(135deg, #141820, #05070b);
	border-color: rgba(255, 255, 255, 0.14);
}

.button--ghost {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.34);
}

.recruit-strip {
	margin-top: -52px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(250, 244, 234, 0.92)),
		linear-gradient(135deg, transparent 0 62%, rgba(111, 11, 25, 0.2) 63%);
	border: 1px solid rgba(111, 11, 25, 0.28);
	border-left: 6px solid var(--bso-burgundy);
	border-radius: 3px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.section {
	position: relative;
}

.section--light {
	background:
		linear-gradient(135deg, rgba(143, 0, 0, 0.12), transparent 38%),
		linear-gradient(180deg, #fff7f0, #f4e5de);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(143, 0, 0, 0.18);
}

.section__head h2,
.media-section__body h2,
.final-cta h2 {
	color: #3b0a11;
	text-transform: none;
}

.section__head h2::after,
.media-section__body h2::after {
	content: "";
	display: block;
	width: 76px;
	height: 4px;
	margin-top: 0.85rem;
	background: linear-gradient(90deg, #b71717, #8f0000 60%, transparent);
}

.section__head p,
.media-section__body p,
.summary-grid p,
.flow-list p,
.news-list dd {
	color: rgba(59, 10, 17, 0.72);
}

.summary-grid article,
.flow-list li,
.link-panel a,
.info-table {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 232, 229, 0.92));
	border: 1px solid rgba(143, 0, 0, 0.18);
	border-radius: 4px;
	box-shadow: 0 18px 42px rgba(95, 7, 18, 0.16);
}

.summary-grid article,
.flow-list li,
.link-panel a {
	position: relative;
	overflow: hidden;
}

.summary-grid article::before,
.flow-list li::before,
.link-panel a::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #b71717, #8f0000 68%, rgba(143, 0, 0, 0.1));
}

.summary-grid span,
.link-panel span,
.flow-list span,
.recruit-strip span {
	color: #b71717;
}

.summary-grid strong,
.flow-list strong,
.link-panel strong {
	color: #341016;
}

.media-section {
	width: min(1180px, calc(100% - 10vw));
	padding-top: 96px;
	padding-bottom: 96px;
}

.media-section__image {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.media-section__body {
	padding: clamp(1rem, 3vw, 2rem);
	border-left: 3px solid rgba(143, 0, 0, 0.95);
	background: linear-gradient(90deg, rgba(143, 0, 0, 0.14), rgba(255, 248, 242, 0.52) 48%, transparent);
}

.info-table {
	overflow: hidden;
}

.info-table th,
.info-table td {
	border-bottom: 1px solid rgba(143, 0, 0, 0.12);
	color: rgba(59, 10, 17, 0.86);
}

.info-table th {
	color: #fff;
	background: linear-gradient(135deg, #8f0000, #5f0000);
}

.info-table a,
.news-list a,
.link-panel a {
	color: #ff6b77;
}

.news-section {
	color: #3b0a11;
}

.news-list dt {
	color: #3b0a11;
}

.news-list dt span {
	background: linear-gradient(135deg, #b71717, #8f0000 64%, #5f0000);
	border-radius: 2px;
}

.final-cta {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
}

#footermenu,
footer {
	background: #05070b;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 899px) {
	.hero__content--poster .hero__actions {
		border-radius: 10px;
		background: rgba(6, 8, 13, 0.38);
	}

	.summary-grid article,
	.flow-list li,
	.link-panel a {
		min-height: auto;
	}
}

@media screen and (max-width: 520px) {
	.hero__content--poster .hero__actions {
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	.hero__content--poster .button {
		width: 100%;
		border-radius: 999px;
	}

	.recruit-strip {
		border-left-width: 4px;
	}
}

/* Deep enji direction refinements
---------------------------------------------------------------------------*/
body.site-home,
body.site-recruit {
	background: #fff;
}

.hero__content--poster .hero__actions {
	display: none;
}

.recruit-strip {
	width: 100%;
	margin: 0;
	padding: 1.25rem 5vw;
	border: 0;
	border-radius: 0;
	background: linear-gradient(135deg, #8f0000 0%, #780000 58%, #4e0000 100%);
	color: #fff;
	box-shadow: none;
}

.recruit-strip span {
	color: rgba(255, 255, 255, 0.72);
}

.recruit-strip strong {
	color: #fff;
}

.recruit-strip a {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 999px;
	padding: 0.5rem 1rem;
	background: rgba(255, 255, 255, 0.08);
}

.section--light {
	background: #fff;
	border-top-color: rgba(143, 0, 0, 0.08);
	border-bottom-color: rgba(143, 0, 0, 0.08);
}

.summary-grid article,
.flow-list li,
.link-panel a,
.info-table {
	background: #fff;
}

.media-section__body {
	background: #fff;
}

.site-recruit .sub-hero {
	position: relative;
	overflow: hidden;
}

.site-recruit .sub-hero__content {
	position: relative;
	z-index: 1;
}

.site-recruit .sub-hero .hero__season {
	display: block;
}

.site-recruit .sub-hero .hero__actions {
	display: flex;
}

.site-recruit .sub-hero .hero__season,
.site-recruit .sub-hero h1,
.site-recruit .sub-hero p {
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.72), 0 1px 2px rgba(0, 0, 0, 0.9);
}

.site-recruit .sub-hero p:not(.hero__season) {
	max-width: 620px;
	font-weight: 800;
}

.trial-detail {
	padding-top: 92px;
}

.trial-card {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.45fr);
	gap: clamp(1.2rem, 3vw, 2.4rem);
	align-items: start;
	padding: clamp(1.4rem, 4vw, 2.4rem);
	background: #fff;
	border: 1px solid rgba(143, 0, 0, 0.16);
	border-left: 6px solid #8f0000;
	border-radius: 6px;
	box-shadow: 0 18px 46px rgba(59, 10, 17, 0.1);
}

.trial-card__lead span {
	display: block;
	color: #8f0000;
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.trial-card__lead strong {
	display: block;
	margin-top: 0.55rem;
	color: #30070d;
	font-size: clamp(1.55rem, 3.2vw, 2.45rem);
	font-weight: 900;
	line-height: 1.12;
}

.trial-card__lead p {
	margin: 0.9rem 0 1.3rem;
	color: rgba(59, 10, 17, 0.72);
	font-weight: 800;
}

.trial-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-top: 1px solid rgba(143, 0, 0, 0.14);
	border-left: 1px solid rgba(143, 0, 0, 0.14);
}

.trial-list div {
	padding: 1rem;
	border-right: 1px solid rgba(143, 0, 0, 0.14);
	border-bottom: 1px solid rgba(143, 0, 0, 0.14);
}

.trial-list dt {
	margin: 0 0 0.35rem;
	color: #8f0000;
	font-size: 0.78rem;
	font-weight: 900;
}

.trial-list dd {
	margin: 0;
	color: #321018;
	font-weight: 800;
	line-height: 1.7;
}

.trial-card > .button {
	justify-self: start;
	grid-column: 1 / -1;
	color: #fff;
}

.button--large {
	min-height: 64px;
	padding: 1rem 2.4rem;
	font-size: clamp(1.05rem, 2.8vw, 1.25rem);
}

.final-cta--simple {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 0;
	background: linear-gradient(135deg, #8f0000 0%, #750000 56%, #3f0000 100%);
}

.final-cta--simple h2 {
	max-width: 680px;
	color: #fff;
}

.final-cta--simple .button {
	flex: 0 0 auto;
	color: #fff;
}

.media-section__image img {
	object-position: center center;
}

.button--dark,
.media-section__body .button {
	background: linear-gradient(135deg, #8f0000 0%, #760000 64%, #4e0000 100%);
	color: #fff;
	border-color: transparent;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18), 0 12px 26px rgba(143, 0, 0, 0.22);
}

.button--dark:hover,
.media-section__body .button:hover {
	filter: brightness(1.08);
}

@media screen and (max-width: 899px) {
	.site-header {
		z-index: 1000;
	}

	.site-recruit .sub-hero {
		min-height: clamp(430px, 88vw, 620px);
		padding: 112px 6vw 56px;
		background:
			linear-gradient(90deg, rgba(7, 17, 31, 0.88) 0%, rgba(7, 17, 31, 0.58) 50%, rgba(7, 17, 31, 0.24) 100%),
			linear-gradient(180deg, rgba(7, 17, 31, 0.14), rgba(7, 17, 31, 0.78)),
			url("../images/hero-bso-poster.png?v=20260508-2") 58% center / cover no-repeat,
			url("../images/hero-recruit-poster.png") 58% center / cover no-repeat;
	}

	.site-recruit .sub-hero::after {
		height: 12vw;
	}

	.site-recruit .sub-hero .hero__actions {
		width: 100%;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	.small-screen #menubar.display-block {
		position: fixed !important;
		inset: 0 !important;
		display: block !important;
		width: 100vw !important;
		height: 100dvh !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 92px 5vw 32px !important;
		overflow-y: auto !important;
		background: rgba(7, 17, 31, 0.98) !important;
		z-index: 1001;
		pointer-events: auto;
	}

	.small-screen #menubar.display-block nav,
	.small-screen #menubar.display-block ul,
	.small-screen #menubar.display-block li,
	.small-screen #menubar.display-block a {
		position: relative;
		z-index: 1002;
		pointer-events: auto;
		touch-action: manipulation;
	}

	.small-screen #menubar.display-block nav {
		width: min(420px, 100%);
		margin: 0 auto;
	}

	.small-screen #menubar.display-block ul {
		display: block;
	}

	.small-screen #menubar.display-block li {
		margin: 0 0 0.8rem;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.22);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.06);
	}

	.small-screen #menubar.display-block a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 54px;
		color: #fff;
		font-weight: 900;
	}

	#menubar_hdr {
		z-index: 1003;
	}

	.trial-card {
		grid-template-columns: 1fr;
	}

	.final-cta--simple {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero {
		min-height: clamp(300px, 68vw, 520px);
		padding: 68px 0 0;
		background: #08090d;
	}

	.hero__photo {
		background:
			linear-gradient(180deg, rgba(7, 17, 31, 0.04) 0%, rgba(7, 17, 31, 0.1) 54%, rgba(7, 17, 31, 0.34) 100%),
			url("../images/hero-bso-poster.png?v=20260508-2") center top / 100% auto no-repeat,
			url("../images/hero-bso-poster.jpg?v=20260508-2") center top / 100% auto no-repeat,
			url("../images/hero-recruit-poster.png") center top / 100% auto no-repeat;
		transform: none;
	}

	.hero::after {
		height: 10vw;
	}

	.hero__content--poster {
		min-height: 0;
		padding: 0;
	}

	.recruit-strip {
		width: 100%;
		padding: 1.15rem 6vw;
	}
}

@media screen and (max-width: 520px) {
	.site-recruit .sub-hero {
		min-height: 430px;
		background-position: center center, 60% center, 60% center;
	}

	.site-recruit .sub-hero h1 {
		font-size: clamp(2.85rem, 13vw, 3.35rem);
	}

	.site-recruit .sub-hero .hero__actions .button {
		width: min(100%, 340px);
	}

	.trial-detail {
		padding-top: 72px;
	}

	.trial-card {
		padding: 1.15rem;
		border-left-width: 4px;
	}

	.trial-list {
		grid-template-columns: 1fr;
	}

	.final-cta--simple .button {
		width: 100%;
	}

	.hero {
		min-height: clamp(282px, 74vw, 350px);
	}

	.hero__photo {
		background-size: 100% 100%, 100% auto, 100% auto, 100% auto;
		background-position: center top, center top, center top, center top;
	}

	.recruit-strip {
		border-left-width: 0;
	}

	#message-parts a {
		display: none;
	}
}
