/*
Theme Name: Banjaaraa Premium
Theme URI: https://banjaaraa.com/
Author: Banjaaraa
Description: A lightweight, accessible WordPress premium theme foundation with reusable custom metaboxes.
Version: 1.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: banjaaraa-premium
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: "Sohne";
	src: url("assets/fonts/sohne-regular.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Sohne";
	src: url("assets/fonts/sohne-italic.otf") format("opentype");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Sohne";
	src: url("assets/fonts/sohne-semibold.otf") format("opentype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Sohne";
	src: url("assets/fonts/sohne-bold.otf") format("opentype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Sohne";
	src: url("assets/fonts/sohne-extrabold.otf") format("opentype");
	font-style: normal;
	font-weight: 800 900;
	font-display: swap;
}

:root {
	--color-yellow: #ffcc01;
	/* --color-dark: #14292d; */
	--color-dark: #290916;
	--color-light: #faf5f3;
	--color-background: var(--color-light);
	--color-surface: #ffffff;
	--color-text: var(--color-dark);
	--color-muted: #53676a;
	--color-accent: var(--color-yellow);
	--color-border: rgba(20, 41, 45, 0.16);
	--shadow-sm: 0 0.5rem 1.5rem rgba(20, 41, 45, 0.08);
	--shadow-md: 0 1rem 2.5rem rgba(20, 41, 45, 0.12);
	--radius-sm: 0.5rem;
	--radius-lg: 1.25rem;
	--content-width: 72rem;
	--reading-width: 1400px;
	--bs-body-color: var(--color-dark);
	--bs-body-bg: var(--color-light);
	--bs-body-font-family: "Sohne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--bs-primary: var(--color-yellow);
	--bs-primary-rgb: 255, 204, 1;
	--bs-dark: var(--color-dark);
	--bs-dark-rgb: 20, 41, 45;
	--bs-light: var(--color-light);
	--bs-light-rgb: 250, 245, 243;
	--bs-border-color: var(--color-border);
	--bs-border-radius: var(--radius-sm);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-background);
	color: var(--color-text);
	font-family: "Sohne", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

a {
	color: var(--color-dark);
	text-decoration-color: var(--color-accent);
	text-decoration-thickness: 0.12em;
	text-underline-offset: 0.2em;
	transition: color 160ms ease, text-decoration-thickness 160ms ease;
}

a:hover,
a:focus-visible {
	text-decoration-thickness: 0.15em;
}

:focus-visible {
	outline: 0.2rem solid var(--color-accent);
	outline-offset: 0.2rem;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.journey-header,
.site-footer {
	/* background: var(--color-dark); */
	color: var(--color-light);
	border-color: rgba(250, 245, 243, 0.14);
	border-style: solid;
	border-width: 0 0 1px;
}

.journey-header {
	position: sticky;
	top: 0;
	z-index: 100;
	/* background: #08798c; */
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.has-scroll-smoother .journey-header {
	position: fixed;
	left: 0;
	width: 100%;
}

.has-scroll-smoother body:not(.home) .site-main {
	padding-top: calc(4.25rem + clamp(3rem, 7vw, 6rem));
}

.home .journey-header {
	margin-bottom: -4.25rem;
}

.home .journey-header:not(.has-scrolled-header):not(.has-open-navigation) {
	background: transparent;
	-webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: 0 .5rem 1.5rem rgba(10, 25, 30, .12);
}

.journey-header.has-scrolled-header,
.journey-header.has-open-navigation {
	/* background: rgba(7, 64, 76, 0.72); */
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 0.5rem 1.5rem rgba(10, 25, 30, 0.12);
}

.home .journey-header.is-over-light-section {
	background: rgba(242, 240, 236, .9);
	color: var(--color-dark);
	border-color: rgba(41, 9, 22, .12);
}

.home .journey-header.is-over-light-section .journey-header__brand,
.home .journey-header.is-over-light-section .journey-navigation .journey-navigation__list > li:last-child {
	border-color: rgba(41, 9, 22, .14);
}

.home .journey-header.is-over-light-section .custom-logo {
	filter: brightness(0) saturate(100%);
}

.home .journey-header.is-over-light-section .journey-navigation .journey-navigation__list > li > a,
.home .journey-header.is-over-light-section .journey-menu-button {
	color: var(--color-dark);
}

.home .journey-header.is-over-light-section .journey-navigation .journey-navigation__list > li > a:hover,
.home .journey-header.is-over-light-section .journey-navigation .journey-navigation__list > li > a:focus-visible {
	background: rgba(41, 9, 22, .08);
	color: var(--color-dark);
}

.site-footer {
	margin-top: 4rem;
	border-width: 1px 0 0;
}

.journey-header__bar,
.site-footer__inner,
.site-main {
	max-width: var(--content-width);
	margin-inline: auto;
}

.home .site-main {
	width: 100%;
	max-width: none;
	padding: 0;
}

.home .site-footer {
	margin-top: 0;
}

.home-hero {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	isolation: isolate;
	background: #1c2020;
	color: #ffffff;
}

.home-hero__backgrounds,
.home-hero__veil {
	position: absolute;
	inset: 0;
}

.home-hero__backgrounds {
	z-index: 0;
}

.home-hero__transition-image {
	position: absolute;
	z-index: 1;
	max-width: none;
	object-fit: cover;
	pointer-events: none;
	box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.46);
	transform: translateZ(0);
	will-change: left, top, width, height, border-radius, filter, box-shadow;
}

.home-hero::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(5, 10, 11, 0.46);
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 320ms ease;
}

.home-hero__media {
	position: absolute;
	inset: -3rem;
	background-image: var(--home-hero-image);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.02);
	transition: opacity 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-hero__media.is-active {
	opacity: 1;
}

.home-hero__media.is-active.is-loaded-from-card {
	transition: none;
}

.home-hero__media.is-active.is-zooming {
	animation: home-hero-zoom-in 8.5s linear both;
}

@keyframes home-hero-zoom-in {
	from {
		transform: scale(1.02);
	}

	to {
		transform: scale(1.1);
	}
}

.home-hero__veil {
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(13, 19, 19, 0.86) 0%, rgba(13, 19, 19, 0.52) 37%, rgba(13, 19, 19, 0.12) 76%),
		linear-gradient(0deg, rgba(9, 13, 14, 0.75) 0%, transparent 52%),
		linear-gradient(180deg, rgba(9, 13, 14, 0.42) 0%, transparent 27%);
	transition: opacity 320ms ease;
}

.home-hero.is-transitioning::after,
.home-hero.is-transitioning .home-hero__veil {
	opacity: 0;
}

.home-hero__layout {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(17rem, 0.82fr) minmax(0, 1.18fr);
	grid-template-rows: 1fr auto;
	column-gap: clamp(2rem, 6vw, 7rem);
	width: min(100% - clamp(3rem, 8vw, 9rem), 100rem);
	min-height: 100svh;
	margin-inline: auto;
	padding: clamp(8rem, 17vh, 11rem) 0 clamp(2rem, 5vh, 3.5rem);
}

.home-hero__story {
	position: relative;
	align-self: end;
	min-height: 30rem;
}

.home-hero__content {
	position: absolute;
	inset: 50% 0 auto;
	visibility: hidden;
	opacity: 0;
	transform: translateY(calc(-50% + 4rem));
	transition: opacity 480ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1), visibility 480ms;
	will-change: opacity, transform;
}

.home-hero__content.is-active {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%);
}

.home-hero__content.is-active.is-exiting {
	visibility: visible;
	opacity: 0;
	transform: translate(-4rem, -50%);
	transition-duration: 520ms;
	transition-timing-function: cubic-bezier(0.55, 0, 1, 0.45);
}

.home-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1rem;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.home-hero__eyebrow::before {
	width: 2rem;
	height: 0.14rem;
	background: var(--color-accent);
	content: "";
}

.home-hero__title {
	max-width: 8ch;
	margin: 0;
	color: #ffffff;
	font-size: clamp(3.65rem, 6.7vw, 7.25rem);
	font-weight: 800;
	letter-spacing: -0.07em;
	line-height: 0.84;
	text-transform: uppercase;
	text-wrap: pretty;
}

.home-hero__summary {
	max-width: 30rem;
	margin: 1.5rem 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(0.96rem, 1.35vw, 1.1rem);
	line-height: 1.65;
}

.home-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 1.25rem;
	margin-top: 1.75rem;
	padding: 0.78rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 999px;
	background: transparent;
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: gap 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.home-hero__cta:hover,
.home-hero__cta:focus-visible {
	gap: 1.65rem;
	border-color: #ffffff;
	background: #ffffff;
	color: var(--color-dark);
	transform: translateY(-0.12rem);
}

.home-hero__rail {
	position: relative;
	z-index: 5;
	align-self: end;
	min-width: 0;
	overflow: hidden;
}

.home-hero.is-transitioning .home-hero__rail,
.home-hero.is-transitioning .home-hero__controls {
	opacity: 1;
	visibility: visible;
}

.home-hero__cards {
	display: flex;
	gap: clamp(0.85rem, 1.6vw, 1.4rem);
	overflow-x: auto;
	padding: 1.25rem 1.25rem 1.75rem 0.25rem;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.home-hero__cards::-webkit-scrollbar {
	display: none;
}

.home-hero.is-transitioning .home-hero__cards {
	overflow-x: clip;
	scroll-behavior: auto;
}

.home-hero__card {
	position: relative;
	flex: 0 0 clamp(10.5rem, 15vw, 14rem);
	width: clamp(10.5rem, 15vw, 14rem);
	aspect-ratio: 0.69;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0.75rem;
	background: #202929;
	box-shadow: 0 1.25rem 2.2rem rgba(0, 0, 0, 0.28);
	color: #ffffff;
	text-align: left;
	transform: translateY(0);
	transition: border-color 220ms ease, transform 220ms ease, opacity 220ms ease;
	max-width: 280px;
}

.home-hero__card[hidden] {
	display: none;
}

.home-hero__card:hover,
.home-hero__card:focus-visible,
.home-hero__card.is-active {
	border-color: var(--color-accent);
	background: #202929;
	transform: translateY(-0.5rem);
}

.home-hero__card:not(.is-active) {
	opacity: 0.88;
}

.home-hero__card.is-expanding {
	pointer-events: none;
	visibility: hidden;
}

.home-hero__card.is-expanding .home-hero__card-shade {
	opacity: 0;
}

.home-hero__card img,
.home-hero__card-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-hero__card img {
	object-fit: cover;
}

.home-hero__card-shade {
	background: linear-gradient(0deg, rgba(8, 13, 14, 0.92) 0%, rgba(8, 13, 14, 0.08) 62%);
}

.home-hero__card-copy {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	display: grid;
	gap: 0.4rem;
}

.home-hero__card-copy::before {
	width: 1.2rem;
	height: 0.12rem;
	background: var(--color-accent);
	content: "";
}

.home-hero__card-copy small {
	font-size: 0.65rem;
	line-height: 1.35;
}

.home-hero__card-copy strong {
	font-size: clamp(1rem, 1.4vw, 1.3rem);
	letter-spacing: -0.035em;
	line-height: 1;
	text-transform: uppercase;
}

.home-hero__controls {
	position: relative;
	z-index: 1;
	grid-column: 2;
	display: grid;
	grid-template-columns: auto minmax(6rem, 1fr) auto;
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
	padding-top: 0.75rem;
}

.home-hero__arrows {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: #ffffff;
}

.home-hero__arrow {
	display: grid;
	place-items: center;
	width: 3.6rem;
	height: 3.6rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 50%;
	background: transparent;
	background-image: none;
	color: #ffffff;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
	border-color: var(--color-accent);
	background: var(--color-accent);
	color: var(--color-dark);
	transform: none;
}

.home-hero__arrow svg {
	width: 1.35rem;
	fill: currentColor;
}

.home-hero__progress {
	height: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.35);
}

.home-hero__progress span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--color-accent);
	transform: scaleX(0.2);
	transform-origin: left;
	transition: transform 450ms ease;
}

.home-hero__count {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
}

.home-hero__count [data-slide-current] {
	font-size: 2.5rem;
	letter-spacing: -0.07em;
}

.home-content {
	width: min(100% - 3rem, var(--reading-width));
	margin: 0 auto;
	padding-block: clamp(4rem, 9vw, 8rem);
}

/* Scroll-led journey feature. */
.home-journey {
	position: relative;
	height: 185svh;
	background: #f2f0ec;
	color: var(--color-dark);
}

.home-journey__stage {
	position: sticky;
	top: 0;
	display: grid;
	grid-template-columns: minmax(19rem, 32%) minmax(0, 68%);
	height: 100svh;
	min-height: 42rem;
	overflow: hidden;
}

.home-journey.is-enhanced .home-journey__stage {
	position: relative;
}

.home-journey__copy {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(5rem, 8vw, 9rem) clamp(2rem, 4vw, 5rem);
	background: #f2f0ec;
}

.home-journey__eyebrow {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin: 0 0 1.3rem;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.home-journey__eyebrow::before {
	display: block;
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.home-journey__title {
	max-width: 9.5ch;
	margin: 0;
	font-size: clamp(3rem, 4.25vw, 5.25rem);
	font-weight: 600;
	line-height: .96;
	letter-spacing: -.065em;
}

.home-journey__description {
	max-width: 32rem;
	margin: clamp(1.75rem, 3vw, 2.8rem) 0 0;
	font-size: clamp(.95rem, 1.05vw, 1.15rem);
	line-height: 1.55;
}

.home-journey__cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-width: 12rem;
	margin-top: clamp(2rem, 4vw, 3.5rem);
	padding: 1rem 1.2rem;
	border: 1px solid var(--color-dark);
	background: var(--color-dark);
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 220ms ease, color 220ms ease;
}

.home-journey__cta:hover,
.home-journey__cta:focus-visible {
	background: transparent;
	color: var(--color-dark);
}

.home-journey__visual {
	position: relative;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: #45575a;
}

.home-journey__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	max-width: none;
	object-fit: cover;
	object-position: center 38%;
	transform: translate3d(0, 0, 0) scale(1.035);
	will-change: transform;
}

.home-journey__visual figcaption {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 1;
	padding: .55rem .8rem;
	background: rgba(18, 20, 19, .55);
	color: #fff;
	font-size: .64rem;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

/* Line-by-line travel manifesto. */
.home-manifesto {
	position: relative;
	background: #f2f0ec;
	color: var(--color-dark);
}

.home-manifesto__inner {
	width: min(100% - clamp(2.5rem, 9vw, 10rem), 92rem);
	min-height: 150svh;
	margin-inline: auto;
	padding: clamp(7rem, 13vw, 13rem) 0 clamp(10rem, 18vw, 18rem);
}

.home-manifesto__eyebrow {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin: 0 0 clamp(3rem, 7vw, 7rem);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.home-manifesto__eyebrow::before {
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	content: "";
}

.home-manifesto__title {
	margin: 0;
	font-size: clamp(4.25rem, 9.2vw, 9.5rem);
	font-weight: 700;
	letter-spacing: -.075em;
	line-height: .82;
	text-transform: uppercase;
}

.home-manifesto__statement {
	width: min(100%, 62rem);
	margin: clamp(4rem, 8vw, 8rem) 0 0 auto;
}

.home-manifesto__statement p {
	margin: 0;
	font-size: clamp(2rem, 3.65vw, 4.15rem);
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: 1.02;
}

.home-manifesto__line {
	position: relative;
	display: block;
	width: fit-content;
	max-width: 100%;
}

.home-manifesto.is-enhanced .home-manifesto__line-mask {
	position: absolute;
	top: .04em;
	right: -.03em;
	bottom: .02em;
	width: 100.08%;
	background: rgba(242, 240, 236, .7);
	pointer-events: none;
	will-change: width;
}

.journey-header__bar,
.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding-block: 1.25rem;
}

.journey-header__bar {
	width: 100%;
	max-width: none;
	min-height: 4.25rem;
	gap: 0;
	padding: 0;
}

.journey-header__brand {
	display: flex;
	align-items: center;
	align-self: stretch;
	flex: 0 0 auto;
	min-width: 13.5rem;
	padding-inline: 2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	animation: journey-header-enter 480ms ease both;
}

.journey-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1;
	text-decoration: none;
}

.journey-brand:hover,
.journey-brand:focus-visible {
	color: #ffffff;
}

.journey-brand__mark {
	width: 1.3rem;
	height: 1.3rem;
	fill: currentColor;
	flex: 0 0 auto;
}

.custom-logo {
	max-width: 10.5rem;
	max-height: 2.75rem;
	width: auto;
	transition: filter 200ms ease;
}

.journey-navigation {
	align-self: stretch;
	margin-left: auto;
}

.journey-navigation .journey-navigation__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 100%;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.journey-navigation .journey-navigation__list > li {
	position: relative;
	display: flex;
	align-items: stretch;
	height: 100%;
	animation: journey-header-enter 480ms ease both;
}

.journey-navigation .journey-navigation__list > li:nth-child(1) {
	animation-delay: 80ms;
}

.journey-navigation .journey-navigation__list > li:nth-child(2) {
	animation-delay: 140ms;
}

.journey-navigation .journey-navigation__list > li:nth-child(3) {
	animation-delay: 200ms;
}

.journey-navigation .journey-navigation__list > li:nth-child(4) {
	animation-delay: 260ms;
}

.journey-navigation .journey-navigation__list > li:nth-child(5) {
	animation-delay: 320ms;
}

.journey-navigation .journey-navigation__list > li:nth-child(n + 6) {
	animation-delay: 380ms;
}

.journey-navigation .journey-navigation__list > li:last-child {
	margin-left: 1.5rem;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.journey-navigation .journey-navigation__list a {
	display: flex;
	align-items: center;
	padding: 0 0.9rem;
	border-radius: 0;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease;
}

.journey-navigation .journey-navigation__list > li:last-child > a {
	padding-inline: 2.5rem;
}

.journey-navigation .journey-navigation__list a:hover,
.journey-navigation .journey-navigation__list a:focus-visible,
.journey-navigation .journey-navigation__list .current-menu-item > a,
.journey-navigation .journey-navigation__list .current-menu-ancestor > a {
	background: rgba(255, 255, 255, 0.13);
	color: #ffffff;
}

.journey-navigation .journey-navigation__list > li > .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	width: min(24rem, calc(100vw - 2rem));
	min-height: 22.25rem;
	margin: 0;
	padding: 2rem 3rem;
	background-color: #faf7f4;
	box-shadow: 0 0.75rem 1.5rem rgba(20, 41, 45, 0.2);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-0.4rem);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.journey-navigation .journey-navigation__list > li > .sub-menu a {
	min-height: 2.65rem;
	padding: 0.35rem 0;
	background: transparent;
	color: #343434;
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: color 160ms ease, padding-left 160ms ease;
}

.journey-navigation .journey-navigation__list > li > .sub-menu a:hover,
.journey-navigation .journey-navigation__list > li > .sub-menu a:focus-visible,
.journey-navigation .journey-navigation__list > li > .sub-menu .current-menu-item > a {
	padding-left: 0.35rem;
	background: transparent;
	color: #08798c;
}

.journey-navigation .journey-navigation__list > li > .sub-menu > li {
	position: static;
}

.journey-navigation .journey-navigation__list > li > .sub-menu .sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 2rem 2rem 2rem 3rem;
	background: #faf7f4;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-0.4rem);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.journey-navigation .journey-navigation__list > li > .sub-menu li:hover > .sub-menu,
.journey-navigation .journey-navigation__list > li > .sub-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.journey-navigation li:hover > .sub-menu,
.journey-navigation li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.journey-menu-button {
	display: none;
}

@keyframes journey-header-enter {
	from {
		opacity: 0;
		transform: translateY(-0.75rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.site-main {
	padding-block: clamp(3rem, 7vw, 6rem);
}

.page-header,
.post,
.page,
.type-post {
	max-width: var(--reading-width);
	margin-inline: auto;
}

.entry-title {
	margin: 0 0 0.75rem;
	font-size: clamp(2rem, 6vw, 3.75rem);
	font-weight: 850;
	letter-spacing: -0.05em;
	line-height: 1.05;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-subtitle {
	margin-top: 0;
	color: var(--color-muted);
	font-size: clamp(1.1rem, 2.5vw, 1.35rem);
	line-height: 1.5;
}

.entry-meta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--color-muted);
	font-size: 0.8rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.entry-meta::before {
	width: 1.75rem;
	height: 0.2rem;
	border-radius: 999px;
	background: var(--color-accent);
	content: "";
}

.entry-content > * + * {
	margin-top: 1.25rem;
}

.entry-content {
	font-size: 1.05rem;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2.5rem;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.entry-content blockquote {
	margin-inline: 0;
	padding: 1rem 1.5rem;
	border-left: 0.3rem solid var(--color-accent);
	background: rgba(255, 204, 1, 0.12);
	font-size: 1.15rem;
}

.entry-summary {
	padding: 1.25rem 1.5rem;
	border-left: 0.35rem solid var(--color-accent);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	background: var(--color-surface);
	box-shadow: var(--shadow-sm);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1.25rem;
	border: 0.125rem solid var(--color-accent);
	border-radius: var(--radius-sm);
	background-color: var(--color-accent);
	background-image: linear-gradient(to right, #ffffff 50%, var(--color-accent) 50%);
	background-position: 100% 0;
	background-size: 200% 100%;
	box-shadow: 0 0.35rem 0 var(--color-dark);
	color: var(--color-dark);
	font-weight: 800;
	text-decoration: none;
	transition: background-position 220ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
	border-color: var(--color-accent);
	background-color: #ffffff;
	background-position: 0 0;
	box-shadow: 0 0.15rem 0 var(--color-dark);
	color: var(--color-dark);
	transform: translateY(0.2rem);
}

.post-list > article + article {
	margin-top: clamp(3rem, 7vw, 5rem);
	padding-top: clamp(3rem, 7vw, 5rem);
	border-top: 1px solid var(--color-border);
}

.post-list .entry-title {
	font-size: clamp(1.8rem, 5vw, 3rem);
}

.post-list .entry-title a {
	background-image: linear-gradient(var(--color-accent), var(--color-accent));
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 0.2em;
	transition: background-size 220ms ease;
}

.post-list .entry-title a:hover,
.post-list .entry-title a:focus-visible {
	background-size: 100% 0.2em;
}

.page-header {
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
	border-bottom: 0.3rem solid var(--color-accent);
}

.page-header h1 {
	margin: 0;
	font-size: clamp(2rem, 6vw, 3.5rem);
	letter-spacing: -0.045em;
	line-height: 1.1;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 3rem;
}

.nav-links a {
	font-weight: 750;
}

.comments-area {
	max-width: var(--reading-width);
	margin: 4rem auto 0;
	padding-top: 2rem;
	border-top: 0.3rem solid var(--color-accent);
}

input,
textarea,
select {
	max-width: 100%;
	padding: 0.75rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	background: var(--color-surface);
	color: var(--color-dark);
	font: inherit;
}

button,
input[type="submit"] {
	padding: 0.7rem 1rem;
	border: 2px solid var(--color-accent);
	border-radius: var(--radius-sm);
	background-color: var(--color-accent);
	background-image: linear-gradient(to right, #ffffff 50%, var(--color-accent) 50%);
	background-position: 100% 0;
	background-size: 200% 100%;
	color: var(--color-dark);
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: background-position 220ms ease, transform 160ms ease;
}

button:hover,
button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible {
	background-position: 0 0;
	transform: translateY(-0.1rem);
}

.site-footer a {
	color: inherit;
}

/* Immersive travel footer. */
.site-footer {
	position: relative;
	isolation: isolate;
	min-height: clamp(58rem, 92vw, 76rem);
	margin-top: clamp(3rem, 7vw, 7rem);
	overflow: hidden;
	/* background-color: #1b454d; */
	background-image: var(--site-footer-image);
	background-position: center;
	background-size: cover;
	color: #ffffff;
	border: 0;
}

.site-footer__backdrop {
	position: absolute;
	inset: 0;
	z-index: -1;
	/* background:
		linear-gradient(180deg, rgba(7, 38, 47, 0.34) 0%, rgba(7, 45, 55, 0.58) 30%, rgba(6, 54, 65, 0.94) 100%),
		linear-gradient(90deg, rgba(10, 34, 39, 0.2), rgba(239, 159, 74, 0.16)); */
}

.site-footer__inner {
	display: block;
	width: min(100% - clamp(2rem, 8vw, 8rem), 90rem);
	max-width: 90rem;
	margin-inline: auto;
	padding: clamp(4rem, 8vw, 8rem) 0 2rem;
}

.site-footer__wordmark {
	margin: 0 0 clamp(4rem, 8vw, 8rem);
	overflow: hidden;
	color: rgba(255, 255, 255, 0.96);
	font-size: 10rem;
	font-weight: 300;
	letter-spacing: 0.22em;
	line-height: 0.82;
	text-align: center;
	text-indent: 0.22em;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.3;
}

.site-footer__newsletter {
	width: min(100%, 42rem);
	margin-inline: auto;
	text-align: center;
}

.site-footer__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.site-footer__newsletter h2 {
	margin: 0 0 2.25rem;
	color: inherit;
	font-size: clamp(1.45rem, 3vw, 2.35rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-transform: uppercase;
}

.site-footer__signup .mc4wp-form-fields > div,
.site-footer__signup .gdlr-core-input-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 1rem;
}

.site-footer__signup .gdlr-core-column-50,
.site-footer__signup .gdlr-core-column-25 {
	float: none;
	width: auto;
	padding: 0;
}

.site-footer__signup label {
	display: block;
	margin-bottom: 0.4rem;
	text-align: left;
}

.site-footer__signup input[type="email"] {
	width: 100%;
	min-height: 3.25rem;
	padding: 0.65rem 0.15rem;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font: inherit;
}

.site-footer__signup input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.site-footer__signup input[type="submit"],
.site-footer__email-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.75rem 1.8rem;
	border: 1px solid #ffffff;
	border-radius: 0;
	background: #ffffff;
	color: var(--color-dark);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer__signup input[type="submit"]:hover,
.site-footer__signup input[type="submit"]:focus-visible,
.site-footer__email-cta:hover,
.site-footer__email-cta:focus-visible {
	background: transparent;
	color: #ffffff;
	transform: none;
}

.site-footer__email-cta {
	gap: 1rem;
}

.site-footer__signup .mc4wp-response {
	margin-top: 1rem;
	text-align: left;
}

.site-footer__navigation {
	margin-block: clamp(4rem, 8vw, 7rem);
	padding-block: 1.35rem;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem clamp(1.5rem, 4vw, 4.5rem);
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer__menu a {
	font-size: clamp(0.76rem, 1.2vw, 0.92rem);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
	color: var(--color-accent);
}

.site-footer__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	width: min(100%, 46rem);
	margin-inline: auto;
}

.site-footer__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	min-height: 8rem;
	padding: 2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.55);
	font-size: clamp(1.35rem, 3vw, 2.1rem);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer__brand svg {
	width: 2rem;
	fill: var(--color-accent);
}

.site-footer__contact {
	padding: 2rem;
	font-size: 0.95rem;
}

.site-footer__contact p {
	margin: 0 0 0.75rem;
}

.site-footer__contact a {
	font-weight: 600;
	text-decoration-color: var(--color-accent);
}

.site-footer__base {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: clamp(4rem, 8vw, 7rem);
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer__base p {
	margin: 0;
}

.site-footer__base a {
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 48rem) {
	.site-footer {
		min-height: 0;
		background-position: 60% center;
	}

	.site-footer__inner {
		width: min(100% - 2rem, 90rem);
		padding-top: 4rem;
	}

	.site-footer__wordmark {
		margin-bottom: 4.5rem;
		font-size: clamp(2.8rem, 15vw, 6rem);
		letter-spacing: 0.12em;
		text-indent: 0.12em;
	}

	.site-footer__signup .mc4wp-form-fields > div,
	.site-footer__signup .gdlr-core-input-wrap {
		grid-template-columns: 1fr;
	}

	.site-footer__signup input[type="submit"] {
		width: 100%;
	}

	.site-footer__menu {
		justify-content: flex-start;
	}

	.site-footer__details {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		justify-content: flex-start;
		min-height: 0;
		padding: 1.5rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}

	.site-footer__contact {
		padding: 1.5rem 0;
	}

	.site-footer__base {
		align-items: flex-start;
		flex-direction: column;
	}
}

.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: 0.5rem;
	left: 0.5rem;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--color-accent);
	color: var(--color-dark);
}

@media (max-width: 48rem) {
	.home-manifesto__inner {
		width: calc(100% - 2.5rem);
		min-height: 130svh;
		padding-block: 6rem 10rem;
	}

	.home-manifesto__eyebrow {
		margin-bottom: 3.5rem;
	}

	.home-manifesto__title {
		font-size: clamp(3.3rem, 17vw, 5.75rem);
		line-height: .86;
	}

	.home-manifesto__statement {
		margin-top: 4.5rem;
	}

	.home-manifesto__statement p {
		font-size: clamp(1.75rem, 8.3vw, 2.7rem);
		line-height: 1.06;
	}

	.home-journey {
		height: auto;
	}

	.home-journey__stage,
	.home-journey.is-enhanced .home-journey__stage {
		position: relative;
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 0;
		overflow: visible;
	}

	.home-journey__copy {
		padding: 5rem 1.25rem 4rem;
	}

	.home-journey__title {
		max-width: 11ch;
		font-size: clamp(2.8rem, 12vw, 4.5rem);
	}

	.home-journey__description {
		font-size: 1rem;
	}

	.home-journey__visual {
		height: min(130vw, 44rem);
	}

	.home-journey__image {
		height: 115%;
		object-position: center 45%;
	}

	.has-scroll-smoother body:not(.home) .site-main {
		padding-top: calc(4rem + clamp(3rem, 7vw, 6rem));
	}

	.home-hero {
		min-height: 100svh;
	}

	.home .journey-header {
		margin-bottom: -4rem;
	}

	.home-hero__media {
		inset: -2rem;
		background-position: 56% center;
	}

	.home-hero__veil {
		background:
			linear-gradient(0deg, rgba(8, 13, 14, 0.88) 0%, rgba(8, 13, 14, 0.12) 68%),
			linear-gradient(90deg, rgba(8, 13, 14, 0.64), rgba(8, 13, 14, 0.12));
	}

	.home-hero__layout {
		display: flex;
		flex-direction: column;
		width: min(100% - 2rem, 40rem);
		padding: 6.5rem 0 1.25rem;
	}

	.home-hero__story {
		flex: 1 1 auto;
		width: 100%;
		min-height: 20rem;
	}

	.home-hero__content {
		inset: auto 0 1.25rem;
		transform: translateY(3rem);
	}

	.home-hero__content.is-active {
		transform: translateY(0);
	}

	.home-hero__content.is-active.is-exiting {
		transform: translateX(-2.5rem);
	}

	.home-hero__title {
		max-width: 100%;
		font-size: clamp(2.85rem, 12.5vw, 4.6rem);
		letter-spacing: -0.065em;
	}

	.home-hero__summary {
		display: none;
	}

	.home-hero__cta {
		margin-top: 1.25rem;
	}

	.home-hero__rail {
		width: calc(100% + 1rem);
	}

	.home-hero__cards {
		gap: 0.75rem;
		padding: 0.75rem 1rem 1.1rem 0;
	}

	.home-hero__card {
		flex-basis: 8.4rem;
		width: 8.4rem;
		border-radius: 0.55rem;
	}

	.home-hero__card-copy {
		right: 0.7rem;
		bottom: 0.7rem;
		left: 0.7rem;
	}

	.home-hero__card-copy small {
		display: none;
	}

	.home-hero__card-copy strong {
		font-size: 0.86rem;
	}

	.home-hero__controls {
		grid-template-columns: auto minmax(3rem, 1fr) auto;
		width: 100%;
		gap: 0.85rem;
		padding-top: 0.2rem;
	}

	.home-hero__arrow {
		width: 2.75rem;
		height: 2.75rem;
	}

	.home-hero__count [data-slide-current] {
		font-size: 1.75rem;
	}

	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.journey-header__bar {
		min-height: 4rem;
		padding-inline: 1rem;
	}

	.journey-header__brand {
		min-width: 0;
		padding: 0;
		border-right: 0;
	}

	.custom-logo {
		max-width: 9rem;
		max-height: 2.5rem;
	}

	.journey-menu-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 0.28rem;
		width: 2.75rem;
		height: 2.75rem;
		margin-left: auto;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		background-image: none;
		color: #ffffff;
		transform: none;
	}

	.journey-menu-button:hover,
	.journey-menu-button:focus-visible {
		background: rgba(255, 255, 255, 0.12);
		transform: none;
	}

	.journey-menu-button__line {
		display: block;
		width: 1.35rem;
		height: 0.125rem;
		background: currentColor;
		transition: transform 160ms ease, opacity 160ms ease;
	}

	.has-open-navigation .journey-menu-button__line:first-of-type {
		transform: translateY(0.2rem) rotate(45deg);
	}

	.has-open-navigation .journey-menu-button__line:last-of-type {
		transform: translateY(-0.2rem) rotate(-45deg);
	}

	.journey-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-height: calc(100vh - 4rem);
		margin: 0;
		overflow-y: auto;
		background: #08798c;
		box-shadow: 0 0.75rem 1.5rem rgba(20, 41, 45, 0.2);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-0.5rem);
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	}

	.has-open-navigation .journey-navigation {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.journey-navigation .journey-navigation__list {
		align-items: stretch;
		flex-direction: column;
		height: auto;
	}

	.journey-navigation .journey-navigation__list > li,
	.journey-navigation .journey-navigation__list > li:last-child {
		display: block;
		height: auto;
		margin: 0;
		border: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.journey-navigation .journey-navigation__list a,
	.journey-navigation .journey-navigation__list > li:last-child > a {
		min-height: 3.5rem;
		padding-inline: 1.25rem;
	}

	.journey-navigation .journey-navigation__list > li > a::before {
		margin-right: 0.65rem;
		color: rgba(255, 255, 255, 0.4);
		content: "+";
	}

	.journey-navigation .menu-first-case {
		color: inherit;
		font-size: inherit;
	}

	.journey-navigation .journey-navigation__list > li > .sub-menu {
		position: static;
		width: auto;
		min-width: 0;
		min-height: 0;
		padding: 0 0 0.5rem 1rem;
		background: rgba(20, 41, 45, 0.14);
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.journey-navigation .journey-navigation__list > li > .sub-menu a {
		min-height: 3rem;
		padding: 0.35rem 1.25rem;
		color: #ffffff;
		font-size: 0.9rem;
		font-weight: 600;
		letter-spacing: normal;
		text-transform: none;
	}

	.journey-navigation .journey-navigation__list > li > .sub-menu a:hover,
	.journey-navigation .journey-navigation__list > li > .sub-menu a:focus-visible,
	.journey-navigation .journey-navigation__list > li > .sub-menu .current-menu-item > a {
		padding-left: 1.25rem;
		background: rgba(255, 255, 255, 0.13);
		color: #ffffff;
	}

	.journey-navigation .journey-navigation__list > li > .sub-menu .sub-menu {
		position: static;
		width: auto;
		min-height: 0;
		padding: 0 0 0 1rem;
		background: transparent;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-manifesto.is-enhanced .home-manifesto__line-mask {
		display: none;
	}

	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.home-hero__media {
		will-change: auto;
		transform: none !important;
	}

	.home-hero::after {
		display: none;
	}

	.home-journey {
		height: auto;
	}

	.home-journey__stage,
	.home-journey.is-enhanced .home-journey__stage {
		position: relative;
	}

	.home-journey__image {
		transform: none !important;
		will-change: auto;
	}
}

/* ABTOT */
.bgfoot__abtot {
	display: block;
	align-self: center;
	margin-top: 48px;
	width: 113px;
	height: 57px;
}

/* node 708:54046: gap 48 (was 58 from the old node); tablet/desktop keep their own 80 below */

/* bottom bar — full-bleed (Hugo's bottom frame is x0 full width with its own 32px inner margin) */
.bgfoot__bar {
	width: calc(100% + 48px);
	margin: 48px -24px 0;
	padding: 48px 32px 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.bgfoot__bar-left {
	display: contents;
}

.bgfoot__copy,
.bgfoot__legal a {
	font-family: "Roboto Flex", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1.44px;
	text-transform: uppercase;
	color: var(--c-sand);
}

.bgfoot__copy {
	margin: 0;
	align-self: stretch;
	text-align: center;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.bgfoot__pay {
	display: block;
	width: 162px;
	height: 30px;
}

.bgfoot__legal {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.bgfoot__legal a {
	text-decoration: none;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.bgfoot__countries a,
.bgfoot__copy,
.bgfoot__details a,
.bgfoot__logo {
	text-decoration: none;
}

/* trading disclosure line (2026-08-17): same face and colour as the copyright, sentence case for
   readability, one centred paragraph under the bottom bar at every width */
.bgfoot__reg {
	margin: -16px 0 0;
	padding: 0 0 40px;
	max-width: 760px;
	text-align: center;
	/* font-family: "Roboto Flex", sans-serif; */
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .3px;
	/* color: var(--c-sand); */
	opacity: .85;
}

/* ---------- op-footer TABLET (1024) — its own baked backdrop (2048x3304 = 1024x1652 frame) ---------- */
@media (min-width: 768px) {
	.bgfoot__bg {
		/* background-image: url("../../img/r1/footer-backdrop-tablet.webp"); */
	}

	.bgfoot__inner {
		padding: 542px 32px 0;
	}

	.bgfoot__form {
		max-width: 456px;
		margin-top: 57px;
	}

	.bgfoot__names {
		flex-direction: row;
		gap: 16px;
	}

	.bgfoot__names .bgfoot__field {
		flex: 1 1 0;
		min-width: 0;
	}

	.bgfoot__field--email {
		margin-top: 35px;
	}

	.bgfoot__check {
		margin-top: 35px;
		align-self: center;
	}

	.bgfoot__submit {
		margin-top: 48px;
	}

	/* country row reappears, centred — Hugo's row IS centred so gap:40 reproduces every x */
	.bgfoot__countries {
		width: 100%;
		margin-top: 88px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
	}

	.bgfoot__countries a {
		font-family: "Roboto Flex", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 1.92px;
		text-transform: uppercase;
		color: var(--c-sand);
		margin-right: -1.3px;
		text-box-trim: trim-both;
		text-box-edge: cap alphabetic;
	}

	/* contact: horizontal logo | divider | details, divider at frame centre */
	.bgfoot__contact {
		margin-top: 74px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.bgfoot__contact-col {
		flex: 1 1 0;
		min-width: 0;
		align-items: center;
	}

	.bgfoot__contact-col--logo {
		order: 1;
		justify-content: flex-end;
		padding-right: 48px;
		margin-top: 0;
	}

	.bgfoot__contact-col--details {
		order: 3;
		justify-content: flex-start;
		padding-left: 48px;
		margin-top: 0;
	}

	.bgfoot__divider {
		order: 2;
		width: 1px;
		height: 213px;
		flex: 0 0 auto;
	}

	.bgfoot__details {
		text-align: left;
	}

	.bgfoot__abtot {
		margin-top: 80px;
	}

	/* bottom bar: stacked centred (copyright, payment, legal-row) */
	.bgfoot__bar {
		width: 100%;
		margin: 54px 0 0;
		padding: 48px 0 48px;
		gap: 40px;
		border-top: 1px solid rgba(249, 245, 242, .3);
	}

	.bgfoot__legal {
		flex-direction: row;
		gap: 24px;
	}
}

/* ---------- op-footer DESKTOP (1440) — sharp baked backdrop (2880x3000 = 1440x1500 frame, 1:1) ---------- */
@media (min-width: 1280px) {
	.bgfoot__bg {
		background-image: url("../../img/r1/footer-backdrop.webp");
	}

	/* Hugo QA #5 stopgap (2026-07-21): the backdrop is baked at 1440x1500 and scales 100vw wide, so
     above 1440 the FITZROY wordmark + dune slide DOWN in the viewport; with a fixed 542px pad the
     wordmark collided with the newsletter heading (clearly visible at 1920). Scaling the top pad
     with the image (542/1440 = 37.6389vw) keeps the content in the designed position relative to
     the sky/wordmark/dune at every width; max() leaves everything <=1440 byte-identical. The
     proper >1440 footer art direction stays an open question for Hugo (H1 family). */
	.bgfoot__inner {
		padding: max(542px, 37.6389vw) 32px 0;
	}

	.bgfoot__form {
		margin-top: 57px;
	}

	.bgfoot__field--email {
		margin-top: 34px;
	}

	.bgfoot__check {
		margin-top: 34px;
	}

	.bgfoot__label {
		font-size: 16px;
		line-height: 26px;
	}

	.bgfoot__submit {
		margin-top: 48px;
	}

	.bgfoot__countries {
		margin-top: 88px;
		gap: 40px;
	}

	.bgfoot__countries a {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 2.16px;
		margin-right: -1.3px;
	}

	.bgfoot__contact {
		margin-top: 72px;
	}

	/* node: countries bottom 952 -> contact 1024 = 72; was 75, compensating the old 24px field-height drift (Hugo QA #5, confirmed vs Hugo's current file) */
	.bgfoot__details {
		font-size: 16px;
		line-height: 26px;
	}

	.bgfoot__abtot {
		margin-top: 80px;
	}

	/* bottom bar: row, space-between (copyright+payment left, legal right) */
	.bgfoot__bar {
		width: 100%;
		margin: 48px 0 0;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 24px 0;
		border-top: 1px solid rgba(249, 245, 242, .3);
		gap: 24px;
	}

	.bgfoot__copy {
		align-self: center;
	}

	.bgfoot__bar-left {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 32px;
	}

	.bgfoot__legal {
		flex-direction: row;
		gap: 20px;
	}

	.bgfoot__legal a {
		margin-right: -1.8px;
	}

	.bgfoot__reg {
		margin-top: 0;
		padding-bottom: 28px;
	}
}

/* >1440 RULE (LESSONS L5) for the shared footer: the baked backdrop (.bgfoot__bg, inset:0
   on the width:100% section, background-size:100% auto) is full-bleed edge-to-edge at any
   width — the dune + the SINGLE baked wordmark scale up with the viewport on ultrawide
   (accepted, same as the contact page, parked-for-Hugo like nav/hero; do NOT add a second
   wordmark to fix it). The CONTENT (.bgfoot__inner) is capped+centred to the 1440 design
   column so it does not stretch. De-scoped from `.op-page` so it applies on every v2 page. */
@media (min-width: 1441px) {
	.bgfoot__inner {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
	}
}

.footer_widget {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.bgfoot__bar {
	justify-content: center;
}
