/* 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;
}
@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;
}
@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;
}
@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;
}
@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;
}
@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;
}
@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;
}
@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;
}

/* ================================================================
   LARGA ESTANCIA — Warm Concierge (T3) light theme
   ================================================================ */
* { box-sizing: border-box; }
body, html { margin: 0; padding: 0; }
img { display: block; max-width: 100%; }

body {
	--bg: #f1ede5;
	--bg-2: #ffffff;
	--bg-card: #ffffff;
	--ink: #1f2a26;
	--soft: #4a544f;
	--muted: #8a8f88;
	--rule: #d9d4c5;
	--sage: #6f7d5e;
	--sand: #d2b78c;
	--accent: #324736;
	--maxw: 1320px;
	background: var(--bg);
	color: var(--ink);
	font-family: 'Source Sans 3', -apple-system, sans-serif;
	font-size: 16px;
	line-height: 1.55;
}
h1, h2, h3 {
	margin: 0;
	font-family: 'Lora', Georgia, serif;
	font-weight: 500;
	letter-spacing: -0.015em;
}
a { color: inherit; text-decoration: none; }
a.btn-pri,
a.nav-cta,
a.hotel-btn { color: var(--bg); }

/* HEADER */
.nav { padding: 20px 48px; }
.nav-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 48px;
	max-width: var(--maxw);
	margin: 0 auto;
}
.logo {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'Lora', serif;
	font-weight: 600;
	font-size: 19px;
}
.logo-icon {
	width: 28px;
	height: 28px;
	display: inline-block;
}
.links {
	display: flex;
	gap: 28px;
	justify-content: flex-end;
	align-items: center;
	font-size: 15px;
	color: var(--soft);
}
.links a:hover { color: var(--ink); }
.nav-more { position: relative; padding-bottom: 12px; margin-bottom: -12px; }
.nav-more-btn {
	background: transparent;
	border: 0;
	padding: 0;
	font: inherit;
	font-size: 15px;
	color: var(--soft);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.nav-more-btn span { color: var(--sage); font-size: 14px; }
.nav-more-btn:hover { color: var(--ink); }
.nav-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-4px);
	background: var(--bg-2);
	border-radius: 16px;
	padding: 10px 0;
	min-width: 180px;
	box-shadow: 0 14px 32px -10px rgba(31,42,38,0.18);
	display: flex;
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s, transform .18s;
	z-index: 20;
}
.nav-dropdown a {
	padding: 8px 20px;
	color: var(--soft);
	font-size: 15px;
	white-space: nowrap;
}
.nav-dropdown a:hover { color: var(--ink); background: var(--bg); }
.nav-more:hover .nav-dropdown,
.nav-more:focus-within .nav-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

/* MOBILE NAV TOGGLE + DRAWER */
.nav-toggle {
	display: none;
	background: transparent;
	border: 0;
	padding: 8px;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--ink);
	border-radius: 2px;
	transition: transform .25s, opacity .2s;
}
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-overlay {
	position: fixed;
	inset: 0;
	background: rgba(31, 42, 38, 0.4);
	backdrop-filter: blur(4px);
	z-index: 90;
	opacity: 0;
	transition: opacity .25s;
	pointer-events: none;
}
body.menu-open .nav-overlay {
	opacity: 1;
	pointer-events: auto;
}

.nav-mobile {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(88vw, 380px);
	background: var(--bg);
	z-index: 100;
	transform: translateX(100%);
	transition: transform .35s cubic-bezier(.2,.7,.2,1);
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	box-shadow: -24px 0 60px -20px rgba(31,42,38,0.25);
}
body.menu-open .nav-mobile { transform: translateX(0); }

.nav-mobile-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 24px 20px;
}
.nav-mobile-head .logo { font-size: 18px; }

.nav-mobile-close {
	background: var(--bg-2);
	border: 0;
	color: var(--soft);
	cursor: pointer;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .2s, color .2s;
}
.nav-mobile-close:hover { background: var(--ink); color: var(--bg); }
.nav-mobile-close svg { display: block; }

.nav-mobile-eyebrow {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--sage);
	font-weight: 600;
	padding: 12px 24px 8px;
}

.nav-mobile-links {
	display: flex;
	flex-direction: column;
	padding: 4px 12px 16px;
	flex: 1;
}
.nav-mobile-links a {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: baseline;
	gap: 12px;
	padding: 16px 16px;
	border-radius: 14px;
	color: var(--ink);
	transition: background .2s, transform .25s;
}
.nav-mobile-links a + a { margin-top: 2px; }
.nav-mobile-links a:hover,
.nav-mobile-links a:focus-visible {
	background: var(--bg-2);
	outline: 0;
}
.nav-mobile-name {
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.1;
}
.nav-mobile-count {
	font-size: 12px;
	letter-spacing: 0.08em;
	color: var(--muted);
	font-variant-numeric: tabular-nums;
}
.nav-mobile-arrow {
	font-family: 'Lora', serif;
	font-size: 18px;
	color: var(--sage);
	transition: transform .25s;
	transform: translateX(-2px);
	opacity: 0;
}
.nav-mobile-links a:hover .nav-mobile-arrow,
.nav-mobile-links a:focus-visible .nav-mobile-arrow {
	transform: translateX(2px);
	opacity: 1;
}

.nav-mobile-foot {
	padding: 20px 24px 28px;
	font-size: 13px;
	color: var(--muted);
	border-top: 1px solid var(--rule);
}

body.menu-open { overflow: hidden; }
.nav-cta {
	background: var(--sage);
	color: var(--bg);
	padding: 12px 22px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
}

/* HERO */
.hero { padding: 12px 24px 32px; }
.hero-card {
	background: var(--bg-2);
	border-radius: 28px;
	padding: 64px 64px 40px;
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 64px;
	align-items: center;
	max-width: var(--maxw);
	margin: 0 auto;
}
.pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	background: var(--bg);
	padding: 8px 14px;
	border-radius: 100px;
	color: var(--soft);
	margin-bottom: 24px;
}
.pill span { color: var(--sage); }
.hero-text h1 {
	font-size: 76px;
	line-height: 1;
	letter-spacing: -0.025em;
}
.h1-italic { font-style: italic; color: var(--sage); font-weight: 400; }
.hero-text > p {
	margin: 28px 0;
	color: var(--soft);
	font-size: 18px;
	max-width: 460px;
	line-height: 1.55;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-pri {
	background: var(--sage);
	color: var(--bg);
	padding: 16px 26px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	transition: background .2s;
}
.btn-pri:hover { background: var(--accent); }
.btn-sec {
	padding: 16px 26px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 500;
	background: var(--bg);
	display: inline-block;
}

.hero-trust {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid var(--rule);
}
.avatars { display: flex; }
.avatars span {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid var(--bg-2);
	margin-left: -10px;
}
.avatars span:first-child { margin-left: 0; }
.trust-stars {
	font-size: 14px;
	color: var(--sand);
	letter-spacing: 0.05em;
}
.trust-stars strong { color: var(--ink); margin-left: 4px; }
.trust-sub {
	font-size: 13px;
	color: var(--muted);
	margin-top: 2px;
}

.hero-imgs {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
	height: 540px;
}
.hero-img {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.hero-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-img-1 { grid-row: 1 / 3; }
.img-tag {
	position: absolute;
	top: 16px;
	right: 16px;
	background: rgba(255, 255, 255, 0.95);
	padding: 10px 14px;
	border-radius: 12px;
	backdrop-filter: blur(6px);
}
.img-tag-bl { top: auto; bottom: 16px; left: 16px; right: auto; }
.img-tag-name { font-size: 13px; font-weight: 600; }
.img-tag-meta { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* HOW */
.how { padding: 96px 48px; max-width: 1280px; margin: 0 auto; }
.how-head { text-align: center; margin-bottom: 56px; }
.eyebrow {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--sage);
	margin-bottom: 14px;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 600;
}
.how-head h2 { font-size: 48px; line-height: 1.05; letter-spacing: -0.02em; }
.how-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.how-card {
	background: var(--bg-2);
	padding: 32px;
	border-radius: 20px;
}
.how-num {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 32px;
	color: var(--sage);
	margin-bottom: 24px;
}
.how-card h3 { font-size: 22px; margin-bottom: 10px; }
.how-card p { color: var(--soft); margin: 0; font-size: 15px; }

/* CITIES */
.cities { padding: 32px 48px 96px; max-width: var(--maxw); margin: 0 auto; }
.cities-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-bottom: 40px;
	gap: 24px;
}
.cities-head h2 { font-size: 48px; letter-spacing: -0.02em; }
.link-arrow {
	font-size: 15px;
	color: var(--sage);
	font-weight: 500;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
}
.cities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.city-card {
	background: var(--bg-2);
	border-radius: 20px;
	overflow: hidden;
	transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s;
	box-shadow: 0 1px 0 rgba(0,0,0,0.02);
	display: block;
}
.city-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px -16px rgba(31,42,38,0.18);
}
.city-img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--rule); }
.city-img img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.city-card:hover .city-img img { transform: scale(1.04); }
.city-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	background: rgba(255, 255, 255, 0.95);
	padding: 6px 12px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
}
.city-body { padding: 24px; }
.city-body h3 { font-size: 24px; }
.city-country {
	font-size: 13px;
	color: var(--muted);
	margin-top: 4px;
}
.city-card p { color: var(--soft); font-size: 14px; margin: 14px 0 16px; line-height: 1.55; }
.city-cta {
	font-size: 14px;
	color: var(--sage);
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}
.city-cta span { transition: transform .25s; display: inline-block; }
.city-card:hover .city-cta span { transform: translateX(4px); }

/* TESTIMONIAL */
.testimonial { padding: 0 48px 96px; }
.test-card {
	background: var(--accent);
	color: var(--bg);
	border-radius: 28px;
	padding: 64px;
	max-width: 880px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.test-quote {
	font-family: 'Lora', serif;
	font-size: 160px;
	line-height: 0.7;
	position: absolute;
	top: 24px;
	left: 32px;
	color: var(--sage);
	opacity: 0.6;
	font-style: italic;
}
.test-card p {
	font-family: 'Lora', serif;
	font-size: 28px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	margin: 32px 0 32px;
}
.test-attr {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 14px;
}
.test-attr strong { display: block; }
.test-attr span { color: rgba(241, 237, 229, 0.6); }
.test-avatar { width: 44px; height: 44px; border-radius: 50%; }

/* FOOTER */
.footer {
	background: var(--bg-2);
	padding: 64px 48px 24px;
}
.footer-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
	padding-bottom: 56px;
	border-bottom: 1px solid var(--rule);
	margin: 0 auto 56px;
	max-width: var(--maxw);
}
.footer-top h3 { font-size: 36px; line-height: 1.1; }
.footer-top p { color: var(--soft); margin-top: 12px; }
.newsletter {
	display: flex;
	background: var(--bg);
	border-radius: 100px;
	padding: 6px;
}
.newsletter input {
	flex: 1;
	background: transparent;
	border: 0;
	padding: 12px 20px;
	font: inherit;
	outline: none;
	min-width: 0;
}
.newsletter button {
	background: var(--sage);
	color: var(--bg);
	border: 0;
	padding: 14px 24px;
	border-radius: 100px;
	font: inherit;
	font-weight: 500;
	cursor: pointer;
}
.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 48px;
	padding-bottom: 40px;
	max-width: var(--maxw);
	margin: 0 auto;
}
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { font-size: 15px; color: var(--soft); }
.footer-grid p { color: var(--soft); font-size: 14px; max-width: 320px; }
.footer-grid .logo { margin-bottom: 6px; }
.footer-h {
	font-family: 'Lora', serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--ink);
}
.footer-bottom {
	border-top: 1px solid var(--rule);
	padding-top: 24px;
	font-size: 13px;
	color: var(--muted);
	max-width: var(--maxw);
	margin: 0 auto;
}

/* REVEAL */
.reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
}
.reveal.reveal-in { opacity: 1; transform: translateY(0); }

/* CAROUSEL */
.carousel {
	position: relative;
	overflow: hidden;
	background: var(--rule);
}
.carousel-track {
	display: flex;
	height: 100%;
	transition: transform .45s cubic-bezier(.2,.7,.2,1);
	width: 100%;
}
.carousel-slide {
	flex: 0 0 100%;
	height: 100%;
}
.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 0;
	background: rgba(255,255,255,0.94);
	color: var(--ink);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	transition: opacity .2s, transform .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }
.carousel:hover .carousel-btn { opacity: 1; }
.carousel-btn:hover { transform: translateY(-50%) scale(1.06); }
.carousel-dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
}
.carousel-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	transition: width .2s, background .2s;
}
.carousel-dot.active { background: #fff; width: 18px; border-radius: 100px; }

/* FAQ */
.faq-section {
	padding: 64px 48px 96px;
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	gap: 80px;
	align-items: start;
}
.faq-head h2 { font-size: 44px; line-height: 1.05; letter-spacing: -0.02em; }
.faq-wrap { background: var(--bg-2); border-radius: 24px; padding: 8px 32px; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:last-child { border-bottom: 0; }
.faq-q {
	width: 100%;
	background: transparent;
	border: 0;
	padding: 24px 0;
	font: inherit;
	font-family: 'Lora', serif;
	font-size: 19px;
	font-weight: 500;
	color: var(--ink);
	letter-spacing: -0.01em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	text-align: left;
	cursor: pointer;
}
.faq-icon {
	font-size: 24px;
	color: var(--sage);
	width: 28px;
	text-align: center;
	font-weight: 300;
}
.faq-a-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .35s cubic-bezier(.2,.7,.2,1);
}
.faq-item.open .faq-a-wrap { grid-template-rows: 1fr; }
.faq-a { overflow: hidden; }
.faq-a p {
	margin: 0 0 24px;
	color: var(--soft);
	line-height: 1.6;
	max-width: 640px;
}

/* ABOUT — long-form editorial section (city pages) */
.about-section {
	padding: 64px 48px 96px;
	max-width: 880px;
	margin: 0 auto;
}
.about-head { margin-bottom: 32px; }
.about-head h2 { font-size: 44px; line-height: 1.05; letter-spacing: -0.02em; }
.about-card p {
	margin: 0 0 22px;
	color: var(--soft);
	font-size: 17px;
	line-height: 1.7;
}
.about-card p:last-child { margin-bottom: 0; }
.about-card p:first-of-type::first-letter {
	font-family: 'Lora', serif;
	font-size: 56px;
	line-height: 0.85;
	float: left;
	margin: 6px 12px 0 0;
	color: var(--sage);
	font-style: italic;
	font-weight: 500;
}

/* CITY HERO */
.city-hero { padding: 12px 24px 32px; }
.city-hero-card {
	background: var(--bg-2);
	border-radius: 28px;
	padding: 56px 64px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 64px;
	align-items: center;
	max-width: var(--maxw);
	margin: 0 auto;
}
.breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--muted);
	margin-bottom: 24px;
	flex-wrap: wrap;
}
.breadcrumb a { color: var(--soft); }
.breadcrumb a:hover { color: var(--ink); }
.bc-cur { color: var(--ink); font-weight: 500; }
.city-hero-text h1 {
	font-size: 84px;
	line-height: 0.98;
	letter-spacing: -0.025em;
	margin: 8px 0 24px;
}
.city-hero-text > p {
	font-size: 18px;
	color: var(--soft);
	max-width: 540px;
	line-height: 1.6;
	margin: 0 0 36px;
}
.city-hero-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border-top: 1px solid var(--rule);
	padding-top: 28px;
}
.city-stat-n {
	font-family: 'Lora', serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1;
}
.city-stat-l {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
	margin-top: 8px;
}
.city-hero-img {
	height: 540px;
	border-radius: 20px;
	overflow: hidden;
	background: var(--rule);
}
.city-hero-img img,
.city-hero-img .carousel { width: 100%; height: 100%; object-fit: cover; }
.city-hero-img .carousel { aspect-ratio: auto !important; border-radius: 20px; }

.city-intro {
	padding: 64px 48px 32px;
	max-width: 980px;
	margin: 0 auto;
}
.city-intro-inner { text-align: center; }
.city-intro p {
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 1.5;
	color: var(--soft);
	font-style: italic;
	margin: 12px 0 0;
}

/* HOTELS */
.hotels { padding: 48px 48px 64px; max-width: var(--maxw); margin: 0 auto; }
.hotels-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 32px;
	gap: 32px;
	flex-wrap: wrap;
}
.hotels-head .eyebrow { margin-bottom: 0; }
.hotels-head h2 { font-size: 40px; line-height: 1.05; letter-spacing: -0.02em; }
.hotels-meta { color: var(--muted); font-size: 14px; }
.hotels-more { text-align: center; margin-top: 56px; }

.hotel-list-a {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* HOTEL CARD A */
.hotel-card {
	background: var(--bg-2);
	border-radius: 24px;
	padding: 16px;
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 32px;
	transition: transform .25s, box-shadow .25s;
}
.hotel-card:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -16px rgba(31,42,38,0.18); }
.hotel-media { position: relative; }
.hotel-media .carousel,
.hotel-media-img {
	aspect-ratio: 4/3;
	border-radius: 16px;
	overflow: hidden;
}
.hotel-media-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.hotel-card:hover .hotel-media-img img { transform: scale(1.04); }
.hotel-area {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	background: rgba(255,255,255,0.94);
	padding: 6px 12px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: 600;
	color: var(--ink);
}
.hotel-body {
	padding: 16px 16px 16px 0;
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.hotel-row {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
}
.hotel-row > div:first-child { min-width: 0; flex: 1; }
.hotel-row h3 { font-size: 26px; margin: 0 0 12px; letter-spacing: -0.015em; }
.hotel-amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.hotel-amenities span {
	font-size: 12px;
	background: var(--bg);
	padding: 4px 10px;
	border-radius: 100px;
	color: var(--soft);
}
.hotel-score {
	text-align: right;
	flex-shrink: 0;
}
.hotel-score-num {
	display: inline-block;
	background: var(--accent);
	color: var(--bg);
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 12px;
	letter-spacing: -0.01em;
}
.hotel-score-lbl {
	font-size: 13px;
	font-weight: 600;
	margin-top: 6px;
	color: var(--ink);
}
.hotel-score-rev { font-size: 12px; color: var(--muted); }
.hotel-desc {
	color: var(--soft);
	font-size: 15px;
	line-height: 1.55;
	margin: 14px 0 auto;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotel-foot {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--rule);
	gap: 16px;
	flex-wrap: wrap;
}
.hotel-price { display: flex; align-items: baseline; flex-wrap: wrap; }
.hotel-price-from {
	font-size: 12px;
	color: var(--muted);
	margin-right: 6px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.hotel-price-num {
	font-family: 'Lora', serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.01em;
}
.hotel-price-unit { font-size: 13px; color: var(--muted); margin-left: 6px; }
.hotel-btn {
	background: var(--sage);
	color: var(--bg);
	padding: 12px 22px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 500;
	transition: background .2s;
	display: inline-block;
}
.hotel-btn:hover { background: var(--accent); }

/* INTERESTS */
.interests {
	padding: 64px 48px 96px;
	max-width: 1280px;
	margin: 0 auto;
}
.interests-head { text-align: center; margin-bottom: 56px; }
.interests-head h2 { font-size: 44px; line-height: 1.05; letter-spacing: -0.02em; }
.interests-list { display: flex; flex-direction: column; gap: 56px; }
.interest {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
	background: var(--bg-2);
	border-radius: 24px;
	padding: 32px;
}
.interest-rev .interest-img { order: 2; }
.interest-img {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 4/3;
	background: var(--rule);
}
.interest-img img { width: 100%; height: 100%; object-fit: cover; }
.interest-num {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 32px;
	color: var(--sage);
	margin-bottom: 16px;
}
.interest h3 { font-size: 28px; line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 14px; }
.interest p { color: var(--soft); margin: 0; font-size: 16px; line-height: 1.6; }

/* OTHER CITIES */
.other-cities { padding: 32px 48px 96px; max-width: var(--maxw); margin: 0 auto; }
.other-head { text-align: center; margin-bottom: 40px; }
.other-head h2 { font-size: 40px; letter-spacing: -0.02em; }
.other-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.other-grid .city-card { font-size: 14px; }
.other-grid .city-name-row h3 { font-size: 20px; }
.other-grid .city-card p { font-size: 13px; }

/* RESPONSIVE — desktop-first; stack at <900px */
@media (max-width: 900px) {
	.nav { padding: 16px 20px; }
	.nav-inner { grid-template-columns: auto 1fr auto; gap: 20px; }
	.links { display: none; }
	.nav-toggle { display: inline-flex; justify-self: end; }
	.hero { padding: 8px 12px 20px; }
	.hero-card { grid-template-columns: 1fr; padding: 32px 24px; gap: 32px; }
	.hero-text h1 { font-size: 48px; }
	.hero-imgs { height: 360px; }
	.how { padding: 56px 20px; }
	.how-head h2 { font-size: 32px; }
	.how-grid { grid-template-columns: 1fr; }
	.cities { padding: 16px 20px 56px; }
	.cities-head { flex-direction: column; align-items: flex-start; }
	.cities-head h2 { font-size: 32px; }
	.cities-grid { grid-template-columns: 1fr; }
	.faq-section { padding: 48px 20px 64px; grid-template-columns: 1fr; gap: 32px; }
	.faq-head h2 { font-size: 32px; }
	.faq-wrap { padding: 4px 20px; }
	.testimonial { padding: 0 20px 56px; }
	.test-card { padding: 40px 24px; }
	.test-card p { font-size: 22px; }
	.test-quote { font-size: 100px; }
	.footer { padding: 40px 24px 16px; }
	.footer-top { grid-template-columns: 1fr; gap: 24px; padding-bottom: 32px; margin-bottom: 32px; }
	.footer-top h3 { font-size: 24px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

	.city-hero { padding: 8px 12px 20px; }
	.city-hero-card { grid-template-columns: 1fr; padding: 32px 24px; gap: 24px; }
	.city-hero-text h1 { font-size: 48px; }
	.city-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
	.city-hero-img { height: 280px; }
	.city-intro { padding: 48px 20px 16px; }
	.city-intro p { font-size: 19px; }
	.hotels { padding: 32px 20px 48px; }
	.hotels-head h2 { font-size: 28px; }
	.hotel-card { grid-template-columns: 1fr; gap: 16px; }
	.hotel-body { padding: 0 8px 8px; }
	.hotel-row h3 { font-size: 22px; }
	.interests { padding: 48px 20px 64px; }
	.interests-head h2 { font-size: 32px; }
	.interest { grid-template-columns: 1fr; gap: 24px; padding: 20px; }
	.interest-rev .interest-img { order: 0; }
	.interest h3 { font-size: 22px; }
	.about-section { padding: 48px 20px 64px; }
	.about-head h2 { font-size: 28px; }
	.about-card p { font-size: 16px; }

	.other-cities { padding: 16px 20px 64px; }
	.other-head h2 { font-size: 28px; }
	.other-grid { grid-template-columns: 1fr 1fr; }
}
