/*
Theme Name: Andaman Local
Theme URI: https://andamanway.com/
Author: Andaman Local
Description: A cinematic, conversion-focused homepage for locally planned Andaman holidays.
Version: 1.0.1
Text Domain: andaman-local
*/

:root {
	--ink: #071419;
	--ink-soft: #0c2028;
	--panel: #10272f;
	--panel-light: #16313a;
	--blue: #3978bd;
	--blue-deep: #285a9c;
	--sky: #30acd2;
	--orange: #ed8128;
	--orange-light: #ffad68;
	--sand: #f2eee5;
	--white: #fff;
	--muted: #a8b7bc;
	--line: rgba(255, 255, 255, 0.13);
	--max: 1360px;
	--radius: 18px;
	--font-body: "Manrope", sans-serif;
	--font-display: "DM Serif Display", serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--ink);
	color: var(--white);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 4px;
}

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

.skip-link {
	position: fixed;
	left: 16px;
	top: -100px;
	z-index: 999;
	background: var(--white);
	color: var(--ink);
	padding: 10px 16px;
	border-radius: 8px;
}

.skip-link:focus {
	top: 16px;
}

.site-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 76px;
	background: linear-gradient(180deg, rgba(4, 13, 17, 0.9), rgba(4, 13, 17, 0));
	transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
	background: rgba(7, 20, 25, 0.9);
	border-bottom: 1px solid var(--line);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.header-inner {
	display: grid;
	grid-template-columns: 48px 190px 1fr auto;
	align-items: center;
	gap: 24px;
	width: min(calc(100% - 48px), 1440px);
	height: 100%;
	margin: 0 auto;
}

.menu-toggle {
	display: grid;
	align-content: center;
	gap: 6px;
	width: 42px;
	height: 42px;
	padding: 11px 9px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.18);
	cursor: pointer;
}

.menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 21px;
	height: 1px;
	background: var(--white);
	transition: transform 0.25s ease;
}

.menu-toggle[aria-expanded="true"] > span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
	transform: translateY(-3.5px) rotate(-45deg);
}

.brand {
	display: inline-flex;
	align-items: center;
}

.brand img {
	width: 178px;
	height: auto;
}

.primary-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: clamp(18px, 2.5vw, 40px);
	font-size: 13px;
	font-weight: 600;
}

.primary-nav a {
	position: relative;
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.78);
	transition: color 0.2s ease;
}

.primary-nav a::after {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 0;
	height: 1px;
	background: var(--orange);
	content: "";
	transition: width 0.25s ease;
}

.primary-nav a:hover {
	color: var(--white);
}

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

.header-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 43px;
	padding: 0 19px;
	border-radius: 9px;
	background: var(--white);
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	transition: transform 0.2s ease, background 0.2s ease;
}

.header-cta:hover {
	background: var(--orange);
	transform: translateY(-2px);
}

.sparkle {
	color: var(--blue);
}

.hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 810px;
	height: 100svh;
	overflow: hidden;
	background: #08202b;
}

.hero-image,
.hero-shade,
.planner-background,
.planner-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-image,
.planner-background {
	object-fit: cover;
}

.hero-image {
	object-position: center 60%;
	transform: scale(1.025);
	animation: hero-arrive 1.8s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-shade {
	background:
		linear-gradient(90deg, rgba(3, 14, 19, 0.93) 0%, rgba(3, 14, 19, 0.68) 43%, rgba(3, 14, 19, 0.28) 76%, rgba(3, 14, 19, 0.44) 100%),
		linear-gradient(180deg, rgba(3, 13, 18, 0.38) 0%, transparent 35%, rgba(3, 13, 18, 0.55) 100%);
}

.hero-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.26;
	pointer-events: none;
}

.hero-orb-one {
	left: 28%;
	top: 18%;
	width: 340px;
	height: 340px;
	background: var(--blue);
}

.hero-orb-two {
	right: 6%;
	bottom: -10%;
	width: 300px;
	height: 300px;
	background: var(--orange);
}

.hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(380px, 0.75fr);
	align-items: center;
	gap: clamp(60px, 8vw, 130px);
	width: min(calc(100% - 96px), var(--max));
	margin: 62px auto 0;
}

.hero-copy {
	max-width: 770px;
	animation: copy-arrive 0.9s 0.2s ease both;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	color: var(--blue-deep);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.eyebrow > span {
	display: inline-block;
	width: 32px;
	height: 1px;
	background: currentcolor;
}

.eyebrow.light,
.hero-eyebrow {
	color: var(--orange-light);
}

.hero h1,
.section-head h2,
.promise-intro h2,
.planner-copy h2,
.faq-intro h2 {
	margin: 0;
	font-size: clamp(54px, 5.35vw, 82px);
	font-weight: 500;
	letter-spacing: -0.052em;
	line-height: 0.98;
}

.hero h1 em,
.section-head h2 em,
.promise-intro h2 em,
.planner-copy h2 em,
.faq-intro h2 em,
.story-big em {
	color: var(--orange);
	font-family: var(--font-display);
	font-weight: 400;
	letter-spacing: -0.02em;
}

.hero-intro {
	max-width: 620px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.7;
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 27px;
}

.trust-chip {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 54px;
	padding: 6px 13px 6px 7px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 12px;
	background: rgba(5, 17, 22, 0.58);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.trust-chip > span:last-child {
	display: grid;
	line-height: 1.25;
}

.trust-chip strong {
	font-size: 12px;
	font-weight: 600;
}

.trust-chip small {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 9px;
}

.trust-icon {
	display: grid;
	place-items: center;
	width: 39px;
	height: 39px;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--orange-light);
	font-family: var(--font-display);
	font-size: 15px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-top: 29px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button-light {
	background: var(--white);
	color: var(--ink);
}

.button-light span {
	color: var(--blue);
}

.button-light:hover {
	background: var(--orange);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	font-size: 12px;
	font-weight: 600;
}

.text-link span {
	color: var(--orange-light);
}

.quick-planner {
	position: relative;
	width: 100%;
	min-width: 0;
	max-width: 460px;
	margin-left: auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(8, 25, 32, 0.9), rgba(8, 21, 27, 0.74));
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
	animation: planner-arrive 0.9s 0.45s ease both;
}

.planner-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--line);
	background: rgba(3, 11, 15, 0.5);
}

.advisor-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--blue), var(--sky));
	box-shadow: 0 8px 25px rgba(48, 172, 210, 0.25);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.planner-head h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.planner-head p {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 1px 0 0;
	color: var(--muted);
	font-size: 10px;
}

.online-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #63d697;
	box-shadow: 0 0 0 4px rgba(99, 214, 151, 0.1);
}

.planner-conversation {
	margin: 19px 20px 14px;
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 13px 13px 13px 3px;
	background: rgba(255, 255, 255, 0.055);
}

.planner-conversation p {
	margin: 0;
	font-size: 12px;
}

.planner-conversation .planner-kicker {
	margin-bottom: 3px;
	color: var(--orange-light);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.quick-fields {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 8px 12px;
	padding: 0 20px;
}

.quick-fields label {
	color: rgba(255, 255, 255, 0.62);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.quick-fields select {
	width: 100%;
	min-width: 0;
	height: 42px;
	padding: 0 34px 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 9px;
	appearance: none;
	background-color: rgba(2, 12, 16, 0.55);
	background-image: linear-gradient(45deg, transparent 50%, #aebbc0 50%), linear-gradient(135deg, #aebbc0 50%, transparent 50%);
	background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	color: var(--white);
	font-size: 11px;
}

.quick-fields option,
.enquiry-form option {
	background: var(--ink);
	color: var(--white);
}

.planner-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 40px);
	height: 50px;
	margin: 16px 20px 0;
	padding: 0 17px;
	border: 0;
	border-radius: 10px;
	background: var(--orange);
	color: #17120e;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.planner-submit:hover {
	background: var(--orange-light);
	transform: translateY(-2px);
}

.planner-submit span {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.11);
}

.planner-note {
	margin: 9px 0 14px;
	color: rgba(255, 255, 255, 0.45);
	font-size: 9px;
	text-align: center;
}

.scroll-cue {
	position: absolute;
	left: max(48px, calc((100% - var(--max)) / 2));
	bottom: 24px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.scroll-cue i {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	font-style: normal;
}

.proof-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: min(calc(100% - 96px), var(--max));
	margin: 0 auto;
	border-bottom: 1px solid var(--line);
}

.proof-item {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 118px;
	padding: 20px clamp(20px, 3vw, 44px);
	border-left: 1px solid var(--line);
}

.proof-item:last-child {
	border-right: 1px solid var(--line);
}

.proof-item strong {
	color: var(--orange);
	font-family: var(--font-display);
	font-size: 32px;
	font-weight: 400;
}

.proof-item span {
	max-width: 100px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
}

.section {
	width: min(calc(100% - 96px), var(--max));
	margin: 0 auto;
	padding: 140px 0;
	scroll-margin-top: 70px;
}

.section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
	align-items: end;
	gap: 70px;
	margin-bottom: 58px;
}

.section-head.compact {
	align-items: center;
}

.section-head .eyebrow {
	margin-bottom: 18px;
}

.section-head h2,
.promise-intro h2,
.planner-copy h2,
.faq-intro h2 {
	font-size: clamp(44px, 4.5vw, 70px);
}

.section-head > p,
.promise-intro > p:last-child,
.faq-intro > p:last-child {
	margin: 0 0 5px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.75;
}

.destination-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.destination-card {
	position: relative;
	min-height: 485px;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--panel);
}

.destination-card-wide {
	grid-column: span 2;
	min-height: 590px;
}

.destination-card img,
.experience-card img,
.package-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
}

.destination-card-wide img {
	object-position: center 62%;
}

.destination-card:hover img,
.experience-card:hover img,
.package-card:hover .package-image img {
	transform: scale(1.045);
}

.card-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(3, 15, 19, 0.35), rgba(3, 15, 19, 0.05) 40%, rgba(3, 15, 19, 0.86));
}

.destination-top,
.destination-bottom {
	position: absolute;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 27px 30px;
}

.destination-top {
	top: 0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.destination-top span:first-child {
	color: var(--orange-light);
}

.destination-bottom {
	bottom: 0;
	align-items: end;
}

.destination-bottom p {
	margin: 0 0 2px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 10px;
	text-transform: uppercase;
}

.destination-bottom h3 {
	margin: 0;
	font-family: var(--font-display);
	font-size: clamp(40px, 5vw, 67px);
	font-weight: 400;
	line-height: 1;
}

.destination-bottom a {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	font-size: 20px;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.destination-bottom a:hover {
	background: var(--orange);
	color: var(--ink);
	transform: rotate(8deg);
}

.packages {
	padding-top: 75px;
}

.outline-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	justify-self: end;
	min-height: 48px;
	padding: 0 8px 0 17px;
	border: 1px solid var(--line);
	border-radius: 10px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 600;
}

.outline-link span {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--orange-light);
}

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

.package-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--panel);
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.package-card:hover {
	border-color: rgba(255, 255, 255, 0.28);
	transform: translateY(-5px);
}

.package-image {
	position: relative;
	height: 315px;
	overflow: hidden;
}

.package-badge {
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 7px 10px;
	border-radius: 7px;
	background: var(--orange);
	color: var(--ink);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.package-badge.blue {
	background: var(--sky);
}

.package-body {
	padding: 24px 24px 20px;
}

.package-meta {
	margin: 0 0 11px;
	color: var(--orange-light);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.package-body h3,
.package-graphic h3 {
	margin: 0 0 13px;
	font-family: var(--font-display);
	font-size: 35px;
	font-weight: 400;
	line-height: 1.05;
}

.package-body > p:not(.package-meta),
.package-graphic > p:not(.package-meta) {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.7;
}

.package-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid var(--line);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.package-footer > span {
	color: rgba(255, 255, 255, 0.5);
}

.package-footer a {
	color: var(--white);
}

.package-footer b {
	margin-left: 6px;
	color: var(--orange-light);
}

.package-graphic {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 42px 33px 32px;
	overflow: hidden;
	border: 0;
	background: var(--orange);
	color: var(--ink);
}

.package-graphic .package-meta {
	position: relative;
	z-index: 2;
	color: rgba(7, 20, 25, 0.72);
}

.package-graphic h3 {
	position: relative;
	z-index: 2;
	margin-top: 15px;
	font-size: clamp(45px, 4vw, 59px);
}

.package-graphic > p:not(.package-meta) {
	position: relative;
	z-index: 2;
	color: rgba(7, 20, 25, 0.72);
}

.package-graphic ul {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 8px;
	margin: 28px 0 30px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	font-weight: 600;
}

.package-graphic li::before {
	margin-right: 8px;
	content: "✓";
}

.button-dark {
	position: relative;
	z-index: 2;
	justify-content: space-between;
	margin-top: auto;
	background: var(--ink);
	color: var(--white);
}

.button-dark:hover {
	background: var(--blue-deep);
}

.graphic-sun {
	position: absolute;
	right: -110px;
	top: -100px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(7, 20, 25, 0.13);
	border-radius: 50%;
}

.graphic-sun::before,
.graphic-sun::after,
.graphic-sun span {
	position: absolute;
	inset: 35px;
	border: 1px solid rgba(7, 20, 25, 0.12);
	border-radius: 50%;
	content: "";
}

.graphic-sun::after {
	inset: 75px;
	background: rgba(255, 255, 255, 0.16);
}

.graphic-sun span {
	inset: 116px;
	background: rgba(7, 20, 25, 0.1);
}

.placeholder-note {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.38);
	font-size: 9px;
	text-align: right;
}

.local-promise {
	padding: 135px max(48px, calc((100% - var(--max)) / 2));
	background:
		radial-gradient(circle at 7% 15%, rgba(48, 172, 210, 0.2), transparent 30%),
		linear-gradient(135deg, #1d5f91, var(--blue-deep) 42%, #123d68 100%);
	scroll-margin-top: 70px;
}

.promise-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
	align-items: end;
	gap: 80px;
	margin-bottom: 65px;
}

.promise-intro .eyebrow,
.promise-intro h2 {
	grid-column: 1;
}

.promise-intro h2 {
	margin-top: -10px;
}

.promise-intro > p:last-child {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: end;
	color: rgba(255, 255, 255, 0.7);
}

.promise-intro h2 em {
	color: #ffd0aa;
}

.promise-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.promise-grid article {
	position: relative;
	min-height: 410px;
	padding: 34px 34px 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.promise-grid article:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.promise-number {
	position: absolute;
	right: 25px;
	top: 22px;
	color: rgba(255, 255, 255, 0.38);
	font-size: 10px;
	font-weight: 700;
}

.promise-icon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	margin-bottom: 55px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	color: #ffd0aa;
	font-family: var(--font-display);
	font-size: 27px;
}

.promise-grid h3 {
	margin: 0 0 13px;
	font-family: var(--font-display);
	font-size: 30px;
	font-weight: 400;
}

.promise-grid p {
	min-height: 73px;
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	line-height: 1.65;
}

.promise-grid ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	list-style: none;
	font-size: 9px;
	font-weight: 600;
}

.promise-grid li::before {
	margin-right: 8px;
	color: #ffd0aa;
	content: "→";
}

.experience-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 250px 250px;
	gap: 15px;
}

.experience-card,
.experience-quote {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
}

.experience-card {
	grid-column: span 4;
}

.experience-card:nth-child(2) {
	grid-column: span 5;
}

.experience-card:nth-child(3) {
	grid-column: span 3;
}

.experience-tall {
	grid-row: span 2;
}

.experience-card > span,
.experience-card h3,
.experience-card > p {
	position: absolute;
	z-index: 2;
}

.experience-card > span {
	right: 18px;
	top: 16px;
	color: var(--orange-light);
	font-size: 10px;
	font-weight: 700;
}

.experience-card h3 {
	left: 22px;
	bottom: 45px;
	margin: 0;
	font-family: var(--font-display);
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
}

.experience-card > p {
	left: 22px;
	bottom: 15px;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.experience-quote {
	grid-column: span 8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px 50px;
	background: var(--sand);
	color: var(--ink);
}

.experience-quote > p {
	position: relative;
	z-index: 2;
	max-width: 650px;
	margin: 0 0 15px;
	font-family: var(--font-display);
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.08;
}

.experience-quote > span {
	position: relative;
	z-index: 2;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.quote-wave {
	position: absolute;
	right: -30px;
	bottom: -65px;
	color: rgba(48, 172, 210, 0.18);
	font-family: var(--font-display);
	font-size: 180px;
	letter-spacing: -0.4em;
}

.how-it-works {
	width: min(calc(100% - 96px), var(--max));
	margin: 0 auto;
	padding: 10px 0 140px;
}

.steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.steps article {
	display: flex;
	gap: 25px;
	min-height: 210px;
	padding: 35px 30px;
	border-left: 1px solid var(--line);
}

.steps article:last-child {
	border-right: 1px solid var(--line);
}

.steps article > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: var(--orange-light);
	font-family: var(--font-display);
}

.steps h3 {
	margin: 3px 0 12px;
	font-family: var(--font-display);
	font-size: 25px;
	font-weight: 400;
}

.steps p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.7;
}

.planner-section {
	position: relative;
	min-height: 920px;
	padding: 130px max(48px, calc((100% - var(--max)) / 2));
	scroll-margin-top: 70px;
	overflow: hidden;
}

.planner-background {
	object-position: center;
}

.planner-overlay {
	background: linear-gradient(90deg, rgba(4, 18, 24, 0.95), rgba(4, 18, 24, 0.72) 55%, rgba(4, 18, 24, 0.48));
}

.planner-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(540px, 1.2fr);
	align-items: center;
	gap: clamp(70px, 8vw, 130px);
}

.planner-copy h2 {
	font-size: clamp(51px, 5vw, 73px);
}

.planner-copy > p:not(.eyebrow) {
	max-width: 500px;
	margin: 25px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
}

.planner-mini-proof {
	display: grid;
	gap: 10px;
	margin-top: 36px;
	font-size: 10px;
	font-weight: 600;
}

.planner-mini-proof span {
	display: flex;
	align-items: center;
	gap: 12px;
}

.planner-mini-proof b {
	color: var(--orange-light);
	font-size: 9px;
}

.enquiry-panel {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
	background: rgba(7, 20, 25, 0.88);
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
}

.enquiry-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--line);
}

.enquiry-heading span {
	font-family: var(--font-display);
	font-size: 26px;
}

.enquiry-heading small {
	color: var(--muted);
	font-size: 9px;
	text-transform: uppercase;
}

.enquiry-form,
.enquiry-form label {
	display: grid;
}

.enquiry-form {
	gap: 15px;
}

.enquiry-form label {
	gap: 6px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.enquiry-form label > span {
	color: var(--orange-light);
}

.field-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.field-row.three {
	grid-template-columns: repeat(3, 1fr);
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.055);
	color: var(--white);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.enquiry-form input,
.enquiry-form select {
	height: 46px;
	padding: 0 12px;
}

.enquiry-form select {
	padding-right: 28px;
}

.enquiry-form textarea {
	min-height: 78px;
	padding: 11px 12px;
	resize: vertical;
}

.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.33);
}

.form-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	margin-top: 3px;
	padding: 0 17px;
	border: 0;
	border-radius: 10px;
	background: var(--orange);
	color: var(--ink);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.form-submit:hover {
	background: var(--orange-light);
	transform: translateY(-2px);
}

.form-submit span {
	font-size: 19px;
}

.privacy-note {
	margin: -5px 0 0;
	color: rgba(255, 255, 255, 0.35);
	font-size: 8px;
	text-align: center;
}

.honeypot {
	position: absolute !important;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-message {
	display: grid;
	gap: 2px;
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 9px;
	font-size: 10px;
}

.form-message.success {
	border: 1px solid rgba(99, 214, 151, 0.35);
	background: rgba(99, 214, 151, 0.1);
}

.form-message.error {
	border: 1px solid rgba(237, 129, 40, 0.4);
	background: rgba(237, 129, 40, 0.1);
}

.form-message span {
	color: var(--muted);
}

.stories {
	padding-bottom: 95px;
}

.story-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.story-grid article {
	display: flex;
	flex-direction: column;
	min-height: 335px;
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--panel);
}

.preview-label {
	align-self: flex-start;
	padding: 6px 8px;
	border: 1px solid var(--line);
	border-radius: 6px;
	color: var(--muted);
	font-size: 8px;
	font-weight: 700;
	text-transform: uppercase;
}

.story-grid blockquote {
	margin: auto 0;
	font-family: var(--font-display);
	font-size: 27px;
	line-height: 1.25;
}

.story-grid article > p:last-child {
	margin: 0;
	color: var(--muted);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.story-grid .story-accent {
	background: var(--blue);
}

.story-big {
	margin: 0 0 auto !important;
	font-size: clamp(35px, 3.2vw, 48px) !important;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1;
	text-transform: none !important;
}

.story-big em {
	color: #ffd0aa;
}

.story-accent a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 17px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.faq {
	display: grid;
	grid-template-columns: minmax(320px, 0.85fr) minmax(500px, 1.15fr);
	gap: clamp(70px, 9vw, 140px);
	padding-top: 80px;
}

.faq-intro {
	position: sticky;
	top: 120px;
	align-self: start;
}

.faq-intro > p:last-child {
	max-width: 390px;
	margin-top: 25px;
}

.faq-list {
	border-top: 1px solid var(--line);
}

.faq-list details {
	border-bottom: 1px solid var(--line);
}

.faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	min-height: 87px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--orange-light);
	font-size: 19px;
	font-weight: 400;
	transition: transform 0.2s ease, background 0.2s ease;
}

.faq-list details[open] summary span {
	background: var(--orange);
	color: var(--ink);
	transform: rotate(45deg);
}

.faq-list details p {
	max-width: 650px;
	margin: -10px 60px 25px 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.8;
}

.site-footer {
	padding: 75px max(48px, calc((100% - var(--max)) / 2)) 28px;
	border-top: 1px solid var(--line);
	background: #040e12;
}

.footer-top {
	display: grid;
	grid-template-columns: 1.1fr 1.5fr 180px;
	gap: 70px;
	align-items: start;
	padding-bottom: 65px;
}

.footer-brand img {
	width: 225px;
}

.footer-brand p {
	max-width: 300px;
	margin: 20px 0 0;
	color: var(--muted);
	font-size: 11px;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.footer-links div {
	display: grid;
	align-content: start;
	gap: 9px;
}

.footer-links h2 {
	margin: 0 0 8px;
	color: var(--orange-light);
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-links a,
.footer-links span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 10px;
}

.footer-links a:hover {
	color: var(--white);
}

.footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	padding: 0 9px 0 16px;
	border: 1px solid var(--line);
	border-radius: 10px;
	font-size: 10px;
	font-weight: 700;
}

.footer-cta b {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: var(--orange);
	color: var(--ink);
}

.footer-bottom {
	display: grid;
	grid-template-columns: 1fr 2fr auto;
	gap: 30px;
	align-items: center;
	padding-top: 24px;
	border-top: 1px solid var(--line);
	color: rgba(255, 255, 255, 0.35);
	font-size: 8px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.6);
}

.floating-plan {
	position: fixed;
	right: 24px;
	bottom: 22px;
	z-index: 80;
	display: none;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 99px;
	background: var(--white);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
	color: var(--ink);
	font-size: 11px;
	font-weight: 700;
}

.floating-plan span {
	color: var(--blue);
}

.simple-page {
	min-height: 100vh;
	width: min(calc(100% - 48px), 850px);
	margin: 0 auto;
	padding: 70px 0;
}

.simple-page .brand {
	margin-bottom: 50px;
}

.simple-page article {
	color: var(--sand);
}

@keyframes hero-arrive {
	from { opacity: 0; transform: scale(1.09); }
	to { opacity: 1; transform: scale(1.025); }
}

@keyframes copy-arrive {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes planner-arrive {
	from { opacity: 0; transform: translateY(25px) scale(0.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes reveal {
	from { opacity: 0.2; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

[data-reveal].is-visible {
	animation: reveal 0.7s ease both;
}

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

	.primary-nav {
		gap: 18px;
	}

	.hero-inner {
		grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.75fr);
		gap: 45px;
	}

	.trust-chip:nth-child(3) {
		display: none;
	}

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

	.package-graphic {
		grid-column: span 2;
		min-height: 500px;
	}

	.promise-grid article {
		padding: 30px 25px;
	}

	.planner-layout {
		grid-template-columns: 0.8fr minmax(500px, 1.2fr);
		gap: 45px;
	}

	.footer-top {
		grid-template-columns: 0.9fr 1.7fr;
	}

	.footer-cta {
		grid-column: 2;
		width: 190px;
	}
}

@media (max-width: 900px) {
	.header-inner {
		grid-template-columns: 44px 1fr auto;
		width: min(calc(100% - 32px), 1440px);
	}

	.header-inner .brand {
		justify-self: start;
	}

	.primary-nav {
		position: fixed;
		inset: 76px 0 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding: 32px;
		background: rgba(7, 20, 25, 0.98);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
	}

	.primary-nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.primary-nav a {
		font-family: var(--font-display);
		font-size: 40px;
		font-weight: 400;
	}

	.hero {
		height: auto;
		min-height: 1050px;
		padding: 130px 0 90px;
	}

	.hero-inner {
		grid-template-columns: 1fr;
		gap: 60px;
		width: min(calc(100% - 64px), 680px);
		margin-top: 0;
	}

	.hero-copy {
		max-width: none;
	}

	.quick-planner {
		max-width: 600px;
		margin: 0;
	}

	.scroll-cue {
		display: none;
	}

	.proof-strip,
	.section,
	.how-it-works {
		width: min(calc(100% - 64px), var(--max));
	}

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

	.proof-item:nth-child(2) {
		border-right: 1px solid var(--line);
	}

	.section-head,
	.promise-intro {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.section-head > p {
		max-width: 480px;
	}

	.promise-intro > p:last-child {
		grid-column: 1;
		grid-row: auto;
		max-width: 600px;
	}

	.promise-grid {
		grid-template-columns: 1fr;
	}

	.promise-grid article,
	.promise-grid article:last-child {
		min-height: auto;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.promise-grid article:last-child {
		border-bottom: 0;
	}

	.promise-icon {
		margin-bottom: 30px;
	}

	.promise-grid p {
		min-height: 0;
	}

	.experience-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 350px);
	}

	.experience-card,
	.experience-card:nth-child(2),
	.experience-card:nth-child(3),
	.experience-quote {
		grid-column: span 1;
		grid-row: span 1;
	}

	.steps,
	.story-grid {
		grid-template-columns: 1fr;
	}

	.steps article,
	.steps article:last-child {
		min-height: auto;
		border-right: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
	}

	.steps article:last-child {
		border-bottom: 0;
	}

	.planner-section {
		padding-block: 100px;
	}

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

	.planner-copy {
		max-width: 620px;
	}

	.faq {
		grid-template-columns: 1fr;
	}

	.faq-intro {
		position: static;
	}

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

	.footer-cta {
		grid-column: auto;
	}

	.footer-bottom {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

@media (max-width: 620px) {
	.site-header {
		height: 68px;
	}

	.header-inner {
		grid-template-columns: 39px 1fr auto;
		gap: 10px;
	}

	.menu-toggle {
		width: 38px;
		height: 38px;
	}

	.brand img {
		width: 138px;
	}

	.header-cta {
		min-height: 39px;
		padding: 0 12px;
		font-size: 0;
	}

	.header-cta::after {
		font-size: 10px;
		content: "Plan trip";
	}

	.header-cta .sparkle {
		font-size: 11px;
	}

	.primary-nav {
		inset: 68px 0 0;
	}

	.hero {
		min-height: 1040px;
		padding: 112px 0 74px;
	}

	.hero-image {
		object-position: 58% center;
	}

	.hero-shade {
		background: linear-gradient(180deg, rgba(3, 14, 19, 0.7), rgba(3, 14, 19, 0.93) 52%, rgba(3, 14, 19, 0.97));
	}

	.hero-inner,
	.proof-strip,
	.section,
	.how-it-works {
		width: calc(100% - 32px);
	}

	.hero-inner {
		gap: 45px;
	}

	.hero-eyebrow {
		font-size: 8px;
	}

	.hero h1 {
		font-size: clamp(43px, 12.3vw, 58px);
	}

	.hero h1 em {
		display: block;
	}

	.hero-intro {
		font-size: 13px;
	}

	.trust-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trust-chip {
		padding-right: 7px;
	}

	.trust-chip > span:last-child {
		min-width: 0;
	}

	.trust-chip strong,
	.trust-chip small {
		overflow-wrap: anywhere;
	}

	.trust-icon {
		width: 35px;
		height: 35px;
	}

	.hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.button-light {
		width: 100%;
	}

	.quick-planner {
		border-radius: 15px;
	}

	.quick-fields {
		grid-template-columns: 1fr;
	}

	.quick-fields label {
		margin-top: 3px;
	}

	.proof-strip {
		grid-template-columns: 1fr 1fr;
	}

	.proof-item {
		min-height: 88px;
		padding: 14px;
	}

	.proof-item strong {
		font-size: 26px;
	}

	.proof-item span {
		font-size: 8px;
	}

	.section {
		padding: 90px 0;
	}

	.section-head {
		margin-bottom: 36px;
	}

	.section-head h2,
	.promise-intro h2,
	.planner-copy h2,
	.faq-intro h2 {
		font-size: clamp(39px, 11.2vw, 51px);
	}

	.section-head > p,
	.promise-intro > p:last-child,
	.faq-intro > p:last-child {
		font-size: 11px;
	}

	.eyebrow {
		font-size: 8px;
	}

	.destination-grid,
	.package-grid {
		grid-template-columns: 1fr;
	}

	.destination-card,
	.destination-card-wide {
		grid-column: auto;
		min-height: 430px;
	}

	.destination-top,
	.destination-bottom {
		padding: 20px;
	}

	.destination-bottom h3 {
		font-size: 45px;
	}

	.outline-link {
		justify-self: start;
	}

	.package-graphic {
		grid-column: auto;
		min-height: 530px;
	}

	.package-image {
		height: 290px;
	}

	.local-promise,
	.planner-section,
	.site-footer {
		padding-inline: 16px;
	}

	.local-promise {
		padding-block: 90px;
	}

	.promise-intro {
		margin-bottom: 38px;
	}

	.promise-grid article {
		padding: 25px 22px;
	}

	.experience-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.experience-card,
	.experience-card:nth-child(2),
	.experience-card:nth-child(3),
	.experience-quote {
		grid-column: auto;
		min-height: 390px;
	}

	.experience-quote {
		min-height: 300px;
		padding: 28px;
	}

	.how-it-works {
		padding-bottom: 90px;
	}

	.steps article {
		padding: 25px 20px;
	}

	.planner-section {
		padding-block: 90px;
	}

	.planner-layout {
		gap: 40px;
	}

	.enquiry-panel {
		padding: 19px;
	}

	.field-row,
	.field-row.three {
		grid-template-columns: 1fr;
	}

	.story-grid article {
		min-height: 300px;
		padding: 24px;
	}

	.faq {
		gap: 45px;
	}

	.faq-list summary {
		min-height: 78px;
		font-size: 12px;
	}

	.footer-top {
		gap: 45px;
	}

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

	.footer-links div:last-child {
		display: none;
	}

	.floating-plan {
		display: flex;
	}
}

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