/*
Theme Name: Boyu — Across China Journey
Theme URI: https://guangzhoboyu.com
Author: Boyu
Description: A bespoke enterprise travel and business-services theme for Across China Journey.
Version: 1.0.0
Text Domain: boyu-journey
*/

@font-face {
	font-family: "Boyu Inter";
	src: url("assets/fonts/inter-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Boyu Display";
	src: url("assets/fonts/instrument-sans-variable.woff2") format("woff2");
	font-style: normal;
	font-weight: 400 800;
	font-stretch: 75% 100%;
	font-display: swap;
}

:root {
	--ink: #18332d;
	--ink-deep: #10251f;
	--charcoal: #2d2a28;
	--cinnabar: #c8462d;
	--amber: #de922f;
	--teal: #3f9294;
	--blue: #456b86;
	--sage: #758d74;
	--slate: #58646b;
	--paper: #f2efe7;
	--paper-deep: #e9e4d9;
	--white: #fff;
	--line: rgba(24, 51, 45, 0.16);
	--shadow: 0 24px 70px rgba(21, 37, 32, 0.13);
	--container: 1280px;
	--header-height: 82px;
	--display: "Boyu Display", "Arial Narrow", sans-serif;
	--body: "Boyu Inter", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
	margin: 0;
	background: var(--white);
	color: var(--charcoal);
	font-family: var(--body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3,
h4 {
	color: var(--ink);
	font-family: var(--display);
	font-stretch: 78%;
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

h1 {
	font-size: clamp(3.5rem, 7vw, 7.5rem);
}

h2 {
	font-size: clamp(2.8rem, 5.4vw, 5.7rem);
}

h3 {
	font-size: clamp(1.55rem, 2.2vw, 2.35rem);
}

::selection {
	background: var(--cinnabar);
	color: var(--white);
}

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

.section {
	padding-block: clamp(86px, 9vw, 144px);
}

.section--tight {
	padding-block: clamp(72px, 7vw, 110px);
}

.section--paper {
	background: var(--paper);
}

.section-kicker {
	margin-bottom: 18px;
	color: var(--cinnabar);
	font-size: 0.75rem;
	font-weight: 760;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.section-kicker--light {
	color: #f0bd76;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
	gap: 40px 80px;
	align-items: end;
	margin-bottom: clamp(44px, 6vw, 84px);
}

.section-heading .section-kicker {
	grid-column: 1 / -1;
	margin-bottom: -18px;
}

.section-heading h2 {
	margin-bottom: 0;
}

.section-heading > p:last-child {
	max-width: 560px;
	margin: 0 0 6px auto;
	color: #62605b;
	font-size: 1rem;
}

.section-heading--center {
	display: block;
	max-width: 790px;
	margin-inline: auto;
	text-align: center;
}

.section-heading--center .section-kicker {
	margin-bottom: 18px;
}

.section-heading--center > p:last-child {
	margin: 22px auto 0;
}

.button {
	display: inline-flex;
	min-height: 50px;
	padding: 13px 23px;
	border: 1px solid transparent;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: var(--ink);
	color: var(--white);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
	background: var(--cinnabar);
	transform: translateY(-2px);
}

.button--small {
	min-height: 42px;
	padding: 10px 17px;
	font-size: 0.7rem;
}

.button--dark {
	background: var(--ink);
}

.button--paper {
	background: var(--paper);
	color: var(--ink);
}

.button--paper:hover,
.button--paper:focus-visible {
	background: var(--amber);
	color: var(--ink-deep);
}

.button--wide {
	width: 100%;
}

.text-link {
	display: inline-flex;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	align-items: center;
	gap: 10px;
	color: var(--ink);
	font-size: 0.78rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.text-link--light {
	color: var(--white);
}

.text-link .icon,
.button .icon,
.service-card b .icon,
.tour-card span .icon,
.city-card a .icon {
	width: 17px;
	height: 17px;
	transition: transform 180ms ease;
}

.text-link:hover .icon,
.button:hover .icon,
a:hover > * .icon {
	transform: translateX(4px);
}

.icon {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.screen-reader-text {
	position: absolute !important;
	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,
.skip-link:focus {
	position: fixed !important;
	z-index: 10000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--white);
	color: var(--ink);
}

.skip-link {
	position: absolute;
	left: -9999px;
}

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	height: var(--header-height);
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(24, 51, 45, 0.08);
	backdrop-filter: blur(16px);
	transition: box-shadow 180ms ease;
}

.site-header.is-scrolled {
	box-shadow: 0 12px 40px rgba(25, 42, 36, 0.1);
}

.site-header__inner {
	display: flex;
	width: min(calc(100% - 48px), 1440px);
	height: 100%;
	margin-inline: auto;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.site-brand {
	display: block;
	width: clamp(190px, 18vw, 264px);
	flex: 0 0 auto;
}

.site-brand img,
.site-brand .custom-logo {
	width: 100%;
	height: auto;
	max-height: 50px;
	object-fit: contain;
	object-position: left center;
}

.site-brand .custom-logo-link {
	display: block;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.4vw, 38px);
}

.nav-menu {
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
	list-style: none;
}

.nav-menu li {
	position: relative;
	margin: 0;
}

.nav-menu a {
	position: relative;
	display: block;
	padding-block: 28px;
	color: #323a37;
	font-size: 0.76rem;
	font-weight: 680;
	letter-spacing: 0.015em;
	white-space: nowrap;
}

.nav-menu a::after {
	position: absolute;
	right: 0;
	bottom: 21px;
	left: 0;
	height: 2px;
	background: var(--cinnabar);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after,
.nav-menu .current-menu-item > a::after,
.nav-menu .current_page_item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: var(--ink);
}

.nav-toggle__close {
	display: none;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__open {
	display: none;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__close {
	display: block;
}

.home-hero {
	position: relative;
	height: clamp(560px, calc(100vh - var(--header-height)), 880px);
	min-height: 620px;
	overflow: hidden;
	background: #8dbbc7;
}

.home-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 39%;
	transform: scale(1.002);
}

.home-hero__wash {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 34, 36, 0.05), transparent 58%, rgba(10, 33, 28, 0.32));
}

.home-hero__caption {
	position: absolute;
	right: max(28px, calc((100vw - var(--container)) / 2));
	bottom: 28px;
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--white);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}

.home-hero__line {
	width: 52px;
	height: 1px;
	background: rgba(255, 255, 255, 0.75);
}

.pillar-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-bottom: 35px;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pillar-row span:nth-child(2) {
	text-align: center;
}

.pillar-row span:nth-child(3) {
	text-align: right;
}

.dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 50%;
}

.dot--red {
	background: var(--cinnabar);
}

.dot--amber {
	background: var(--amber);
}

.dot--teal {
	background: var(--teal);
}

.brand-intro__copy {
	max-width: 840px;
	margin: clamp(70px, 8vw, 115px) auto 0;
	text-align: center;
}

.brand-intro__copy .display-title {
	margin-bottom: 28px;
	font-size: clamp(4rem, 9vw, 8rem);
}

.brand-intro__copy > p:not(.section-kicker) {
	max-width: 620px;
	margin: 0 auto 30px;
	color: #6c6964;
}

.service-ribbon {
	padding-block: 30px;
	background: var(--paper);
	border-block: 1px solid rgba(24, 51, 45, 0.07);
}

.service-ribbon__grid {
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	gap: 18px;
}

.service-ribbon__item {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
	color: #65645f;
	font-size: 0.58rem;
	font-weight: 650;
	line-height: 1.25;
}

.service-ribbon__item .icon {
	width: 18px;
	height: 18px;
	color: var(--ink);
}

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

.service-card {
	overflow: hidden;
	background: var(--paper);
}

.service-card a {
	display: block;
	height: 100%;
}

.service-card__media {
	height: clamp(270px, 29vw, 430px);
	overflow: hidden;
}

.service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.service-card:nth-child(1) img {
	object-position: 50% 46%;
}

.service-card:nth-child(2) img {
	object-position: 50% 35%;
}

.service-card:hover img {
	transform: scale(1.045);
}

.service-card__content {
	position: relative;
	padding: 25px 24px 28px;
}

.service-card__content > span {
	position: absolute;
	top: 28px;
	right: 22px;
	color: #9c9890;
	font-size: 0.63rem;
	letter-spacing: 0.12em;
}

.service-card__content h3 {
	padding-right: 38px;
	margin-bottom: 12px;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.service-card__content p {
	min-height: 48px;
	margin-bottom: 20px;
	color: #6a6863;
	font-size: 0.78rem;
	line-height: 1.55;
}

.service-card__content b {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--cinnabar);
	font-size: 0.66rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.featured-themes {
	background: #efefed;
}

.feature-mosaic {
	position: relative;
	display: grid;
	height: auto;
	grid-template-columns: 1.05fr 0.7fr 0.92fr 0.85fr;
	grid-template-rows: clamp(390px, 50vw, 650px) 84px;
	overflow: hidden;
	background: var(--ink);
}

.feature-mosaic__item {
	grid-row: 1;
	min-width: 0;
	overflow: hidden;
}

.feature-mosaic__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 250ms ease;
}

.feature-mosaic__item--a img {
	object-position: 52% 60%;
}

.feature-mosaic__item--c img {
	object-position: 46% 54%;
}

.feature-mosaic:hover img {
	filter: saturate(0.9);
	transform: scale(1.025);
}

.feature-mosaic__label {
	position: relative;
	display: flex;
	padding: 15px 28px 15px 34px;
	grid-row: 2;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	background: #faf8f2;
	color: var(--ink);
	border-top: 1px solid rgba(24, 51, 45, 0.12);
}

.feature-mosaic__label::before {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	width: 5px;
	background: var(--cinnabar);
	content: "";
}

.feature-mosaic__title {
	display: grid;
	gap: 2px;
}

.feature-mosaic__title small {
	color: var(--cinnabar);
	font-size: 0.58rem;
	font-weight: 760;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.feature-mosaic__title strong {
	font-family: var(--display);
	font-size: clamp(1.25rem, 1.8vw, 1.75rem);
	font-stretch: 80%;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.feature-mosaic__action {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.feature-mosaic__action .icon {
	width: 18px;
	height: 18px;
	color: var(--cinnabar);
}

.curation-feature {
	display: grid;
	max-width: 1050px;
	margin: clamp(70px, 8vw, 120px) auto;
	grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1.2fr);
	background: var(--paper);
	box-shadow: var(--shadow);
}

.curation-feature__image {
	min-height: 520px;
	overflow: hidden;
}

.curation-feature__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.curation-feature__copy {
	display: flex;
	padding: clamp(42px, 6vw, 80px);
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.curation-feature__copy h3 {
	margin-bottom: 25px;
	font-size: clamp(2.6rem, 4.5vw, 4.7rem);
}

.curation-feature__copy > p:not(.section-kicker) {
	margin-bottom: 28px;
	color: #65625c;
}

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

.tour-card {
	position: relative;
	background: var(--white);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.tour-card::before {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	background: var(--cinnabar);
	content: "";
}

.tour-card--amber::before {
	background: var(--amber);
}

.tour-card--teal::before {
	background: var(--teal);
}

.tour-card--blue::before {
	background: var(--blue);
}

.tour-card--sage::before {
	background: var(--sage);
}

.tour-card--slate::before {
	background: var(--slate);
}

.tour-card:hover {
	box-shadow: 0 20px 55px rgba(26, 45, 39, 0.11);
	transform: translateY(-4px);
}

.mini-collage {
	display: grid;
	height: 280px;
	grid-template-columns: 1.3fr 0.8fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 3px;
	overflow: hidden;
}

.mini-collage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mini-collage img:first-child {
	grid-row: 1 / -1;
}

.tour-card__content {
	padding: 28px 30px 30px;
}

.tour-card__content h3 {
	margin-bottom: 12px;
	font-size: clamp(1.65rem, 2.5vw, 2.5rem);
}

.tour-card__content p {
	max-width: 520px;
	margin-bottom: 19px;
	color: #6b6862;
	font-size: 0.82rem;
}

.tour-card__content span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ink);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.authentic {
	background: var(--white);
}

.authentic__heading {
	position: relative;
	z-index: 2;
	max-width: 670px;
	margin-bottom: -30px;
}

.authentic__heading h2 {
	margin: 0;
	font-size: clamp(4rem, 8vw, 8rem);
}

.authentic__collage {
	display: grid;
	height: clamp(520px, 60vw, 760px);
	grid-template-columns: 1.3fr 0.8fr 0.8fr;
	grid-template-rows: 1.15fr 0.85fr;
	gap: 10px;
}

.authentic__collage figure {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
}

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

.authentic__main {
	grid-row: 1 / -1;
}

.authentic__main figcaption {
	position: absolute;
	right: 18px;
	bottom: 14px;
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--ink);
	font-size: 0.61rem;
	font-weight: 650;
}

.authentic__collage figure:nth-child(2) {
	grid-column: 2 / -1;
}

.business-spotlight {
	background: var(--ink-deep);
	color: rgba(255, 255, 255, 0.76);
}

.business-spotlight__heading {
	display: grid;
	margin-bottom: 62px;
	grid-template-columns: 1.2fr 0.7fr;
	gap: 60px;
	align-items: end;
}

.business-spotlight h2,
.business-spotlight h3 {
	color: var(--white);
}

.business-spotlight__heading h2 {
	max-width: 760px;
	margin-bottom: 0;
}

.business-spotlight__heading > p {
	margin: 0;
}

.business-lines {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.business-line {
	position: relative;
	min-height: 570px;
	overflow: hidden;
	background: #25453d;
}

.business-line__image {
	position: absolute;
	inset: 0;
}

.business-line__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 26, 22, 0.06), rgba(9, 26, 22, 0.88) 82%);
	content: "";
}

.business-line__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 550ms ease;
}

.business-line:hover .business-line__image img {
	transform: scale(1.045);
}

.business-line__copy {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 34px;
}

.business-line__icon {
	display: flex;
	width: 46px;
	height: 46px;
	margin-bottom: 28px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	align-items: center;
	justify-content: center;
	color: var(--white);
}

.business-line__copy > p {
	margin-bottom: 7px;
	color: #f0bd76;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.business-line__copy h3 {
	margin-bottom: 0;
}

.business-spotlight__cta {
	margin-top: 45px;
}

.travel-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.travel-service {
	position: relative;
	height: 260px;
	overflow: hidden;
	background: var(--ink);
}

.travel-service::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(10, 28, 23, 0.82));
	content: "";
}

.travel-service img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.travel-service:hover img {
	transform: scale(1.04);
}

.travel-service > div {
	position: absolute;
	z-index: 1;
	right: 23px;
	bottom: 20px;
	left: 23px;
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--white);
}

.travel-service > div > span {
	display: flex;
	width: 37px;
	height: 37px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	align-items: center;
	justify-content: center;
}

.travel-service .icon {
	width: 18px;
	height: 18px;
}

.travel-service h3 {
	margin: 0;
	color: var(--white);
	font-size: 1.45rem;
	letter-spacing: -0.015em;
}

.advisor {
	padding-top: 50px;
	background: var(--paper);
}

.advisor__intro {
	max-width: 940px;
	padding-top: 70px;
	border-top: 1px solid var(--ink);
}

.advisor__intro h2 {
	margin-bottom: 28px;
}

.advisor__intro > p:last-child {
	max-width: 820px;
	color: #65625d;
}

.advisor-grid {
	display: grid;
	margin-top: 55px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.advisor-card {
	position: relative;
	height: 410px;
	overflow: hidden;
	background: #d8d7d0;
}

.advisor-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(12, 30, 25, 0.78));
	content: "";
}

.advisor-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.advisor-card p,
.advisor-card h3 {
	position: absolute;
	z-index: 1;
	right: 20px;
	left: 20px;
	color: var(--white);
}

.advisor-card p {
	bottom: 53px;
	margin: 0;
	font-size: 0.65rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.advisor-card h3 {
	bottom: 18px;
	margin: 0;
	font-size: 1.65rem;
}

.advisor__action {
	display: flex;
	margin-top: 36px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.advisor__action p {
	margin: 0;
	color: #6d6b65;
	font-size: 0.85rem;
}

.newsletter {
	padding-block: 52px;
	background: var(--cinnabar);
	color: var(--white);
}

.newsletter__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
	gap: 70px;
	align-items: end;
}

.newsletter h2 {
	max-width: 760px;
	margin: 0;
	color: var(--white);
	font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.newsletter__form {
	display: flex;
	gap: 8px;
}

.newsletter__form-area .form-notice {
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.95);
}

.newsletter__form input[type="email"] {
	width: 100%;
	min-width: 0;
	padding: 15px 18px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 3px;
	outline: none;
	background: rgba(255, 255, 255, 0.08);
	color: var(--white);
}

.newsletter__form input::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.newsletter__form input:focus {
	border-color: var(--white);
}

.site-footer {
	padding: 75px 0 28px;
	background: #262522;
	color: rgba(255, 255, 255, 0.66);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.5fr) repeat(2, 0.55fr) minmax(240px, 0.8fr);
	gap: 65px;
}

.site-brand--footer {
	width: 245px;
	padding: 0;
	background: transparent;
}

.footer-brand > p {
	max-width: 390px;
	margin-top: 25px;
	font-size: 0.78rem;
}

.footer-heading {
	margin-bottom: 20px;
	color: var(--white);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.footer-links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-links li + li {
	margin-top: 9px;
}

.footer-links a {
	font-size: 0.76rem;
	transition: color 160ms ease;
}

.footer-links a:hover {
	color: var(--white);
}

.footer-cta > p:not(.footer-heading) {
	font-size: 0.76rem;
}

.site-footer__base {
	display: flex;
	padding-top: 28px;
	margin-top: 66px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	justify-content: space-between;
	gap: 20px;
	font-size: 0.66rem;
}

.site-footer__base p {
	margin: 0;
}

.form-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.form-notice {
	padding: 13px 16px;
	margin-bottom: 20px;
	border-left: 4px solid;
	font-size: 0.82rem;
}

.form-notice--success {
	border-color: var(--teal);
	background: #e4f1ed;
	color: #1f5245;
}

.form-notice--error {
	border-color: var(--cinnabar);
	background: #f8e7e3;
	color: #7c2e20;
}

.reveal {
	transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.js .reveal:not(.is-visible) {
	opacity: 0;
	transform: translateY(24px);
}

/* Interior pages */
.page-hero {
	position: relative;
	min-height: clamp(620px, calc(88vh - var(--header-height)), 880px);
	overflow: hidden;
	background: var(--ink);
}

.page-hero > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-hero--travel > img {
	object-position: 50% 55%;
}

.page-hero--business > img {
	object-position: 50% 58%;
}

.page-hero--about > img {
	object-position: 50% 42%;
}

.page-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(9, 29, 24, 0.74), rgba(9, 29, 24, 0.16) 72%), linear-gradient(0deg, rgba(9, 29, 24, 0.35), transparent 50%);
}

.page-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: inherit;
	padding-block: 80px 110px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	color: var(--white);
}

.page-hero__content h1 {
	max-width: 1050px;
	margin-bottom: 25px;
	color: var(--white);
	font-size: clamp(4rem, 8.3vw, 8.8rem);
}

.page-hero__content > p:last-child {
	max-width: 610px;
	margin: 0;
	font-size: 1.05rem;
}

.anchor-nav {
	position: absolute;
	z-index: 2;
	right: max(32px, calc((100vw - var(--container)) / 2));
	bottom: 32px;
	display: flex;
	gap: 8px;
}

.anchor-nav a {
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(13, 35, 29, 0.25);
	color: var(--white);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.anchor-nav a:hover {
	background: var(--white);
	color: var(--ink);
}

.page-intro__grid,
.business-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.75fr);
	gap: clamp(55px, 9vw, 140px);
	align-items: start;
}

.page-intro h2,
.business-intro h2 {
	margin: 0;
}

.page-intro__copy,
.business-intro__grid > div:last-child {
	padding-top: 38px;
	border-top: 1px solid var(--ink);
	color: #5f5d58;
}

.page-intro__copy p:last-child {
	margin-bottom: 0;
}

.theme-catalog__list {
	border-top: 1px solid var(--line);
}

.theme-row {
	display: grid;
	padding-block: clamp(55px, 7vw, 95px);
	border-bottom: 1px solid var(--line);
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: clamp(45px, 8vw, 120px);
	align-items: center;
}

.theme-row:nth-child(even) .theme-row__visual {
	order: 2;
}

.theme-row:nth-child(even) .theme-row__copy {
	order: 1;
}

.mini-collage--large {
	height: clamp(400px, 45vw, 590px);
}

.theme-row__copy {
	position: relative;
	padding-top: 65px;
}

.theme-row__number {
	position: absolute;
	top: 0;
	right: 0;
	color: rgba(24, 51, 45, 0.2);
	font-family: var(--display);
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
}

.theme-row__copy h3 {
	margin-bottom: 24px;
	font-size: clamp(2.9rem, 5vw, 5.3rem);
}

.theme-row__copy > p:not(.section-kicker) {
	margin-bottom: 26px;
	color: #66635e;
}

.split-cta {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	background: var(--cinnabar);
}

.split-cta__image {
	min-height: 620px;
}

.split-cta__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.split-cta__copy {
	display: flex;
	padding: clamp(55px, 8vw, 115px);
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: rgba(255, 255, 255, 0.82);
}

.split-cta__copy h2 {
	margin-bottom: 25px;
	color: var(--white);
}

.split-cta__copy > p:not(.section-kicker) {
	max-width: 520px;
	margin-bottom: 28px;
}

.journey-browser__header {
	display: flex;
	margin-bottom: 55px;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
}

.journey-browser__header h2 {
	margin-bottom: 0;
}

.filter-group {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.filter-button {
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
	font-size: 0.68rem;
	font-weight: 720;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.filter-button:hover,
.filter-button.is-active {
	border-color: var(--ink);
	background: var(--ink);
	color: var(--white);
}

.journey-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 18px;
}

.journey-card[hidden] {
	display: none;
}

.journey-card__image {
	position: relative;
	height: 400px;
	overflow: hidden;
	background: var(--paper);
}

.journey-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.journey-card:hover .journey-card__image img {
	transform: scale(1.035);
}

.journey-card__image > span {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 8px 10px;
	background: var(--white);
	color: var(--ink);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.journey-card__copy {
	padding: 22px 5px 0;
}

.journey-card__copy p {
	margin-bottom: 6px;
	color: var(--cinnabar);
	font-size: 0.65rem;
	font-weight: 680;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.journey-card__copy h3 {
	margin-bottom: 18px;
}

.journey-card__copy > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ink);
	font-size: 0.68rem;
	font-weight: 730;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.season-guide {
	background: var(--paper);
}

.season-guide__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: clamp(50px, 8vw, 120px);
	align-items: center;
}

.season-guide__visual {
	position: relative;
	height: 650px;
}

.season-guide__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
}

.season-guide__month {
	position: absolute;
	right: -30px;
	bottom: 28px;
	padding: 12px 17px;
	background: var(--cinnabar);
	color: var(--white);
	font-family: var(--display);
	font-size: 2rem;
	font-weight: 760;
	letter-spacing: -0.03em;
}

.season-guide__copy h2 {
	margin-bottom: 25px;
}

.season-guide__copy > p:not(.section-kicker) {
	color: #615f59;
}

.month-cloud {
	display: flex;
	margin: 26px 0 32px;
	flex-wrap: wrap;
	gap: 7px;
}

.month-cloud span {
	padding: 7px 10px;
	border: 1px solid var(--line);
	color: var(--ink);
	font-size: 0.66rem;
	font-weight: 700;
}

.check-list,
.service-list {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}

.check-list li,
.service-list li {
	position: relative;
	padding: 11px 0 11px 30px;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	font-size: 0.84rem;
	font-weight: 620;
}

.check-list li::before,
.service-list li::before {
	position: absolute;
	top: 17px;
	left: 2px;
	width: 9px;
	height: 5px;
	border-bottom: 2px solid var(--cinnabar);
	border-left: 2px solid var(--cinnabar);
	content: "";
	transform: rotate(-45deg);
}

.business-service {
	display: grid;
	min-height: 760px;
	grid-template-columns: 1.08fr 0.92fr;
	background: var(--paper);
}

.business-service--reverse {
	grid-template-columns: 0.92fr 1.08fr;
	background: var(--white);
}

.business-service--reverse .business-service__visual {
	order: 2;
}

.business-service--reverse .business-service__copy {
	order: 1;
}

.business-service__visual {
	min-height: 680px;
}

.business-service__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.business-service__copy {
	position: relative;
	display: flex;
	padding: clamp(65px, 8vw, 125px);
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.business-service__number {
	position: absolute;
	top: 50px;
	right: 50px;
	color: rgba(24, 51, 45, 0.13);
	font-family: var(--display);
	font-size: 5.2rem;
	font-weight: 760;
	line-height: 1;
}

.business-service__copy h2 {
	margin-bottom: 25px;
}

.business-service__copy > p:not(.section-kicker) {
	color: #615e58;
}

.business-service__copy .button {
	margin-top: 32px;
}

.event-list,
.category-cloud {
	display: flex;
	margin-top: 23px;
	flex-wrap: wrap;
	gap: 7px;
}

.event-list span,
.category-cloud span {
	padding: 8px 10px;
	border: 1px solid var(--line);
	color: var(--ink);
	font-size: 0.66rem;
	font-weight: 650;
}

.process {
	overflow: hidden;
	background: var(--ink);
}

.process .section-heading h2 {
	color: var(--white);
}

.process__track {
	position: relative;
	display: grid;
	padding: 0;
	margin: 70px 0 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	list-style: none;
}

.process__track::before {
	position: absolute;
	top: 29px;
	right: 0;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.22);
	content: "";
}

.process__track li {
	position: relative;
	min-height: 150px;
	padding: 0 24px 25px 0;
	color: rgba(255, 255, 255, 0.72);
}

.process__track li:nth-child(n+6) {
	padding-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.process__track span {
	position: relative;
	z-index: 1;
	display: flex;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: var(--ink);
	color: #efb766;
	font-size: 0.7rem;
	font-weight: 700;
}

.process__track p {
	margin-top: 18px;
	font-size: 0.75rem;
	font-weight: 620;
}

.city-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.city-card {
	position: relative;
	height: 480px;
	overflow: hidden;
	background: var(--ink);
}

.city-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(10, 28, 23, 0.88));
	content: "";
}

.city-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.city-card:hover img {
	transform: scale(1.04);
}

.city-card > div {
	position: absolute;
	z-index: 1;
	right: 28px;
	bottom: 26px;
	left: 28px;
}

.city-card p {
	margin-bottom: 5px;
	color: #f0bd76;
	font-size: 0.62rem;
	font-weight: 690;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.city-card h3 {
	margin-bottom: 16px;
	color: var(--white);
	font-size: 2.4rem;
}

.city-card a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--white);
	font-size: 0.65rem;
	font-weight: 720;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.company-band {
	display: grid;
	min-height: 720px;
	grid-template-columns: 0.78fr 1.22fr;
	background: var(--cinnabar);
}

.company-band__intro {
	display: flex;
	padding: clamp(60px, 8vw, 120px);
	flex-direction: column;
	justify-content: center;
}

.company-band__intro h2 {
	margin: 0;
	color: var(--white);
}

.company-band__images {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px;
}

.company-band__images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.manifesto {
	background: var(--paper);
}

.manifesto__grid {
	display: grid;
	grid-template-columns: 0.35fr 1.2fr;
	gap: 90px;
}

.manifesto__index {
	color: var(--cinnabar);
	font-size: 0.7rem;
	font-weight: 720;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.manifesto__copy h2 {
	max-width: 950px;
	margin-bottom: 35px;
}

.manifesto__copy > p:last-child {
	max-width: 720px;
	color: #625f59;
	font-size: 1.05rem;
}

.values {
	background: var(--white);
}

.values__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ink);
}

.value-card {
	min-height: 330px;
	padding: 35px 42px 40px 0;
	border-right: 1px solid var(--line);
}

.value-card + .value-card {
	padding-left: 42px;
}

.value-card:last-child {
	border-right: 0;
}

.value-card > span {
	color: var(--cinnabar);
	font-size: 0.67rem;
	font-weight: 740;
	letter-spacing: 0.1em;
}

.value-card h3 {
	margin: 75px 0 20px;
}

.value-card p {
	color: #696660;
	font-size: 0.84rem;
}

.team {
	background: var(--paper);
}

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

.team-card {
	position: relative;
	height: 510px;
	overflow: hidden;
	background: #ddd8ce;
}

.team-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 56%, rgba(13, 33, 28, 0.82));
	content: "";
}

.team-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-card > div {
	position: absolute;
	z-index: 1;
	right: 22px;
	bottom: 20px;
	left: 22px;
	color: var(--white);
}

.team-card p {
	margin-bottom: 4px;
	font-size: 0.62rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.team-card h3 {
	margin: 0;
	color: var(--white);
}

.quote-section {
	padding-block: clamp(90px, 12vw, 170px);
	background: var(--ink);
	color: var(--white);
	text-align: center;
}

.quote-section p {
	max-width: 980px;
	margin: 0 auto 40px;
	font-family: var(--display);
	font-size: clamp(3rem, 6vw, 6.2rem);
	font-weight: 690;
	letter-spacing: -0.04em;
	line-height: 1;
}

.contact-hero {
	display: grid;
	min-height: calc(100vh - var(--header-height));
	grid-template-columns: 1fr 1fr;
	background: var(--paper);
}

.contact-hero__image {
	min-height: 720px;
}

.contact-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 36%;
}

.contact-hero__copy {
	display: flex;
	padding: clamp(60px, 7vw, 110px);
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.contact-hero__copy h1 {
	margin-bottom: 28px;
	font-size: clamp(4rem, 7vw, 7rem);
}

.contact-hero__copy > p:not(.section-kicker) {
	max-width: 620px;
	color: #615f59;
}

.contact-points {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid var(--line);
}

.contact-points > div {
	display: flex;
	padding-block: 18px;
	border-bottom: 1px solid var(--line);
	align-items: center;
	gap: 17px;
}

.contact-points > div > span {
	display: grid;
	font-size: 0.74rem;
}

.contact-points b {
	color: var(--ink);
	font-size: 0.8rem;
}

.enquiry {
	background: var(--white);
}

.enquiry__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1fr);
	gap: clamp(60px, 10vw, 150px);
	align-items: start;
}

.enquiry__intro {
	position: sticky;
	top: calc(var(--header-height) + 40px);
}

.enquiry__intro h2 {
	margin-bottom: 25px;
}

.enquiry__intro > p:not(.section-kicker) {
	color: #66635d;
}

.enquiry__note {
	display: grid;
	margin-top: 40px;
	grid-template-columns: 50px 1fr;
	border-top: 1px solid var(--line);
}

.enquiry__note span,
.enquiry__note p {
	padding-block: 15px;
	margin: 0;
	border-bottom: 1px solid var(--line);
	font-size: 0.72rem;
}

.enquiry__note span {
	color: var(--cinnabar);
	font-weight: 720;
}

.enquiry-form {
	padding: clamp(32px, 5vw, 64px);
	background: var(--paper);
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.form-field {
	margin-bottom: 22px;
}

.form-field label {
	display: block;
	margin-bottom: 7px;
	color: var(--ink);
	font-size: 0.68rem;
	font-weight: 720;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	padding: 13px 0;
	border: 0;
	border-bottom: 1px solid rgba(24, 51, 45, 0.3);
	border-radius: 0;
	outline: none;
	background: transparent;
	color: var(--charcoal);
}

.form-field select {
	cursor: pointer;
}

.form-field textarea {
	resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--cinnabar);
}

.form-privacy {
	margin: 12px 0 0;
	color: #7b7770;
	font-size: 0.63rem;
	text-align: center;
}

.simple-hero {
	padding: clamp(100px, 13vw, 180px) 0 clamp(70px, 8vw, 110px);
	background: var(--paper);
}

.simple-hero h1 {
	max-width: 1000px;
	margin: 0;
}

.simple-hero--article p:last-child {
	max-width: 680px;
	margin: 25px 0 0;
	color: #65625d;
}

.prose {
	max-width: 820px;
	padding-block: 80px 120px;
}

.prose > * {
	max-width: 100%;
}

.prose p,
.prose li {
	color: #514f4a;
	font-size: 1.05rem;
	line-height: 1.8;
}

.prose h2,
.prose h3 {
	margin-top: 2em;
}

.single-entry__image {
	max-width: 1160px;
	margin-top: -40px;
}

.single-entry__image img {
	width: 100%;
	height: auto;
}

.post-grid {
	display: grid;
	padding-block: 90px 120px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.post-card {
	background: var(--paper);
}

.post-card__image {
	height: 280px;
	overflow: hidden;
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__copy {
	padding: 27px;
}

.post-card__copy > p {
	color: var(--cinnabar);
	font-size: 0.66rem;
	font-weight: 700;
}

.post-card__copy h2 {
	font-size: 2rem;
}

.pagination {
	grid-column: 1 / -1;
	margin-top: 30px;
}

.not-found {
	display: grid;
	min-height: calc(100vh - var(--header-height));
	grid-template-columns: 1fr 1fr;
	background: var(--paper);
}

.not-found__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.not-found__copy {
	display: flex;
	padding: 10vw;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.not-found__copy h1 {
	margin-bottom: 25px;
}

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

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

@media (max-width: 1180px) {
	:root {
		--header-height: 74px;
	}

	.site-header__inner {
		width: min(calc(100% - 36px), 1440px);
	}

	.primary-nav {
		position: fixed;
		z-index: 999;
		top: var(--header-height);
		right: 0;
		bottom: 0;
		width: min(420px, 100%);
		padding: 34px;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		background: var(--white);
		box-shadow: -22px 40px 60px rgba(16, 37, 31, 0.18);
		clip-path: inset(0 0 0 100%);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transition: clip-path 250ms cubic-bezier(0.2, 0.75, 0.25, 1), opacity 200ms ease, visibility 0s linear 250ms;
	}

	.admin-bar .primary-nav {
		top: calc(var(--header-height) + 32px);
	}

	.primary-nav.is-open {
		clip-path: inset(0);
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transition-delay: 0s;
	}

	.nav-menu {
		display: block;
	}

	.nav-menu a {
		padding: 16px 0;
		border-bottom: 1px solid var(--line);
		font-family: var(--display);
		font-size: 1.65rem;
		font-weight: 700;
	}

	.nav-menu a::after {
		display: none;
	}

	.nav-toggle {
		display: flex;
	}

	.service-ribbon__grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		row-gap: 24px;
	}

	.core-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.business-service__copy {
		padding: 70px;
	}

	.company-band {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

@media (max-width: 900px) {
	.container {
		width: min(calc(100% - 40px), var(--container));
	}

	.section-heading,
	.business-spotlight__heading {
		display: block;
	}

	.section-heading .section-kicker {
		margin-bottom: 18px;
	}

	.section-heading > p:last-child,
	.business-spotlight__heading > p {
		margin: 24px 0 0;
	}

	.feature-mosaic {
		height: auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 295px 295px 80px;
	}

	.feature-mosaic__item:nth-child(3),
	.feature-mosaic__item:nth-child(4) {
		grid-row: 2;
	}

	.feature-mosaic__label {
		grid-row: 3;
	}

	.curation-feature {
		grid-template-columns: 0.85fr 1.15fr;
	}

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

	.business-lines {
		grid-template-columns: 1fr;
	}

	.business-line {
		min-height: 520px;
	}

	.travel-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.advisor-grid,
	.team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.newsletter__inner {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.site-footer__grid {
		grid-template-columns: 1.4fr 0.7fr 0.7fr;
	}

	.footer-cta {
		grid-column: 1 / -1;
	}

	.page-intro__grid,
	.business-intro__grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.theme-row {
		gap: 50px;
	}

	.journey-grid,
	.city-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.season-guide__grid {
		grid-template-columns: 0.85fr 1.15fr;
		gap: 50px;
	}

	.business-service,
	.business-service--reverse {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.business-service--reverse .business-service__visual,
	.business-service--reverse .business-service__copy {
		order: initial;
	}

	.business-service__visual {
		min-height: 520px;
	}

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

	.process__track::before {
		display: none;
	}

	.process__track li,
	.process__track li:nth-child(n+6) {
		min-height: 0;
		padding: 18px 15px 25px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.company-band {
		grid-template-columns: 1fr;
	}

	.company-band__images {
		min-height: 520px;
	}

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

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

	.value-card,
	.value-card + .value-card {
		min-height: 0;
		padding: 34px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.value-card h3 {
		margin: 35px 0 15px;
	}

	.contact-hero {
		min-height: 0;
		grid-template-columns: 0.85fr 1.15fr;
	}

	.contact-hero__image {
		min-height: 680px;
	}

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

	.enquiry__intro {
		position: static;
	}
}

@media (max-width: 640px) {
	:root {
		--header-height: 68px;
	}

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

	.admin-bar .primary-nav {
		top: calc(var(--header-height) + 46px);
	}

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

	body {
		font-size: 15px;
	}

	.section {
		padding-block: 76px;
	}

	.site-header__inner {
		width: calc(100% - 24px);
	}

	.site-brand {
		width: 190px;
	}

	.primary-nav {
		width: 100%;
		padding: 26px 24px 34px;
	}

	.home-hero {
		height: 590px;
		min-height: 0;
	}

	.home-hero__image {
		object-position: 50% 36%;
	}

	.home-hero__caption {
		right: 15px;
		bottom: 16px;
		left: 15px;
		justify-content: space-between;
		font-size: 0.56rem;
	}

	.home-hero__line {
		flex: 1;
	}

	.pillar-row {
		gap: 10px;
	}

	.pillar-row span {
		font-size: 0.58rem;
	}

	.brand-intro__copy .display-title {
		font-size: clamp(3.8rem, 20vw, 5.4rem);
	}

	.service-ribbon {
		padding-block: 25px;
	}

	.service-ribbon__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-ribbon__item:last-child {
		grid-column: 1 / -1;
	}

	.core-services__grid {
		grid-template-columns: 1fr;
	}

	.service-card__media {
		height: 410px;
	}

	.feature-mosaic {
		height: auto;
		grid-template-rows: 250px 250px auto;
	}

	.feature-mosaic__label {
		position: relative;
		padding: 17px 17px 17px 22px;
		justify-content: space-between;
	}

	.feature-mosaic__title {
		min-width: 0;
		padding-right: 30px;
	}

	.feature-mosaic__label::before {
		top: 12px;
		bottom: 12px;
		width: 4px;
	}

	.feature-mosaic__action {
		position: absolute;
		top: 50%;
		right: 17px;
		font-size: 0;
		gap: 0;
		transform: translateY(-50%);
	}

	.feature-mosaic__action::after {
		color: var(--cinnabar);
		content: "\2192";
		font-size: 1.1rem;
		line-height: 1;
	}

	.feature-mosaic__action .icon {
		display: none;
	}

	.curation-feature {
		grid-template-columns: 1fr;
	}

	.curation-feature__image {
		min-height: 440px;
	}

	.curation-feature__copy {
		padding: 38px 28px 44px;
	}

	.mini-collage {
		height: 235px;
	}

	.authentic__heading {
		margin-bottom: 25px;
	}

	.authentic__collage {
		height: auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 370px 180px 180px;
	}

	.authentic__main {
		grid-row: 1;
		grid-column: 1 / -1;
	}

	.authentic__collage figure:nth-child(2) {
		grid-column: 1 / -1;
	}

	.business-line {
		min-height: 470px;
	}

	.travel-services__grid {
		grid-template-columns: 1fr;
	}

	.travel-service {
		height: 230px;
	}

	.advisor {
		padding-top: 15px;
	}

	.advisor-grid,
	.team-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.advisor-card {
		height: 310px;
	}

	.advisor-card p {
		bottom: 47px;
		font-size: 0.54rem;
	}

	.advisor-card h3 {
		font-size: 1.3rem;
	}

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

	.newsletter__form {
		flex-direction: column;
	}

	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 45px 28px;
	}

	.footer-brand,
	.footer-cta {
		grid-column: 1 / -1;
	}

	.site-footer__base {
		align-items: flex-start;
		flex-direction: column;
	}

	.page-hero {
		min-height: 670px;
	}

	.page-hero__content {
		padding-bottom: 120px;
	}

	.page-hero__content h1 {
		font-size: clamp(3.6rem, 17vw, 5.2rem);
	}

	.anchor-nav {
		right: 14px;
		bottom: 20px;
		left: 14px;
		overflow-x: auto;
	}

	.anchor-nav a {
		flex: 0 0 auto;
	}

	.theme-row {
		display: flex;
		flex-direction: column;
	}

	.theme-row:nth-child(even) .theme-row__visual,
	.theme-row:nth-child(even) .theme-row__copy {
		order: initial;
	}

	.theme-row__visual,
	.theme-row__copy {
		width: 100%;
	}

	.mini-collage--large {
		height: 390px;
	}

	.split-cta {
		grid-template-columns: 1fr;
	}

	.split-cta__image {
		min-height: 430px;
	}

	.split-cta__copy {
		padding: 58px 24px 68px;
	}

	.journey-browser__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.journey-grid,
	.city-grid {
		grid-template-columns: 1fr;
	}

	.journey-card__image {
		height: 430px;
	}

	.season-guide__grid {
		grid-template-columns: 1fr;
	}

	.season-guide__visual {
		height: 520px;
	}

	.season-guide__month {
		right: 14px;
	}

	.business-service__visual {
		min-height: 420px;
	}

	.business-service__copy {
		padding: 70px 24px;
	}

	.business-service__number {
		top: 25px;
		right: 24px;
		font-size: 4rem;
	}

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

	.process__track span {
		width: 48px;
		height: 48px;
	}

	.city-card {
		height: 430px;
	}

	.company-band__images {
		min-height: 520px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}

	.team-card {
		height: 350px;
	}

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

	.contact-hero__image {
		min-height: 550px;
	}

	.contact-hero__copy {
		padding: 68px 22px;
	}

	.enquiry-form {
		padding: 32px 20px;
	}

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

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

	.not-found {
		grid-template-columns: 1fr;
	}

	.not-found__image {
		height: 50vh;
	}

	.not-found__copy {
		padding: 70px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.js .reveal:not(.is-visible) {
		opacity: 1;
		transform: none;
	}
}
