/* Lora — variable font, latin-ext */
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora-normal-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Lora — variable font, latin */
@font-face {
	font-family: 'Lora';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora-normal-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Lora italic — variable font, latin-ext */
@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Lora italic — variable font, latin */
@font-face {
	font-family: 'Lora';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('../fonts/lora-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Source Sans 3 — variable font, latin-ext */
@font-face {
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 300 600;
	font-display: swap;
	src: url('../fonts/source-sans-3-normal-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Source Sans 3 — variable font, latin */
@font-face {
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 300 600;
	font-display: swap;
	src: url('../fonts/source-sans-3-normal-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Source Sans 3 italic — variable font, latin-ext */
@font-face {
	font-family: 'Source Sans 3';
	font-style: italic;
	font-weight: 300 600;
	font-display: swap;
	src: url('../fonts/source-sans-3-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Source Sans 3 italic — variable font, latin */
@font-face {
	font-family: 'Source Sans 3';
	font-style: italic;
	font-weight: 300 600;
	font-display: swap;
	src: url('../fonts/source-sans-3-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--bg: #111111;
	--bg-light: #1A1A1A;
	--text: #F5F5F0;
	--text-muted: #999999;
	--amber: #E8A838;
	--dark-card: #1A1A1A;
	--border: #2A2A2A;
	--footer-bg: #0A0A0A;
	--font-heading: 'Lora', Georgia, 'Times New Roman', serif;
	--font-body: 'Source Sans 3', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--content-width: 780px;
	--wide-width: 1200px;
	--gap: 2rem;
}

/* Film Grain */
body::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: 9999;
	pointer-events: none;
	opacity: 0.035;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: 256px 256px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.85;
	color: var(--text);
	background-color: var(--bg);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	color: var(--text);
	line-height: 1.2;
	margin-bottom: 0.5em;
	font-weight: 700;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 600; }
h3 { font-size: clamp(1.4rem, 3vw, 1.8rem); }

p { margin-bottom: 1.5em; }

a {
	color: var(--amber);
	text-decoration: none;
	transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover, a:focus {
	color: var(--amber);
	text-shadow: 0 0 20px rgba(232, 168, 56, 0.4);
}

::selection { background: rgba(232, 168, 56, 0.3); color: var(--text); }

/* Layout */
.site-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.site-content { flex: 1; }

.container {
	width: 100%;
	max-width: var(--wide-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--gap);
	padding-right: var(--gap);
}

/* Header */
.site-header {
	background: var(--bg);
	border-bottom: 1px solid var(--border);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 1.2rem var(--gap);
}

.site-branding a {
	font-family: var(--font-heading);
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--text);
	text-decoration: none;
	letter-spacing: 0.02em;
}

.site-branding a:hover { text-shadow: 0 0 20px rgba(232, 168, 56, 0.4); }
.site-branding a .accent { color: var(--amber); }

/* Primary navigation: hidden on desktop, shown as mobile slide-out */
.primary-navigation {
	display: none;
}

/* Hamburger */
.menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0.5rem;
	z-index: 1001;
}

.menu-toggle .bar {
	display: block;
	width: 28px;
	height: 2px;
	background: var(--text);
	margin: 6px 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.active .bar:nth-child(2) { opacity: 0; }
.menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Country Navigation */
.nav-countries ul {
	display: flex;
	align-items: center;
	gap: 1.8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-countries a {
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--text-muted);
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: color 0.3s ease;
	position: relative;
	white-space: nowrap;
}

.nav-countries a:hover {
	color: var(--amber);
}

.nav-countries a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--amber);
	transition: width 0.3s ease;
}

.nav-countries a:hover::after {
	width: 100%;
}

.mega-menu-toggle {
	color: var(--amber) !important;
	background: rgba(232, 168, 56, 0.1);
	border: 1px solid rgba(232, 168, 56, 0.25);
	padding: 0.3rem 0.9rem;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.mega-menu-toggle::after {
	display: none !important;
}

.mega-menu-toggle:hover {
	background: rgba(232, 168, 56, 0.2);
	border-color: rgba(232, 168, 56, 0.5);
}

/* Language Dropdown */
.lang-dropdown {
	position: relative;
}

.lang-dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: none;
	border: none;
	padding: 0.4rem 0.5rem;
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--text);
	transition: opacity 0.3s ease;
}

.lang-dropdown-toggle:hover {
	opacity: 0.8;
}

.lang-flag {
	font-size: 1.3em;
	line-height: 1;
	flex-shrink: 0;
}

.lang-name {
	white-space: nowrap;
}

.lang-arrow {
	font-size: 0.7em;
	color: var(--text-muted);
	transition: transform 0.3s ease;
}

.lang-dropdown.is-open .lang-arrow {
	transform: rotate(180deg);
}

.lang-dropdown-menu {
	display: none;
	position: absolute;
	top: calc(100% + 0.4rem);
	right: 0;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: 4px;
	list-style: none;
	margin: 0;
	padding: 0.3rem 0;
	min-width: 150px;
	z-index: 1001;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.lang-dropdown.is-open .lang-dropdown-menu {
	display: block;
}

.lang-dropdown-menu li { border: none; }

.lang-dropdown-menu a {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.5rem 1rem;
	font-family: var(--font-body);
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--text-muted);
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease;
	white-space: nowrap;
}

.lang-dropdown-menu a:hover {
	color: var(--amber);
	background: rgba(232, 168, 56, 0.08);
}

/* Mobile language row */
.mobile-lang-row { display: none; }

/* Mega Menu Panel */
.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: var(--bg);
	border-top: 1px solid var(--border);
	border-bottom: 2px solid rgba(232, 168, 56, 0.3);
	padding: 2.5rem 0;
	display: none;
	z-index: 999;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.mega-menu.is-open {
	display: block;
}

.mega-menu-inner {
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap);
}

.mega-menu-title {
	font-family: var(--font-heading);
	font-size: 0.85rem;
	color: var(--amber);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.mega-menu-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2rem 2.5rem;
}

.mega-menu-group {
	line-height: 1.5;
}

.mega-menu-country {
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--text) !important;
	text-decoration: none !important;
	display: block;
	margin-bottom: 0.3rem;
	transition: color 0.2s;
}

.mega-menu-country:hover {
	color: var(--amber) !important;
}

.mega-menu-regions {
	font-size: 0.8rem;
	line-height: 1.6;
}

.mega-menu-regions a {
	color: var(--text-muted);
	text-decoration: none;
	transition: color 0.2s;
}

.mega-menu-regions a:hover {
	color: var(--amber);
}

.mega-menu-sep {
	color: var(--amber);
	opacity: 0.4;
	font-size: 0.35em;
	vertical-align: middle;
	margin: 0 0.4em;
}

/* Mobile menu extras */
.mobile-mega-group-li { display: none; }

/* =============================================
   HOME PAGE — Editorial Magazine Layout
   ============================================= */

/* Starfield background */
.starfield-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: screen;
	opacity: 0.85;
}

body.has-starfield .site-content {
	overflow: hidden;
	isolation: isolate;
}

/* Lift all content above the starfield canvas */
body.has-starfield .home-intro-inner,
body.has-starfield .home-featured .container,
body.has-starfield .home-editorials .container,
body.has-starfield .home-why-inner,
body.has-starfield .home-section-header,
body.has-starfield .home-hero,
body.has-starfield .country-hero,
body.has-starfield .country-intro-inner,
body.has-starfield .country-interests-section .container,
body.has-starfield .country-regions .container,
body.has-starfield .country-seo-inner,
body.has-starfield .archive-header,
body.has-starfield .storyboard-listing,
body.has-starfield .hotel-listing,
body.has-starfield .region-countries-inner,
body.has-starfield .container,
body.has-starfield .front-hero {
	position: relative;
	z-index: 2;
}

/* Hero */
.home-hero {
	position: relative;
	height: 100vh;
	min-height: 600px;
	max-height: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.home-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.home-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

.home-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, rgba(17,17,17,0.3) 0%, rgba(17,17,17,0.1) 30%, rgba(17,17,17,0.6) 70%, rgba(17,17,17,0.95) 100%),
		linear-gradient(to right, rgba(17,17,17,0.7) 0%, transparent 60%);
}


.home-hero-content {
	position: relative;
	z-index: 2;
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap);
	width: 100%;
}

.home-hero-label {
	display: inline-block;
	font-family: var(--font-body);
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: var(--amber);
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 3rem;
}

.home-hero-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 2rem;
	height: 1px;
	background: var(--amber);
}

.home-hero-title {
	font-size: clamp(3rem, 7vw, 5.5rem);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	max-width: 700px;
	font-style: italic;
}

.home-hero-subtitle {
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	color: rgba(245, 245, 240, 0.8);
	font-weight: 300;
	line-height: 1.7;
	max-width: 550px;
	margin-bottom: 2.5rem;
}

.home-hero-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--bg);
	background: var(--amber);
	padding: 1rem 2rem;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.home-hero-cta:hover {
	background: #d4962e;
	color: var(--bg);
	text-shadow: none;
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(232, 168, 56, 0.35);
}

.home-hero-stats {
	position: absolute;
	bottom: 3rem;
	right: var(--gap);
	z-index: 2;
	display: flex;
	gap: 3rem;
}

.home-stat {
	text-align: center;
}

.home-stat-number {
	display: block;
	font-family: var(--font-heading);
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--amber);
	line-height: 1.2;
}

.home-stat-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgba(245, 245, 240, 0.6);
	font-weight: 600;
}

/* Editorial Intro */
.home-intro {
	padding: 8rem 0;
	background: var(--bg);
	position: relative;
}


.home-intro-inner {
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.home-intro-text h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-style: italic;
	margin-bottom: 1.5rem;
}

.home-intro-text p {
	color: var(--text-muted);
	font-size: 1.05rem;
	line-height: 1.9;
}

.home-intro-signature {
	display: block;
	font-family: var(--font-heading);
	font-style: italic;
	color: var(--amber);
	font-size: 1rem;
	margin-bottom: 2rem;
}

.home-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--text);
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid var(--amber);
	transition: all 0.3s ease;
}

.home-link-arrow:hover {
	color: var(--amber);
	gap: 0.8rem;
}

.home-intro-image {
	position: relative;
}

.home-intro-image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 4px;
}

.home-intro-image::after {
	content: '';
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	width: 100%;
	height: 100%;
	border: 1px solid var(--amber);
	border-radius: 4px;
	opacity: 0.2;
	z-index: -1;
}

/* Section headers */
.home-section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--border);
}

.home-section-header h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	font-style: italic;
	margin-bottom: 0.3rem;
}

.home-section-header p {
	color: var(--text-muted);
	font-size: 1rem;
	margin: 0;
}

/* Featured Destinations Grid — Magazine style */
.home-featured {
	padding: 6rem 0 7rem;
	background: var(--bg-light);
	position: relative;
}

.home-featured::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--amber), transparent);
	opacity: 0.3;
}


.home-featured-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 320px 260px 320px 260px;
	gap: 1rem;
}

/* First card is large - spans 2 cols */
.home-featured-card-0 {
	grid-column: 1 / 3;
	grid-row: 1;
}

.home-featured-card-3 {
	grid-column: 3;
	grid-row: 2 / 4;
}

/* Last card fills remaining space */
.home-featured-card:last-child {
	grid-column: span 2;
}

.home-featured-card {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	display: block;
	text-decoration: none;
	color: inherit;
}

.home-featured-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.home-featured-card:hover img {
	transform: scale(1.06);
}

.home-featured-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5rem;
	transition: background 0.3s ease;
}

.home-featured-card:hover .home-featured-card-overlay {
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);
}

.home-featured-card-country {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--amber);
	font-weight: 600;
}

.home-featured-card h3 {
	font-family: var(--font-heading);
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--text);
	margin-bottom: 0.2rem;
	line-height: 1.3;
}

.home-featured-card-0 h3 {
	font-size: 1.8rem;
}

.home-featured-card-count {
	font-size: 0.8rem;
	color: rgba(255,255,255,0.6);
}

/* Countries Grid */
.home-countries {
	padding: 6rem 0 7rem;
	background: var(--bg);
}

.home-countries-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.home-country-card {
	display: grid;
	grid-template-columns: 140px 1fr;
	background: var(--dark-card);
	border: 1px solid var(--border);
	border-radius: 6px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-country-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
	border-color: rgba(232, 168, 56, 0.2);
}

.home-country-card:hover .home-country-image img {
	transform: scale(1.08);
}

.home-country-image {
	overflow: hidden;
	min-height: 180px;
}

.home-country-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.home-country-body {
	padding: 1.3rem 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-country-top {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.6rem;
}

.home-country-flag {
	font-size: 1.6rem;
	line-height: 1;
	flex-shrink: 0;
}

.home-country-top h3 {
	font-family: var(--font-heading);
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--text);
}

.home-country-blurb {
	font-size: 0.88rem;
	color: var(--text-muted);
	line-height: 1.6;
	margin-bottom: 0.7rem;
}

.home-country-meta {
	font-size: 0.78rem;
	color: var(--amber);
	font-weight: 600;
	letter-spacing: 0.03em;
}

/* Why Glamping */
.home-why {
	padding: 8rem 0;
	background: var(--bg-light);
	position: relative;
}

.home-why::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--amber), transparent);
	opacity: 0.3;
}


.home-why-inner {
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.home-why-image {
	position: relative;
}

.home-why-image img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	border-radius: 4px;
}

.home-why-image::before {
	content: '';
	position: absolute;
	bottom: -1.5rem;
	left: -1.5rem;
	width: 100%;
	height: 100%;
	border: 1px solid var(--amber);
	border-radius: 4px;
	opacity: 0.2;
	z-index: -1;
}

.home-why-text h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-style: italic;
	margin-bottom: 1.5rem;
}

.home-why-text p {
	color: var(--text-muted);
	font-size: 1.05rem;
	line-height: 1.9;
}

/* Country Editorials — alternating text+image blocks */
.home-editorials {
	padding: 6rem 0 2rem;
	background: var(--bg);
}


.home-editorial {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	margin-bottom: 5rem;
}

.home-editorial-reverse {
	direction: rtl;
}

.home-editorial-reverse > * {
	direction: ltr;
}

.home-editorial-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 4px;
}

.home-editorial-flag {
	font-size: 2rem;
	display: block;
	margin-bottom: 0.5rem;
}

.home-editorial-text h3 {
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-style: italic;
	margin-bottom: 1rem;
}

.home-editorial-text p {
	color: var(--text-muted);
	font-size: 1rem;
	line-height: 1.85;
	margin-bottom: 1.5rem;
}

/* SEO Footer */
.footer-seo {
	border-top: 1px solid var(--border);
	padding: 4rem 0;
}

.footer-seo-inner {
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap);
	padding-bottom: 3rem;
	border-bottom: 1px solid var(--border);
	margin-bottom: 3rem;
}

.footer-seo-bottom {
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap);
}

.footer-col h4 {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 1.2rem;
	letter-spacing: 0.02em;
}

.footer-col-about p {
	font-size: 0.9rem;
	color: var(--text-muted);
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.footer-brand {
	font-family: var(--font-heading);
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--text);
}

.footer-brand .accent {
	color: var(--amber);
}

.footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 2;
	column-gap: 1.5rem;
}

.footer-regions-grouped {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem 2rem;
}

.footer-region-group {
	line-height: 1.5;
}

.footer-region-country {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--text) !important;
	display: block;
	margin-bottom: 0.15rem;
}

.footer-region-list {
	font-size: 0.8rem;
	line-height: 1.5;
}

.footer-region-list a {
	color: var(--text-muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-region-list a:hover {
	color: var(--amber);
	text-shadow: none;
}

.footer-sep {
	color: var(--amber);
	opacity: 0.4;
	font-size: 0.35em;
	vertical-align: middle;
	margin: 0 0.4em;
}

.footer-col ul li {
	margin-bottom: 0.4rem;
	break-inside: avoid;
}

.footer-col ul a {
	font-size: 0.85rem;
	color: var(--text-muted);
	text-decoration: none;
	transition: color 0.2s ease;
	line-height: 1.3;
}

.footer-col ul a:hover {
	color: var(--amber);
	text-shadow: none;
}

/* =============================================
   COUNTRY PAGE
   ============================================= */

/* Country Hero */
.country-hero {
	position: relative;
	min-height: 500px;
	max-height: 700px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.country-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.country-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

.country-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to bottom, rgba(17,17,17,0.2) 0%, rgba(17,17,17,0.4) 40%, rgba(17,17,17,0.92) 100%),
		linear-gradient(to right, rgba(17,17,17,0.6) 0%, transparent 70%);
}

.country-hero-content {
	position: relative;
	z-index: 2;
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap) 4rem;
	width: 100%;
}

.country-hero-label {
	display: inline-block;
	font-family: var(--font-body);
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: var(--amber);
	margin-bottom: 1rem;
}

.country-hero-content h1 {
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 700;
	font-style: italic;
	line-height: 1.1;
	margin-bottom: 1.2rem;
	max-width: 700px;
}

.country-hero-intro {
	font-size: clamp(1rem, 1.5vw, 1.15rem);
	color: rgba(245, 245, 240, 0.8);
	font-weight: 300;
	line-height: 1.75;
	max-width: 600px;
	margin-bottom: 2rem;
}

.country-hero-stats {
	display: flex;
	gap: 3rem;
}

.country-stat { text-align: left; }

.country-stat-number {
	display: block;
	font-family: var(--font-heading);
	font-size: 2rem;
	font-weight: 700;
	color: var(--amber);
	line-height: 1.2;
}

.country-stat-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgba(245, 245, 240, 0.6);
	font-weight: 600;
}

/* Country Editorial Intro */
.country-intro {
	padding: 6rem 0;
	background: var(--bg);
	position: relative;
}

.country-intro-inner {
	max-width: var(--wide-width);
	margin: 0 auto;
	padding: 0 var(--gap);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.country-intro-text h2 {
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-style: italic;
	margin-bottom: 1.5rem;
}

.country-intro-text p {
	color: var(--text-muted);
	font-size: 1.05rem;
	line-height: 1.9;
}

.country-intro-image {
	position: relative;
}

.country-intro-image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 4px;
}

.country-intro-image::after {
	content: '';
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	width: 100%;
	height: 100%;
	border: 1px solid var(--amber);
	border-radius: 4px;
	opacity: 0.2;
	z-index: -1;
}

/* Country Interests Section */
.country-interests-section {
	padding: 5rem 0 2rem;
	background: var(--bg-light);
	position: relative;
}

.country-interests-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--amber), transparent);
	opacity: 0.3;
}

.country-interest-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	margin-bottom: 5rem;
}

.country-interest-block-reverse {
	direction: rtl;
}

.country-interest-block-reverse > * {
	direction: ltr;
}

.country-interest-block-number {
	display: block;
	font-family: var(--font-heading);
	font-size: 3rem;
	font-weight: 700;
	color: var(--amber);
	opacity: 0.3;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.country-interest-block-text h3 {
	font-size: clamp(1.3rem, 2.5vw, 1.8rem);
	font-style: italic;
	margin-bottom: 1rem;
}

.country-interest-block-text p {
	color: var(--text-muted);
	font-size: 1rem;
	line-height: 1.85;
	margin-bottom: 0;
}

.country-interest-block-image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 4px;
}

/* Country Regions Grid */
.country-regions {
	padding: 5rem 0 6rem;
	background: var(--bg);
}

.country-regions-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 280px;
	gap: 1rem;
}

.country-region-card {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	display: block;
	text-decoration: none;
	color: inherit;
}

.country-region-card-featured {
	grid-column: 1 / -1;
	grid-row: 1;
}

/* Fill empty space when odd number of non-featured cards */
.country-region-card:last-child:nth-child(even) {
	grid-column: 1 / -1;
}

.country-region-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.country-region-card:hover img {
	transform: scale(1.06);
}

.country-region-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5rem;
	transition: background 0.3s ease;
}

.country-region-card:hover .country-region-card-overlay {
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);
}

.country-region-card h3 {
	font-family: var(--font-heading);
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--text);
	margin-bottom: 0.2rem;
	line-height: 1.3;
}

.country-region-card-featured h3 {
	font-size: 1.8rem;
}

.country-region-card-count {
	font-size: 0.8rem;
	color: rgba(255,255,255,0.6);
}

/* Country SEO Text */
.country-seo {
	padding: 5rem 0 6rem;
	background: var(--bg-light);
	position: relative;
}

.country-seo::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--amber), transparent);
	opacity: 0.3;
}

.country-seo-inner {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0 var(--gap);
}

.country-seo-inner p {
	color: var(--text-muted);
	font-size: 1.05rem;
	line-height: 1.9;
	margin-bottom: 1.8rem;
}

.country-seo-lead {
	font-size: 1.15rem !important;
	color: var(--text) !important;
	line-height: 1.85;
	font-weight: 400;
}

/* Country responsive */
@media (max-width: 768px) {
	.country-hero { min-height: 400px; }
	.country-hero-content { padding-bottom: 3rem; }
	.country-hero-stats { gap: 2rem; }
	.country-stat-number { font-size: 1.5rem; }

	.country-intro { padding: 4rem 0; }
	.country-intro::before { display: none; }
	.country-intro-inner {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	.country-intro-image img { height: 350px; }
	.country-intro-image::after { display: none; }

	.country-regions { padding: 4rem 0 5rem; }
	.country-regions-grid {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 220px;
	}
	.country-region-card-featured {
		grid-column: 1 / -1;
	}

	.country-interests-section { padding: 4rem 0 1rem; }
	.country-interest-block {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 3.5rem;
	}
	.country-interest-block-reverse { direction: ltr; }
	.country-interest-block-image img { height: 260px; }
}

@media (max-width: 480px) {
	.country-hero { min-height: 350px; }

	.country-regions-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 200px;
	}
	.country-region-card-featured {
		grid-column: 1;
	}

	.country-intro-image img { height: 260px; }
	.country-interest-block-image img { height: 220px; }
}

/* Legacy hero (kept for other pages if needed) */
.front-hero {
	height: 50vh;
	min-height: 350px;
	max-height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(135deg, var(--bg) 0%, #1a1510 50%, var(--bg) 100%);
	position: relative;
}

.front-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, rgba(232, 168, 56, 0.06) 0%, transparent 70%);
	pointer-events: none;
}

.front-hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 2rem;
}

.front-hero-content h1 {
	font-size: clamp(3rem, 8vw, 5.5rem);
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.05;
}

.front-hero-tagline {
	font-size: clamp(1.1rem, 2.5vw, 1.4rem);
	color: var(--text-muted);
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
}

/* Archive Header */
.archive-header {
	padding: 4rem 0 2rem;
	text-align: center;
	border-bottom: 1px solid var(--border);
	margin-bottom: 3rem;
}

.archive-header .archive-label {
	display: block;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--amber);
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.archive-header .archive-label a { color: var(--amber); }

.archive-header h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 0.5rem;
}

.archive-header .archive-description {
	color: var(--text-muted);
	font-size: 1.05rem;
	margin: 0;
}

.section-line {
	width: 60px;
	height: 3px;
	background: var(--amber);
	margin: 1rem auto 0;
	border-radius: 2px;
}

/* Front Sections */
.front-section { padding: 3rem 0 5rem; }

/* Cards */
.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 2rem;
}

.card {
	background: var(--dark-card);
	border: 1px solid var(--border);
	border-radius: 6px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
	border-color: rgba(232, 168, 56, 0.2);
}

/* Country cards */
a.card { text-decoration: none; color: inherit; display: block; }

.card-country .card-body { padding: 2rem 1.5rem; }

.country-flag {
	font-size: 2.5rem;
	display: block;
	margin-bottom: 0.75rem;
}

/* Region strip (country page) */
.regions-strip {
	padding: 2rem 0 0;
}

.regions-row {
	display: flex;
	gap: 1rem;
}

.region-chip {
	flex: 1 1 0;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	aspect-ratio: 3 / 2;
	min-height: 140px;
}

.region-chip-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.region-chip:hover .region-chip-image {
	transform: scale(1.08);
}

.region-chip-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1rem;
	transition: background 0.3s ease;
}

.region-chip:hover .region-chip-overlay {
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 60%, transparent 100%);
}

.region-chip-name {
	font-family: var(--font-heading);
	font-size: clamp(1rem, 1.5vw, 1.3rem);
	font-weight: 700;
	color: var(--text);
	line-height: 1.2;
}

.region-chip-count {
	font-size: 0.8rem;
	color: rgba(255,255,255,0.7);
	margin-top: 0.2rem;
}

.card-body { padding: 1.5rem; }

.card .entry-title {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	line-height: 1.3;
	color: var(--text);
}

.card .entry-excerpt {
	font-size: 0.95rem;
	color: var(--text-muted);
	margin-bottom: 0;
	line-height: 1.7;
}

/* Storyboard hotel layout */
.storyboard-listing {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 var(--gap);
}

.storyboard-timeline {
	position: relative;
	padding-left: 0;
}

.storyboard-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom, transparent, var(--amber) 5%, var(--amber) 95%, transparent);
	opacity: 0.3;
	transform: translateX(-1px);
}

.storyboard-card {
	display: grid;
	grid-template-columns: 60% 40%;
	background: var(--dark-card);
	border: 1px solid var(--border);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 2.5rem;
	position: relative;
	transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
}

.storyboard-card:hover {
	transform: translateX(8px);
	box-shadow: 0 12px 40px rgba(0,0,0,0.4);
	border-color: rgba(232,168,56,0.25);
}

.storyboard-card .card-image {
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.storyboard-card .card-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.storyboard-card:hover .card-image img {
	transform: scale(1.05);
}

.storyboard-card .card-image::after {
	content: '';
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 80px rgba(0,0,0,0.4);
	pointer-events: none;
}

.storyboard-card .card-body {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hotel-score {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 1rem;
}

.score-text {
	display: flex;
	flex-direction: column;
	text-align: right;
	line-height: 1.3;
}

.score-label {
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--text);
}

.score-reviews {
	font-size: 0.75rem;
	color: var(--text-muted);
}

.score-badge {
	background: var(--amber);
	color: var(--bg);
	font-size: 1rem;
	font-weight: 700;
	padding: 0.4rem 0.55rem;
	border-radius: 6px 6px 6px 0;
	line-height: 1;
	white-space: nowrap;
}

.storyboard-card .card-body .entry-title {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

.storyboard-card .card-body .entry-excerpt {
	font-size: 0.95rem;
	color: var(--text-muted);
	line-height: 1.7;
	margin-bottom: 1rem;
}

.hotel-city {
	font-size: 0.9rem;
	color: var(--text-muted);
	margin-bottom: 0.75rem;
}

.hotel-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 0.85rem;
	color: var(--text-muted);
	margin-bottom: 1rem;
}

.hotel-price {
	color: var(--amber);
	font-weight: 600;
}

/* Even cards: flip image to right */
.storyboard-card.card-even {
	grid-template-columns: 40% 60%;
}

.storyboard-card.card-even .card-image {
	order: 2;
}

.storyboard-card.card-even .card-body {
	order: 1;
}

/* Hotel listing (classic style) */
.hotel-listing {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 var(--gap);
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.hotel-card {
	background: var(--dark-card);
	border: 1px solid var(--border);
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.hotel-card:hover {
	box-shadow: 0 8px 30px rgba(0,0,0,0.4);
	border-color: rgba(232,168,56,0.2);
}

/* Carousel */
.hotel-carousel {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #000;
}

.carousel-track {
	display: flex;
	height: 100%;
	transition: transform 0.35s ease;
}

.carousel-track img {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-prev,
.carousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.45);
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 1.1rem;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.2s ease, background 0.2s ease;
	z-index: 2;
}

.hotel-carousel:hover .carousel-prev,
.hotel-carousel:hover .carousel-next {
	opacity: 1;
}

.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }

.carousel-prev:hover,
.carousel-next:hover {
	background: rgba(0,0,0,0.7);
}

.carousel-dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 2;
}

.carousel-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	cursor: pointer;
	transition: background 0.2s ease;
}

.carousel-dot.active {
	background: #fff;
}


/* Card body */
.hotel-card-body {
	padding: 1.25rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1.5rem;
}

.hotel-card-info {
	flex: 1;
	min-width: 0;
}

.hotel-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.3rem;
}

.hotel-card-city {
	font-size: 0.85rem;
	color: var(--text-muted);
	margin-bottom: 0.6rem;
}

.hotel-card-desc {
	font-size: 0.9rem;
	color: var(--text-muted);
	line-height: 1.6;
}

.hotel-card-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	flex-shrink: 0;
	align-self: stretch;
}

.hotel-card-score {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.hotel-card-score-text {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	line-height: 1.3;
}

.hotel-card-score-text .score-label {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--text);
}

.hotel-card-reviews {
	font-size: 0.75rem;
	color: var(--text-muted);
}

.hotel-card-score .score-badge {
	background: none;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.5rem 0.6rem;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 6px 6px 6px 0;
	line-height: 1;
}

.btn-show-prices {
	display: inline-block;
	background: var(--amber);
	color: var(--bg);
	padding: 0.6rem 1.4rem;
	font-family: var(--font-body);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease;
}

.hotel-listing-more {
	text-align: center;
	padding: 2rem 0 1rem;
}

.btn-show-more {
	display: inline-block;
	background: none;
	color: var(--amber);
	padding: 0.8rem 2.5rem;
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border: 2px solid var(--amber);
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.btn-show-more:hover,
.btn-show-more:focus {
	background: var(--amber);
	color: var(--bg);
	outline: none;
}

/* Region country links */
.region-countries {
	padding: 4rem 0;
	border-top: 1px solid var(--border);
}

.region-countries-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 var(--gap);
}

.region-countries h2 {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

.region-countries-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.region-country-card {
	display: flex;
	background: var(--dark-card);
	border: 1px solid var(--border);
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	color: var(--text);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.region-country-card:hover {
	border-color: rgba(232,168,56,0.25);
	box-shadow: 0 6px 20px rgba(0,0,0,0.3);
	color: var(--text);
}

.region-country-image {
	flex: 0 0 140px;
	overflow: hidden;
}

.region-country-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.region-country-card:hover .region-country-image img {
	transform: scale(1.05);
}

.region-country-body {
	padding: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.region-country-body h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.region-country-body p {
	font-size: 0.8rem;
	color: var(--text-muted);
	line-height: 1.5;
	margin-bottom: 0.6rem;
}

.region-country-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--amber);
}

@media (max-width: 768px) {
	.region-countries-grid {
		grid-template-columns: 1fr;
	}
}

.btn-show-prices:hover,
.btn-show-prices:focus {
	background: #d4952e;
	color: var(--bg);
	outline: none;
}

/* Buttons */
.btn-primary {
	display: inline-block;
	background: var(--amber);
	color: var(--bg);
	padding: 0.8rem 2rem;
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
	text-decoration: none;
}

.btn-primary:hover {
	background: #d4962e;
	color: var(--bg);
	box-shadow: 0 0 30px rgba(232, 168, 56, 0.3);
	text-shadow: none;
	transform: translateY(-1px);
}

/* 404 */
.error-404-page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
	text-align: center;
	padding: 4rem 2rem;
}

.error-404-content .error-code {
	font-family: var(--font-heading);
	font-size: clamp(6rem, 15vw, 12rem);
	font-weight: 900;
	color: var(--amber);
	line-height: 1;
	opacity: 0.15;
	margin-bottom: -1.5rem;
	text-shadow: 0 0 60px rgba(232, 168, 56, 0.2);
}

.error-404-content h1 {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	margin-bottom: 2rem;
}

.no-results-text {
	text-align: center;
	color: var(--text-muted);
	font-size: 1.1rem;
	padding: 4rem 0;
}

/* Footer */
.site-footer {
	background: var(--footer-bg);
	border-top: none;
	padding: 0;
	margin-top: 0;
}

.footer-bottom {
	padding: 1.5rem var(--gap);
	text-align: center;
}

.footer-bottom p {
	font-size: 0.85rem;
	color: var(--text-muted);
	margin: 0;
}

/* Medium screens: hide country links, keep Destinos trigger */
@media (max-width: 950px) {
	.nav-countries ul li:not(:last-child) {
		display: none;
	}
}

/* Responsive */
@media (max-width: 768px) {
	:root { --gap: 1.25rem; }
	body { font-size: 16px; }

	.nav-countries { display: none; }
	.lang-dropdown { display: none; }
	.mega-menu { display: none !important; }
	.menu-toggle { display: block; }

	.mobile-mega-group-li {
		display: list-item;
		border-bottom: 1px solid var(--border);
		padding: 0.8rem 0;
	}
	.mobile-mega-country {
		display: block;
		font-size: 0.95rem;
		font-weight: 600;
		color: var(--text) !important;
		text-decoration: none !important;
		text-transform: none;
		letter-spacing: 0;
		margin-bottom: 0.2rem;
	}
	.mobile-mega-regions-inline {
		display: block;
		line-height: 1.5;
	}
	.mobile-mega-region {
		display: inline;
		font-size: 0.8rem;
		color: var(--text-muted) !important;
		text-decoration: none !important;
		text-transform: none;
		letter-spacing: 0;
		font-weight: 400;
	}
	.mobile-mega-region + .mobile-mega-region::before {
		content: ' · ';
		color: var(--amber);
		opacity: 0.4;
	}
	.mobile-lang-row {
		display: flex;
		gap: 1.2rem;
		padding: 1rem 0;
		border-bottom: 1px solid var(--border);
		list-style: none;
	}
	.mobile-lang-flag {
		font-size: 1.8rem;
		line-height: 1;
		text-decoration: none;
		opacity: 0.5;
		transition: opacity 0.2s ease;
	}
	.mobile-lang-flag.active {
		opacity: 1;
	}
	.mobile-lang-flag:hover {
		opacity: 1;
	}

	.primary-navigation {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		width: 280px;
		height: 100vh;
		background: var(--bg);
		border-left: 1px solid var(--border);
		padding: 5rem 2rem 2rem;
		transition: right 0.3s ease;
		z-index: 1000;
		overflow-y: auto;
	}

	.primary-navigation.is-open { right: 0; }

	.primary-navigation ul {
		display: flex;
		flex-direction: column;
		gap: 0;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.primary-navigation li { border-bottom: 1px solid var(--border); }

	.primary-navigation a {
		display: block;
		padding: 1rem 0;
		font-size: 1rem;
		font-family: var(--font-body);
		font-weight: 600;
		color: var(--text-muted);
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}

	.primary-navigation a.active {
		color: var(--amber);
	}

	.mobile-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
	}

	.mobile-overlay.is-visible { display: block; }

	/* Home hero */
	.home-hero { height: 85vh; min-height: 500px; }

	.home-hero-title { font-size: clamp(2.2rem, 8vw, 3.5rem); }

	.home-hero-stats {
		position: relative;
		bottom: auto;
		right: auto;
		justify-content: center;
		margin-top: 3rem;
		padding: 0 var(--gap);
		gap: 2rem;
	}

	.home-stat-number { font-size: 1.6rem; }

	/* Intro */
	.home-intro { padding: 5rem 0; }
	.home-intro::before { display: none; }

	.home-intro-inner {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.home-intro-image img { height: 350px; }
	.home-intro-image::after { display: none; }

	/* Featured grid */
	.home-featured { padding: 4rem 0 5rem; }

	.home-featured-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}

	.home-featured-card-0 {
		grid-column: 1 / -1;
	}

	.home-featured-card-3 {
		grid-column: auto;
		grid-row: auto;
	}

	.home-featured-card:last-child {
		grid-column: auto;
	}

	.home-featured-card {
		min-height: 200px;
	}

	/* Countries */
	.home-countries { padding: 4rem 0 5rem; }
	.home-countries-grid { grid-template-columns: 1fr; }

	.home-country-card {
		grid-template-columns: 120px 1fr;
	}

	.home-country-image {
		min-height: 150px;
	}

	/* Why */
	.home-why { padding: 5rem 0; }

	.home-why-inner {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.home-why-image img { height: 350px; }
	.home-why-image::before { display: none; }

	/* Editorials */
	.home-editorials { padding: 4rem 0 1rem; }

	.home-editorial {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 3.5rem;
	}

	.home-editorial-reverse { direction: ltr; }
	.home-editorial-image img { height: 280px; }

	/* Footer SEO */
	.footer-regions-grouped {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-col ul { columns: 2; }

	.front-hero { height: 40vh; min-height: 300px; }
	.posts-grid { grid-template-columns: 1fr; }

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

	.storyboard-card .card-image {
		min-height: 220px;
	}

	.storyboard-card.card-even {
		grid-template-columns: 1fr;
	}

	.storyboard-card.card-even .card-image {
		order: 0;
	}

	.storyboard-card.card-even .card-body {
		order: 0;
	}

	.storyboard-card:hover {
		transform: translateX(4px);
	}

	.storyboard-timeline::before {
		display: none;
	}

	/* Hotel card mobile */
	.hotel-card-body {
		flex-direction: column;
		gap: 1rem;
	}

	.hotel-card-actions {
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.75rem;
		align-items: center;
	}

	.carousel-prev,
	.carousel-next {
		opacity: 0.7;
	}

	.regions-row {
		flex-wrap: wrap;
	}

	.region-chip {
		flex: 1 1 calc(50% - 0.5rem);
		min-width: calc(50% - 0.5rem);
	}
}

@media (max-width: 480px) {
	.header-inner { padding: 1rem var(--gap); }
	.site-branding a { font-size: 1.4rem; }
	.front-hero-content h1 { font-size: 2.5rem; }
	.btn-primary { padding: 0.8rem 1.8rem; font-size: 0.9rem; }

	.home-hero { min-height: 450px; }
	.home-hero-stats { gap: 1.5rem; }
	.home-stat-number { font-size: 1.3rem; }

	.home-featured-grid {
		grid-template-columns: 1fr;
	}

	.home-featured-card-0 {
		grid-column: 1;
	}

	.home-featured-card { min-height: 180px; }

	.home-intro-image img,
	.home-why-image img { height: 260px; }
}

/* Respect reduced motion preference */
/*@media (prefers-reduced-motion: reduce) {*/
/*	.starfield-canvas {*/
/*		display: none;*/
/*	}*/
/*}*/
