.entry-content :where(.hrb-eyebrow, .hrb-source-note, .hrb-flag-grid, .hrb-training-grid, .hrb-level-grid, .hrb-check-list, .hrb-history-teaser, .hrb-history-hero, .hrb-anniversary-card, .hrb-history-timeline, .hrb-history-gallery, .hrb-rip-intro, .hrb-rip-key, .hrb-rip-figure, .hrb-rip-steps, .hrb-rip-note, .hrb-rip-video, .hrb-rip-info-grid, .hrb-rip-alert, .hrb-equipment-intro, .hrb-equipment-hero, .hrb-equipment-facts, .hrb-equipment-grid, .hrb-equipment-support, .hrb-equipment-ready, .hrb-about-intro, .hrb-about-facts, .hrb-about-values, .hrb-about-training, .hrb-about-board, .hrb-about-collaboration, .hrb-about-accountability, .hrb-about-final, .hrb-beach-training-intro, .hrb-beach-training-hero, .hrb-beach-training-skills, .hrb-beach-training-route, .hrb-beach-training-specialisms, .hrb-beach-training-team, .hrb-beach-training-bridge) {
	font-family: Arial, Helvetica, sans-serif;
}

.hrb-rip-intro {
	max-width: 850px;
	font-size: clamp(1.1rem, 2vw, 1.3rem);
	line-height: 1.75;
}

.hrb-rip-key {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: .25rem 1.1rem;
	align-items: center;
	margin: 1.8rem 0 2rem;
	padding: 1.25rem 1.4rem;
	color: #fff;
	background: linear-gradient(120deg, var(--blue-dark, #05294b), var(--blue, #0967a5));
	border-radius: .85rem;
	box-shadow: 0 16px 36px rgba(12, 38, 65, .14);
}

.hrb-rip-key span {
	grid-column: 1;
	grid-row: 1 / 3;
	display: grid;
	min-width: 115px;
	min-height: 78px;
	place-items: center;
	padding: .75rem;
	color: #fff;
	background: var(--orange, #f45b16);
	border-radius: .65rem;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
}

.hrb-rip-key strong {
	grid-column: 2;
	grid-row: 1;
	color: #fff;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	line-height: 1.2;
}

.hrb-rip-key p {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	color: #dce8f3 !important;
}

.hrb-rip-figure {
	margin: 2rem 0 2.6rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-radius: .9rem;
	box-shadow: 0 18px 42px rgba(12, 38, 65, .1);
}

.hrb-rip-figure img {
	display: block;
	width: 100%;
	height: auto;
}

.hrb-rip-figure .hrb-rip-image-mobile {
	display: none;
}

.hrb-rip-figure figcaption {
	margin: 0;
	padding: .9rem 1.15rem 1rem;
	color: var(--muted, #52657a);
	background: var(--sand, #f6f2e9);
	font-size: .92rem;
	line-height: 1.55;
}

.hrb-rip-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.2rem 0 1.4rem;
}

.hrb-rip-steps section {
	position: relative;
	min-width: 0;
	padding: 4.4rem 1.25rem 1.35rem;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-top: 5px solid var(--blue, #0967a5);
	border-radius: .75rem;
	box-shadow: 0 12px 30px rgba(12, 38, 65, .08);
}

.hrb-rip-steps section > span {
	position: absolute;
	top: 1rem;
	left: 1.25rem;
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	color: #fff;
	background: var(--orange, #f45b16);
	border-radius: 999px;
	font-size: 1.05rem;
	font-weight: 900;
}

.entry-content .hrb-rip-steps h3 {
	margin: 0 0 .55rem;
	color: var(--ink, #12243a);
	font-size: 1.18rem;
}

.hrb-rip-steps p {
	margin: 0;
	color: var(--muted, #52657a);
	line-height: 1.65;
}

.hrb-rip-note {
	margin: 1.35rem 0 2.5rem;
	padding: 1rem 1.25rem;
	color: #fff;
	background: var(--blue, #0967a5);
	border-radius: .65rem;
	font-weight: 900;
	letter-spacing: .015em;
}

.hrb-rip-video {
	display: grid;
	grid-template-columns: minmax(250px, .75fr) minmax(360px, 1.25fr);
	gap: 0;
	margin: 2.7rem 0;
	overflow: hidden;
	background: var(--blue-dark, #05294b);
	border-radius: .9rem;
	box-shadow: 0 20px 45px rgba(12, 38, 65, .16);
}

.hrb-rip-video-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;
}

.hrb-rip-video-copy .hrb-eyebrow {
	color: #ffb07d;
}

.entry-content .hrb-rip-video-copy h2 {
	margin: 0 0 .8rem;
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.hrb-rip-video-copy p {
	color: #dce8f3;
}

.hrb-rip-video-copy .hrb-rip-video-privacy {
	margin: .5rem 0 0;
	color: #afc5d8;
	font-size: .82rem;
}

.hrb-rip-video-frame {
	position: relative;
	display: grid;
	min-height: 360px;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 92%, rgba(244, 91, 22, .42) 0 10%, transparent 10.5%),
		linear-gradient(155deg, rgba(255, 255, 255, .18), transparent 42%),
		linear-gradient(135deg, var(--blue, #0967a5), #0a80b7);
}

.hrb-rip-video-frame::before,
.hrb-rip-video-frame::after {
	position: absolute;
	left: -5%;
	width: 110%;
	height: 48px;
	border: 6px solid rgba(255, 255, 255, .48);
	border-right: 0;
	border-left: 0;
	border-radius: 50%;
	content: "";
}

.hrb-rip-video-frame::before {
	top: 24%;
}

.hrb-rip-video-frame::after {
	top: 56%;
}

.hrb-rip-video-frame.is-loaded::before,
.hrb-rip-video-frame.is-loaded::after {
	display: none;
}

.hrb-video-consent {
	position: relative;
	z-index: 1;
	display: inline-flex;
	gap: 1rem;
	align-items: center;
	padding: 1rem 1.35rem;
	color: var(--ink, #12243a);
	background: #fff;
	border: 2px solid #fff;
	border-radius: 999px;
	box-shadow: 0 15px 34px rgba(5, 41, 75, .24);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
}

.hrb-video-consent:hover,
.hrb-video-consent:focus-visible {
	color: var(--ink, #12243a);
	transform: translateY(-2px);
	box-shadow: 0 19px 38px rgba(5, 41, 75, .3);
}

.hrb-video-play {
	display: grid;
	width: 3.25rem;
	height: 3.25rem;
	place-items: center;
	padding-left: .15rem;
	color: #fff;
	background: var(--orange, #f45b16);
	border-radius: 999px;
	font-size: 1.3rem;
}

.hrb-video-consent > span:last-child {
	display: flex;
	flex-direction: column;
}

.hrb-video-consent strong {
	font-size: 1.05rem;
}

.hrb-video-consent small {
	color: var(--muted, #52657a);
	font-size: .76rem;
}

.hrb-rip-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.hrb-rip-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem;
	margin: 2.5rem 0;
}

.hrb-rip-info-grid > section {
	padding: 1.6rem;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-top: 5px solid var(--blue, #0967a5);
	border-radius: .8rem;
	box-shadow: 0 14px 34px rgba(12, 38, 65, .08);
}

.hrb-rip-info-grid > section:last-child {
	border-top-color: var(--orange, #f45b16);
}

.entry-content .hrb-rip-info-grid h2 {
	margin: 0 0 .75rem;
	font-size: clamp(1.45rem, 2.5vw, 1.8rem);
}

.hrb-rip-info-grid p:last-child,
.hrb-rip-info-grid ul:last-child {
	margin-bottom: 0;
}

.hrb-rip-alert {
	margin: 2rem 0;
	padding: 1.35rem 1.5rem;
	color: var(--ink, #12243a);
	background: #fff3eb;
	border: 1px solid #ffc7a4;
	border-left: 6px solid var(--orange, #f45b16);
	border-radius: .7rem;
}

.hrb-rip-alert strong {
	display: block;
	margin-bottom: .25rem;
	font-size: 1.12rem;
}

.hrb-rip-alert p {
	margin: 0;
}

.hrb-eyebrow {
	display: inline-block;
	margin-bottom: .45rem;
	color: var(--orange, #f45b16);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hrb-source-note {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line, #dce3eb);
}

.hrb-equipment-intro {
	max-width: 900px;
	font-size: clamp(1.08rem, 2vw, 1.28rem);
	line-height: 1.75;
}

.hrb-equipment-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
	margin: 2rem 0 1.2rem;
	overflow: hidden;
	color: #fff;
	background: var(--blue-dark, #05294b);
	border-radius: .9rem;
	box-shadow: 0 20px 46px rgba(12, 38, 65, .15);
}

.hrb-equipment-hero figure {
	min-height: 500px;
	margin: 0;
	overflow: hidden;
}

.hrb-equipment-hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hrb-equipment-hero > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.65rem, 4vw, 2.7rem);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 46%),
		linear-gradient(145deg, var(--blue-dark, #05294b), #073c67);
}

.hrb-equipment-hero .hrb-eyebrow {
	color: #ffb07d;
}

.entry-content .hrb-equipment-hero h2 {
	margin: 0 0 1rem;
	color: #fff;
	font-size: clamp(1.75rem, 3.1vw, 2.55rem);
	line-height: 1.12;
}

.entry-content .hrb-equipment-hero p {
	color: #dce8f3;
	line-height: 1.7;
}

.entry-content .hrb-equipment-hero p:last-child {
	margin-bottom: 0;
}

.hrb-equipment-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
	margin: 0 0 3rem;
}

.hrb-equipment-facts > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: .8rem;
	align-items: center;
	min-width: 0;
	padding: 1rem 1.05rem;
	background: var(--sand, #f6f2e9);
	border-radius: .65rem;
}

.hrb-equipment-facts strong {
	color: var(--orange, #f45b16);
	font-size: 1.8rem;
	line-height: 1;
}

.hrb-equipment-facts span {
	color: var(--ink, #12243a);
	font-size: .84rem;
	font-weight: 800;
	line-height: 1.35;
}

.hrb-equipment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 1.5rem 0 3rem;
}

.hrb-equipment-card {
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-top: 5px solid var(--orange, #f45b16);
	border-radius: .8rem;
	box-shadow: 0 16px 38px rgba(12, 38, 65, .09);
}

.hrb-equipment-card:nth-child(2) {
	border-top-color: var(--blue, #0967a5);
}

.hrb-equipment-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
}

.hrb-equipment-card > div {
	padding: 1.3rem 1.35rem 1.45rem;
}

.hrb-equipment-label {
	display: inline-block;
	margin-bottom: .5rem;
	color: var(--blue, #0967a5);
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.entry-content .hrb-equipment-card h3 {
	margin: 0 0 .65rem;
	color: var(--ink, #12243a);
	font-size: 1.38rem;
}

.hrb-equipment-card p {
	margin: 0;
	color: var(--muted, #52657a);
	line-height: 1.65;
}

.hrb-equipment-support {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
	gap: 2rem;
	align-items: center;
	margin: 2.5rem 0 1.15rem;
	padding: clamp(1.4rem, 3vw, 2rem);
	background: var(--sand, #f6f2e9);
	border-radius: .85rem;
}

.entry-content .hrb-equipment-support h2 {
	margin: 0 0 .7rem;
	font-size: clamp(1.55rem, 2.8vw, 2rem);
}

.hrb-equipment-support p,
.hrb-equipment-support ul {
	margin-bottom: 0;
}

.hrb-equipment-support .hrb-check-list {
	padding: 1.15rem 1.25rem !important;
	background: #fff;
	border-left: 5px solid var(--blue, #0967a5);
	border-radius: .65rem;
	box-shadow: 0 12px 30px rgba(12, 38, 65, .07);
}

.hrb-equipment-ready {
	margin: 1.15rem 0 2.5rem;
	padding: 1.25rem 1.45rem;
	color: #fff;
	background: linear-gradient(120deg, var(--blue, #0967a5), var(--blue-dark, #05294b));
	border-left: 7px solid var(--orange, #f45b16);
	border-radius: .7rem;
}

.hrb-equipment-ready strong {
	display: block;
	margin-bottom: .3rem;
	color: #fff;
	font-size: 1.15rem;
}

.entry-content .hrb-equipment-ready p {
	margin: 0;
	color: #dce8f3;
}

.hrb-about-intro {
	max-width: 940px;
	font-size: clamp(1.1rem, 2vw, 1.3rem);
	line-height: 1.75;
}

.hrb-about-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
	margin: 2rem 0 3.2rem;
}

.hrb-about-facts > div {
	display: flex;
	min-width: 0;
	min-height: 130px;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.2rem;
	background: var(--sand, #f6f2e9);
	border-bottom: 5px solid var(--blue, #0967a5);
	border-radius: .7rem;
}

.hrb-about-facts > div:nth-child(2),
.hrb-about-facts > div:nth-child(4) {
	border-bottom-color: var(--orange, #f45b16);
}

.hrb-about-facts strong {
	color: var(--blue-dark, #05294b);
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	line-height: 1.05;
}

.hrb-about-facts span {
	margin-top: .7rem;
	color: var(--muted, #52657a);
	font-size: .86rem;
	font-weight: 800;
	line-height: 1.4;
}

.hrb-about-section-heading {
	max-width: 860px;
	margin-bottom: 1.4rem;
}

.entry-content .hrb-about-section-heading h2 {
	margin: 0 0 .7rem;
	font-size: clamp(1.75rem, 3.4vw, 2.4rem);
}

.hrb-about-section-heading p:last-child {
	margin-bottom: 0;
}

.hrb-about-values {
	margin: 2rem 0 3.2rem;
}

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

.hrb-about-value-grid article {
	position: relative;
	min-width: 0;
	padding: 1.45rem;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-top: 5px solid var(--blue, #0967a5);
	border-radius: .75rem;
	box-shadow: 0 14px 34px rgba(12, 38, 65, .08);
}

.hrb-about-value-grid article:nth-child(2) {
	border-top-color: var(--orange, #f45b16);
}

.hrb-about-value-grid article > span {
	display: inline-flex;
	min-width: 2.35rem;
	min-height: 2.35rem;
	align-items: center;
	justify-content: center;
	margin-bottom: .9rem;
	color: #fff;
	background: var(--blue, #0967a5);
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 900;
}

.hrb-about-value-grid article:nth-child(2) > span {
	background: var(--orange, #f45b16);
}

.entry-content .hrb-about-value-grid h3 {
	margin: 0 0 .55rem;
	color: var(--ink, #12243a);
	font-size: 1.3rem;
}

.hrb-about-value-grid p {
	margin: 0;
	color: var(--muted, #52657a);
	line-height: 1.65;
}

.hrb-about-training {
	margin: 3rem 0;
	padding: clamp(1.5rem, 4vw, 2.4rem);
	overflow: hidden;
	background:
		linear-gradient(150deg, rgba(255, 255, 255, .09), transparent 42%),
		linear-gradient(125deg, var(--blue-dark, #05294b), #074d7f);
	border-radius: .9rem;
	box-shadow: 0 20px 46px rgba(12, 38, 65, .15);
}

.hrb-about-training .hrb-eyebrow {
	color: #ffb07d;
}

.entry-content .hrb-about-training .hrb-about-section-heading h2 {
	color: #fff;
}

.entry-content .hrb-about-training .hrb-about-section-heading p {
	color: #dce8f3;
}

.hrb-about-training-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.hrb-about-training-grid article {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	min-width: 0;
	padding: 1.4rem;
	color: var(--ink, #12243a);
	background: #fff;
	border-radius: .75rem;
	box-shadow: 0 14px 32px rgba(5, 41, 75, .18);
}

.hrb-about-training-number {
	display: grid;
	width: 2.7rem;
	height: 2.7rem;
	place-items: center;
	color: #fff;
	background: var(--orange, #f45b16);
	border-radius: .6rem;
	font-size: .82rem;
	font-weight: 900;
}

.entry-content .hrb-about-training-grid h3 {
	margin: .15rem 0 .6rem;
	color: var(--ink, #12243a);
	font-size: 1.38rem;
}

.entry-content .hrb-about-training-grid p {
	color: var(--muted, #52657a);
	line-height: 1.65;
}

.hrb-about-text-link {
	display: inline-flex;
	gap: .4rem;
	align-items: center;
	color: var(--blue, #0967a5);
	font-weight: 900;
	text-decoration: none;
}

.hrb-about-text-link:hover,
.hrb-about-text-link:focus-visible {
	color: var(--orange, #f45b16);
	text-decoration: underline;
}

.hrb-about-training-links {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem 1.1rem;
	align-items: center;
}

.hrb-about-text-link.is-secondary {
	color: var(--muted, #52657a);
	font-size: .88rem;
}

.hrb-about-text-link.is-secondary:hover,
.hrb-about-text-link.is-secondary:focus-visible {
	color: var(--orange, #f45b16);
}

.hrb-about-board {
	display: grid;
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
	gap: 2rem;
	align-items: start;
	margin: 3rem 0;
}

.entry-content .hrb-about-board h2 {
	margin: 0 0 .8rem;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.hrb-about-board-copy p {
	line-height: 1.7;
}

.hrb-about-board-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .8rem;
}

.hrb-about-board-list article {
	display: flex;
	min-width: 0;
	min-height: 130px;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.15rem;
	background: var(--sand, #f6f2e9);
	border-left: 5px solid var(--blue, #0967a5);
	border-radius: .65rem;
}

.hrb-about-board-list article:nth-child(even) {
	border-left-color: var(--orange, #f45b16);
}

.hrb-about-board-list span {
	color: var(--muted, #52657a);
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.45;
}

.hrb-about-board-list strong {
	margin-top: .8rem;
	color: var(--ink, #12243a);
	font-size: 1.15rem;
}

.hrb-about-collaboration {
	margin: 3rem 0;
	padding: clamp(1.5rem, 4vw, 2.3rem);
	background: var(--sand, #f6f2e9);
	border-radius: .9rem;
}

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

.hrb-about-partner-grid article {
	min-width: 0;
	padding: 1.35rem;
	background: #fff;
	border-top: 5px solid var(--blue, #0967a5);
	border-radius: .7rem;
	box-shadow: 0 12px 30px rgba(12, 38, 65, .07);
}

.hrb-about-partner-grid article:nth-child(2) {
	border-top-color: var(--orange, #f45b16);
}

.hrb-about-partner-grid article > span {
	display: block;
	margin-bottom: .45rem;
	color: var(--blue, #0967a5);
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.entry-content .hrb-about-partner-grid h3 {
	margin: 0 0 .65rem;
	font-size: 1.35rem;
}

.hrb-about-partner-grid p {
	margin: 0;
	color: var(--muted, #52657a);
	line-height: 1.65;
}

.hrb-about-collaboration-note {
	margin-top: 1rem;
	padding: 1.15rem 1.3rem;
	color: #fff;
	background: var(--blue-dark, #05294b);
	border-left: 6px solid var(--orange, #f45b16);
	border-radius: .65rem;
}

.hrb-about-collaboration-note strong {
	display: block;
	margin-bottom: .25rem;
	color: #fff;
}

.entry-content .hrb-about-collaboration-note p {
	margin: 0;
	color: #dce8f3;
}

.hrb-about-accountability {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	gap: 2rem;
	align-items: center;
	margin: 3rem 0 1.2rem;
	padding: clamp(1.4rem, 3vw, 2rem);
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-left: 7px solid var(--orange, #f45b16);
	border-radius: .8rem;
	box-shadow: 0 16px 38px rgba(12, 38, 65, .08);
}

.entry-content .hrb-about-accountability h2 {
	margin: 0 0 .7rem;
}

.hrb-about-accountability p {
	margin-bottom: 0;
	line-height: 1.7;
}

.hrb-about-accountability-actions {
	display: flex;
	min-width: 230px;
	flex-direction: column;
	gap: .7rem;
}

.hrb-about-accountability-actions .button {
	justify-content: center;
	text-align: center;
}

.hrb-about-final {
	margin: 1.2rem 0 2.7rem;
	padding: clamp(1.5rem, 4vw, 2.3rem);
	color: #fff;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 45%),
		linear-gradient(120deg, var(--blue-dark, #05294b), var(--blue, #0967a5));
	border-radius: .85rem;
}

.hrb-about-final .hrb-eyebrow {
	color: #ffb07d;
}

.entry-content .hrb-about-final h2 {
	margin: 0 0 .65rem;
	color: #fff;
}

.entry-content .hrb-about-final p {
	color: #dce8f3;
}

.hrb-about-final .button-outline {
	color: #fff;
	border-color: rgba(255, 255, 255, .65);
}

.hrb-about-final .button-outline:hover,
.hrb-about-final .button-outline:focus-visible {
	color: var(--blue-dark, #05294b);
	background: #fff;
	border-color: #fff;
}

.hrb-beach-training-intro {
	max-width: 930px;
	font-size: clamp(1.08rem, 2vw, 1.28rem);
	line-height: 1.75;
}

.hrb-beach-training-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	margin: 2rem 0 3.25rem;
	overflow: hidden;
	color: #fff;
	background: var(--blue-dark, #05294b);
	border-radius: .9rem;
	box-shadow: 0 22px 48px rgba(12, 38, 65, .16);
}

.hrb-beach-training-hero figure {
	min-height: 525px;
	margin: 0;
	overflow: hidden;
}

.hrb-beach-training-hero img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 52% center;
}

.hrb-beach-training-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.6rem, 4vw, 2.5rem);
}

.hrb-beach-training-hero .hrb-eyebrow,
.hrb-beach-training-team .hrb-eyebrow {
	color: #ffb07d;
}

.entry-content .hrb-beach-training-hero h2,
.entry-content .hrb-beach-training-team h2 {
	margin: 0 0 .9rem;
	color: #fff;
	font-size: clamp(1.8rem, 3.4vw, 2.55rem);
	line-height: 1.1;
}

.hrb-beach-training-hero-copy p,
.hrb-beach-training-team p {
	color: #dce8f3;
	line-height: 1.7;
}

.hrb-beach-training-tags {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .55rem;
	margin-top: .5rem;
}

.hrb-beach-training-tags span {
	padding: .65rem .75rem;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: .5rem;
	font-size: .82rem;
	font-weight: 800;
}

.hrb-beach-training-skills,
.hrb-beach-training-route {
	margin: 3rem 0;
}

.hrb-beach-training-heading {
	max-width: 820px;
	margin-bottom: 1.35rem;
}

.entry-content .hrb-beach-training-heading h2 {
	margin: 0 0 .65rem;
	font-size: clamp(1.8rem, 3.5vw, 2.45rem);
}

.hrb-beach-training-heading p {
	line-height: 1.7;
}

.hrb-beach-training-skill-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.hrb-beach-training-skill-grid article {
	min-width: 0;
	padding: 1.35rem;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-top: 5px solid var(--blue, #0967a5);
	border-radius: .7rem;
	box-shadow: 0 14px 34px rgba(12, 38, 65, .08);
}

.hrb-beach-training-skill-grid article:nth-child(2n) {
	border-top-color: var(--orange, #f45b16);
}

.hrb-beach-training-skill-grid article > span,
.hrb-beach-training-route-grid article > span {
	display: inline-grid;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	color: #fff;
	background: var(--orange, #f45b16);
	border-radius: .5rem;
	font-size: .75rem;
	font-weight: 900;
}

.entry-content .hrb-beach-training-skill-grid h3,
.entry-content .hrb-beach-training-route-grid h3 {
	margin: .9rem 0 .55rem;
	color: var(--ink, #12243a);
	font-size: 1.25rem;
}

.hrb-beach-training-skill-grid p,
.hrb-beach-training-route-grid p {
	margin: 0;
	color: var(--muted, #52657a);
	line-height: 1.65;
}

.hrb-beach-training-route {
	padding: clamp(1.5rem, 4vw, 2.35rem);
	background: var(--sand, #f6f2e9);
	border-radius: .9rem;
}

.hrb-beach-training-route-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.hrb-beach-training-route-grid article {
	min-width: 0;
	padding: 1.35rem;
	background: #fff;
	border-left: 5px solid var(--blue, #0967a5);
	border-radius: .65rem;
}

.hrb-beach-training-route-grid article:nth-child(2) {
	border-left-color: var(--orange, #f45b16);
}

.hrb-beach-training-specialisms {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
	margin: 3rem 0;
	padding: clamp(1.35rem, 3vw, 1.9rem);
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-left: 7px solid var(--orange, #f45b16);
	border-radius: .8rem;
	box-shadow: 0 16px 38px rgba(12, 38, 65, .08);
}

.entry-content .hrb-beach-training-specialisms h2 {
	margin: 0 0 .6rem;
}

.hrb-beach-training-specialisms p {
	margin: 0;
	line-height: 1.7;
}

.hrb-beach-training-specialisms .button {
	white-space: nowrap;
}

.hrb-beach-training-team {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	gap: 2rem;
	align-items: center;
	margin: 3rem 0;
	padding: clamp(1.5rem, 4vw, 2.35rem);
	color: #fff;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 48%),
		linear-gradient(120deg, var(--blue-dark, #05294b), var(--blue, #0967a5));
	border-radius: .9rem;
}

.hrb-beach-training-team-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.hrb-beach-training-team-list li {
	display: grid;
	gap: .2rem;
	padding: .95rem 1rem;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: .55rem;
}

.hrb-beach-training-team-list li + li {
	margin-top: .65rem;
}

.hrb-beach-training-team-list strong {
	color: #fff;
}

.hrb-beach-training-team-list span {
	color: #dce8f3;
	font-size: .92rem;
	line-height: 1.5;
}

.hrb-beach-training-bridge {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 3rem 0 2rem;
}

.hrb-beach-training-bridge article {
	min-width: 0;
	padding: clamp(1.35rem, 3vw, 1.8rem);
	background: var(--sand, #f6f2e9);
	border-top: 6px solid var(--blue, #0967a5);
	border-radius: .75rem;
}

.hrb-beach-training-bridge article:nth-child(2) {
	border-top-color: var(--orange, #f45b16);
}

.entry-content .hrb-beach-training-bridge h2 {
	margin: 0 0 .65rem;
	font-size: clamp(1.45rem, 2.7vw, 1.9rem);
}

.hrb-beach-training-bridge p {
	line-height: 1.7;
}

.hrb-flag-grid {
	align-items: stretch;
	gap: 1.2rem;
}

.hrb-flag-card {
	padding: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	box-shadow: 0 14px 35px rgba(12, 38, 65, .08);
}

.hrb-flag-card img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.hrb-flag-card > div {
	padding: 1.25rem 1.35rem 1.4rem;
}

.entry-content .hrb-flag-card h2 {
	margin: 0 0 .55rem;
	font-size: 1.45rem;
}

.hrb-flag-card p:last-child {
	margin-bottom: 0;
}

.hrb-training-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 2rem 0 2.5rem;
}

.hrb-training-card {
	position: relative;
	padding: 1.7rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-top: 6px solid var(--blue, #0967a5);
	border-radius: .8rem;
	box-shadow: 0 18px 42px rgba(12, 38, 65, .09);
}

.hrb-training-card-beach {
	border-top-color: var(--orange, #f45b16);
}

.entry-content .hrb-training-card h2 {
	margin: 0 0 .8rem;
}

.hrb-training-card ul {
	margin-bottom: 1.4rem;
}

.hrb-level-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.5rem 0 2.4rem;
}

.hrb-level-grid article {
	padding: 1.25rem;
	background: var(--sand, #f6f2e9);
	border-radius: .65rem;
}

.hrb-level-grid span {
	display: inline-block;
	color: var(--blue, #0967a5);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.entry-content .hrb-level-grid h3 {
	margin: .45rem 0 .55rem;
}

.hrb-level-grid p:last-child {
	margin-bottom: 0;
}

.hrb-check-list {
	list-style: none;
	padding-left: 0 !important;
}

.hrb-check-list li {
	position: relative;
	padding-left: 1.8rem;
}

.hrb-check-list li::before {
	position: absolute;
	left: 0;
	top: .05rem;
	color: var(--orange, #f45b16);
	font-weight: 900;
	content: "✓";
}

.hrb-history-teaser {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
	gap: 0;
	margin: 2.2rem 0 3rem;
	overflow: hidden;
	background: var(--blue-dark, #05294b);
	border-radius: .85rem;
	box-shadow: 0 20px 44px rgba(12, 38, 65, .14);
}

.hrb-history-teaser > div {
	padding: 2rem;
}

.entry-content .hrb-history-teaser h2,
.entry-content .hrb-history-teaser p {
	color: #fff;
}

.entry-content .hrb-history-teaser h2 {
	margin: 0 0 .75rem;
}

.hrb-history-teaser img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
}

.hrb-history-hero {
	margin: 2rem 0 3rem;
	overflow: hidden;
	background: var(--sand, #f6f2e9);
	border-radius: .85rem;
	box-shadow: 0 18px 42px rgba(12, 38, 65, .11);
}

.hrb-history-hero img {
	display: block;
	width: 100%;
	height: auto;
}

.hrb-history-hero figcaption,
.hrb-history-gallery figcaption {
	padding: .8rem 1rem;
	color: #526274;
	font-size: .88rem;
}

.hrb-anniversary-card {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 1.75rem;
	align-items: center;
	margin: 2rem 0 2.5rem;
	padding: 1.75rem;
	color: #fff;
	background: linear-gradient(125deg, var(--blue-dark, #05294b), var(--blue, #0967a5));
	border-radius: .9rem;
	box-shadow: 0 20px 44px rgba(12, 38, 65, .16);
}

.hrb-anniversary-age {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 1rem;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: .75rem;
	text-align: center;
}

.hrb-anniversary-age strong {
	font-size: clamp(3.4rem, 8vw, 5.4rem);
	line-height: .9;
	letter-spacing: -.06em;
}

.hrb-anniversary-age span {
	margin-top: .55rem;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.hrb-anniversary-card .hrb-eyebrow {
	color: #ffb07d;
}

.entry-content .hrb-anniversary-card h2 {
	margin: 0 0 .65rem;
	color: #fff;
}

.entry-content .hrb-anniversary-card p {
	margin-bottom: 0;
	color: #e5eef8;
}

.hrb-history-timeline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem;
	margin: 2rem 0 3rem;
}

.hrb-history-timeline section {
	display: block;
	min-width: 0;
	padding: 1.45rem;
	background: #fff;
	border: 1px solid var(--line, #dce3eb);
	border-top: 5px solid var(--orange, #f45b16);
	border-radius: .75rem;
	box-shadow: 0 14px 34px rgba(12, 38, 65, .08);
}

.hrb-history-timeline section,
.hrb-training-card,
.hrb-flag-card {
	color: var(--ink, #12243a);
}

.hrb-year {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	margin-bottom: .9rem;
	padding: .3rem .75rem;
	color: #fff;
	background: var(--blue, #0967a5);
	border-radius: 999px;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .04em;
}

.entry-content .hrb-history-timeline h2 {
	margin: 0 0 .55rem;
	font-size: 1.55rem;
}

.hrb-history-timeline p:last-child {
	margin-bottom: 0;
}

.hrb-history-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 2.5rem 0 3rem;
}

.hrb-history-gallery figure {
	margin: 0;
	overflow: hidden;
	background: var(--sand, #f6f2e9);
	border-radius: .65rem;
}

.hrb-history-gallery figure:first-child {
	grid-column: 1 / -1;
}

.hrb-history-gallery img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.hrb-history-gallery figure:first-child img {
	height: auto;
}

@media (max-width: 1020px) {
	.hrb-rip-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hrb-equipment-hero {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
	}

	.hrb-equipment-hero figure {
		min-height: 430px;
	}

	.hrb-equipment-facts,
	.hrb-equipment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hrb-about-facts,
	.hrb-about-value-grid,
	.hrb-about-partner-grid,
	.hrb-beach-training-skill-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hrb-beach-training-hero {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
	}

	.hrb-beach-training-hero figure {
		min-height: 470px;
	}

	.hrb-about-value-grid article:last-child,
	.hrb-about-partner-grid article:last-child {
		grid-column: 1 / -1;
	}

	.hrb-equipment-grid .hrb-equipment-card:last-child {
		grid-column: 1 / -1;
	}

	.hrb-equipment-grid .hrb-equipment-card:last-child {
		display: grid;
		grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
	}

	.hrb-equipment-grid .hrb-equipment-card:last-child img {
		height: 100%;
		aspect-ratio: auto;
	}
}

@media (max-width: 720px) {
	.hrb-training-grid,
	.hrb-level-grid,
	.hrb-history-teaser,
	.hrb-history-timeline,
	.hrb-history-gallery,
	.hrb-rip-steps,
	.hrb-rip-video,
	.hrb-rip-info-grid {
		grid-template-columns: 1fr;
	}

	.hrb-equipment-hero,
	.hrb-equipment-facts,
	.hrb-equipment-grid,
	.hrb-equipment-support,
	.hrb-equipment-grid .hrb-equipment-card:last-child {
		grid-template-columns: 1fr;
	}

	.hrb-about-facts,
	.hrb-about-value-grid,
	.hrb-about-training-grid,
	.hrb-about-board,
	.hrb-about-board-list,
	.hrb-about-partner-grid,
	.hrb-about-accountability,
	.hrb-beach-training-hero,
	.hrb-beach-training-skill-grid,
	.hrb-beach-training-route-grid,
	.hrb-beach-training-specialisms,
	.hrb-beach-training-team,
	.hrb-beach-training-bridge {
		grid-template-columns: 1fr;
	}

	.hrb-beach-training-hero figure {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.hrb-beach-training-specialisms .button {
		justify-self: start;
		white-space: normal;
	}

	.hrb-beach-training-tags {
		grid-template-columns: 1fr;
	}

	.hrb-about-value-grid article:last-child,
	.hrb-about-partner-grid article:last-child {
		grid-column: auto;
	}

	.hrb-about-facts > div {
		min-height: 105px;
	}

	.hrb-about-training-grid article {
		grid-template-columns: 1fr;
	}

	.hrb-about-accountability-actions {
		min-width: 0;
	}

	.hrb-equipment-hero figure {
		min-height: 0;
		aspect-ratio: 1 / 1;
	}

	.hrb-equipment-hero > div {
		padding: 1.4rem;
	}

	.hrb-equipment-facts {
		gap: .55rem;
		margin-bottom: 2.25rem;
	}

	.hrb-equipment-facts > div {
		padding: .85rem 1rem;
	}

	.hrb-equipment-grid .hrb-equipment-card:last-child {
		grid-column: auto;
	}

	.hrb-equipment-grid .hrb-equipment-card:last-child img {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.hrb-rip-key {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.hrb-rip-key span {
		grid-column: auto;
		grid-row: auto;
		min-height: auto;
		justify-self: start;
	}

	.hrb-rip-key strong,
	.hrb-rip-key p {
		grid-column: auto;
		grid-row: auto;
	}

	.hrb-rip-figure .hrb-rip-image-desktop {
		display: none;
	}

	.hrb-rip-figure .hrb-rip-image-mobile {
		display: block;
	}

	.hrb-rip-video-copy {
		padding: 1.4rem;
	}

	.hrb-rip-video-frame {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.hrb-video-consent {
		padding: .8rem 1rem;
	}

	.hrb-rip-note {
		line-height: 1.7;
	}

	.hrb-anniversary-card {
		grid-template-columns: 1fr;
		padding: 1.25rem;
		text-align: center;
	}

	.hrb-anniversary-age {
		min-height: 130px;
	}

	.hrb-history-gallery figure:first-child {
		grid-column: auto;
	}

	.hrb-history-teaser img {
		min-height: 220px;
	}

	.hrb-history-gallery img,
	.hrb-history-gallery figure:first-child img {
		height: auto;
	}
}
