/*
Theme Name: Retromessa HUB
Theme URI: https://retromessahub.no/
Author: Retromessa HUB
Description: Skreddersydd WordPress-tema for Retromessa HUB.
Version: 1.6.0
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: retromessa-hub
*/

@font-face {
	font-family: "Phosphate";
	src: url("assets/fonts/PhosphateRRSolid.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Oswald";
	src: url("assets/fonts/Oswald-Variable.ttf") format("truetype");
	font-style: normal;
	font-weight: 200 700;
	font-display: swap;
}

@font-face {
	font-family: "Nunito Sans";
	src: url("assets/fonts/NunitoSans-Variable.ttf") format("truetype");
	font-style: normal;
	font-weight: 200 1000;
	font-display: swap;
}

:root {
	--rmh-navy-950: #01091a;
	--rmh-navy-900: #020f2b;
	--rmh-navy-800: #05275f;
	--rmh-blue: #0754a6;
	--rmh-blue-bright: #2a86df;
	--rmh-cream: #f5f0e7;
	--rmh-ink: #050d21;
	--rmh-yellow: #f6ad00;
	--rmh-yellow-bright: #ffc400;
	--rmh-magenta: #c62c73;
	--rmh-purple: #56308d;
	--rmh-border: 3px solid var(--rmh-ink);
	--rmh-radius: 14px;
	--rmh-shadow: 0 4px 0 rgba(0, 0, 0, 0.55);
	--rmh-container: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--rmh-navy-950);
	color: var(--rmh-ink);
	font-family: "Nunito Sans", Arial, sans-serif;
	font-size: 17px;
	font-weight: 520;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

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

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

button,
input,
textarea,
select {
	font: inherit;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	font-family: "Phosphate", Impact, sans-serif;
	font-weight: 400;
	letter-spacing: .025em;
	line-height: 1.02;
}

:focus-visible {
	outline: 3px solid var(--rmh-yellow-bright);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--rmh-yellow);
	color: var(--rmh-ink);
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}

.rmh-container {
	width: min(100% - 64px, var(--rmh-container));
	margin-inline: auto;
}

.rmh-comic-texture {
	background-color: var(--rmh-navy-900);
	background-image:
		radial-gradient(circle at 12% 18%, rgba(12, 57, 125, .36) 0 1px, transparent 1.5px),
		linear-gradient(125deg, transparent 0 42%, rgba(19, 71, 143, .08) 42% 44%, transparent 44% 100%);
	background-size: 9px 9px, 140px 140px;
}

.rmh-paper-texture,
.paper-panel,
.offer-card,
.event-row {
	background-color: var(--rmh-cream);
	background-image:
		radial-gradient(circle at 3px 3px, rgba(5, 13, 33, .07) 0 1px, transparent 1.2px),
		linear-gradient(112deg, transparent 0 70%, rgba(5, 13, 33, .025) 70% 72%, transparent 72% 100%);
	background-size: 13px 13px, 110px 110px;
}

.rmh-icon {
	display: block;
	width: 1.35em;
	height: 1.35em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rmh-icon--star,
.rmh-icon--heart,
.rmh-icon--bolt,
.rmh-icon--ghost {
	fill: none;
	stroke: none;
}

.rmh-pixel-outline {
	fill: #05070f;
}

.rmh-pixel-fill {
	fill: var(--rmh-yellow-bright);
}

.rmh-heart-fill {
	fill: #f01839;
}

.rmh-bolt-fill {
	fill: var(--rmh-yellow-bright);
}

.rmh-ghost-fill {
	fill: #5aa9ff;
}

.rmh-eye {
	fill: #fff;
}

/* Header */
.site-header {
	position: relative;
	z-index: 100;
	height: 100px;
	min-height: 100px;
	background: var(--rmh-navy-950);
	color: var(--rmh-cream);
}

.site-header__inner {
	display: flex;
	align-items: center;
	height: 100px;
	min-height: 100px;
}

.site-brand {
	z-index: 2;
	display: flex;
	align-items: center;
	flex: 0 0 150px;
	height: 100%;
	padding: 8px 0;
}

.site-brand img {
	width: auto;
	height: auto;
	max-width: 140px;
	max-height: 84px;
	object-fit: contain;
	object-position: left center;
}

.primary-navigation {
	margin-left: auto;
}

.primary-menu,
.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
}

.primary-menu > li {
	position: relative;
}

.primary-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 38px 0 30px;
	color: var(--rmh-cream);
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: 16px;
	font-weight: 690;
	letter-spacing: .025em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-menu > li.current-menu-item:not(.rmh-contact-link)::after,
.primary-menu > li.current_page_item:not(.rmh-contact-link)::after,
.primary-menu > li.current-menu-ancestor:not(.rmh-contact-link)::after {
	position: absolute;
	right: -5px;
	bottom: 20px;
	left: -5px;
	height: 4px;
	content: "";
	background: var(--rmh-yellow);
	border-radius: 100%;
	transform: rotate(-2deg);
}

.primary-menu > .menu-item-has-children > a::after {
	width: 8px;
	height: 8px;
	content: "";
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% - 14px);
	left: 50%;
	min-width: 240px;
	padding: 9px;
	opacity: 0;
	pointer-events: none;
	background: var(--rmh-cream);
	border: 2px solid var(--rmh-ink);
	border-radius: 8px;
	box-shadow: 0 8px 0 rgba(0, 0, 0, .45);
	transform: translate(-50%, 8px);
	transition: opacity .18s ease, transform .18s ease;
}

.primary-menu .sub-menu::before {
	position: absolute;
	top: -7px;
	left: 50%;
	width: 12px;
	height: 12px;
	content: "";
	background: var(--rmh-cream);
	border-top: 2px solid var(--rmh-ink);
	border-left: 2px solid var(--rmh-ink);
	transform: translateX(-50%) rotate(45deg);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.primary-menu .sub-menu a {
	position: relative;
	z-index: 1;
	padding: 11px 12px;
	color: var(--rmh-navy-900);
	font-size: 15px;
	white-space: normal;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu .current-menu-item > a {
	background: rgba(246, 173, 0, .2);
	color: var(--rmh-blue);
}

.primary-menu > .rmh-contact-link > a {
	padding: 12px 18px;
	background: linear-gradient(180deg, #d53480, #9f1e62);
	border: 1px solid #ff98cb;
	border-radius: 7px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 3px 0 rgba(0, 0, 0, .4);
	font-size: 17px;
}

.primary-menu > .rmh-contact-link > a::before {
	width: 21px;
	height: 18px;
	content: "";
	background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8'%3E%3Cpath d='M4 5.5h16v11H11l-4.5 3v-3H4z'/%3E%3Ccircle cx='9' cy='11' r='.7' fill='white'/%3E%3Ccircle cx='12' cy='11' r='.7' fill='white'/%3E%3Ccircle cx='15' cy='11' r='.7' fill='white'/%3E%3C/svg%3E");
}

.rmh-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	background: var(--rmh-yellow);
	border: 2px solid var(--rmh-ink);
	border-radius: 7px;
	color: var(--rmh-ink);
}

.rmh-menu-toggle__close {
	display: none;
}

/* Buttons */
.rmh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 19px;
	gap: 10px;
	border: 2px solid rgba(255, 255, 255, .85);
	border-radius: 9px;
	box-shadow: 0 4px 0 rgba(0, 0, 0, .5), inset 0 0 0 1px rgba(255, 255, 255, .14);
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: 17px;
	font-weight: 720;
	font-style: italic;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .15s ease, filter .15s ease;
}

.rmh-button:hover {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

.rmh-button .rmh-icon {
	width: 25px;
	height: 25px;
}

.rmh-button--yellow {
	background: linear-gradient(180deg, #ffc51b, #eca700);
	border-color: #ffe398;
	color: var(--rmh-ink);
}

.rmh-button--blue {
	background: linear-gradient(180deg, #205fa9, #0a3c7d);
	color: #fff;
}

.rmh-button--magenta {
	background: linear-gradient(180deg, #ce3279, #951b5e);
	color: #fff;
}

/* Homepage hero */
.home-hero {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background-color: var(--rmh-navy-900);
	background-image: var(--rmh-hero-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: var(--rmh-cream);
}

.home-hero__inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 500px;
}

.home-hero__copy {
	position: relative;
	z-index: 2;
	width: min(55%, 560px);
	margin-left: 60px;
	padding-top: 0;
}

.home-hero__title {
	margin-bottom: 24px;
	font-size: clamp(48px, 5.8vw, 67px);
	line-height: .94;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, .62);
	transform: rotate(-1.2deg);
}

.home-hero__title span,
.home-hero__title strong {
	display: block;
}

.home-hero__title strong {
	margin-top: 8px;
	color: var(--rmh-yellow);
	font-weight: 400;
}

.home-hero__copy > p {
	max-width: 485px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 620;
	line-height: 1.42;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	width: 660px;
	gap: 16px;
}

.home-hero__bolt .rmh-icon,
.home-hero__heart .rmh-icon,
.home-hero__star .rmh-icon,
.offers-hero__heart .rmh-icon,
.offers-hero__bolt .rmh-icon,
.custom-packages__star .rmh-icon,
.custom-packages__heart .rmh-icon,
.activities-heading__star .rmh-icon,
.activities-heading__bolt .rmh-icon,
.offer-detail__star .rmh-icon,
.offer-detail__heart .rmh-icon,
.partners-section__sparks .rmh-icon,
.footer-ghost .rmh-icon {
	width: 100%;
	height: auto;
}

.home-hero__bolt,
.home-hero__heart,
.home-hero__star {
	position: absolute;
	z-index: 1;
}

.home-hero__bolt {
	top: 148px;
	left: -58px;
	width: 78px;
	transform: rotate(-10deg);
}

.home-hero__heart {
	bottom: 88px;
	left: -45px;
	width: 58px;
}

.home-hero__star {
	top: 54px;
	left: 43%;
	width: 56px;
	transform: rotate(7deg);
}

/* Welcome */
.welcome-section {
	position: relative;
	padding: 37px 0 33px;
	overflow: hidden;
}

.welcome-section::before,
.welcome-section::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 170px;
	content: "";
	opacity: .25;
	background-image: radial-gradient(circle, var(--rmh-ink) 0 2px, transparent 2.5px);
	background-size: 10px 10px;
}

.welcome-section::before {
	left: -65px;
	mask-image: linear-gradient(90deg, #000, transparent);
}

.welcome-section::after {
	right: -65px;
	mask-image: linear-gradient(-90deg, #000, transparent);
}

.section-heading {
	position: relative;
	z-index: 1;
}

.section-heading--center {
	text-align: center;
}

.section-heading h2 {
	margin-bottom: 6px;
	color: var(--rmh-navy-900);
	font-size: clamp(36px, 4.2vw, 48px);
}

.section-heading > span {
	display: block;
	width: 110px;
	height: 4px;
	margin: 0 auto 14px;
	background: var(--rmh-blue);
	border-radius: 50%;
	transform: rotate(-2deg);
}

.section-heading p {
	max-width: 690px;
	margin: 0 auto 30px;
	font-size: 17px;
	line-height: 1.4;
}

.value-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.value-item {
	padding: 0 24px;
	text-align: center;
}

.value-item + .value-item {
	border-left: 1px dashed rgba(5, 13, 33, .3);
}

.value-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 9px;
	color: var(--rmh-purple);
}

.value-item__icon .rmh-icon {
	width: 62px;
	height: 62px;
	fill: var(--rmh-purple);
	stroke: var(--rmh-ink);
	stroke-width: 1.5;
}

.value-item h3 {
	margin-bottom: 8px;
	font-size: 24px;
}

.value-item p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.35;
}

/* Partners */
.partners-section {
	position: relative;
	padding: 34px 0 32px;
	color: var(--rmh-cream);
}

.partners-section__heading {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}

.partners-section__heading h2 {
	margin: 0;
	font-size: clamp(35px, 4vw, 47px);
}

.partners-section__heading > span:last-child {
	position: absolute;
	bottom: -6px;
	left: 38px;
	width: 285px;
	height: 4px;
	background: var(--rmh-yellow);
	border-radius: 50%;
	transform: rotate(-2deg);
}

.partners-section__sparks {
	width: 48px;
	margin-right: 10px;
	transform: rotate(-25deg);
}

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

.partner-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 132px;
	padding: 20px;
	background: var(--rmh-cream);
	border: var(--rmh-border);
	border-radius: 11px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .85), var(--rmh-shadow);
	color: var(--rmh-navy-900);
	text-decoration: none;
	transition: transform .15s ease;
}

.partner-card:hover {
	transform: translateY(-3px);
}

.partner-card img {
	max-width: 88%;
	max-height: 78px;
	object-fit: contain;
}

.partner-card__placeholder {
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: clamp(22px, 2.8vw, 35px);
	font-weight: 650;
	line-height: 1;
	text-align: center;
}

/* Footer */
.site-footer {
	position: relative;
	z-index: 2;
	min-height: 94px;
	background: var(--rmh-navy-950);
	color: var(--rmh-cream);
}

.site-footer__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.15fr 1.15fr .8fr auto 78px;
	align-items: center;
	gap: 30px;
	min-height: 94px;
}

.footer-detail {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
}

.footer-detail .rmh-icon {
	flex: 0 0 31px;
	width: 31px;
	height: 31px;
	stroke-width: 1.5;
}

.footer-company {
	display: block;
	margin-top: 3px;
	color: rgba(245, 240, 231, .76);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.footer-privacy {
	display: inline-block;
	margin-top: 3px;
	color: var(--rmh-cream);
	font-size: 12px;
}

.footer-company > span {
	white-space: nowrap;
}

.footer-socials {
	display: flex;
	gap: 22px;
}

.footer-socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: var(--rmh-cream);
	border-radius: 50%;
	color: var(--rmh-ink);
}

.footer-socials .rmh-icon {
	width: 25px;
	height: 25px;
}

.footer-ghost {
	position: absolute;
	right: -20px;
	bottom: 8px;
	width: 85px;
}

/* Offers landing hero */
.offers-hero {
	position: relative;
	min-height: 568px;
	overflow: hidden;
	background-color: var(--rmh-navy-950);
	background-image: var(--rmh-hero-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: var(--rmh-cream);
}

.offers-hero__inner {
	position: relative;
	min-height: 568px;
}

.offers-hero__copy {
	position: relative;
	z-index: 2;
	width: min(48%, 520px);
	margin-left: 38px;
	padding-top: 78px;
}

.offers-hero__copy h1 {
	margin-bottom: 10px;
	font-size: clamp(64px, 7.8vw, 84px);
	text-shadow: 4px 4px 0 rgba(0, 0, 0, .58);
	transform: rotate(-2deg);
}

.offers-hero__copy h2 {
	margin-bottom: 20px;
	color: var(--rmh-yellow);
	font-size: clamp(27px, 3.1vw, 37px);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
}

.offers-hero__copy > p {
	max-width: 380px;
	margin-bottom: 28px;
	font-size: 17px;
	line-height: 1.45;
}

.offers-hero__note {
	position: relative;
	max-width: 390px;
	padding: 13px 20px;
	background: rgba(3, 27, 64, .9);
	border: 2px solid var(--rmh-cream);
	border-radius: 13px;
	box-shadow: var(--rmh-shadow);
	font-size: 17px;
	line-height: 1.4;
	transform: rotate(-1.8deg);
}

.offers-hero__note span {
	position: absolute;
	right: -13px;
	bottom: -8px;
	width: 68px;
}

.offers-hero__heart,
.offers-hero__bolt {
	position: absolute;
	z-index: 1;
}

.offers-hero__heart {
	bottom: 55px;
	left: -40px;
	width: 62px;
}

.offers-hero__bolt {
	right: -20px;
	bottom: 22px;
	width: 95px;
	transform: rotate(10deg);
}

/* Offer cards */
.offer-list {
	padding: 20px 0 22px;
	color: var(--rmh-ink);
}

.offer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.offer-card {
	display: flex;
	flex-direction: column;
	min-height: 304px;
	overflow: hidden;
	border: var(--rmh-border);
	border-radius: 18px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .75), var(--rmh-shadow);
}

.offer-card__main {
	display: grid;
	grid-template-columns: 122px 1fr;
	gap: 18px;
	flex: 1;
	padding: 22px 24px 14px;
	color: inherit;
	text-decoration: none;
}

.offer-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	background: var(--rmh-blue);
	border: 3px solid var(--rmh-ink);
	border-radius: 50%;
	color: var(--rmh-cream);
}

.offer-card--purple .offer-card__icon {
	background: var(--rmh-purple);
}

.offer-card__icon .rmh-icon {
	width: 72px;
	height: 72px;
	stroke: var(--rmh-ink);
	stroke-width: 1.7;
	fill: var(--rmh-cream);
}

.offer-card__icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.offer-card__copy h2 {
	margin-bottom: 10px;
	font-size: clamp(29px, 3vw, 38px);
}

.offer-card__copy {
	min-width: 0;
}

.offer-card__copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
}

.offer-card__price {
	display: grid;
	grid-template-columns: 46% 1fr;
	align-items: center;
	min-height: 102px;
	margin: 0 18px 16px;
	padding: 10px 25px;
	background-color: var(--rmh-navy-800);
	background-image: radial-gradient(circle at 92% 22%, rgba(75, 158, 255, .3) 0 2px, transparent 2px);
	background-size: 8px 8px;
	border: 3px solid var(--rmh-ink);
	border-radius: 13px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
	color: #fff;
}

.offer-card--purple .offer-card__price {
	background-color: #321568;
	background-image: radial-gradient(circle at 92% 22%, rgba(189, 105, 255, .25) 0 2px, transparent 2px);
}

.offer-card__price > div {
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, .55);
	text-align: center;
}

.offer-card__price strong,
.offer-card__price span {
	display: block;
}

.offer-card__price strong {
	color: #db347c;
	font-family: "Phosphate", Impact, sans-serif;
	font-size: clamp(43px, 4vw, 55px);
	font-weight: 400;
	line-height: 1;
}

.offer-card__price span {
	font-family: "Oswald", sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.offer-card__price p {
	margin: 0;
	padding-left: 22px;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.4;
}

.custom-packages {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 25px;
	min-height: 128px;
	margin-top: 16px;
	padding: 14px 22px;
	background: var(--rmh-navy-800);
	border: 3px solid var(--rmh-ink);
	border-radius: 17px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), var(--rmh-shadow);
	color: var(--rmh-cream);
}

.custom-packages__star {
	width: 78px;
}

.custom-packages h2 {
	margin-bottom: 2px;
	color: #d3d6e1;
	font-size: 34px;
}

.custom-packages strong {
	display: block;
	margin-bottom: 6px;
	color: var(--rmh-yellow);
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-style: italic;
}

.custom-packages p {
	margin: 0;
	font-size: 16px;
}

.custom-packages__heart {
	width: 62px;
}

/* Activities */
.rmh-weekday-1 {
	--activity-color: #7353c8;
	--activity-dark: #472b91;
	--activity-soft: #eee8ff;
	--activity-ink: #fff;
}

.rmh-weekday-2 {
	--activity-color: #16aaa4;
	--activity-dark: #08736f;
	--activity-soft: #e2f8f5;
	--activity-ink: #061c29;
}

.rmh-weekday-3 {
	--activity-color: #f4b900;
	--activity-dark: #a96700;
	--activity-soft: #fff6cf;
	--activity-ink: #071631;
}

.rmh-weekday-4 {
	--activity-color: #1889e5;
	--activity-dark: #0754a6;
	--activity-soft: #e5f2ff;
	--activity-ink: #fff;
}

.rmh-weekday-5 {
	--activity-color: #ec2f7e;
	--activity-dark: #a81455;
	--activity-soft: #ffe7f1;
	--activity-ink: #fff;
}

.rmh-weekday-6 {
	--activity-color: #ef762f;
	--activity-dark: #a84116;
	--activity-soft: #fff0e5;
	--activity-ink: #071631;
}

.rmh-weekday-7 {
	--activity-color: #48aa61;
	--activity-dark: #24743a;
	--activity-soft: #e8f7e8;
	--activity-ink: #071631;
}

.activities-main {
	min-height: 1220px;
	padding: 40px 0 38px;
	color: var(--rmh-cream);
}

.activities-heading {
	position: relative;
	padding: 18px 88px 0;
}

.activities-heading h1 {
	margin: 0;
	font-size: clamp(66px, 8vw, 94px);
	text-shadow: 5px 5px 0 rgba(0, 0, 0, .58);
	transform: rotate(-2deg);
}

.activities-heading__underline {
	display: block;
	width: min(460px, 58%);
	height: 7px;
	margin: 4px 0 16px;
	background: var(--rmh-yellow);
	border-radius: 50%;
	transform: rotate(-2deg);
}

.activities-heading p {
	margin: 0 0 21px;
	font-size: 21px;
}

.activities-heading__star,
.activities-heading__bolt {
	position: absolute;
}

.activity-types {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 14px 0 24px;
}

.activity-type-card {
	display: flex;
	flex-direction: column;
	min-height: 430px;
	overflow: hidden;
	background: var(--rmh-cream);
	border: 3px solid var(--activity-dark);
	border-radius: 16px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .85), var(--rmh-shadow);
	color: var(--rmh-ink);
}

.activity-type-card > header {
	position: relative;
	padding: 20px 22px 17px;
	background: var(--activity-color);
	color: var(--activity-ink);
	text-align: center;
}

.activity-type-card > header::after {
	position: absolute;
	right: 8%;
	bottom: -5px;
	left: 8%;
	height: 8px;
	content: "";
	background: var(--activity-dark);
	border-radius: 50%;
	transform: rotate(-1deg);
}

.activity-type-card h2 {
	margin: 0 0 4px;
	font-size: clamp(31px, 3vw, 42px);
	text-shadow: 2px 2px 0 rgba(255, 255, 255, .45);
}

.activity-type-card h2 a {
	text-decoration: none;
}

.activity-type-card > header p {
	margin: 0;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.activity-type-card__points {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 25px 22px 19px;
	list-style: none;
}

.activity-type-card__points li {
	display: grid;
	grid-template-columns: 39px 1fr;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 720;
	line-height: 1.25;
}

.activity-type-card__points li > span:first-child {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	background: var(--activity-soft);
	border: 2px solid var(--activity-dark);
	border-radius: 50%;
	color: var(--activity-dark);
}

.activity-type-card__points .rmh-icon {
	width: 25px;
	height: 25px;
	stroke-width: 2.1;
}

.activity-type-card__points li > span:first-child img {
	display: block;
	width: 27px;
	height: 27px;
	margin: 0;
	object-fit: contain;
}

.activity-type-card > footer {
	display: grid;
	grid-template-columns: 43px 1fr auto;
	align-items: center;
	gap: 8px;
	margin: auto 16px 15px;
	padding: 10px 12px;
	background: var(--activity-soft);
	border: 2px solid var(--activity-dark);
	border-radius: 10px;
	color: var(--activity-dark);
	font-family: "Oswald", sans-serif;
	font-weight: 800;
}

.activity-type-card > footer .rmh-icon {
	width: 36px;
	height: 36px;
}

.activity-type-card > footer span {
	white-space: nowrap;
}

.activities-heading__star {
	left: 0;
	bottom: 22px;
	width: 54px;
}

.activities-heading__bolt {
	right: 0;
	top: 0;
	width: 86px;
	transform: rotate(12deg);
}

.month-switcher {
	display: grid;
	grid-template-columns: 72px 1fr 72px;
	align-items: center;
	min-height: 70px;
	margin: 0 88px 18px;
	background: rgba(4, 29, 68, .95);
	border: 2px solid var(--rmh-cream);
	border-radius: 12px;
	box-shadow: var(--rmh-shadow), inset 0 0 0 2px rgba(255, 255, 255, .08);
}

.month-switcher a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: var(--rmh-yellow);
}

.month-switcher a:hover {
	background: rgba(246, 173, 0, .08);
}

.month-switcher a .rmh-icon {
	width: 30px;
	height: 30px;
	stroke-width: 3;
}

.month-switcher strong {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-family: "Phosphate", Impact, sans-serif;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: .02em;
}

.month-switcher strong .rmh-icon {
	width: 32px;
	height: 32px;
}

.event-list {
	display: grid;
	gap: 8px;
}

.event-row {
	display: grid;
	grid-template-columns: 132px 110px minmax(240px, 1.3fr) minmax(205px, .85fr) 108px;
	align-items: stretch;
	min-height: 151px;
	overflow: hidden;
	border: 3px solid var(--activity-dark, var(--rmh-ink));
	border-radius: 13px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .82), var(--rmh-shadow);
	color: var(--rmh-ink);
}

.event-row__date {
	background: var(--activity-soft, var(--rmh-cream));
}

.event-row > div {
	position: relative;
	padding: 18px;
}

.event-row > div + div::before {
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 0;
	content: "";
	border-left: 1px dashed rgba(5, 13, 33, .28);
}

.event-row__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--activity-dark, #093a86);
	font-family: "Oswald", sans-serif;
	font-weight: 730;
	font-style: italic;
	line-height: 1;
}

.event-row__date span {
	font-size: 17px;
}

.event-row__date strong {
	font-family: "Phosphate", Impact, sans-serif;
	font-size: 59px;
	font-weight: 400;
}

.event-row__date em {
	font-size: 19px;
	font-style: normal;
}

.event-row__time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-weight: 700;
}

.event-row__time .rmh-icon {
	width: 26px;
	height: 26px;
	margin-bottom: 5px;
}

.event-row__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.event-row__content h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px;
	font-size: clamp(27px, 2.5vw, 35px);
}

.event-row__content h2 > span {
	display: grid;
	flex: 0 0 37px;
	place-items: center;
	width: 37px;
	height: 37px;
	background: var(--activity-soft, #edf3fb);
	border: 2px solid var(--activity-dark, var(--rmh-blue));
	border-radius: 50%;
	color: var(--activity-dark, var(--rmh-blue));
}

.event-row__content h2 .rmh-icon {
	width: 23px;
	height: 23px;
}

.event-row__content h2 a {
	min-width: 0;
	text-decoration: none;
}

.event-row__content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}

.event-row__recurring {
	align-self: flex-start;
	margin-top: 8px;
	padding: 3px 9px;
	background: var(--activity-dark, var(--rmh-purple));
	border-radius: 5px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.event-row__location {
	display: grid;
	grid-template-columns: 28px 1fr;
	align-items: center;
	gap: 9px;
}

.event-row__location > .rmh-icon {
	align-self: start;
	width: 27px;
	height: 27px;
	color: var(--activity-dark, var(--rmh-purple));
	fill: var(--activity-dark, var(--rmh-purple));
	stroke: var(--activity-dark, var(--rmh-purple));
}

.event-row__location strong,
.event-row__location span,
.event-row__location a {
	display: block;
}

.event-row__location strong {
	margin-bottom: 5px;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 720;
	font-style: italic;
	text-transform: uppercase;
}

.event-row__location a,
.event-row__location span {
	font-size: 13px;
	line-height: 1.35;
}

.event-row__more {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 6px;
	min-height: 48px;
	margin-right: 16px;
	padding: 0 11px;
	border: 2px solid var(--rmh-navy-900);
	border-radius: 8px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .35), inset 0 0 0 2px #fff;
	color: var(--activity-dark, #0b3274);
	font-family: "Oswald", sans-serif;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

.activity-common {
	display: grid;
	grid-template-columns: 1.25fr .8fr 1fr .85fr;
	margin-top: 24px;
	padding: 18px 20px;
	background: var(--rmh-cream);
	border: var(--rmh-border);
	border-radius: 16px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8), var(--rmh-shadow);
	color: var(--rmh-ink);
}

.activity-common__item {
	display: grid;
	grid-template-columns: 54px 1fr;
	align-items: center;
	gap: 10px;
	min-height: 72px;
	padding: 4px 17px;
	border-right: 1px solid rgba(5, 13, 33, .24);
}

.activity-common__item:last-child {
	border-right: 0;
}

.activity-common__icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	color: var(--rmh-blue);
}

.activity-common__item:nth-child(2) .activity-common__icon {
	color: var(--rmh-yellow);
}

.activity-common__item:nth-child(3) .activity-common__icon {
	color: #e67b2c;
}

.activity-common__item:nth-child(4) .activity-common__icon {
	color: var(--rmh-magenta);
}

.activity-common__icon .rmh-icon {
	width: 45px;
	height: 45px;
	stroke-width: 2.2;
}

.activity-common__item strong {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
	line-height: 1.15;
	text-transform: uppercase;
}

.activity-common__item p {
	margin: 3px 0 0;
	font-size: 12px;
	line-height: 1.25;
}

.event-row__more .rmh-icon {
	width: 20px;
	height: 20px;
	stroke-width: 2.5;
}

.event-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 180px;
	padding: 30px;
	background: var(--rmh-cream);
	border: var(--rmh-border);
	border-radius: 14px;
	color: var(--rmh-ink);
	text-align: center;
}

.event-empty .rmh-icon {
	width: 45px;
	height: 45px;
	color: var(--rmh-blue);
}

.event-empty p {
	margin: 0;
	font-size: 18px;
}

/* Shared paper pages */
.standard-page,
.event-detail,
.offer-detail {
	min-height: 900px;
}

.standard-page__header,
.event-detail__header {
	padding: 70px 0 55px;
	color: var(--rmh-cream);
}

.standard-page__header h1,
.event-detail__header h1 {
	margin: 0;
	font-size: clamp(60px, 8vw, 92px);
	text-shadow: 4px 4px 0 rgba(0, 0, 0, .55);
	transform: rotate(-1.5deg);
}

.standard-page__header .rmh-container > span,
.event-detail__header .rmh-container > span {
	display: block;
	width: min(430px, 70%);
	height: 6px;
	margin-top: 7px;
	background: var(--rmh-yellow);
	border-radius: 50%;
	transform: rotate(-1.5deg);
}

.standard-page__body,
.event-detail__body,
.offer-detail__body {
	padding-bottom: 44px;
}

.paper-panel {
	padding: clamp(28px, 5vw, 58px);
	border: var(--rmh-border);
	border-radius: 16px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8), var(--rmh-shadow);
}

.prose-content {
	font-size: 18px;
	line-height: 1.65;
}

.prose-content > *:first-child {
	margin-top: 0;
}

.prose-content h2 {
	margin: 42px 0 13px;
	color: var(--rmh-navy-900);
	font-size: clamp(35px, 4vw, 48px);
	overflow-wrap: anywhere;
}

.prose-content h3 {
	margin: 32px 0 10px;
	font-size: 31px;
}

.prose-content h2::after {
	display: block;
	width: 170px;
	height: 3px;
	margin-top: 7px;
	content: "";
	background: var(--rmh-purple);
	border-radius: 50%;
}

.prose-content a {
	color: var(--rmh-blue);
}

.prose-content blockquote {
	margin: 30px 0;
	padding: 22px 28px;
	background: var(--rmh-navy-800);
	border-left: 8px solid var(--rmh-yellow);
	color: #fff;
	font-size: 21px;
}

.standard-page__featured {
	margin: -20px -20px 40px;
}

.standard-page__featured img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	border: 2px solid var(--rmh-ink);
	border-radius: 12px;
}

/* About and contact people */
.about-page {
	position: relative;
	min-height: 1300px;
	overflow: hidden;
	color: var(--rmh-cream);
}

.about-page::after {
	position: absolute;
	top: 290px;
	right: -90px;
	z-index: 0;
	width: 330px;
	height: 460px;
	content: "";
	opacity: .42;
	background-image: radial-gradient(circle, #0a4d9a 0 4px, transparent 4.7px);
	background-size: 15px 15px;
	clip-path: polygon(48% 0, 100% 16%, 100% 100%, 0 100%, 28% 54%);
	transform: rotate(-7deg);
}

.about-intro {
	position: relative;
	z-index: 1;
	min-height: 526px;
	padding: 70px 0 38px;
}

.about-intro__inner {
	position: relative;
}

.about-intro__copy {
	width: 100%;
	margin-inline: auto;
}

.about-intro h1 {
	margin: 0;
	font-size: clamp(68px, 8vw, 88px);
	line-height: .92;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, .58);
	text-transform: uppercase;
	transform: rotate(-1.6deg);
}

.about-intro h1 span,
.about-intro h1 strong {
	font-weight: 400;
}

.about-intro h1 strong {
	color: var(--rmh-yellow);
}

.about-intro__underline {
	display: block;
	width: 340px;
	max-width: 82%;
	height: 7px;
	margin: 8px 0 14px 6px;
	background: var(--rmh-yellow);
	border-radius: 50%;
	transform: rotate(-5deg);
}

.about-intro__tagline {
	max-width: 760px;
	margin: 0 0 15px;
	color: var(--rmh-yellow);
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: clamp(27px, 3vw, 34px);
	font-weight: 750;
	font-style: italic;
	line-height: 1.25;
	text-transform: uppercase;
	transform: rotate(-.8deg);
}

.about-intro__content {
	max-width: none;
	margin-top: 30px;
	color: var(--rmh-ink);
	font-size: 18px;
	font-weight: 540;
	line-height: 1.65;
}

.about-intro__content p {
	margin-bottom: 18px;
}

.about-intro__content > *:last-child {
	margin-bottom: 0;
}

.about-profiles {
	margin-top: 42px;
}

.about-profile {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 286px);
	align-items: start;
	gap: clamp(30px, 4vw, 54px);
	padding: 48px 0;
	border-top: 2px solid rgba(5, 13, 33, .18);
}

.about-profile:last-child {
	border-bottom: 2px solid rgba(5, 13, 33, .18);
}

.about-profile__bio {
	min-width: 0;
}

.about-profile__bio > h2 {
	margin-top: 0;
}

.about-profile__role {
	margin: -2px 0 25px;
	color: var(--rmh-navy-900);
	font-size: 18px;
	font-weight: 800;
}

.about-profile__description > *:last-child {
	margin-bottom: 0;
}

.about-profile__card {
	width: 100%;
}

.about-intro__decor span {
	position: absolute;
}

.about-intro__decor .rmh-icon {
	width: 100%;
	height: 100%;
}

.about-intro__star {
	top: 42px;
	right: 315px;
	width: 58px;
	height: 58px;
	transform: rotate(8deg);
}

.about-intro__heart {
	top: 34px;
	right: 220px;
	width: 60px;
	height: 60px;
}

.about-intro__bolt {
	top: 22px;
	right: 92px;
	width: 84px;
	height: 126px;
	filter: drop-shadow(8px 7px 0 rgba(0, 0, 0, .45));
	transform: rotate(9deg);
}

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

.about-team__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
}

.about-team__grid--compact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.about-team__grid--compact .team-card {
	width: min(100%, 286px);
	flex: 0 1 286px;
}

.team-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 585px;
	overflow: hidden;
	flex-direction: column;
	background-color: var(--rmh-cream);
	border: 3px solid var(--rmh-ink);
	border-radius: 17px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .78), var(--rmh-shadow);
	color: var(--rmh-ink);
}

.team-card::after {
	position: absolute;
	right: -16px;
	bottom: -10px;
	width: 130px;
	height: 82px;
	content: "";
	opacity: .5;
	background-image: radial-gradient(circle, #1472c9 0 1.5px, transparent 2px);
	background-size: 8px 8px;
	clip-path: polygon(55% 0, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
}

.team-card__portrait {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 290px;
	margin: 0;
	overflow: hidden;
	background: #f5efe5;
}

.team-card__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 12%;
}

.team-card__portrait > span {
	color: var(--rmh-blue);
}

.team-card__portrait > span .rmh-icon {
	width: 100px;
	height: 100px;
}

.team-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex: 1;
	flex-direction: column;
	padding: 12px 15px 16px;
	text-align: center;
}

.team-card h2,
.team-card h3 {
	min-height: 58px;
	margin: 0 0 8px;
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: clamp(22px, 2.65vw, 28px);
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1.05;
}

.team-card__role {
	min-height: 52px;
	margin: 0 0 8px;
	color: #a81755;
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: 17px;
	font-weight: 720;
	line-height: 1.2;
}

.team-card__email {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	align-items: center;
	align-self: stretch;
	gap: 9px;
	min-height: 59px;
	color: var(--rmh-ink);
	font-size: 15px;
	font-weight: 720;
	line-height: 1.15;
	text-align: left;
	text-decoration: none;
}

.team-card__email .rmh-icon {
	width: 28px;
	height: 28px;
	stroke-width: 1.4;
}

.team-card__email span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.team-card__email-domain {
	display: block;
}

.team-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin-top: auto;
	color: var(--rmh-purple);
}

.team-card__icon .rmh-icon {
	width: 65px;
	height: 65px;
	fill: var(--rmh-purple);
	stroke: var(--rmh-ink);
	stroke-width: 1.45;
}

.about-contact {
	position: relative;
	z-index: 3;
	padding: 24px 0 30px;
}

.about-contact .rmh-container {
	position: relative;
}

.about-contact__banner {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) 92px;
	align-items: center;
	gap: 18px;
	min-height: 145px;
	margin: 0 25px;
	padding: 14px 22px 14px 44px;
	background: rgba(3, 31, 72, .96);
	border: 2px solid #0875ca;
	border-radius: 16px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), var(--rmh-shadow);
	color: var(--rmh-cream);
	text-decoration: none;
}

.about-contact__mail {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	border: 3px solid var(--rmh-cream);
	border-radius: 50%;
}

.about-contact__mail .rmh-icon {
	width: 55px;
	height: 55px;
	stroke-width: 1.4;
}

.about-contact__copy strong,
.about-contact__copy em {
	display: block;
}

.about-contact__copy strong {
	color: #d9d9e5;
	font-family: "Phosphate", Impact, sans-serif;
	font-size: clamp(31px, 3.7vw, 43px);
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1;
}

.about-contact__copy em {
	color: var(--rmh-yellow);
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: clamp(25px, 3.2vw, 35px);
	font-weight: 650;
	font-style: normal;
	line-height: 1.15;
}

.about-contact__ghost {
	width: 80px;
	height: 80px;
}

.about-contact__ghost .rmh-icon {
	width: 100%;
	height: 100%;
}

.about-contact__cta {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 13px;
	width: 335px;
	min-height: 91px;
	margin: 31px 0 0 8px;
	padding: 9px 24px;
	background: linear-gradient(180deg, #bd276b, #821349);
	border: 1px solid #ff9bc9;
	border-radius: 16px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), var(--rmh-shadow);
	color: #f3c6db;
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: 19px;
	font-weight: 720;
	font-style: italic;
	line-height: 1.35;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

.about-contact__cta::after {
	position: absolute;
	top: 50%;
	right: -18px;
	width: 0;
	height: 0;
	content: "";
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 19px solid #9b1c59;
	filter: drop-shadow(1px 0 0 #ff9bc9);
	transform: translateY(-50%);
}

.about-contact__cta > span {
	width: 65px;
	height: 65px;
}

.about-contact__cta .rmh-icon {
	width: 100%;
	height: 100%;
}

@media (min-width: 901px) {
	.about-contact {
		padding-bottom: 160px;
	}

	.about-contact__cta {
		position: absolute;
		top: calc(100% + 31px);
		left: 8px;
		margin: 0;
	}

	.rmh-page-about .site-footer {
		min-height: 130px;
		margin-top: -130px;
	}

	.rmh-page-about .site-footer__inner {
		grid-template-columns: 345px minmax(260px, 1fr) auto 82px;
		grid-template-rows: repeat(3, auto);
		gap: 0 22px;
		min-height: 130px;
		padding-block: 16px;
	}

	.rmh-page-about .footer-detail {
		grid-column: 2;
		gap: 9px;
		font-size: 14px;
		line-height: 1.15;
	}

	.rmh-page-about .footer-detail:nth-child(1) {
		grid-row: 1;
	}

	.rmh-page-about .footer-detail:nth-child(2) {
		grid-row: 2;
	}

	.rmh-page-about .footer-detail:nth-child(3) {
		grid-row: 3;
	}

	.rmh-page-about .footer-detail .rmh-icon {
		flex-basis: 25px;
		width: 25px;
		height: 25px;
	}

	.rmh-page-about .footer-socials {
		grid-column: 3;
		grid-row: 1 / 4;
		align-self: center;
	}

	.rmh-page-about .footer-ghost {
		right: -5px;
		bottom: 20px;
	}
}

/* Contact draft form */
.contact-page {
	position: relative;
	min-height: 1050px;
	overflow: hidden;
	color: var(--rmh-cream);
}

.contact-page::after {
	position: absolute;
	top: 180px;
	right: -95px;
	z-index: 0;
	width: 340px;
	height: 620px;
	content: "";
	opacity: .42;
	background-image: radial-gradient(circle, #0a4d9a 0 4px, transparent 4.7px);
	background-size: 15px 15px;
	clip-path: polygon(48% 0, 100% 12%, 100% 100%, 0 100%, 28% 50%);
	transform: rotate(-7deg);
}

.contact-page__hero {
	position: relative;
	z-index: 1;
	padding: 66px 0 42px;
}

.contact-page__hero-inner {
	position: relative;
}

.contact-page__heading {
	width: min(68%, 720px);
	margin-left: 60px;
}

.contact-page__heading h1 {
	margin: 0;
	font-size: clamp(68px, 8vw, 90px);
	line-height: .92;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, .58);
	text-transform: uppercase;
	transform: rotate(-1.6deg);
}

.contact-page__heading h1 span,
.contact-page__heading h1 strong {
	font-weight: 400;
}

.contact-page__heading h1 strong {
	color: var(--rmh-yellow);
}

.contact-page__underline {
	display: block;
	width: 410px;
	max-width: 82%;
	height: 7px;
	margin: 8px 0 15px 7px;
	background: var(--rmh-yellow);
	border-radius: 50%;
	transform: rotate(-4deg);
}

.contact-page__tagline {
	max-width: 650px;
	margin: 0 0 14px;
	color: var(--rmh-yellow);
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: clamp(27px, 3vw, 34px);
	font-weight: 750;
	font-style: italic;
	line-height: 1.2;
	text-transform: uppercase;
}

.contact-page__content {
	max-width: 650px;
	font-size: 18px;
	font-weight: 540;
	line-height: 1.45;
}

.contact-page__content p {
	margin: 0;
}

.contact-page__decor {
	position: absolute;
	top: 12px;
	right: 105px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.contact-page__decor span {
	display: block;
	width: 68px;
	height: 68px;
}

.contact-page__decor .rmh-icon {
	width: 100%;
	height: 100%;
}

.contact-page__form-section {
	position: relative;
	z-index: 2;
	padding: 0 0 58px;
}

.contact-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	align-items: start;
	gap: 22px;
}

.contact-draft-form {
	padding: 30px;
	background-color: var(--rmh-cream);
	border: 3px solid var(--rmh-ink);
	border-radius: 17px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .82), var(--rmh-shadow);
	color: var(--rmh-ink);
}

.contact-draft-form__header {
	display: grid;
	grid-template-columns: 82px 1fr;
	align-items: center;
	gap: 17px;
	margin-bottom: 25px;
}

.contact-draft-form__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	background: var(--rmh-blue);
	border: 3px solid var(--rmh-ink);
	border-radius: 50%;
	color: #fff;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .25);
}

.contact-draft-form__icon .rmh-icon {
	width: 45px;
	height: 45px;
	stroke-width: 1.6;
}

.contact-draft-form__header h2,
.contact-page__help h2 {
	margin: 0;
	font-family: "Phosphate", Impact, sans-serif;
	font-weight: 400;
	letter-spacing: .02em;
}

.contact-draft-form__header h2 {
	color: var(--rmh-navy-900);
	font-size: clamp(34px, 4vw, 46px);
	line-height: 1;
}

.contact-draft-form__header p {
	margin: 7px 0 0;
	font-size: 16px;
	line-height: 1.4;
}

.contact-draft-form__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.contact-field {
	position: relative;
}

.contact-field--wide {
	grid-column: 1 / -1;
}

.contact-field label {
	display: block;
	margin-bottom: 7px;
	color: var(--rmh-navy-900);
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: 18px;
	font-weight: 720;
}

.contact-field label span {
	color: #b01858;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
	width: 100%;
	background: #fff;
	border: 2px solid var(--rmh-navy-900);
	border-radius: 9px;
	color: var(--rmh-ink);
	font: 600 16px/1.45 "Nunito Sans", Arial, sans-serif;
}

.contact-field input,
.contact-field select {
	height: 52px;
	padding: 0 14px;
}

.contact-field textarea {
	min-height: 188px;
	padding: 13px 14px 32px;
	resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
	outline: 3px solid var(--rmh-yellow);
	outline-offset: 2px;
	border-color: var(--rmh-navy-900);
}

.contact-field__counter {
	position: absolute;
	right: 12px;
	bottom: 9px;
	color: #5b6474;
	font-size: 12px;
	font-weight: 700;
}

.contact-draft-form__privacy {
	display: grid;
	grid-template-columns: 31px 1fr;
	align-items: center;
	gap: 10px;
	margin: 19px 0;
	padding: 13px 15px;
	background: #e6f2ff;
	border-left: 5px solid var(--rmh-blue);
	border-radius: 8px;
}

.contact-draft-form__privacy span,
.contact-draft-form__privacy .rmh-icon {
	width: 29px;
	height: 29px;
}

.contact-draft-form__privacy p {
	margin: 0;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
}

.contact-draft-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 58px;
	padding: 11px 24px;
	background: linear-gradient(180deg, var(--rmh-yellow-bright), var(--rmh-yellow));
	border: 3px solid var(--rmh-ink);
	border-radius: 11px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .34), var(--rmh-shadow);
	color: var(--rmh-ink);
	cursor: pointer;
	font-family: "Oswald", Arial Narrow, sans-serif;
	font-size: 19px;
	font-weight: 760;
	text-transform: uppercase;
	transition: transform .15s ease;
}

.contact-draft-form__submit:hover {
	transform: translateY(-2px);
}

.contact-draft-form__submit:focus-visible {
	outline: 3px solid var(--rmh-blue);
	outline-offset: 3px;
}

.contact-draft-form__submit .rmh-icon {
	width: 28px;
	height: 28px;
	stroke-width: 1.7;
}

.contact-draft-form__status {
	margin-top: 18px;
	padding: 14px 16px;
	background: #e7f6e9;
	border: 2px solid #24743a;
	border-radius: 9px;
	color: #12381d;
	font-size: 14px;
	font-weight: 650;
}

.contact-draft-form__status p {
	margin: 0 0 7px;
}

.contact-draft-form__draft-link {
	color: #0754a6;
	font-weight: 800;
}

.contact-page__help {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	padding: 36px 30px 135px;
	background: rgba(3, 31, 72, .97);
	border: 3px solid #0875ca;
	border-radius: 17px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1), var(--rmh-shadow);
}

.contact-page__help-star {
	display: block;
	width: 68px;
	height: 68px;
	margin-bottom: 17px;
	transform: rotate(8deg);
}

.contact-page__help-star .rmh-icon {
	width: 100%;
	height: 100%;
}

.contact-page__help h2 {
	color: var(--rmh-yellow);
	font-size: 39px;
	line-height: 1.05;
}

.contact-page__help > p {
	margin: 13px 0 25px;
	font-size: 17px;
	font-weight: 580;
	line-height: 1.5;
}

.contact-page__direct {
	display: grid;
	grid-template-columns: 44px 1fr;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background: rgba(1, 9, 26, .72);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 11px;
}

.contact-page__direct > span,
.contact-page__direct .rmh-icon {
	width: 41px;
	height: 41px;
}

.contact-page__direct strong,
.contact-page__direct a {
	display: block;
}

.contact-page__direct strong {
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 1.25;
}

.contact-page__direct a {
	color: var(--rmh-yellow);
	font-size: 16px;
	font-weight: 760;
	overflow-wrap: anywhere;
}

.contact-page__help-ghost {
	position: absolute;
	right: 24px;
	bottom: 20px;
	width: 90px;
	height: 90px;
}

.contact-page__help-ghost .rmh-icon {
	width: 100%;
	height: 100%;
}

@media (max-width: 900px) {
	.contact-page__heading {
		width: 72%;
		margin-left: 25px;
	}

	.contact-page__decor {
		right: 40px;
	}

	.contact-page__layout {
		grid-template-columns: 1fr;
	}

	.contact-page__help {
		min-height: 320px;
		padding-bottom: 105px;
	}
}

@media (max-width: 640px) {
	.contact-page {
		min-height: 0;
	}

	.contact-page::after,
	.contact-page__decor {
		display: none;
	}

	.contact-page__hero {
		padding: 55px 0 34px;
	}

	.contact-page__heading {
		width: 100%;
		margin-left: 0;
	}

	.contact-page__heading h1 {
		font-size: 62px;
	}

	.contact-page__tagline {
		font-size: 25px;
	}

	.contact-page__content {
		font-size: 16px;
	}

	.contact-page__form-section {
		padding-bottom: 34px;
	}

	.contact-page__layout {
		gap: 15px;
	}

	.contact-draft-form {
		padding: 20px 16px;
	}

	.contact-draft-form__header {
		grid-template-columns: 58px 1fr;
		gap: 12px;
		margin-bottom: 21px;
	}

	.contact-draft-form__icon {
		width: 56px;
		height: 56px;
	}

	.contact-draft-form__icon .rmh-icon {
		width: 33px;
		height: 33px;
	}

	.contact-draft-form__header h2 {
		font-size: 30px;
	}

	.contact-draft-form__header p {
		font-size: 14px;
	}

	.contact-draft-form__fields {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.contact-field--wide {
		grid-column: auto;
	}

	.contact-draft-form__submit {
		width: 100%;
	}

	.contact-page__help {
		min-height: 350px;
		padding: 28px 22px 110px;
	}

	.contact-page__help h2 {
		font-size: 35px;
	}
}

/* Offer detail */
.offer-detail__hero {
	padding: 52px 0 42px;
	color: var(--rmh-cream);
}

.offer-detail__hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) 285px;
	align-items: center;
	gap: 30px;
}

.offer-detail__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 170px;
	background: var(--rmh-blue);
	border: 4px solid var(--rmh-ink);
	border-radius: 50%;
	box-shadow: var(--rmh-shadow);
}

.offer-detail__icon .rmh-icon {
	width: 105px;
	height: 105px;
	fill: var(--rmh-cream);
	stroke: var(--rmh-ink);
	stroke-width: 1.6;
}

.offer-detail__summary h1 {
	margin: 0;
	font-size: clamp(50px, 5.5vw, 70px);
	text-shadow: 4px 4px 0 rgba(0, 0, 0, .5);
}

.offer-detail__summary > span {
	display: block;
	width: 80%;
	height: 5px;
	margin: 8px 0 15px;
	background: var(--rmh-yellow);
	border-radius: 50%;
}

.offer-detail__summary p {
	max-width: 540px;
	margin: 0;
	font-size: 18px;
}

.offer-detail__price-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.offer-detail__price {
	padding: 24px 20px;
	background: rgba(3, 29, 70, .95);
	border: 2px solid var(--rmh-cream);
	border-radius: 13px;
	box-shadow: var(--rmh-shadow);
	text-align: center;
}

.offer-detail__price strong,
.offer-detail__price span {
	display: block;
}

.offer-detail__price strong {
	color: #db347c;
	font-family: "Phosphate", Impact, sans-serif;
	font-size: 59px;
	font-weight: 400;
	line-height: 1;
}

.offer-detail__price span,
.offer-detail__price p {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}

.offer-detail__price p {
	margin: 18px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .5);
}

.offer-detail__star,
.offer-detail__heart {
	position: absolute;
}

.offer-detail__star {
	top: -35px;
	right: 28%;
	width: 52px;
}

.offer-detail__heart {
	bottom: -25px;
	left: 0;
	width: 55px;
}

.offer-detail__callout {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 35px;
	margin-top: 45px;
	padding: 24px 28px;
	background: var(--rmh-navy-800);
	border: 3px solid var(--rmh-ink);
	border-radius: 14px;
	color: var(--rmh-cream);
}

.offer-detail__callout h2 {
	margin: 0 0 6px;
	color: var(--rmh-yellow);
}

.offer-detail__callout h2::after {
	display: none;
}

.offer-detail__callout p {
	margin: 0;
}

/* Event detail */
.event-detail__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--rmh-yellow);
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.event-detail__back .rmh-icon {
	width: 20px;
	height: 20px;
}

.event-detail__tagline {
	margin: 13px 0 0;
	color: var(--activity-color, var(--rmh-yellow));
	font-family: "Oswald", sans-serif;
	font-size: clamp(22px, 3vw, 34px);
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
}

.event-detail .event-detail__header .rmh-container > span {
	background: var(--activity-color, var(--rmh-yellow));
}

.event-detail__content {
	border-color: var(--activity-dark, var(--rmh-ink));
}

.event-detail__points {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-detail__points li {
	display: grid;
	grid-template-columns: 58px 1fr;
	align-items: center;
	gap: 15px;
	font-size: 19px;
	font-weight: 700;
}

.event-detail__points li > span:first-child {
	display: grid;
	place-items: center;
	width: 55px;
	height: 55px;
	background: var(--activity-soft, #edf3fb);
	border: 2px solid var(--activity-dark, var(--rmh-blue));
	border-radius: 50%;
	color: var(--activity-dark, var(--rmh-blue));
}

.event-detail__points .rmh-icon {
	width: 34px;
	height: 34px;
	stroke-width: 2.1;
}

.event-detail__content .rmh-event-point {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	margin: 0 0 18px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
}

.event-detail__content .rmh-event-point:last-of-type {
	margin-bottom: 0;
}

.event-detail__content .rmh-event-point img {
	display: block;
	box-sizing: border-box;
	width: 55px;
	height: 55px;
	margin: 0;
	padding: 9px;
	background: var(--activity-soft, #edf3fb);
	border: 2px solid var(--activity-dark, var(--rmh-blue));
	border-radius: 50%;
	object-fit: contain;
}

.event-detail__content > img,
.event-detail__content > p:not(.rmh-event-point) img,
.event-detail__content figure,
.event-detail__content .wp-caption {
	max-width: 100%;
	height: auto;
}

.event-detail__content > img,
.event-detail__content > p:not(.rmh-event-point) img,
.event-detail__content figure img,
.event-detail__content .wp-caption img {
	display: block;
	margin: 30px auto 0;
	border: 2px solid var(--activity-dark, var(--rmh-blue));
	border-radius: 12px;
	box-shadow: var(--rmh-shadow);
}

.event-detail__content .wp-caption img,
.event-detail__content figure img {
	margin-top: 0;
}

.event-detail__content .wp-caption-text,
.event-detail__content figcaption {
	margin: 8px 0 0;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.event-detail__facts {
	border-color: var(--activity-color, var(--rmh-cream));
}

.event-detail__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	align-items: start;
	gap: 24px;
}

.event-detail__facts {
	display: grid;
	gap: 12px;
	padding: 24px;
	background: var(--rmh-navy-800);
	border: 2px solid var(--rmh-cream);
	border-radius: 13px;
	box-shadow: var(--rmh-shadow);
	color: var(--rmh-cream);
}

.event-detail__facts > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
	padding-bottom: 14px;
	border-bottom: 1px dashed rgba(255, 255, 255, .35);
}

.event-detail__facts > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.event-detail__facts strong,
.event-detail__facts a,
.event-detail__facts em {
	display: block;
}

.event-detail__facts a {
	color: var(--rmh-cream);
}

.event-detail__facts em {
	font-style: normal;
}

/* Decorative strokes below headings are intentionally disabled. */
.section-heading > span,
.partners-section__heading > span:last-child,
.activities-heading__underline,
.standard-page__header .rmh-container > span,
.event-detail__header .rmh-container > span,
.about-intro__underline,
.contact-page__underline,
.offer-detail__summary > span,
.activity-type-card > header::after,
.prose-content h2::after {
	display: none;
}

.section-heading h2 {
	margin-bottom: 24px;
}

.activities-heading h1 {
	margin-bottom: 24px;
}

.about-intro h1,
.contact-page__heading h1,
.offer-detail__summary h1 {
	margin-bottom: 28px;
}

.prose-content h2 {
	margin-bottom: 23px;
}

/* Responsive */
@media (max-width: 1120px) {
	:root {
		--rmh-container: 1000px;
	}

	.primary-menu {
		gap: clamp(12px, 1.7vw, 20px);
	}

	.primary-menu a {
		font-size: 16px;
	}

	.site-brand {
		flex-basis: 138px;
	}

	.site-brand img {
		max-width: 128px;
	}

	.offer-card {
		min-height: 292px;
	}

	.offer-card__main {
		grid-template-columns: 100px 1fr;
		gap: 13px;
		padding: 15px 18px 9px;
	}

	.offer-card__icon {
		width: 92px;
		height: 92px;
	}

	.offer-card__icon .rmh-icon {
		width: 61px;
		height: 61px;
	}

	.offer-card__copy h2 {
		margin-bottom: 7px;
		font-size: 29px;
	}

	.offer-card__copy p {
		font-size: 14px;
		line-height: 1.35;
	}

	.offer-card__price {
		min-height: 90px;
		margin: 0 16px 12px;
		padding: 8px 21px;
	}

	.offer-card__price strong {
		font-size: 49px;
	}

	.event-row {
		grid-template-columns: 110px 92px minmax(210px, 1.2fr) 185px 96px;
	}

	.event-row > div {
		padding: 14px;
	}

	.event-row__more {
		margin-right: 10px;
		font-size: 13px;
	}

	.about-intro__copy {
		margin-inline: 0;
	}

	.team-card__body {
		padding-inline: 11px;
	}

	.team-card__email {
		font-size: 14px;
	}
}

@media (max-width: 1040px) {
	.activity-common {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.activity-common__item:nth-child(2) {
		border-right: 0;
	}

	.activity-common__item:nth-child(-n+2) {
		border-bottom: 1px solid rgba(5, 13, 33, .24);
	}
}

@media (min-width: 641px) and (max-width: 1100px) {
	.activity-type-card > footer {
		grid-template-columns: 34px 1fr;
		gap: 2px 8px;
		padding-inline: 8px;
		font-size: 13px;
	}

	.activity-type-card > footer .rmh-icon {
		grid-row: 1 / 3;
		width: 31px;
		height: 31px;
	}

	.activity-type-card > footer span {
		grid-column: 2;
		white-space: normal;
	}
}

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

	.rmh-container {
		width: min(100% - 40px, var(--rmh-container));
	}

	.site-header,
	.site-header__inner {
		height: 82px;
		min-height: 82px;
	}

	.site-brand {
		flex-basis: 110px;
		height: 82px;
		margin-top: 0;
		padding-block: 7px;
	}

	.site-brand img {
		width: auto;
		height: auto;
		max-width: 100px;
		max-height: 68px;
	}

	.rmh-menu-toggle {
		display: flex;
		margin-left: auto;
	}

	.site-header.is-menu-open .rmh-menu-toggle__open {
		display: none;
	}

	.site-header.is-menu-open .rmh-menu-toggle__close {
		display: block;
	}

	.primary-navigation {
		position: absolute;
		top: 82px;
		right: 0;
		left: 0;
		display: none;
		padding: 24px 20px 30px;
		background: var(--rmh-navy-950);
		border-top: 1px solid rgba(255, 255, 255, .12);
		box-shadow: 0 12px 20px rgba(0, 0, 0, .5);
	}

	.site-header.is-menu-open .primary-navigation {
		display: block;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-menu a,
	.primary-menu > .rmh-contact-link > a {
		justify-content: space-between;
		padding: 15px 13px;
		font-size: 17px;
	}

	.primary-menu > li.current-menu-item:not(.rmh-contact-link)::after,
	.primary-menu > li.current_page_item:not(.rmh-contact-link)::after,
	.primary-menu > li.current-menu-ancestor:not(.rmh-contact-link)::after {
		right: auto;
		bottom: 6px;
		left: 12px;
		width: 80px;
	}

	.primary-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		margin: 0 8px 8px;
		opacity: 1;
		pointer-events: auto;
		box-shadow: none;
		transform: none;
	}

	.primary-menu .sub-menu::before {
		display: none;
	}

	.primary-menu li.is-submenu-open > .sub-menu {
		display: block;
		transform: none;
	}

	.home-hero,
	.home-hero__inner {
		min-height: 620px;
	}

	.home-hero {
		background-position: 58% center;
	}

	.home-hero__copy {
		width: 65%;
		padding-top: 85px;
	}

	.value-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 0;
	}

	.value-item:nth-child(3) {
		border-left: 0;
	}

	.partner-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-footer__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
		padding: 30px 0;
	}

	.footer-ghost {
		right: 0;
		bottom: 16px;
	}

	.offers-hero__copy {
		width: 58%;
	}

	.offer-card__main {
		grid-template-columns: 90px 1fr;
		padding-inline: 18px;
	}

	.offer-card__icon {
		width: 84px;
		height: 84px;
	}

	.offer-card__icon .rmh-icon {
		width: 55px;
		height: 55px;
	}

	.offer-card__price {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.offer-card__price > div {
		padding: 0 0 10px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	.offer-card__price p {
		padding: 10px 0 0;
	}

	.custom-packages {
		grid-template-columns: 1fr auto;
	}

	.custom-packages__heart {
		display: none;
	}

	.activities-heading {
		padding-inline: 58px;
	}

	.month-switcher {
		margin-inline: 0;
	}

	.event-row {
		grid-template-columns: 105px 95px 1fr 100px;
	}

	.event-row__location {
		grid-column: 3 / 4;
		padding-top: 0 !important;
	}

	.event-row__location::before {
		display: none;
	}

	.event-row__more {
		grid-column: 4;
		grid-row: 1 / 3;
	}

	.offer-detail__hero-inner {
		grid-template-columns: 130px 1fr;
	}

	.offer-detail__icon {
		width: 125px;
		height: 125px;
	}

	.offer-detail__price-wrap {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.event-detail__layout {
		grid-template-columns: 1fr;
	}

	.about-intro {
		min-height: 500px;
	}

	.about-intro__copy {
		width: 100%;
		margin-inline: 0;
	}

	.about-intro__star {
		right: 175px;
	}

	.about-intro__heart {
		right: 92px;
	}

	.about-intro__bolt {
		right: 8px;
		width: 75px;
	}

	.about-profile {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.about-profile__card {
		width: min(100%, 360px);
		margin-inline: auto;
	}

	.about-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.team-card h2,
	.team-card h3 {
		font-size: 29px;
	}

	.about-contact__banner {
		grid-template-columns: 100px 1fr;
		margin-inline: 0;
		padding-left: 22px;
	}

	.about-contact__mail {
		width: 84px;
		height: 84px;
	}

	.about-contact__ghost {
		display: none;
	}
}

@media (max-width: 640px) {
	.rmh-container {
		width: min(100% - 28px, var(--rmh-container));
	}

	.home-hero {
		background-position: 68% center;
	}

	.home-hero::after,
	.offers-hero::after {
		position: absolute;
		inset: 0;
		content: "";
		background: linear-gradient(90deg, rgba(2, 15, 43, .97) 0%, rgba(2, 15, 43, .8) 55%, rgba(2, 15, 43, .18) 100%);
		pointer-events: none;
	}

	.home-hero,
	.home-hero__inner {
		min-height: 520px;
	}

	.home-hero__copy {
		width: calc(100% - 60px);
		padding-top: 0;
	}

	.home-hero__title {
		font-size: clamp(43px, 13vw, 58px);
	}

	.home-hero__copy > p {
		max-width: 330px;
		font-size: 17px;
	}

	.home-hero__actions {
		align-items: stretch;
		flex-direction: column;
		width: min(100%, 290px);
	}

	.home-hero__star {
		top: 22px;
		left: auto;
		right: 12px;
	}

	.home-hero__bolt,
	.home-hero__heart {
		display: none;
	}

	.welcome-section {
		padding-block: 34px;
	}

	.section-heading p {
		font-size: 16px;
	}

	.value-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.value-item {
		display: grid;
		grid-template-columns: 64px 1fr;
		padding: 20px 5px;
		text-align: left;
	}

	.value-item + .value-item {
		border-top: 1px dashed rgba(5, 13, 33, .3);
		border-left: 0;
	}

	.value-item__icon {
		grid-row: 1 / 3;
		margin: 0;
	}

	.value-item h3 {
		align-self: end;
		margin: 0 0 4px;
	}

	.value-item p {
		align-self: start;
	}

	.partners-section__heading h2 {
		font-size: 34px;
	}

	.partner-grid {
		gap: 6px;
	}

	.partner-card {
		min-height: 105px;
		padding: 14px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		padding: 34px 0 110px;
	}

	.footer-ghost {
		right: 50%;
		bottom: 10px;
		width: 75px;
		transform: translateX(50%);
	}

	.offers-hero,
	.offers-hero__inner {
		min-height: 610px;
	}

	.offers-hero {
		background-position: 63% center;
	}

	.offers-hero__copy {
		width: 100%;
		padding-top: 72px;
	}

	.offers-hero__copy h1 {
		font-size: 62px;
	}

	.offers-hero__copy > p {
		max-width: 340px;
	}

	.offer-grid {
		grid-template-columns: 1fr;
	}

	.offer-card__main {
		grid-template-columns: 78px 1fr;
	}

	.offer-card__icon {
		width: 72px;
		height: 72px;
	}

	.offer-card__copy h2 {
		font-size: clamp(23px, 6.3vw, 26px);
		overflow-wrap: normal;
	}

	.custom-packages {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 18px;
	}

	.custom-packages__star {
		width: 55px;
	}

	.custom-packages .rmh-button {
		grid-column: 1 / -1;
	}

	.activities-main {
		padding-top: 25px;
	}

	.activities-heading {
		padding: 20px 0 0;
	}

	.activities-heading h1 {
		font-size: 64px;
	}

	.activities-heading__star,
	.activities-heading__bolt {
		display: none;
	}

	.activities-heading__underline {
		width: 82%;
	}

	.activity-types {
		grid-template-columns: 1fr;
	}

	.activity-type-card {
		min-height: 0;
	}

	.activity-common {
		grid-template-columns: 1fr;
		padding: 9px 15px;
	}

	.activity-common__item,
	.activity-common__item:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(5, 13, 33, .24);
	}

	.activity-common__item:last-child {
		border-bottom: 0;
	}

	.month-switcher {
		grid-template-columns: 52px 1fr 52px;
		min-height: 62px;
	}

	.month-switcher strong {
		gap: 9px;
		font-size: 27px;
	}

	.month-switcher strong .rmh-icon {
		width: 26px;
		height: 26px;
	}

	.event-list {
		gap: 12px;
	}

	.event-row {
		grid-template-columns: 92px 1fr;
		min-height: 0;
	}

	.event-row > div {
		padding: 14px;
	}

	.event-row__date {
		grid-row: 1 / 3;
	}

	.event-row__date strong {
		font-size: 50px;
	}

	.event-row__time {
		align-items: flex-start;
		flex-direction: row;
		gap: 10px;
		padding-bottom: 3px !important;
	}

	.event-row__time::before {
		display: none;
	}

	.event-row__time .rmh-icon {
		margin: 0;
	}

	.event-row__content {
		grid-column: 2;
		padding-top: 3px !important;
	}

	.event-row__content::before {
		display: none;
	}

	.event-row__content h2 {
		gap: 8px;
		font-size: clamp(20px, 5.6vw, 23px);
		line-height: 1;
	}

	.event-row__content h2 a {
		overflow-wrap: anywhere;
	}

	.event-row__content h2 > span {
		flex-basis: 32px;
		width: 32px;
		height: 32px;
	}

	.event-row__content h2 .rmh-icon {
		width: 20px;
		height: 20px;
	}

	.event-row__location {
		grid-column: 1 / -1;
		padding-top: 13px !important;
		border-top: 1px dashed rgba(5, 13, 33, .25);
	}

	.event-row__more {
		grid-column: 1 / -1;
		grid-row: auto;
		margin: 0 13px 13px;
	}

	.standard-page__header,
	.event-detail__header {
		padding: 54px 0 38px;
	}

	.standard-page__header h1,
	.event-detail__header h1 {
		font-size: clamp(48px, 14vw, 56px);
		overflow-wrap: anywhere;
		transform: none;
	}

	.paper-panel {
		padding: 25px 20px;
	}

	.prose-content {
		font-size: 16px;
	}

	.prose-content h2 {
		font-size: clamp(28px, 7.8vw, 35px);
	}

	.event-detail__points li {
		grid-template-columns: 46px 1fr;
		gap: 11px;
		font-size: 16px;
	}

	.event-detail__points li > span:first-child {
		width: 45px;
		height: 45px;
	}

	.event-detail__points .rmh-icon {
		width: 27px;
		height: 27px;
	}

	.event-detail__content .rmh-event-point {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 11px;
		font-size: 16px;
	}

	.event-detail__content .rmh-event-point img {
		width: 45px;
		height: 45px;
		padding: 7px;
	}

	.offer-detail__hero-inner {
		grid-template-columns: 80px 1fr;
		gap: 15px;
	}

	.offer-detail__icon {
		width: 78px;
		height: 78px;
	}

	.offer-detail__icon .rmh-icon {
		width: 50px;
		height: 50px;
	}

	.offer-detail__summary h1 {
		font-size: 42px;
	}

	.offer-detail__summary p {
		grid-column: 1 / -1;
		font-size: 16px;
	}

	.offer-detail__price-wrap {
		grid-template-columns: 1fr;
	}

	.offer-detail__callout {
		grid-template-columns: 1fr;
	}

	.about-page::after {
		display: none;
	}

	.about-intro {
		min-height: 0;
		padding: 55px 0 38px;
	}

	.about-intro__copy {
		width: 100%;
		margin-left: 0;
	}

	.about-intro h1 {
		font-size: 66px;
	}

	.about-intro__tagline {
		font-size: 26px;
	}

	.about-intro__content {
		font-size: 16px;
	}

	.about-intro__decor {
		display: none;
	}

	.about-team__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.about-team__grid--compact {
		max-width: 430px;
		margin-inline: auto;
	}

	.about-team__grid--compact .team-card {
		width: 100%;
		flex-basis: 100%;
	}

	.team-card {
		min-height: 560px;
	}

	.team-card__portrait {
		height: min(112vw, 420px);
	}

	.team-card h2,
	.team-card h3 {
		font-size: 31px;
	}

	.about-contact {
		padding: 18px 0 24px;
	}

	.about-contact__banner {
		grid-template-columns: 70px 1fr;
		gap: 13px;
		min-height: 120px;
		padding: 16px;
	}

	.about-contact__mail {
		width: 64px;
		height: 64px;
	}

	.about-contact__mail .rmh-icon {
		width: 37px;
		height: 37px;
	}

	.about-contact__copy strong {
		font-size: 27px;
	}

	.about-contact__copy em {
		font-size: 21px;
		overflow-wrap: anywhere;
	}

	.about-contact__cta {
		width: 100%;
		margin: 18px 0 0;
	}

	.about-contact__cta::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
