:root {
	--cw2-ink: #17211f;
	--cw2-muted: #66716d;
	--cw2-soft: #f5f2eb;
	--cw2-paper: #fffcf5;
	--cw2-panel: #ffffff;
	--cw2-line: rgba(23, 33, 31, 0.14);
	--cw2-deep: #063a3a;
	--cw2-teal: #08777a;
	--cw2-jade: #18745f;
	--cw2-coral: #d75c36;
	--cw2-clay: #ad5f3d;
	--cw2-blue: #26708d;
	--cw2-radius: 8px;
	--cw2-shadow: 0 18px 54px rgba(18, 28, 27, 0.14);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--cw2-soft);
	color: var(--cw2-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

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

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

.cw2-site {
	min-height: 100dvh;
	background:
		linear-gradient(180deg, rgba(255, 252, 245, 0.82), rgba(245, 242, 235, 0.98)),
		var(--cw2-soft);
}

.cw2-container {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.cw2-reading-container {
	width: min(760px, calc(100% - 48px));
	margin: 0 auto;
}

.cw2-site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(255, 252, 245, 0.9);
	border-bottom: 1px solid var(--cw2-line);
	backdrop-filter: blur(18px);
}

.cw2-site-header-home {
	position: absolute;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(7, 21, 20, 0.52), rgba(7, 21, 20, 0));
	border-bottom: 0;
	color: #ffffff;
	backdrop-filter: none;
}

.cw2-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1200px, calc(100% - 48px));
	min-height: 76px;
	margin: 0 auto;
}

.cw2-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 220px;
}

.cw2-brand a {
	display: inline-flex;
	align-items: center;
	color: inherit;
	font-weight: 850;
	text-decoration: none;
}

.cw2-brand img {
	width: auto;
	max-width: 210px;
	max-height: 46px;
	object-fit: contain;
}

.cw2-brand-name {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0;
}

.cw2-brand-fallback {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1;
}

.cw2-brand-text {
	font: inherit;
	letter-spacing: 0;
}

.cw2-primary-nav {
	min-width: 0;
}

.cw2-nav-list {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.95rem;
	font-weight: 750;
}

.cw2-nav-list a {
	color: inherit;
	text-decoration: none;
	opacity: 0.84;
}

.cw2-nav-list a:hover,
.cw2-nav-list a:focus-visible {
	opacity: 1;
}

.cw2-mobile-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: inherit;
}

.cw2-mobile-menu-lines,
.cw2-mobile-menu-lines::before,
.cw2-mobile-menu-lines::after {
	display: block;
	width: 18px;
	height: 2px;
	margin: 0 auto;
	border-radius: 999px;
	background: currentColor;
	content: "";
}

.cw2-mobile-menu-lines::before {
	transform: translateY(-6px);
}

.cw2-mobile-menu-lines::after {
	transform: translateY(4px);
}

.cw2-home-hero {
	position: relative;
	display: flex;
	min-height: 560px;
	overflow: hidden;
	color: #ffffff;
	background: #0b211f;
}

.cw2-hero-background {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(90deg, rgba(3, 16, 16, 0.9) 0%, rgba(3, 16, 16, 0.68) 34%, rgba(3, 16, 16, 0.2) 70%),
		linear-gradient(180deg, rgba(3, 16, 16, 0.08), rgba(3, 16, 16, 0.52)),
		var(--cw2-home-hero-image);
	background-position: center;
	background-size: cover;
	transform: scale(1.01);
}

.cw2-home-hero-inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 560px;
	padding-top: 72px;
	padding-bottom: 120px;
}

.cw2-home-hero-copy {
	max-width: 620px;
}

.cw2-home-hero-copy h1 {
	margin: 0;
	font-size: 4.45rem;
	line-height: 0.98;
	letter-spacing: 0;
}

.cw2-home-hero-copy p {
	max-width: 560px;
	margin: 22px 0 0;
	font-size: 1.17rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.cw2-hero-actions,
.cw2-path-panel,
.cw2-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.cw2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 0.96rem;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cw2-button:active {
	transform: translateY(1px);
}

.cw2-button-primary {
	background: var(--cw2-teal);
	color: #ffffff;
	border: 1px solid var(--cw2-teal);
}

.cw2-button-primary:hover,
.cw2-button-primary:focus-visible {
	background: #0a8a8d;
	border-color: #0a8a8d;
}

.cw2-button-secondary {
	background: transparent;
	color: var(--cw2-ink);
	border: 1px solid var(--cw2-line);
}

.cw2-button-on-dark {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.64);
}

.cw2-category-showcase {
	position: relative;
	z-index: 3;
	margin-top: -86px;
	padding-bottom: 34px;
}

.cw2-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 14px;
	background: var(--cw2-panel);
	box-shadow: var(--cw2-shadow);
	overflow: hidden;
}

.cw2-category-card {
	position: relative;
	min-width: 0;
	background: var(--cw2-panel);
	border-right: 1px solid var(--cw2-line);
}

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

.cw2-category-media {
	display: block;
	aspect-ratio: 1 / 1.08;
	overflow: hidden;
	text-decoration: none;
	background: #d9e5df;
}

.cw2-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.cw2-category-card:hover .cw2-category-media img {
	transform: scale(1.035);
}

.cw2-category-body {
	position: relative;
	min-height: 166px;
	padding: 18px 20px 20px;
}

.cw2-category-icon {
	position: absolute;
	top: -31px;
	left: 20px;
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 2px solid rgba(255, 255, 255, 0.86);
	border-radius: 999px;
	background: var(--cw2-teal);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.cw2-category-icon::before {
	font-size: 1.35rem;
	line-height: 1;
	content: "△";
}

.cw2-tone-coral .cw2-category-icon {
	background: var(--cw2-coral);
}

.cw2-tone-coral .cw2-category-icon::before {
	content: "≋";
}

.cw2-tone-jade .cw2-category-icon {
	background: var(--cw2-jade);
}

.cw2-tone-jade .cw2-category-icon::before {
	content: "□";
}

.cw2-tone-clay .cw2-category-icon {
	background: var(--cw2-clay);
}

.cw2-tone-clay .cw2-category-icon::before {
	content: "◇";
}

.cw2-tone-blue .cw2-category-icon {
	background: var(--cw2-blue);
}

.cw2-tone-blue .cw2-category-icon::before {
	content: "▣";
}

.cw2-category-body h2 {
	margin: 0 0 8px;
	font-size: 1.16rem;
	line-height: 1.22;
	letter-spacing: 0;
}

.cw2-category-body p {
	margin: 0 0 16px;
	color: var(--cw2-muted);
	font-size: 0.94rem;
}

.cw2-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--cw2-teal);
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: none;
}

.cw2-first-trip,
.cw2-destination-paths,
.cw2-latest-stories {
	padding: 28px 0;
}

.cw2-section-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.cw2-section-row h2 {
	margin: 0;
	font-size: 1.55rem;
	line-height: 1.2;
	letter-spacing: 0;
}

.cw2-section-row a {
	color: var(--cw2-deep);
	font-size: 0.92rem;
	font-weight: 850;
	text-decoration: none;
}

.cw2-first-trip-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	padding: 18px;
	border: 1px solid var(--cw2-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 12px 42px rgba(33, 43, 39, 0.08);
}

.cw2-first-trip-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 16px;
	min-height: 104px;
	padding: 14px 18px;
	border-right: 1px solid var(--cw2-line);
	color: inherit;
	text-decoration: none;
}

.cw2-first-trip-item:last-child {
	border-right: 0;
}

.cw2-line-icon {
	position: relative;
	display: block;
	width: 52px;
	height: 52px;
	border: 3px solid var(--cw2-teal);
	border-radius: 6px;
}

.cw2-line-icon::before,
.cw2-line-icon::after {
	position: absolute;
	content: "";
}

.cw2-icon-card .cw2-line-icon::before {
	top: 14px;
	left: 9px;
	width: 28px;
	height: 3px;
	background: var(--cw2-teal);
}

.cw2-icon-card .cw2-line-icon::after {
	right: 9px;
	bottom: 10px;
	left: 9px;
	height: 3px;
	background: var(--cw2-teal);
}

.cw2-icon-globe .cw2-line-icon {
	border-radius: 999px;
}

.cw2-icon-globe .cw2-line-icon::before {
	top: 8px;
	bottom: 8px;
	left: 22px;
	width: 3px;
	background: var(--cw2-teal);
}

.cw2-icon-globe .cw2-line-icon::after {
	top: 22px;
	right: 8px;
	left: 8px;
	height: 3px;
	background: var(--cw2-teal);
}

.cw2-icon-train .cw2-line-icon::before {
	right: 9px;
	bottom: 9px;
	left: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--cw2-teal);
}

.cw2-icon-train .cw2-line-icon::after {
	top: 10px;
	right: 11px;
	left: 11px;
	height: 16px;
	border-top: 3px solid var(--cw2-teal);
	border-bottom: 3px solid var(--cw2-teal);
}

.cw2-icon-map .cw2-line-icon {
	border-radius: 999px 999px 999px 0;
	transform: rotate(-45deg);
}

.cw2-icon-map .cw2-line-icon::before {
	top: 15px;
	left: 15px;
	width: 14px;
	height: 14px;
	border: 3px solid var(--cw2-teal);
	border-radius: 999px;
}

.cw2-first-trip-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 5px;
}

.cw2-first-trip-copy strong {
	font-size: 1rem;
	line-height: 1.2;
}

.cw2-first-trip-copy span {
	color: var(--cw2-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.cw2-first-trip-copy em {
	margin-top: auto;
	color: var(--cw2-deep);
	font-size: 0.86rem;
	font-style: normal;
	font-weight: 850;
}

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

.cw2-path-card {
	overflow: hidden;
	border-radius: 8px;
	background: #0b3e3d;
	box-shadow: 0 18px 44px rgba(16, 31, 30, 0.14);
}

.cw2-path-card a {
	position: relative;
	display: block;
	min-height: 334px;
	color: #ffffff;
	text-decoration: none;
}

.cw2-path-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

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

.cw2-path-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 9px;
	padding: 22px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 73, 73, 0.9));
}

.cw2-path-overlay strong {
	font-size: 1.65rem;
	line-height: 1.1;
}

.cw2-path-overlay span {
	font-size: 0.96rem;
	line-height: 1.4;
}

.cw2-path-overlay em {
	margin-top: 6px;
	font-style: normal;
	font-weight: 850;
}

.cw2-latest-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
	gap: 34px;
	align-items: start;
}

.cw2-story-list {
	overflow: hidden;
	border: 1px solid var(--cw2-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.74);
}

.cw2-story-row {
	display: grid;
	grid-template-columns: 154px minmax(0, 1fr) 112px;
	gap: 18px;
	align-items: center;
	padding: 12px;
	border-bottom: 1px solid var(--cw2-line);
}

.cw2-story-row:last-child {
	border-bottom: 0;
}

.cw2-story-thumb {
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 16 / 9;
	background: #dfe7e2;
}

.cw2-story-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cw2-story-copy h3 {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.28;
	letter-spacing: 0;
}

.cw2-story-copy h3 a {
	text-decoration: none;
}

.cw2-story-copy p {
	margin: 0;
	color: var(--cw2-muted);
	font-size: 0.89rem;
	line-height: 1.45;
}

.cw2-story-row time {
	color: #81908b;
	font-size: 0.78rem;
	text-align: right;
}

.cw2-home-sidebar {
	display: grid;
	gap: 18px;
}

.cw2-tip-panel {
	padding: 24px;
	border-radius: 12px;
	background: linear-gradient(135deg, #e7f3f1, #f4f7f2);
}

.cw2-tip-panel h2 {
	margin: 0 0 18px;
	color: var(--cw2-deep);
	font-size: 1.1rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.cw2-tip-panel ul {
	display: grid;
	gap: 16px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cw2-tip-panel li {
	display: grid;
	gap: 3px;
	padding-left: 30px;
	position: relative;
}

.cw2-tip-panel li::before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid var(--cw2-teal);
	border-radius: 999px;
	content: "";
}

.cw2-tip-panel strong {
	font-size: 0.92rem;
}

.cw2-tip-panel span {
	color: var(--cw2-muted);
	font-size: 0.84rem;
	line-height: 1.42;
}

.cw2-tip-panel a {
	display: inline-flex;
	margin-top: 18px;
	color: var(--cw2-deep);
	font-size: 0.88rem;
	font-weight: 850;
	text-decoration: none;
}

.cw2-inspiration-card {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	overflow: hidden;
	padding: 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.78);
	color: inherit;
	text-decoration: none;
}

.cw2-inspiration-card img {
	width: 132px;
	height: 96px;
	border-radius: 8px;
	object-fit: cover;
}

.cw2-inspiration-card span {
	display: grid;
	gap: 12px;
}

.cw2-inspiration-card strong {
	font-size: 0.95rem;
	line-height: 1.25;
}

.cw2-inspiration-card em {
	color: var(--cw2-deep);
	font-size: 0.84rem;
	font-style: normal;
	font-weight: 850;
}

.cw2-bottom-trust {
	margin-top: 28px;
	padding: 28px 0;
	background: linear-gradient(90deg, #00616b, #08736b);
	color: #ffffff;
}

.cw2-bottom-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.cw2-bottom-trust-grid div {
	display: grid;
	gap: 4px;
	padding-left: 26px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.cw2-bottom-trust-grid strong {
	font-size: 0.96rem;
}

.cw2-bottom-trust-grid span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.86rem;
}

.cw2-page-hero,
.cw2-archive-hero,
.cw2-trust-hero,
.cw2-not-found {
	padding: 88px 0 44px;
	background:
		linear-gradient(135deg, rgba(6, 58, 58, 0.1), rgba(215, 92, 54, 0.08)),
		var(--cw2-paper);
}

.cw2-page-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	gap: 44px;
	align-items: center;
}

.cw2-page-hero-copy h1,
.cw2-archive-hero h1,
.cw2-not-found h1,
.cw2-trust-hero h1 {
	max-width: 860px;
	margin: 0;
	font-size: 3.7rem;
	line-height: 1;
	letter-spacing: 0;
}

.cw2-kicker,
.cw2-card-lane,
.cw2-answer-label {
	margin: 0 0 14px;
	color: var(--cw2-accent, var(--cw2-teal));
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cw2-hero-summary,
.cw2-section-heading p,
.cw2-archive-description,
.cw2-not-found p,
.cw2-trust-hero p {
	max-width: 66ch;
	color: var(--cw2-muted);
	font-size: 1.06rem;
}

.cw2-hero-summary {
	margin: 20px 0 0;
}

.cw2-page-hero-media {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 10px;
	box-shadow: var(--cw2-shadow);
	aspect-ratio: 4 / 3;
	background: #dfe7e2;
}

.cw2-page-hero-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(3, 39, 39, 0.16));
	content: "";
}

.cw2-page-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cw2-section {
	padding: 72px 0;
}

.cw2-section-compact {
	padding-top: 42px;
}

.cw2-hub {
	background: rgba(255, 255, 255, 0.34);
}

.cw2-section-heading {
	max-width: 720px;
	margin-bottom: 26px;
}

.cw2-section-heading h2 {
	margin: 0;
	font-size: 2.35rem;
	line-height: 1.06;
	letter-spacing: 0;
}

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

.cw2-module-tile {
	display: grid;
	gap: 10px;
	min-height: 124px;
	padding: 22px;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 12px 30px rgba(33, 43, 39, 0.07);
	color: inherit;
	text-decoration: none;
}

.cw2-module-tile h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.cw2-module-tile p {
	margin: 0;
	color: var(--cw2-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

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

.cw2-guide-card {
	overflow: hidden;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: var(--cw2-panel);
	box-shadow: 0 12px 34px rgba(33, 43, 39, 0.08);
}

.cw2-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #dfe7e2;
}

.cw2-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.cw2-guide-card:hover .cw2-card-media img {
	transform: scale(1.035);
}

.cw2-card-body {
	padding: 20px;
}

.cw2-card-body h2 {
	margin: 0 0 10px;
	font-size: 1.18rem;
	line-height: 1.22;
	letter-spacing: 0;
}

.cw2-card-body h2 a {
	text-decoration: none;
}

.cw2-card-body p {
	margin: 0;
	color: var(--cw2-muted);
	font-size: 0.94rem;
}

.cw2-answer {
	padding: 26px 0 0;
}

.cw2-answer .cw2-reading-container {
	padding: 24px 26px;
	border-left: 4px solid var(--cw2-accent, var(--cw2-teal));
	border-radius: 0 8px 8px 0;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 12px 30px rgba(33, 43, 39, 0.05);
}

.cw2-answer p:last-child {
	margin-bottom: 0;
}

.cw2-article-shell {
	padding: 48px 0 90px;
	background: var(--cw2-paper);
}

.cw2-faq-page {
	padding: 48px 0 90px;
	background: var(--cw2-paper);
}

.cw2-answer-inline {
	padding-top: 0;
	margin-bottom: 28px;
}

.cw2-faq-grid {
	display: grid;
	gap: 14px;
}

.cw2-faq-item {
	padding: 24px 26px;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 12px 30px rgba(33, 43, 39, 0.05);
}

.cw2-faq-item h2 {
	margin: 0 0 10px;
	font-size: 1.16rem;
	line-height: 1.24;
	letter-spacing: 0;
}

.cw2-faq-item p {
	margin: 0;
	color: var(--cw2-muted);
}

.cw2-trust-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.cw2-content {
	font-size: 1.05rem;
}

.cw2-content h2,
.cw2-content h3,
.cw2-content h4 {
	margin: 2.1em 0 0.65em;
	line-height: 1.15;
	letter-spacing: 0;
}

.cw2-content p,
.cw2-content ul,
.cw2-content ol,
.cw2-content blockquote {
	margin: 0 0 1.2em;
}

.cw2-content figure {
	margin: 2em 0;
}

.cw2-content figure.wp-block-image,
.cw2-content .wp-block-image.aligncenter,
.cw2-content .wp-block-image.is-resized {
	display: block;
	max-width: 100%;
	width: auto !important;
}

.cw2-content figure img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.cw2-content figcaption,
.cw2-content .wp-element-caption {
	display: block;
	max-width: 100%;
}

.cw2-content img,
.cw2-content video,
.cw2-content iframe,
.cw2-content embed,
.cw2-content object {
	display: block;
	max-width: 100%;
}

.cw2-content img,
.cw2-content video {
	height: auto;
}

.cw2-content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.cw2-content th,
.cw2-content td {
	padding: 10px;
	border-bottom: 1px solid var(--cw2-line);
	text-align: left;
}

.cw2-short-guide-support {
	margin-top: 2.4em;
	padding: 26px;
	border: 1px solid color-mix(in srgb, var(--cw2-accent, var(--cw2-teal)) 26%, var(--cw2-line));
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(245, 242, 235, 0.68)),
		var(--cw2-surface);
	box-shadow: 0 16px 36px rgba(33, 43, 39, 0.06);
}

.cw2-short-guide-support h2 {
	margin-top: 0;
}

.cw2-short-guide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.cw2-short-guide-grid article {
	padding: 18px;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
}

.cw2-short-guide-grid h3 {
	margin: 0 0 8px;
	font-size: 1.02rem;
}

.cw2-short-guide-grid p {
	margin: 0;
	color: var(--cw2-muted);
	font-size: 0.96rem;
}

.cw2-short-guide-close {
	margin: 18px 0 0;
	color: var(--cw2-muted);
}

.cw2-ad-slot {
	width: min(760px, calc(100% - 48px));
	min-height: 84px;
	margin: 36px auto;
	border-top: 1px solid var(--cw2-line);
	border-bottom: 1px solid var(--cw2-line);
}

.cw2-archive-layout {
	background: var(--cw2-soft);
}

.cw2-blog-framework {
	padding: 52px 0 90px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(245, 242, 235, 0.92)),
		var(--cw2-soft);
}

.cw2-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
	gap: 28px;
	align-items: start;
}

.cw2-blog-main {
	display: grid;
	gap: 26px;
	min-width: 0;
}

.cw2-blog-feature {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: var(--cw2-panel);
	box-shadow: var(--cw2-shadow);
}

.cw2-blog-feature-media {
	display: block;
	min-height: 340px;
	overflow: hidden;
	background: #dfe7e2;
}

.cw2-blog-feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.cw2-blog-feature:hover .cw2-blog-feature-media img {
	transform: scale(1.035);
}

.cw2-blog-feature-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
}

.cw2-blog-feature-copy h2 {
	margin: 0 0 14px;
	font-size: 2rem;
	line-height: 1.08;
	letter-spacing: 0;
}

.cw2-blog-feature-copy h2 a,
.cw2-blog-topic-card h3 a,
.cw2-blog-list-row h3 a {
	text-decoration: none;
}

.cw2-blog-feature-copy > p:not(.cw2-kicker) {
	margin: 0 0 20px;
	color: var(--cw2-muted);
}

.cw2-blog-lanes {
	display: grid;
	gap: 18px;
}

.cw2-blog-lane {
	display: grid;
	grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.cw2-blog-lane-head h2 {
	margin: 0 0 10px;
	font-size: 1.35rem;
	line-height: 1.16;
	letter-spacing: 0;
}

.cw2-blog-lane-head p {
	margin: 0;
	color: var(--cw2-muted);
	font-size: 0.94rem;
}

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

.cw2-blog-topic-card {
	overflow: hidden;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: var(--cw2-panel);
}

.cw2-blog-topic-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #dfe7e2;
}

.cw2-blog-topic-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cw2-blog-topic-card > div {
	padding: 14px;
}

.cw2-blog-topic-card h3 {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.cw2-blog-list {
	padding: 24px;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: var(--cw2-panel);
	box-shadow: 0 14px 34px rgba(33, 43, 39, 0.07);
}

.cw2-blog-list-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	padding: 18px 0;
	border-top: 1px solid var(--cw2-line);
}

.cw2-blog-list-row:first-of-type {
	border-top: 0;
}

.cw2-blog-list-row h3 {
	margin: 0 0 8px;
	font-size: 1.08rem;
	line-height: 1.28;
	letter-spacing: 0;
}

.cw2-blog-list-row p:last-child {
	margin: 0;
	color: var(--cw2-muted);
	font-size: 0.93rem;
}

.cw2-blog-list-row time {
	color: var(--cw2-muted);
	font-size: 0.82rem;
	white-space: nowrap;
}

.cw2-blog-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 18px;
}

.cw2-blog-sidebar-panel {
	display: grid;
	gap: 12px;
	padding: 22px;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 14px 34px rgba(33, 43, 39, 0.07);
}

.cw2-blog-sidebar-panel h2 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.18;
	letter-spacing: 0;
}

.cw2-blog-sidebar-panel a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid var(--cw2-line);
	color: var(--cw2-deep);
	font-weight: 800;
	text-decoration: none;
}

.cw2-blog-sidebar-panel a:first-of-type {
	border-top: 0;
}

.cw2-blog-sidebar-panel a::after {
	content: "→";
	color: var(--cw2-accent, var(--cw2-teal));
}

.cw2-blog-sidebar-note {
	background:
		linear-gradient(135deg, rgba(8, 119, 122, 0.12), rgba(215, 92, 54, 0.1)),
		var(--cw2-panel);
}

.cw2-blog-sidebar-note p {
	margin: 0;
	color: var(--cw2-muted);
	font-size: 0.94rem;
}

.cw2-not-found-inner {
	max-width: 760px;
}

.cw2-empty {
	padding: 42px;
	border: 1px solid var(--cw2-line);
	border-radius: 8px;
	background: var(--cw2-panel);
}

.cw2-pagination {
	margin-top: 36px;
}

.cw2-site-footer {
	border-top: 1px solid var(--cw2-line);
	padding: 38px 0;
	color: var(--cw2-muted);
	background: var(--cw2-paper);
}

.cw2-footer-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.cw2-footer-brand {
	margin: 0 0 8px;
	color: var(--cw2-ink);
	font-weight: 850;
}

.cw2-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.cw2-footer-nav a {
	text-decoration: none;
}

.cw2-reveal {
	opacity: 1;
	transform: none;
}

.cw2-js-ready .cw2-reveal {
	transition: opacity 420ms ease, transform 420ms ease;
}

.cw2-js-ready .cw2-reveal.cw2-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1100px) {
	.cw2-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cw2-category-card {
		border-bottom: 1px solid var(--cw2-line);
	}

	.cw2-category-card:nth-child(3n) {
		border-right: 0;
	}

	.cw2-first-trip-grid,
	.cw2-path-grid,
	.cw2-bottom-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cw2-first-trip-item:nth-child(2n) {
		border-right: 0;
	}

	.cw2-latest-layout {
		grid-template-columns: 1fr;
	}

	.cw2-blog-layout {
		grid-template-columns: 1fr;
	}

	.cw2-blog-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 860px) {
	.cw2-container,
	.cw2-reading-container,
	.cw2-header-inner,
	.cw2-footer-inner {
		width: min(100% - 32px, 1200px);
	}

	.cw2-site-header {
		position: sticky;
		background: rgba(7, 31, 31, 0.94);
		color: #ffffff;
		border-bottom: 0;
	}

	.cw2-header-inner {
		min-height: 66px;
	}

	.cw2-brand {
		min-width: 0;
	}

	.cw2-brand img {
		max-width: 166px;
		max-height: 44px;
	}

	.cw2-brand-name {
		display: none;
	}

	.cw2-mobile-menu-toggle {
		display: inline-grid;
		place-items: center;
	}

	.cw2-primary-nav {
		position: absolute;
		top: 66px;
		right: 16px;
		left: 16px;
		display: none;
		padding: 14px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 12px;
		background: rgba(7, 31, 31, 0.96);
		box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
	}

	.cw2-site-header.cw2-nav-open .cw2-primary-nav {
		display: block;
	}

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

	.cw2-nav-list a {
		display: block;
		padding: 10px 8px;
	}

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

	.cw2-home-hero-inner {
		align-items: flex-end;
		padding-top: 92px;
		padding-bottom: 122px;
	}

	.cw2-hero-background {
		background-image:
			linear-gradient(180deg, rgba(3, 16, 16, 0.22), rgba(3, 16, 16, 0.92)),
			var(--cw2-home-hero-image);
		background-position: center top;
	}

	.cw2-home-hero-copy h1 {
		font-size: 3rem;
		line-height: 1.02;
	}

	.cw2-home-hero-copy p {
		font-size: 1rem;
	}

	.cw2-category-showcase {
		margin-top: -86px;
	}

	.cw2-category-grid,
	.cw2-module-grid,
	.cw2-card-grid,
	.cw2-page-hero-grid {
		grid-template-columns: 1fr;
	}

	.cw2-category-card,
	.cw2-category-card:nth-child(3n) {
		border-right: 0;
		border-bottom: 1px solid var(--cw2-line);
	}

	.cw2-category-card:last-child {
		border-bottom: 0;
	}

	.cw2-category-media {
		aspect-ratio: 16 / 9;
	}

	.cw2-first-trip-grid {
		grid-template-columns: 1fr;
	}

	.cw2-first-trip-item,
	.cw2-first-trip-item:nth-child(2n) {
		border-right: 0;
		border-bottom: 1px solid var(--cw2-line);
	}

	.cw2-first-trip-item:last-child {
		border-bottom: 0;
	}

	.cw2-path-grid,
	.cw2-bottom-trust-grid {
		grid-template-columns: 1fr;
	}

	.cw2-blog-feature,
	.cw2-blog-lane,
	.cw2-blog-topic-grid,
	.cw2-blog-sidebar {
		grid-template-columns: 1fr;
	}

	.cw2-blog-framework {
		padding: 34px 0 62px;
	}

	.cw2-blog-feature-media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.cw2-blog-feature-copy,
	.cw2-blog-lane,
	.cw2-blog-list,
	.cw2-blog-sidebar-panel {
		padding: 18px;
	}

	.cw2-blog-feature-copy h2 {
		font-size: 1.55rem;
	}

	.cw2-blog-list-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.cw2-blog-list-row time {
		white-space: normal;
	}

	.cw2-path-card a {
		min-height: 306px;
	}

	.cw2-story-row {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.cw2-story-row time {
		grid-column: 2;
		text-align: left;
	}

	.cw2-page-hero,
	.cw2-archive-hero,
	.cw2-trust-hero,
	.cw2-not-found {
		padding: 38px 0 28px;
	}

	.cw2-kind-article .cw2-page-hero {
		padding: 30px 0 20px;
	}

	.cw2-kind-article .cw2-page-hero-grid {
		gap: 18px;
	}

	.cw2-kind-article .cw2-page-hero-media {
		display: none;
	}

	.cw2-kind-page .cw2-page-hero-media,
	.cw2-kind-library .cw2-page-hero-media,
	.cw2-kind-destinations .cw2-page-hero-media {
		max-height: 180px;
		aspect-ratio: 16 / 9;
	}

	.cw2-page-hero-copy h1,
	.cw2-archive-hero h1,
	.cw2-not-found h1,
	.cw2-trust-hero h1 {
		font-size: 2.15rem;
	}

	.cw2-hero-summary {
		margin-top: 14px;
		font-size: 0.96rem;
	}

	.cw2-answer {
		padding-top: 14px;
	}

	.cw2-answer .cw2-reading-container {
		padding: 18px 20px;
	}

	.cw2-article-shell {
		padding-top: 30px;
	}

	.cw2-short-guide-support {
		padding: 20px;
	}

	.cw2-short-guide-grid {
		grid-template-columns: 1fr;
	}

	.cw2-section {
		padding: 52px 0;
	}

	.cw2-section-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.cw2-footer-inner {
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.cw2-home-hero-copy h1 {
		font-size: 2.4rem;
	}

	.cw2-button {
		width: 100%;
	}

	.cw2-story-row {
		grid-template-columns: 1fr;
	}

	.cw2-story-thumb {
		width: 100%;
	}

	.cw2-story-row time {
		grid-column: 1;
	}

	.cw2-inspiration-card {
		grid-template-columns: 1fr;
	}

	.cw2-inspiration-card img {
		width: 100%;
		height: 150px;
	}
}

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

	.cw2-button,
	.cw2-card-media img,
	.cw2-category-media img,
	.cw2-path-card img,
	.cw2-js-ready .cw2-reveal {
		transition: none;
	}
}
