:root {
	--cdp-espresso: #2f1b12;
	--cdp-espresso-soft: #4a3024;
	--cdp-cherry: #8f2729;
	--cdp-cherry-dark: #68191d;
	--cdp-mountain: #294936;
	--cdp-mountain-dark: #183225;
	--cdp-parchment: #f5eddf;
	--cdp-cream: #fffaf2;
	--cdp-caribbean: #275f78;
	--cdp-ink: #21150f;
	--cdp-muted: #6d625b;
	--cdp-border: rgba(47, 27, 18, 0.16);
	--cdp-shadow: 0 18px 60px rgba(47, 27, 18, 0.1);
	--cdp-serif: "Cormorant Garamond", "Iowan Old Style", Baskerville, Georgia, serif;
	--cdp-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--cdp-radius: 14px;
	--cdp-container: min(1240px, calc(100vw - 40px));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cdp-cream);
	color: var(--cdp-ink);
	font-family: var(--cdp-sans);
	font-size: 17px;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

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

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

a {
	color: var(--cdp-cherry);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--cdp-cherry-dark);
}

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

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

:focus-visible {
	outline: 3px solid #f2a900;
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.55em;
	color: var(--cdp-espresso);
	font-family: var(--cdp-serif);
	font-weight: 600;
	line-height: 1.04;
	text-wrap: balance;
}

h1 {
	font-size: clamp(3rem, 6vw, 6.6rem);
}

h2 {
	font-size: clamp(2.25rem, 4vw, 4rem);
}

h3 {
	font-size: clamp(1.5rem, 2.2vw, 2.15rem);
}

p {
	margin: 0 0 1.25em;
}

.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;
}

.cdp-skip-link {
	position: fixed;
	z-index: 100000;
	top: 12px;
	left: 12px;
	padding: 12px 18px;
	transform: translateY(-160%);
	background: #fff;
	color: var(--cdp-espresso);
	font-weight: 800;
}

.cdp-skip-link:focus {
	transform: translateY(0);
}

.cdp-container {
	width: var(--cdp-container);
	margin-inline: auto;
}

.cdp-site-header {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: linear-gradient(180deg, rgba(22, 14, 9, 0.88), rgba(22, 14, 9, 0));
	color: #fff;
	transition: background 180ms ease, box-shadow 180ms ease;
}

.cdp-site-header.is-sticky {
	position: fixed;
	background: rgba(33, 21, 15, 0.97);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.cdp-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	min-height: 86px;
	gap: 30px;
}

.cdp-brand {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.cdp-brand img {
	width: clamp(190px, 17vw, 286px);
	max-height: 72px;
}

.cdp-primary-nav {
	justify-self: center;
}

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

.cdp-primary-nav a {
	display: block;
	padding-block: 30px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 650;
	text-decoration: none;
}

.cdp-primary-nav a:hover,
.cdp-primary-nav .current-menu-item > a {
	color: #f3c9a0;
}

.cdp-header-actions,
.cdp-language {
	display: flex;
	align-items: center;
	gap: 12px;
}

.cdp-language a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.cdp-language a.is-current {
	color: #fff;
}

.cdp-menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.cdp-menu-toggle-lines,
.cdp-menu-toggle-lines::before,
.cdp-menu-toggle-lines::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: auto;
	background: currentColor;
	content: "";
	transition: transform 180ms ease;
}

.cdp-menu-toggle-lines::before {
	transform: translateY(-7px);
}

.cdp-menu-toggle-lines::after {
	transform: translateY(5px);
}

.cdp-menu-toggle[aria-expanded="true"] .cdp-menu-toggle-lines {
	background: transparent;
}

.cdp-menu-toggle[aria-expanded="true"] .cdp-menu-toggle-lines::before {
	transform: translateY(1px) rotate(45deg);
}

.cdp-menu-toggle[aria-expanded="true"] .cdp-menu-toggle-lines::after {
	transform: translateY(-1px) rotate(-45deg);
}

.cdp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--cdp-cherry);
	border-radius: 6px;
	background: var(--cdp-cherry);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cdp-button:hover {
	transform: translateY(-1px);
	border-color: var(--cdp-cherry-dark);
	background: var(--cdp-cherry-dark);
	color: #fff;
}

.cdp-button--outline {
	border-color: currentColor;
	background: transparent;
	color: inherit;
}

.cdp-button--glass {
	border-color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
}

.cdp-button--blue {
	border-color: var(--cdp-caribbean);
	background: var(--cdp-caribbean);
}

.cdp-button--outline-light {
	border-color: rgba(255, 255, 255, 0.7);
	background: transparent;
}

.cdp-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 780px;
	overflow: hidden;
	background-color: var(--cdp-mountain-dark);
	background-image: var(--cdp-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.cdp-hero-overlay,
.cdp-page-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(18, 12, 8, 0.78) 0%, rgba(18, 12, 8, 0.48) 48%, rgba(18, 12, 8, 0.12) 100%),
		linear-gradient(0deg, rgba(18, 12, 8, 0.36), transparent 50%);
}

.cdp-hero-content {
	position: relative;
	z-index: 1;
	max-width: 820px;
	padding-top: 110px;
}

.cdp-hero h1,
.cdp-page-hero--image h1,
.cdp-place-hero h1 {
	color: #fff;
}

.cdp-hero-copy {
	max-width: 690px;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.cdp-eyebrow {
	margin-bottom: 16px;
	color: var(--cdp-cherry);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.cdp-hero .cdp-eyebrow,
.cdp-page-hero--image .cdp-eyebrow,
.cdp-place-hero .cdp-eyebrow {
	color: #f0c99f;
}

.cdp-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.cdp-scroll-cue {
	position: absolute;
	z-index: 2;
	right: 50%;
	bottom: 22px;
	display: grid;
	width: 42px;
	height: 42px;
	transform: translateX(50%);
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}

.cdp-discovery-strip {
	position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--cdp-border);
	background:
		linear-gradient(rgba(255, 250, 242, 0.94), rgba(255, 250, 242, 0.94)),
		repeating-radial-gradient(circle at 0 0, transparent 0 12px, rgba(47, 27, 18, 0.06) 13px 14px);
}

.cdp-discovery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.cdp-discovery-grid > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 122px;
	gap: 14px;
	border-right: 1px solid var(--cdp-border);
	color: var(--cdp-espresso);
	font-family: var(--cdp-serif);
	font-size: 1.25rem;
	text-decoration: none;
}

.cdp-discovery-grid > a:first-child {
	border-left: 1px solid var(--cdp-border);
}

.cdp-discovery-grid > a:hover {
	background: rgba(143, 39, 41, 0.05);
	color: var(--cdp-cherry);
}

.cdp-discovery-icon {
	display: block;
	width: 34px;
	height: 34px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.cdp-section {
	padding-block: clamp(72px, 8vw, 120px);
}

.cdp-section--map {
	background: var(--cdp-parchment);
}

.cdp-section-heading {
	margin-bottom: 42px;
}

.cdp-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	align-items: end;
	gap: 80px;
}

.cdp-section-heading--split p:last-child {
	color: var(--cdp-muted);
	font-size: 1.05rem;
}

.cdp-section-heading--row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

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

.cdp-section-heading--row > a {
	color: var(--cdp-mountain);
	font-weight: 750;
	text-decoration: none;
}

.cdp-map-placeholder,
.cdp-map-shell {
	overflow: hidden;
	border: 1px solid var(--cdp-border);
	border-radius: var(--cdp-radius);
	background: #d8e5df;
	box-shadow: var(--cdp-shadow);
}

.cdp-map-placeholder img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.cdp-card-grid {
	display: grid;
	gap: 24px;
}

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

.cdp-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cdp-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cdp-card,
.cdp-story-card {
	overflow: hidden;
	border: 1px solid var(--cdp-border);
	border-radius: var(--cdp-radius);
	background: #fff;
	box-shadow: 0 14px 36px rgba(47, 27, 18, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.cdp-card:hover,
.cdp-story-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--cdp-shadow);
}

.cdp-card > img,
.cdp-story-card-image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.cdp-card-content,
.cdp-story-card-content {
	padding: 24px;
}

.cdp-card-content h3,
.cdp-story-card-content h3 {
	font-size: 1.75rem;
}

.cdp-story-card-content h3 a {
	color: inherit;
	text-decoration: none;
}

.cdp-card-kicker {
	margin-bottom: 8px;
	color: var(--cdp-mountain);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.cdp-text-link {
	display: inline-flex;
	color: var(--cdp-cherry);
	font-weight: 800;
	text-decoration: none;
}

.cdp-text-link::after {
	margin-left: 8px;
	content: "→";
}

.cdp-section--feature-pair {
	padding-top: 0;
}

.cdp-feature-pair {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 24px;
}

.cdp-basecamp,
.cdp-passport-card {
	overflow: hidden;
	border-radius: var(--cdp-radius);
	box-shadow: var(--cdp-shadow);
}

.cdp-basecamp {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	background: var(--cdp-parchment);
}

.cdp-basecamp > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cdp-basecamp-content {
	padding: clamp(30px, 4vw, 54px);
}

.cdp-basecamp-content h2,
.cdp-passport-copy h2 {
	font-size: clamp(2rem, 3vw, 3.2rem);
}

.cdp-partner-line {
	font-size: 0.9rem;
}

.cdp-passport-card {
	position: relative;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	min-height: 470px;
	padding: clamp(30px, 4vw, 54px);
	background:
		radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.12), transparent 35%),
		linear-gradient(135deg, var(--cdp-cherry-dark), #36110f);
	color: #fff;
}

.cdp-passport-card h2 {
	color: #fff;
}

.cdp-passport-card .cdp-eyebrow {
	color: #e9b68d;
}

.cdp-passport-card > img {
	width: 100%;
	max-height: 390px;
	object-fit: contain;
	filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.28));
}

.cdp-stories {
	background: #fff;
}

.cdp-story-card-content p:not(.cdp-card-kicker) {
	color: var(--cdp-muted);
	font-size: 0.92rem;
}

.cdp-reading-time {
	color: var(--cdp-muted);
	font-size: 0.78rem;
}

.cdp-newsletter {
	padding-block: 52px;
	background:
		linear-gradient(90deg, rgba(24, 50, 37, 0.98), rgba(41, 73, 54, 0.93)),
		url("../images/newsletter-coffee-branch.webp") center / cover;
	color: #fff;
}

.cdp-newsletter-inner {
	display: grid;
	grid-template-columns: 1fr minmax(420px, 0.8fr);
	align-items: center;
	gap: 70px;
}

.cdp-newsletter h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: clamp(2rem, 3vw, 3.1rem);
}

.cdp-newsletter .cdp-eyebrow {
	color: #efc197;
}

.cdp-inline-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
}

.cdp-inline-form > input[type="email"] {
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 6px;
	background: #fff;
	color: var(--cdp-ink);
}

.cdp-newsletter-consent {
	grid-column: 1 / -1;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.74rem;
	line-height: 1.4;
}

.cdp-newsletter-consent input {
	margin-top: 0.2em;
	accent-color: #efc197;
}

.cdp-site-footer {
	padding-top: 70px;
	background: #21140e;
	color: rgba(255, 255, 255, 0.74);
}

.cdp-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 0.8fr);
	gap: 60px;
}

.cdp-footer-brand .cdp-brand img {
	width: 240px;
	margin-bottom: 20px;
}

.cdp-footer-brand a {
	color: #fff;
}

.cdp-footer-title {
	color: #fff;
	font-family: var(--cdp-sans);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cdp-footer-menu,
.cdp-footer-menu ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cdp-footer-menu a {
	color: rgba(255, 255, 255, 0.74);
	text-decoration: none;
}

.cdp-footer-menu a:hover {
	color: #fff;
}

.cdp-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-block: 30px;
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.78rem;
}

.cdp-footer-bottom p {
	margin: 0;
}

.cdp-main {
	min-height: 62vh;
	padding-top: 86px;
}

.cdp-page-hero,
.cdp-place-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: 390px;
	padding-block: 90px 70px;
	background: var(--cdp-parchment);
}

.cdp-page-hero--image,
.cdp-place-hero {
	min-height: 600px;
	background-color: var(--cdp-mountain-dark);
	background-image: var(--cdp-page-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.cdp-page-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin-inline: auto;
}

.cdp-page-lede {
	max-width: 820px;
	font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.cdp-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
	color: var(--cdp-muted);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.cdp-breadcrumbs a {
	color: inherit;
}

.cdp-page-hero--image .cdp-breadcrumbs,
.cdp-place-hero .cdp-breadcrumbs {
	color: rgba(255, 255, 255, 0.8);
}

.cdp-prose {
	max-width: 820px;
	padding-block: clamp(60px, 7vw, 100px);
}

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

.cdp-prose h2 {
	margin-top: 1.5em;
	font-size: clamp(2rem, 3.5vw, 3.25rem);
}

.cdp-prose h3 {
	margin-top: 1.6em;
}

.cdp-prose blockquote {
	padding: 24px 30px;
	margin: 36px 0;
	border-left: 5px solid var(--cdp-cherry);
	background: var(--cdp-parchment);
	font-family: var(--cdp-serif);
	font-size: 1.45rem;
}

.cdp-prose .cdp-callout {
	padding: 30px;
	margin-block: 36px;
	border-radius: var(--cdp-radius);
	background: var(--cdp-parchment);
}

.cdp-prose .cdp-cta {
	padding: 36px;
	margin-block: 46px;
	border-radius: var(--cdp-radius);
	background: var(--cdp-mountain);
	color: #fff;
}

.cdp-prose .cdp-cta h2,
.cdp-prose .cdp-cta h3 {
	color: #fff;
}

.cdp-place-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	align-items: start;
	gap: 64px;
}

.cdp-place-aside {
	display: grid;
	gap: 24px;
	padding-block: 72px;
}

.cdp-aside-card {
	padding: 28px;
	border: 1px solid var(--cdp-border);
	border-radius: var(--cdp-radius);
	background: #fff;
}

.cdp-aside-card h2 {
	font-size: 2rem;
}

.cdp-article-header {
	padding-top: 76px;
}

.cdp-article-heading {
	max-width: 950px;
	padding-block: 70px 44px;
}

.cdp-article-heading h1 {
	font-size: clamp(3.2rem, 6vw, 6rem);
}

.cdp-article-meta {
	display: flex;
	gap: 12px;
	color: var(--cdp-muted);
	font-size: 0.84rem;
}

.cdp-article-featured {
	overflow: hidden;
	max-height: 720px;
	border-radius: var(--cdp-radius);
}

.cdp-article-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cdp-article-footer {
	max-width: 820px;
	padding-bottom: 80px;
}

.cdp-archive-header {
	max-width: 920px;
	padding-block: 90px 54px;
}

.cdp-archive-header h1 {
	font-size: clamp(3rem, 5vw, 5.25rem);
}

.cdp-archive-cards {
	margin-top: 54px;
}

.cdp-error-page {
	display: grid;
	min-height: 70vh;
	align-content: center;
	justify-items: start;
	padding-block: 90px;
}

.cdp-error-code {
	margin: 0;
	color: var(--cdp-cherry);
	font-family: var(--cdp-serif);
	font-size: clamp(5rem, 15vw, 12rem);
	line-height: 0.8;
}

.cdp-error-page h1 {
	font-size: clamp(3rem, 6vw, 6rem);
}

.cdp-empty-state {
	padding: 50px;
	border-radius: var(--cdp-radius);
	background: var(--cdp-parchment);
}

.navigation.pagination {
	margin-block: 50px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	place-items: center;
	border: 1px solid var(--cdp-border);
	border-radius: 4px;
	text-decoration: none;
}

.page-numbers.current {
	border-color: var(--cdp-cherry);
	background: var(--cdp-cherry);
	color: #fff;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 6px;
	background: var(--cdp-cherry);
	color: #fff;
	font-weight: 800;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--cdp-cherry);
}

@media (max-width: 1120px) {
	.cdp-header-inner {
		grid-template-columns: auto auto 1fr;
	}

	.cdp-menu-toggle {
		display: block;
		order: 3;
		justify-self: end;
	}

	.cdp-primary-nav {
		position: fixed;
		inset: 86px 0 auto;
		display: none;
		padding: 28px 20px 38px;
		background: var(--cdp-espresso);
	}

	.cdp-primary-nav.is-open {
		display: block;
	}

	.cdp-primary-nav .cdp-menu,
	.cdp-primary-nav ul {
		display: grid;
		gap: 0;
	}

	.cdp-primary-nav a {
		padding-block: 14px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		font-size: 1rem;
	}

	.cdp-header-actions {
		order: 2;
		justify-self: end;
	}

	.cdp-header-passport {
		display: none;
	}

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

	.cdp-feature-pair,
	.cdp-newsletter-inner {
		grid-template-columns: 1fr;
	}

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

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

	:root {
		--cdp-container: min(100% - 28px, 720px);
	}

	.cdp-header-inner {
		min-height: 76px;
		gap: 12px;
	}

	.cdp-primary-nav {
		inset-block-start: 76px;
	}

	.cdp-brand img {
		width: 178px;
	}

	.cdp-hero {
		min-height: 680px;
		background-position: 62% center;
	}

	.cdp-hero-content {
		padding-top: 90px;
	}

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

	.cdp-discovery-grid > a {
		min-height: 94px;
		border-bottom: 1px solid var(--cdp-border);
		font-size: 1rem;
	}

	.cdp-section-heading--split,
	.cdp-place-layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.cdp-section-heading--row {
		display: grid;
	}

	.cdp-card-grid--three,
	.cdp-card-grid--two {
		grid-template-columns: 1fr;
	}

	.cdp-basecamp,
	.cdp-passport-card {
		grid-template-columns: 1fr;
	}

	.cdp-basecamp > img {
		aspect-ratio: 16 / 10;
	}

	.cdp-passport-card > img {
		max-height: 280px;
	}

	.cdp-newsletter-inner {
		gap: 30px;
	}

	.cdp-inline-form {
		grid-template-columns: 1fr;
	}

	.cdp-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

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

	.cdp-footer-bottom {
		display: grid;
	}
}

@media (max-width: 540px) {
	h1 {
		font-size: clamp(2.8rem, 14vw, 4.3rem);
	}

	.cdp-header-actions .cdp-language {
		display: none;
	}

	.cdp-menu-toggle {
		order: 2;
	}

	.cdp-button-row .cdp-button {
		width: 100%;
	}

	.cdp-discovery-grid {
		grid-template-columns: 1fr 1fr;
	}

	.cdp-card-grid--four,
	.cdp-footer-grid {
		grid-template-columns: 1fr;
	}

	.cdp-page-hero--image,
	.cdp-place-hero {
		min-height: 520px;
	}

	.cdp-prose {
		font-size: 1rem;
	}
}

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