/* Midnight Cartouche — Luxe Life Holidays design system */

:root {
	--navy: #12203A;
	--navy-deep: #0B1424;
	--navy-mid: #1A2B48;
	--gold: #C5A059;
	--gold-bright: #D8BC6A;
	--bronze: #9A7B3C;
	--ivory: #F7F3EC;
	--ivory-dark: #E8DFD0;
	--white: #FFFFFF;
	--ink: #161410;
	--muted: #5E675C;
	--font-display: "Sora", sans-serif;
	--font-body: "Sora", sans-serif;
	--space: 1.15rem;
	--header-h: 5rem;
	--radius: 0;
	--shadow: 0 30px 60px rgba(11, 20, 36, 0.28);
}

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

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-body);
	font-weight: 300;
	color: var(--ink);
	background: var(--white);
	line-height: 1.7;
	letter-spacing: 0.01em;
}

body.is-nav-open {
	overflow: hidden;
}

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

a {
	color: var(--gold);
	text-decoration: none;
}

a:hover {
	color: var(--bronze);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-display);
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--navy);
	line-height: 1.25;
	text-wrap: balance;
}

p {
	margin-bottom: 1.1rem;
}

:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 3px;
}

/* Navy CTA */
.btn-gold,
.btn-gold--solid,
.btn-gold--on-navy {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.6rem;
	gap: 0.7rem;
	font-family: var(--font-display);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--white) !important;
	background: var(--navy);
	border: 1px solid var(--navy);
	overflow: hidden;
	z-index: 1;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.btn-gold:hover,
.btn-gold:focus-visible,
.btn-gold--solid:hover,
.btn-gold--solid:focus-visible,
.btn-gold--on-navy:hover,
.btn-gold--on-navy:focus-visible {
	color: var(--white) !important;
	background: var(--navy-deep);
	border-color: var(--navy-deep);
}

.section--navy .btn-gold,
.promise .btn-gold,
.btn-gold--on-navy {
	border-color: var(--gold);
}

.ruled-title {
	margin: 0;
	background: transparent;
}

.ruled-title__text {
	display: inline;
	font-family: var(--font-display);
	font-size: 0.78rem;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	color: var(--gold);
	background: transparent;
	box-shadow: none;
}

.section-intro .ruled-title,
.cta-banner .ruled-title,
.inquiry .ruled-title,
.error-panel .ruled-title {
	text-align: center;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	height: var(--header-h);
	background: var(--white);
	border-bottom: 1px solid rgba(197, 160, 89, 0.28);
	overflow: hidden;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-h);
	gap: 1.5rem;
	min-height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.site-header__brand {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	height: 3.25rem;
	max-height: 3.25rem;
	min-height: 0;
	overflow: hidden;
	line-height: 0;
}

.site-header__brand img {
	display: block;
	height: 3.25rem;
	width: auto;
	max-height: 3.25rem;
	max-width: 200px;
	object-fit: contain;
	object-position: left center;
}

.site-nav {
	display: flex;
	align-items: center;
	height: 3.25rem;
	gap: 2.2rem;
	margin: 0;
}

.site-header__toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	border: 0;
	background: transparent;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	gap: 0.45rem;
}

.site-header__toggle-bar {
	display: block;
	height: 1px;
	width: 1.6rem;
	background: var(--navy);
	margin-left: auto;
	transition: transform 0.3s ease;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: 1.8rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header a.site-nav__link {
	position: relative;
	font-family: var(--font-display);
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--navy);
	line-height: 1;
}

.site-header a.site-nav__link:hover,
.site-header a.site-nav__link.is-active {
	color: var(--navy);
}

.site-header a.site-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.4rem;
	width: 0;
	height: 1px;
	background: var(--gold);
	transition: width 0.35s ease;
}

.site-header a.site-nav__link:hover::after,
.site-header a.site-nav__link.is-active::after {
	width: 100%;
}

/* Hero */
.hero {
	position: relative;
	min-height: calc(100svh - var(--header-h));
	display: flex;
	align-items: flex-end;
	color: var(--ivory);
	overflow: hidden;
	background: var(--navy-deep);
}

.hero__media {
	position: absolute;
	inset: 0;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: hero-rise 18s ease-out forwards;
}

.hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(11, 20, 36, 0.78) 0%, rgba(11, 20, 36, 0.42) 42%, rgba(11, 20, 36, 0.18) 100%),
		linear-gradient(180deg, rgba(11, 20, 36, 0.15) 0%, rgba(11, 20, 36, 0.72) 100%);
}

.hero__content {
	position: relative;
	z-index: 2;
	padding: 0 0 5.5rem;
	max-width: 40rem;
}

.hero__title {
	color: var(--ivory);
	font-size: clamp(1.7rem, 4.2vw, 3.15rem);
	letter-spacing: 0.08em;
	line-height: 1.18;
	margin: 0 0 1.3rem;
	opacity: 0;
	transform: translateY(18px);
	animation: fade-up 1.1s ease 0.25s forwards;
}

.hero__lede {
	font-family: var(--font-body);
	font-size: 1.05rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.7;
	text-transform: none;
	color: rgba(247, 243, 236, 0.86);
	max-width: 34rem;
	margin-bottom: 2rem;
	opacity: 0;
	transform: translateY(18px);
	animation: fade-up 1.1s ease 0.5s forwards;
}

@keyframes fade-up {
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes hero-rise {
	from {
		transform: scale(1.08);
	}
	to {
		transform: scale(1);
	}
}

/* Interior page masthead */
.page-masthead {
	position: relative;
	min-height: 52vh;
	display: flex;
	align-items: flex-end;
	padding: 8rem 0 4rem;
	color: var(--ivory);
	background: var(--navy-deep);
	overflow: hidden;
}

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

.page-masthead::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(11, 20, 36, 0.35), rgba(11, 20, 36, 0.82));
}

.page-masthead__inner {
	position: relative;
	z-index: 1;
}

.page-masthead h1 {
	color: var(--ivory);
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	margin: 0.8rem 0 0;
}

.page-masthead p {
	color: rgba(247, 243, 236, 0.82);
	max-width: 36rem;
	margin: 1rem 0 0;
}

/* Editorial destination rows */
.section {
	padding: 6.5rem 0;
}

.section--navy {
	background: var(--navy);
	color: var(--ivory);
}

.section--navy h2,
.section--navy h3 {
	color: var(--ivory);
}

.section-intro {
	max-width: 38rem;
	margin: 0 auto 4.5rem;
	text-align: center;
}

.section-intro h2 {
	font-size: clamp(1.35rem, 2.6vw, 2rem);
	margin: 1rem 0 1.2rem;
}

.edition {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 0;
	align-items: stretch;
	margin-bottom: 5.5rem;
}

.edition:nth-child(even) {
	grid-template-columns: 0.85fr 1.15fr;
}

.edition:nth-child(even) .edition__copy {
	order: -1;
	padding-left: 0;
	padding-right: 4vw;
	text-align: right;
}

.edition__visual {
	position: relative;
	min-height: 420px;
	overflow: hidden;
}

.edition__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 420px;
	transition: transform 1.1s ease;
}

.edition:hover .edition__visual img {
	transform: scale(1.04);
}

.edition__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 4vw;
}

.edition__name {
	font-size: clamp(1.6rem, 3vw, 2.6rem);
	margin: 0.4rem 0 1rem;
}

.edition__region {
	font-family: var(--font-display);
	font-size: 0.68rem;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--gold);
}

.edition__summary {
	color: var(--muted);
	margin-bottom: 1.6rem;
}

/* Destination overlap title */
.destination-hero {
	position: relative;
	min-height: 88vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--navy-deep);
}

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

.destination-hero__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 20, 36, 0.15) 20%, rgba(11, 20, 36, 0.88) 100%);
}

.destination-hero__title {
	position: relative;
	z-index: 2;
	margin: 0 0 2.5rem 4vw;
	font-size: clamp(2.4rem, 7vw, 6rem);
	letter-spacing: 0.06em;
	color: var(--ivory);
	line-height: 1;
	text-shadow: 0 20px 40px rgba(11, 20, 36, 0.45);
	max-width: 90vw;
}

.destination-body {
	background: var(--white);
	padding: 5.5rem 0 2rem;
}

.destination-lead {
	font-size: 1.08rem;
	max-width: 46rem;
	margin: 0 auto 3.5rem;
}

.fact-strip {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin: 0 0 4rem;
	padding: 2rem 0;
	border-top: 1px solid rgba(197, 160, 89, 0.35);
	border-bottom: 1px solid rgba(197, 160, 89, 0.35);
}

.fact-strip h2 {
	font-size: 0.72rem;
	letter-spacing: 0.28em;
	color: var(--gold);
	margin-bottom: 0.6rem;
}

.highlight-list {
	list-style: none;
	padding: 0;
	margin: 0 0 3rem;
}

.highlight-list li {
	position: relative;
	padding: 0.85rem 0 0.85rem 1.6rem;
	border-bottom: 1px solid rgba(18, 32, 58, 0.08);
}

.highlight-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.35rem;
	width: 0.7rem;
	height: 1px;
	background: var(--gold);
}

.prose-block {
	margin-bottom: 2.8rem;
}

.prose-block h2 {
	font-size: 1.05rem;
	margin-bottom: 1rem;
}

/* Experiences — staggered, not equal cards */
.experience-stack {
	display: grid;
	gap: 2.5rem;
}

.experience-row {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 2rem;
	align-items: center;
}

.experience-row:nth-child(even) {
	grid-template-columns: 1.1fr 0.9fr;
}

.experience-row:nth-child(even) .experience-row__media {
	order: 2;
}

.experience-row__media {
	position: relative;
	min-height: 280px;
	overflow: hidden;
}

.experience-row__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 280px;
	filter: saturate(0.92);
	transition: transform 1.1s ease;
}

.experience-row:hover .experience-row__media img {
	transform: scale(1.04);
}

.experience-row__body h3,
.experience-row__body h2 {
	font-size: 1.2rem;
	margin: 0.85rem 0 1rem;
}

.icon-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid var(--gold);
	color: var(--gold);
}

.icon-mark--inline {
	width: 1.5rem;
	height: 1.5rem;
	border: 0;
	vertical-align: middle;
	margin-right: 0.35rem;
}

.icon-svg {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
}

.icon-mark--inline .icon-svg {
	width: 1.05rem;
	height: 1.05rem;
}

/* Promise band */
.promise {
	position: relative;
	min-height: 70vh;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: var(--navy-deep);
	color: var(--ivory);
}

.promise__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 70vh;
	opacity: 0.85;
}

.promise__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4.5rem 8%;
}

.promise__copy h2 {
	color: var(--ivory);
	font-size: clamp(1.4rem, 2.4vw, 2.1rem);
	margin: 1rem 0 1.4rem;
}

.promise__copy p {
	color: rgba(247, 243, 236, 0.82);
}

/* CTA banner */
.cta-banner {
	padding: 5.5rem 0;
	text-align: center;
	background: var(--white);
	border-top: 1px solid rgba(197, 160, 89, 0.28);
}

.cta-banner h2 {
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	margin: 1rem 0 1.2rem;
}

.cta-banner p {
	max-width: 32rem;
	margin: 0 auto 2rem;
	color: var(--muted);
}

/* Forms */
.inquiry {
	background: var(--white);
	padding: 3rem 2.2rem;
	border: 1px solid rgba(197, 160, 89, 0.35);
	box-shadow: var(--shadow);
}

.form-label {
	font-family: var(--font-display);
	font-size: 0.68rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--navy);
}

.form-control,
.form-select {
	border: 0;
	border-bottom: 1px solid rgba(18, 32, 58, 0.25);
	border-radius: 0;
	background: transparent;
	padding-left: 0;
	box-shadow: none !important;
	font-family: var(--font-body);
	font-weight: 300;
}

.form-control:focus,
.form-select:focus {
	border-bottom-color: var(--gold);
	background: transparent;
}

textarea.form-control {
	min-height: 8rem;
}

.alert {
	border-radius: 0;
	border: 1px solid var(--gold);
	background: var(--white);
	color: var(--navy);
	font-size: 0.95rem;
}

.alert-danger {
	border-color: #8a3b32;
}

.alert-success {
	border-color: var(--gold);
}

/* Footer */
.site-footer {
	background: var(--white);
	color: var(--muted);
	padding: 3.5rem 0 1.8rem;
	margin-top: 0;
	border-top: 1px solid rgba(197, 160, 89, 0.28);
}

.site-footer__logo {
	height: 5.25rem;
	width: auto;
	margin-bottom: 1rem;
}

.site-footer__tagline {
	font-family: var(--font-display);
	font-size: 0.68rem;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--gold);
}

.site-footer__heading {
	font-size: 0.7rem;
	color: var(--gold);
	margin-bottom: 1.1rem;
}

.site-footer__links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer__links a,
.site-footer__contact a,
.site-footer__legal a {
	color: var(--navy);
	font-size: 0.92rem;
}

.site-footer__links a:hover,
.site-footer__contact a:hover,
.site-footer__legal a:hover {
	color: var(--gold);
}

.site-footer__links li {
	margin-bottom: 0.45rem;
}

.site-footer__blurb,
.site-footer__contact {
	font-size: 0.92rem;
}

.site-footer__base {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 3rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(197, 160, 89, 0.28);
	font-size: 0.8rem;
}

.site-footer__legal {
	display: flex;
	gap: 1.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Legal / about prose */
.legal-prose,
.about-prose {
	max-width: 44rem;
	margin: 0 auto;
}

/* Error pages */
.error-panel {
	min-height: 70vh;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 8rem 0;
}

.error-panel h1 {
	font-size: clamp(3rem, 8vw, 6rem);
	letter-spacing: 0.2em;
}

@media (max-width: 991.98px) {
	.site-header__toggle {
		display: flex;
		z-index: 50;
	}

	.site-nav {
		position: fixed;
		inset: 0 0 0 auto;
		width: min(86vw, 360px);
		height: auto;
		background: var(--navy-deep);
		flex-direction: column;
		align-items: flex-start;
		padding: 6.5rem 2rem 2rem;
		transform: translateX(100%);
		transition: transform 0.35s ease;
		gap: 2rem;
	}

	.site-nav.is-open {
		transform: none;
	}

	.site-nav__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.2rem;
	}

	.site-header a.site-nav__link {
		color: var(--ivory);
		font-size: 0.9rem;
	}

	.edition,
	.edition:nth-child(even),
	.experience-row,
	.experience-row:nth-child(even),
	.promise {
		grid-template-columns: 1fr;
	}

	.edition:nth-child(even) .edition__copy,
	.experience-row:nth-child(even) .experience-row__media {
		order: 0;
		text-align: left;
		padding: 1.4rem 0 0;
	}

	.edition__copy {
		padding: 1.4rem 0 0;
	}

	.destination-hero__title {
		margin-left: 1.2rem;
		margin-bottom: 1.6rem;
		font-size: clamp(2rem, 12vw, 3.4rem);
	}

	.site-header {
		height: 4.5rem;
	}

	.site-header__inner {
		height: 4.5rem;
	}

	.site-footer__logo {
		height: 4.5rem;
	}

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

	.ruled-title__text {
		letter-spacing: 0.22em;
	}
}
