/* Join Our Team — hero (scrapbook) */

.eqc-join-team .mkdf-content,
.eqc-join-team .mkdf-content-inner {
	background: transparent;
}

.eqc-join-team .mkdf-title-holder,
.eqc-join-team .mkdf-page-header + .mkdf-title {
	display: none !important;
}

.eqc-join-team__main {
	--eqc-navy: #1a1f3c;
	--eqc-blue: #3fa9f5;
	--eqc-red: #d8232a;
	--eqc-paper: #f2f0e9;
	--eqc-font-display: "Oswald", "Arial Narrow", sans-serif;
	--eqc-font-hand: "Caveat", "Segoe Print", cursive;
	--eqc-font-body: "Muli", "Nunito Sans", sans-serif;
	--eqc-paper-tile: url("../img/homepage-v2/paper-tile.png");
	position: relative;
	overflow-x: clip;
	min-height: 40vh;
	font-family: var(--eqc-font-body);
}

/* ---- Join Our Quest Team (part 1) ---- */

.eqc-jqt {
	position: relative;
	isolation: isolate;
	width: 100%;
	background:
		linear-gradient(var(--eqc-navy), var(--eqc-navy)) top / 100% 72px no-repeat,
		var(--eqc-blue);
}

.eqc-jqt__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 128px max(20px, calc((100vw - 1200px) / 2)) 88px;
	box-sizing: border-box;
	overflow: visible;
	z-index: 1;
}

.eqc-jqt__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jqt__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jqt-layout {
	display: grid;
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	column-gap: 56px;
	align-items: start;
	max-width: 1100px;
	margin: 40px auto 0 auto;
}

.eqc-jqt-main {
	grid-column: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
	padding-right: 8px;
}

.eqc-jqt-aside {
	grid-column: 2;
	display: flex;
	flex-direction: column;
	gap: 28px;
	min-width: 0;
}

.eqc-jqt-hero__copy {
	position: relative;
	padding: 20px 0 0 0px;
	transform: rotate(-1.5deg);
	transform-origin: left top;
}

.eqc-jqt-body__text {
	padding-left: 8px;
}

.eqc-jqt-hero__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 14px;
	font-family: var(--eqc-font-display);
	font-weight: 700;
	font-size: clamp(2.4rem, 5.5vw, 3.8rem);
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.eqc-jqt-hero__join {
	display: block;
	color: var(--eqc-red);
	line-height: 0.95;
}

.eqc-jqt-hero__title-line {
	display: block;
}

.eqc-jqt-hero__title-our,
.eqc-jqt-hero__title-quest {
	color: var(--eqc-navy);
}

.eqc-jqt-hero__title-our {
	margin-right: 0.12em;
}

.eqc-jqt-hero__title-team {
	color: var(--eqc-blue);
}

.eqc-jqt-hero__tagline {
	margin: 0;
	font-family: var(--eqc-font-hand);
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--eqc-red);
	text-transform: uppercase;
	max-width: 22em;
}

.eqc-jqt-hero__photo {
	position: relative;
	justify-self: end;
	width: 88%;
	max-width: 88%;
	margin: 0 0 0 auto;
	background: #fff;
	padding: 12px 12px 40px;
	box-shadow:
		0 12px 32px rgba(26, 31, 60, 0.16),
		0 2px 4px rgba(26, 31, 60, 0.08);
	transform: rotate(2deg);
	transform-origin: center top;
}

.eqc-jqt-hero__frame {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #d9d6cf;
}

.eqc-jqt-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eqc-jqt-hero__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, #e8e4db 25%, #d5d1c7 25%, #d5d1c7 50%, #e8e4db 50%, #e8e4db 75%, #d5d1c7 75%);
	background-size: 16px 16px;
}

.eqc-jqt-body__text p {
	margin: 0 0 24px;
	font-size: 18px;
	line-height: 1.6;
	color: #222;
}

.eqc-jqt-body__text p:last-child {
	margin-bottom: 0;
}

.eqc-jqt-body__countries {
	font-family: var(--eqc-font-display);
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--eqc-navy) !important;
}

.eqc-jqt-europe {
	width: 100%;
}

.eqc-jqt-europe__title {
	margin: 0 0 24px;
	font-family: var(--eqc-font-display);
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: var(--eqc-navy);
	line-height: 1.2;
}

.eqc-jqt-europe__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px 16px;
	align-items: end;
}

.eqc-jqt-polaroid {
	margin: 0;
	background: #fff;
	padding: 8px 8px 14px;
	box-shadow: 0 8px 20px rgba(26, 31, 60, 0.12);
	text-align: center;
}

.eqc-jqt-polaroid--1 { transform: rotate(-2deg); }
.eqc-jqt-polaroid--2 { transform: rotate(1.5deg); margin-top: 8px; }
.eqc-jqt-polaroid--3 { transform: rotate(-1.2deg); }
.eqc-jqt-polaroid--4 { transform: rotate(2deg); margin-top: 6px; }
.eqc-jqt-polaroid--5 { transform: rotate(-1.8deg); }

.eqc-jqt-polaroid__frame {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #d9d6cf;
	margin-bottom: 10px;
}

.eqc-jqt-polaroid__frame img,
.eqc-jqt-polaroid__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eqc-jqt-polaroid__placeholder {
	background-size: cover;
	background-position: center;
	background-color: #c5d5e3;
}

.eqc-jqt-polaroid__placeholder.image-camp-1 { background-image: url("../img/booking/camp1.jpg"); }
.eqc-jqt-polaroid__placeholder.image-camp-2 { background-image: url("../img/booking/camp2.jpg"); }
.eqc-jqt-polaroid__placeholder.image-camp-3 { background-image: url("../img/booking/camp3.jpg"); }
.eqc-jqt-polaroid__placeholder.image-camp-4 { background-image: url("../img/booking/camp4.jpg"); }

.eqc-jqt-polaroid__caption {
	font-family: var(--eqc-font-display);
	font-size: clamp(0.75rem, 1.2vw, 0.95rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--eqc-navy);
	line-height: 1.2;
}

/* ---- Essential general requirements ---- */

.eqc-jqt-reqs {
	position: relative;
	isolation: isolate;
	width: 100%;
	background: var(--eqc-blue);
}

.eqc-jqt-reqs__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0 max(20px, calc((100vw - 1200px) / 2)) 88px;
	box-sizing: border-box;
	overflow: visible;
	z-index: 1;
}

.eqc-jqt-reqs__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jqt-reqs__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jqt-reqs__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 0 36px;
	padding-top: 8px;
	font-family: var(--eqc-font-display);
	font-size: clamp(1.15rem, 2.4vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: var(--eqc-navy);
	line-height: 1.2;
}

.eqc-jqt-reqs__marks {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
}

.eqc-jqt-reqs__marks span {
	display: block;
	width: 3px;
	height: 16px;
	border-radius: 2px;
	background: var(--eqc-red);
	transform: rotate(-28deg);
}

.eqc-jqt-reqs__marks--right span {
	transform: rotate(28deg);
}

.eqc-jqt-reqs__rows {
	max-width: 1200px;
	margin: 0 auto;
}

.eqc-jqt-reqs__row {
	display: grid;
	align-items: stretch;
	border-top: 1px dotted #c8c5bc;
}

.eqc-jqt-reqs__row--top {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.eqc-jqt-reqs__row--bottom {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 780px;
	margin: 0 auto;
	border-bottom: 1px dotted #c8c5bc;
}

.eqc-jqt-req {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 14px;
	padding: 22px 18px;
	border-right: 1px dotted #c8c5bc;
}

.eqc-jqt-reqs__row--top .eqc-jqt-req:last-child,
.eqc-jqt-reqs__row--bottom .eqc-jqt-req:last-child {
	border-right: 0;
}

.eqc-jqt-req__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: transparent;
	flex-shrink: 0;
	padding: 0;
	box-sizing: border-box;
}

.eqc-jqt-req__icon {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.eqc-jqt-req__text {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	color: #222;
}

.eqc-jqt-req__text strong {
	font-weight: 700;
	color: var(--eqc-navy);
}

/* ---- Our Roles ---- */

.eqc-jqt-roles {
	position: relative;
	isolation: isolate;
	width: 100%;
	background: var(--eqc-blue);
}

.eqc-jqt-roles__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0 max(20px, calc((100vw - 1200px) / 2)) 88px;
	box-sizing: border-box;
	overflow: visible;
	z-index: 1;
}

.eqc-jqt-roles__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jqt-roles__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jqt-roles__title {
	margin: 0 0 36px;
	font-family: var(--eqc-font-display);
	font-size: clamp(1.35rem, 2.8vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: var(--eqc-navy);
}

.eqc-jqt-roles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
}

.eqc-jqt-role {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	padding: 24px 20px 16px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 4px 14px rgba(26, 31, 60, 0.08);
}

.eqc-jqt-role__clip {
	position: relative;
	max-height: 500px;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.eqc-jqt-role.is-expanded .eqc-jqt-role__clip {
	max-height: none;
}

.eqc-jqt-role.is-short .eqc-jqt-role__clip {
	max-height: none;
}

.eqc-jqt-role__inner {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.eqc-jqt-role__fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 88px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.78) 45%,
		rgba(255, 255, 255, 0.96) 100%
	);
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.25s ease;
}

.eqc-jqt-role.is-expanded .eqc-jqt-role__fade,
.eqc-jqt-role.is-short .eqc-jqt-role__fade {
	opacity: 0;
}

.eqc-jqt-role__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 10px 0 4px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.eqc-jqt-role.is-short .eqc-jqt-role__toggle {
	display: none;
}

.eqc-jqt-role__chevron {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

.eqc-jqt-role__chevron::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 42%;
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--eqc-navy);
	border-bottom: 2px solid var(--eqc-navy);
	transform: translate(-50%, -50%) rotate(45deg);
	transition: transform 0.25s ease, top 0.25s ease;
}

.eqc-jqt-role.is-expanded .eqc-jqt-role__chevron::after {
	top: 58%;
	transform: translate(-50%, -50%) rotate(-135deg);
}

.eqc-jqt-role__toggle:hover .eqc-jqt-role__chevron::after,
.eqc-jqt-role__toggle:focus-visible .eqc-jqt-role__chevron::after {
	border-color: var(--eqc-blue);
}

.eqc-jqt-role__title {
	margin: 0;
	font-family: var(--eqc-font-display);
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--eqc-navy);
	line-height: 1.2;
}

.eqc-jqt-role__photo {
	margin: 0;
	overflow: hidden;
	background: #d9d6cf;
	aspect-ratio: 4 / 3;
}

.eqc-jqt-role__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eqc-jqt-role__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, #e8e4db 25%, #d5d1c7 25%, #d5d1c7 50%, #e8e4db 50%, #e8e4db 75%, #d5d1c7 75%);
	background-size: 16px 16px;
}

.eqc-jqt-role__intro p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.55;
	color: #222;
}

.eqc-jqt-role__intro p:last-child {
	margin-bottom: 0;
}

.eqc-jqt-role__panels {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.eqc-jqt-role--single-panel .eqc-jqt-role__panels {
	gap: 0;
}

.eqc-jqt-role__panel-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	font-family: var(--eqc-font-display);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--eqc-navy);
	line-height: 1.2;
}

.eqc-jqt-role__panel-icon {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}

.eqc-jqt-role__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.eqc-jqt-role__list li {
	position: relative;
	padding-left: 28px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--eqc-navy);
}

.eqc-jqt-role__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1em;
	height: 1em;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8.2l3.2 3.2L13 4.5' stroke='%231a1f3c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.eqc-jqt-role__list strong {
	font-weight: 700;
}

.eqc-jtt-hero {
	position: relative;
	isolation: isolate;
	width: 100%;
	background:
		linear-gradient(var(--eqc-navy), var(--eqc-navy)) top / 100% 72px no-repeat,
		var(--eqc-blue);
}

.eqc-jtt-hero__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 150px max(20px, calc((100vw - 1200px) / 2)) 72px;
	box-sizing: border-box;
	overflow: visible;
	z-index: 1;
	background: transparent;
}

.eqc-jtt-hero__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jtt-hero__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-hero__stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(140px, 240px) minmax(0, 1fr) minmax(140px, 240px);
	align-items: center;
	gap: 12px 20px;
	max-width: 1100px;
	margin: 0 auto;
	min-height: 340px;
}

/* ---- Polaroids ---- */

.eqc-jtt-hero__photo {
	position: relative;
	margin: 0;
	background: #fff;
	padding: 10px 10px 36px;
	box-shadow:
		0 10px 28px rgba(26, 31, 60, 0.14),
		0 2px 4px rgba(26, 31, 60, 0.08);
	width: 100%;
	max-width: 230px;
	justify-self: center;
	z-index: 2;
}

.eqc-jtt-hero__photo--1 {
	transform: rotate(-7deg);
	justify-self: end;
}

.eqc-jtt-hero__photo--2 {
	transform: rotate(6deg);
	justify-self: start;
	z-index: 4;
}

.eqc-jtt-hero__pin {
	position: absolute;
	top: -46px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 52px;
	z-index: 5;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
	pointer-events: none;
}

.eqc-jtt-hero__pin img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.eqc-jtt-hero__frame {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.05;
	overflow: hidden;
	background: #d9d6cf;
}

.eqc-jtt-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eqc-jtt-hero__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, #e8e4db 25%, #d5d1c7 25%, #d5d1c7 50%, #e8e4db 50%, #e8e4db 75%, #d5d1c7 75%);
	background-size: 16px 16px;
}

.eqc-jtt-hero__heart {
	position: absolute;
	left: 6px;
	bottom: 4px;
	width: 34px;
	height: auto;
	pointer-events: none;
	z-index: 3;
}

/* ---- Center copy ---- */

.eqc-jtt-hero__copy {
	position: relative;
	text-align: center;
	padding: 12px 8px 8px;
	z-index: 3;
}

.eqc-jtt-hero__join,
.eqc-jtt-hero__programme {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	line-height: 1;
}

.eqc-jtt-hero__brush {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	max-width: none;
	pointer-events: none;
	z-index: 0;
	user-select: none;
}

.eqc-jtt-hero__brush--red {
	width: 118%;
	min-width: 190px;
}

.eqc-jtt-hero__brush--blue {
	width: 112%;
	min-width: 280px;
}

.eqc-jtt-hero__join-text,
.eqc-jtt-hero__programme-text {
	position: relative;
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--eqc-font-display);
	font-weight: 700;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.eqc-jtt-hero__join {
	margin-bottom: 4px;
}

.eqc-jtt-hero__join-text {
	font-size: clamp(1.15rem, 2.4vw, 2.5rem);
	padding: 0.35em 1.1em 0.3em;
}

.eqc-jtt-hero__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 18px;
	font-family: var(--eqc-font-display);
	font-weight: 700;
	font-size: clamp(2.6rem, 6.5vw, 4.4rem);
	line-height: 0.92;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.eqc-jtt-hero__title-quest {
	color: var(--eqc-navy);
}

.eqc-jtt-hero__title-team {
	color: var(--eqc-blue);
}

.eqc-jtt-hero__programme {
	margin-top: 40px;
	transform: rotate(-2.5deg);
}

.eqc-jtt-hero__programme-text {
	font-size: clamp(0.72rem, 1.5vw, 0.95rem);
	padding: 0.55em 1.35em 0.5em;
	letter-spacing: 0.06em;
}

.eqc-jtt-hero__stamp {
	position: absolute;
	right: -8%;
	top: 28%;
	width: clamp(88px, 14vw, 130px);
	height: auto;
	pointer-events: none;
	z-index: 4;
	transform: rotate(4deg);
}

.eqc-jtt-hero__star {
	position: absolute;
	left: 2%;
	bottom: 8%;
	width: clamp(28px, 4vw, 42px);
	height: auto;
	pointer-events: none;
	z-index: 4;
}

.eqc-jtt-hero__tape {
	position: absolute;
	left: max(12px, calc((100vw - 1200px) / 2));
	bottom: 18px;
	width: clamp(70px, 10vw, 120px);
	height: auto;
	pointer-events: none;
	z-index: 2;
	opacity: 0.95;
}

/* ---- Info: two columns ---- */

.eqc-jtt-info {
	position: relative;
	isolation: isolate;
	width: 100%;
	background: var(--eqc-blue);
}

.eqc-jtt-info__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 0 max(20px, calc((100vw - 1200px) / 2)) 88px;
	box-sizing: border-box;
	z-index: 1;
	overflow: visible;
}

.eqc-jtt-info__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jtt-info__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-info__aside {
	display: flex;
	flex-direction: column;
	gap: 24px;
	overflow: visible;
}

.eqc-jtt-info__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px 32px;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
	overflow: visible;
}

/* Paper sheets */

.eqc-jtt-sheet {
	--eqc-jtt-torn: polygon(
		0% 0%,
		100% 0%,
		100% 97%,
		98% 98.5%,
		96% 97%,
		93% 99%,
		90% 97.2%,
		86% 98.8%,
		82% 97%,
		78% 99%,
		74% 97.4%,
		70% 98.6%,
		66% 97%,
		62% 99%,
		58% 97.2%,
		54% 98.8%,
		50% 97%,
		46% 99%,
		42% 97.3%,
		38% 98.7%,
		34% 97%,
		30% 99%,
		26% 97.4%,
		22% 98.6%,
		18% 97%,
		14% 99%,
		10% 97.2%,
		6% 98.8%,
		3% 97%,
		0% 98.5%
	);
	position: relative;
	background: transparent;
	padding: 28px 28px 36px;
	overflow: visible;
}

.eqc-jtt-sheet::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #fff;
	clip-path: var(--eqc-jtt-torn);
	pointer-events: none;
	filter: drop-shadow(0 6px 16px rgba(26, 31, 60, 0.14));
}

.eqc-jtt-sheet > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-sheet--apply {
	transform: rotate(-0.4deg);
}

.eqc-jtt-sheet--practical {
	transform: rotate(0.5deg);
}

.eqc-jtt-sheet__tape {
	position: absolute;
	top: -14px;
	left: 18px;
	width: 72px;
	height: auto;
	transform: rotate(-18deg);
	z-index: 2;
	pointer-events: none;
}

.eqc-jtt-sheet__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px dotted var(--eqc-blue);
}

.eqc-jtt-sheet__header-icon {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
	flex-shrink: 0;
}

.eqc-jtt-sheet__title {
	margin: 0;
	font-family: var(--eqc-font-display);
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--eqc-navy);
	line-height: 1.15;
}

.eqc-jtt-sheet__intro {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.45;
	color: #333;
}

/* Who can apply checklist */

.eqc-jtt-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.eqc-jtt-checklist__item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.eqc-jtt-checklist__check {
	display: block;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	object-fit: contain;
}

.eqc-jtt-checklist__item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #2a2a2a;
}

.eqc-jtt-checklist__item strong {
	font-weight: 700;
}

.eqc-jtt-checklist__sub {
	margin: 8px 0 0;
	padding-left: 18px;
	list-style: disc;
}

.eqc-jtt-checklist__sub li {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.4;
	color: #2a2a2a;
}

/* Practical arrangements */

.eqc-jtt-practical {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eqc-jtt-practical__item {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding: 14px 0;
	border-bottom: 1px dotted #c8c5bc;
}

.eqc-jtt-practical__item:first-child {
	padding-top: 4px;
}

.eqc-jtt-practical__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.eqc-jtt-practical__icon {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.eqc-jtt-practical__item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #2a2a2a;
}

.eqc-jtt-practical__item strong {
	font-weight: 700;
}

/* Yellow note */

.eqc-jtt-note {
	position: relative;
	background: transparent;
	padding: 28px 28px 32px;
	transform: rotate(-0.8deg);
	overflow: visible;
	filter: drop-shadow(0 6px 16px rgba(26, 31, 60, 0.14));
}

.eqc-jtt-note::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: #f7e7a3;
	clip-path: polygon(
		0% 0%,
		100% 0%,
		100% 97%,
		97% 99%,
		93% 97%,
		89% 98.8%,
		85% 97.2%,
		80% 99%,
		75% 97%,
		70% 98.6%,
		65% 97.3%,
		60% 99%,
		55% 97%,
		50% 98.8%,
		45% 97.2%,
		40% 99%,
		35% 97%,
		30% 98.6%,
		25% 97.3%,
		20% 99%,
		15% 97%,
		10% 98.8%,
		5% 97.2%,
		0% 98.5%
	);
	pointer-events: none;
}

.eqc-jtt-note > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-note__clip {
	position: absolute;
	top: -22px;
	right: 28px;
	width: 42px;
	height: auto;
	transform: rotate(18deg);
	z-index: 3;
	pointer-events: none;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.eqc-jtt-note__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #2a2a2a;
}

.eqc-jtt-note__underline {
	text-decoration: underline;
	text-underline-offset: 2px;
	font-weight: 700;
}

.eqc-jtt-note__accent {
	color: #2f7fd4;
	font-weight: 700;
}

.eqc-jtt-note__star {
	position: absolute;
	right: 16px;
	bottom: 10px;
	width: 28px;
	height: auto;
	pointer-events: none;
	opacity: 0.9;
}

/* ---- Offer: three cards ---- */

.eqc-jtt-offer {
	position: relative;
	isolation: isolate;
	width: 100%;
	background: var(--eqc-blue);
}

.eqc-jtt-offer__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 8px max(20px, calc((100vw - 1200px) / 2)) 88px;
	box-sizing: border-box;
	z-index: 1;
	overflow: visible;
}

.eqc-jtt-offer__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jtt-offer__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-offer__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
}

.eqc-jtt-card {
	--eqc-jtt-card-torn: polygon(
		0% 1.5%,
		3% 0%,
		7% 1.8%,
		12% 0.4%,
		18% 1.6%,
		24% 0%,
		30% 1.4%,
		36% 0.3%,
		42% 1.7%,
		48% 0%,
		54% 1.5%,
		60% 0.4%,
		66% 1.6%,
		72% 0%,
		78% 1.4%,
		84% 0.3%,
		90% 1.7%,
		95% 0.2%,
		100% 1.4%,
		100% 100%,
		0% 100%
	);
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 28px 22px 32px;
	overflow: visible;
	filter: drop-shadow(0 6px 16px rgba(26, 31, 60, 0.12));
}

.eqc-jtt-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	clip-path: var(--eqc-jtt-card-torn);
	pointer-events: none;
}

.eqc-jtt-card > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-card--provides::before {
	background: #e8f5e4;
}

.eqc-jtt-card--pay::before {
	background: #e4f0fb;
}

.eqc-jtt-card--benefits::before {
	background: #fbf0d4;
}

.eqc-jtt-card--provides {
	--eqc-jtt-card-accent: #4caf50;
}

.eqc-jtt-card--pay {
	--eqc-jtt-card-accent: #2f7fd4;
}

.eqc-jtt-card--benefits {
	--eqc-jtt-card-accent: #e8a11a;
}

.eqc-jtt-card__icon {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto 12px;
	object-fit: contain;
}

.eqc-jtt-card__title {
	margin: 0 0 12px;
	text-align: center;
	font-family: var(--eqc-font-display);
	font-size: clamp(1rem, 1.6vw, 1.2rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--eqc-jtt-card-accent);
}

.eqc-jtt-card__intro {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.45;
	color: #2a2a2a;
}

.eqc-jtt-card__intro strong {
	font-weight: 700;
}

.eqc-jtt-card__discount {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 35px;
	min-height: 3.2em;
}

.eqc-jtt-card__discount-brush {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 112%;
	max-width: none;
	height: auto;
	pointer-events: none;
	z-index: 0;
}

.eqc-jtt-card__discount-text {
	position: relative;
	z-index: 1;
	padding: 0.55em 0.9em;
	color: #fff;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	font-weight: 600;
}

.eqc-jtt-card__discount-text em {
	display: inline;
	font-family: var(--eqc-font-hand, "Caveat", cursive);
	font-style: normal;
	font-size: 1.35em;
	font-weight: 700;
	white-space: nowrap;
}

.eqc-jtt-card__covers {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: #2a2a2a;
}

.eqc-jtt-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.eqc-jtt-card__list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
}

.eqc-jtt-card__list img {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	object-fit: contain;
}

.eqc-jtt-card__list span {
	font-size: 13.5px;
	line-height: 1.4;
	color: #2a2a2a;
}

.eqc-jtt-card__heart {
	position: absolute;
	right: 14px;
	bottom: 12px;
	width: 28px;
	height: auto;
	pointer-events: none;
	z-index: 2;
}

/* ---- Apply strip ---- */

.eqc-jtt-apply {
	position: relative;
	isolation: isolate;
	width: 100%;
	background: var(--eqc-blue);
}

.eqc-jtt-apply__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 8px max(20px, calc((100vw - 1200px) / 2)) 88px;
	box-sizing: border-box;
	z-index: 1;
	overflow: visible;
}

.eqc-jtt-apply__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jtt-apply__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-apply__strip {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 16px 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 32px 30px 24px;
	overflow: visible;
	background: #fff;
	box-shadow: 0 6px 18px rgba(26, 31, 60, 0.12);
}

.eqc-jtt-apply__tape {
	position: absolute;
	top: -14px;
	right: 48px;
	width: 78px;
	height: auto;
	transform: rotate(12deg);
	z-index: 2;
	pointer-events: none;
}

.eqc-jtt-apply__envelope {
	display: block;
	width: 72px;
	height: auto;
	object-fit: contain;
}

.eqc-jtt-apply__copy {
	min-width: 0;
}

.eqc-jtt-apply__lead {
	margin: 0 0 4px;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--eqc-blue);
}

.eqc-jtt-apply__body {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #2a2a2a;
}

.eqc-jtt-apply__arrow {
	display: block;
	width: 64px;
	height: auto;
	object-fit: contain;
}

.eqc-jtt-apply__email {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	min-width: 220px;
	min-height: 3em;
}

.eqc-jtt-apply__email:hover,
.eqc-jtt-apply__email:focus {
	text-decoration: none;
}

.eqc-jtt-apply__email-brush {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 118%;
	max-width: none;
	height: auto;
	pointer-events: none;
	z-index: 0;
}

.eqc-jtt-apply__email-text {
	position: relative;
	z-index: 1;
	padding: 0.45em 1em;
	color: #fff;
	font-family: var(--eqc-font-display);
	font-size: clamp(0.85rem, 1.4vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

/* ---- FAQ accordion (same behavior as /en/faq/) ---- */

.eqc-jtt-faq {
	position: relative;
	isolation: isolate;
	width: 100%;
	background: var(--eqc-blue);
}

.eqc-jtt-faq__paper {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 8px max(20px, calc((100vw - 1200px) / 2)) 96px;
	box-sizing: border-box;
	z-index: 1;
}

.eqc-jtt-faq__paper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-color: var(--eqc-paper);
	background-image: var(--eqc-paper-tile);
	background-repeat: repeat;
	background-size: 256px 256px;
	background-position: center top;
}

.eqc-jtt-faq__paper > * {
	position: relative;
	z-index: 1;
}

.eqc-jtt-faq__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 28px 32px 36px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(26, 31, 60, 0.12);
}

.eqc-jtt-faq__title {
	margin: 0 0 8px;
	font-family: var(--eqc-font-display);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--eqc-navy);
	text-align: center;
}

.eqc-jtt-faq__list.faq-wrapper h4 {
	font-family: var(--eqc-font-display);
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	color: var(--eqc-navy);
	border-bottom: 1px solid #e8e4db;
	padding: 14px 48px 14px 0;
	margin: 0;
	background-color: transparent;
	background-position: right 0.25rem center;
}

.eqc-jtt-faq__list.faq-wrapper .wpb_content_element > .wpb_wrapper > p {
	padding: 10px 48px 16px 0;
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #2a2a2a;
}

.eqc-jtt-faq__list.faq-wrapper .wpb_wrapper .wpb_text_column {
	margin: 0 !important;
}

/* ---- Optional page content ---- */

.eqc-join-team__content {
	padding: 48px 24px 80px;
	background: #fff;
}

.eqc-join-team__content-inner {
	max-width: 960px;
	margin: 0 auto;
}

@media (max-width: 900px) {
	.eqc-jqt__paper {
		padding: 108px 16px 64px;
	}

	.eqc-jqt-layout {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 28px;
	}

	.eqc-jqt-main,
	.eqc-jqt-aside {
		grid-column: auto;
	}

	.eqc-jqt-main {
		gap: 24px;
		padding-right: 0;
	}

	.eqc-jqt-aside {
		gap: 28px;
	}

	.eqc-jqt-hero__copy {
		padding: 8px 0 0 8px;
		transform: rotate(-1deg);
	}

	.eqc-jqt-body__text {
		padding-left: 0;
	}

	.eqc-jqt-hero__photo {
		justify-self: center;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		transform: rotate(1.5deg);
	}

	.eqc-jqt-europe__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px 12px;
	}

	.eqc-jqt-reqs__paper {
		padding: 0 16px 64px;
	}

	.eqc-jqt-reqs__row--top {
		grid-template-columns: 1fr;
	}

	.eqc-jqt-reqs__row--bottom {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.eqc-jqt-req {
		border-right: 0;
		border-bottom: 1px dotted #c8c5bc;
		padding: 18px 8px;
	}

	.eqc-jqt-reqs__row .eqc-jqt-req:last-child {
		border-bottom: 0;
	}

	.eqc-jqt-roles__paper {
		padding: 0 16px 64px;
	}

	.eqc-jqt-roles__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.eqc-jtt-hero__paper {
		padding: 108px 16px 56px;
	}

	.eqc-jtt-hero__stage {
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"copy copy"
			"p1 p2";
		gap: 28px 16px;
		min-height: 0;
	}

	.eqc-jtt-hero__copy {
		grid-area: copy;
		padding-bottom: 8px;
	}

	.eqc-jtt-hero__photo--1 {
		grid-area: p1;
		justify-self: end;
		max-width: 180px;
	}

	.eqc-jtt-hero__photo--2 {
		grid-area: p2;
		justify-self: start;
		max-width: 180px;
	}

	.eqc-jtt-hero__stamp {
		right: 0;
		top: 22%;
		width: 96px;
	}

	.eqc-jtt-hero__title {
		font-size: clamp(2.4rem, 10vw, 3.4rem);
		margin-bottom: 22px;
	}

	.eqc-jtt-info__paper {
		padding: 0 16px 40px;
	}

	.eqc-jtt-info__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.eqc-jtt-sheet,
	.eqc-jtt-note {
		transform: none;
	}

	.eqc-jtt-offer__paper {
		padding: 0 16px 64px;
	}

	.eqc-jtt-offer__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.eqc-jtt-apply__paper {
		padding: 0 16px 64px;
	}

	.eqc-jtt-apply__strip {
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-areas:
			"env copy"
			"email email";
		padding: 28px 20px 24px;
		gap: 14px 16px;
	}

	.eqc-jtt-apply__envelope {
		grid-area: env;
		width: 56px;
	}

	.eqc-jtt-apply__copy {
		grid-area: copy;
	}

	.eqc-jtt-apply__arrow {
		display: none;
	}

	.eqc-jtt-apply__email {
		grid-area: email;
		justify-self: center;
		min-width: 0;
		width: 100%;
		max-width: 320px;
	}

	.eqc-jtt-apply__tape {
		right: 20px;
		width: 64px;
	}

	.eqc-jtt-faq__paper {
		padding: 0 16px 72px;
	}

	.eqc-jtt-faq__inner {
		padding: 22px 18px 28px;
	}
}

@media (max-width: 520px) {
	.eqc-jqt-europe__grid {
		display: flex;
		gap: 14px;
		overflow-x: auto;
		padding: 0 4px 8px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.eqc-jqt-europe__grid::-webkit-scrollbar {
		display: none;
	}

	.eqc-jqt-polaroid {
		flex: 0 0 42%;
		max-width: 160px;
		scroll-snap-align: start;
	}

	.eqc-jtt-hero__photo {
		max-width: 150px;
		padding: 8px 8px 28px;
	}

	.eqc-jtt-hero__pin {
		width: 28px;
		top: -32px;
	}

	.eqc-jtt-hero__heart {
		width: 26px;
	}

	.eqc-jtt-hero__programme-text {
		white-space: normal;
		max-width: 16em;
		text-align: center;
		line-height: 1.2;
	}

	.eqc-jtt-hero__stamp {
		width: 72px;
		right: -4%;
	}

	.eqc-jtt-hero__tape {
		width: 64px;
		bottom: 10px;
		left: 10px;
	}

	.eqc-jtt-sheet {
		padding: 22px 18px 28px;
	}

	.eqc-jtt-note {
		padding: 24px 18px 36px;
	}

	.eqc-jtt-sheet__tape {
		width: 56px;
		left: 10px;
	}

	.eqc-jtt-practical__item {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 10px;
	}

	.eqc-jtt-practical__icon {
		width: 32px;
		height: 32px;
	}
}
