:root {
	--ink: #102a2e;
	--ink-soft: #38545a;
	--paper: #f7f3eb;
	--card: #fffdf8;
	--teal: #0a746d;
	--teal-dark: #075650;
	--coral: #f16d4f;
	--yellow: #f7bd4a;
	--line: rgba(16, 42, 46, 0.14);
	--shadow: 0 30px 80px rgba(22, 46, 48, 0.14);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ink);
	background: var(--paper);
	font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
	margin: 0;
	min-width: 320px;
	min-height: 100vh;
	background:
		radial-gradient(circle at 8% 12%, rgba(247, 189, 74, 0.18), transparent 24rem),
		radial-gradient(circle at 88% 22%, rgba(10, 116, 109, 0.12), transparent 26rem),
		var(--paper);
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -1;
	content: "";
	opacity: 0.28;
	pointer-events: none;
	background-image: linear-gradient(rgba(16, 42, 46, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 42, 46, 0.04) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(to bottom, black, transparent 75%);
}

a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 20;
	padding: 10px 14px;
	border-radius: 8px;
	color: white;
	background: var(--ink);
	transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 26px 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-decoration: none;
}

.brand-mark {
	display: inline-flex;
	align-items: end;
	gap: 2px;
	width: 31px;
	height: 31px;
	padding: 7px;
	border-radius: 10px;
	background: var(--ink);
	box-shadow: 0 6px 16px rgba(16, 42, 46, 0.18);
}

.brand-mark span {
	display: block;
	width: 4px;
	border-radius: 4px 4px 1px 1px;
	background: var(--yellow);
}

.brand-mark span:nth-child(1) { height: 7px; }
.brand-mark span:nth-child(2) { height: 13px; background: #fff; }
.brand-mark span:nth-child(3) { height: 10px; background: var(--coral); }

.header-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 13px;
	font-weight: 650;
}

.header-nav a { text-decoration: none; }
.header-nav a:hover { color: var(--teal); }

.private-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 11px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 253, 248, 0.62);
}

.private-badge span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #28a671;
	box-shadow: 0 0 0 4px rgba(40, 166, 113, 0.12);
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
	gap: clamp(46px, 7vw, 104px);
	align-items: center;
	width: min(1180px, calc(100% - 40px));
	min-height: calc(100vh - 146px);
	margin: 0 auto;
	padding: 58px 0 90px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 24px;
	color: var(--teal);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.eyebrow::before {
	display: block;
	width: 30px;
	height: 2px;
	content: "";
	background: var(--coral);
}

h1 {
	max-width: 690px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6.2vw, 82px);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.055em;
}

h1 em { color: var(--teal); font-weight: 500; }

.hero-intro {
	max-width: 610px;
	margin: 28px 0 30px;
	color: var(--ink-soft);
	font-size: 18px;
	line-height: 1.65;
}

.search-demo {
	max-width: 620px;
	padding: 20px;
	border: 1px solid rgba(16, 42, 46, 0.14);
	border-radius: 22px;
	background: rgba(255, 253, 248, 0.9);
	box-shadow: 0 18px 50px rgba(16, 42, 46, 0.1);
	backdrop-filter: blur(12px);
}

.search-heading {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 16px;
}

.search-heading strong, .search-heading span { display: block; }
.search-heading strong { font-size: 14px; }
.search-heading div > span { margin-top: 2px; color: #698085; font-size: 11px; }

.ai-orb {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: conic-gradient(from 45deg, var(--coral), var(--yellow), var(--teal), var(--coral));
	box-shadow: inset 0 0 0 7px var(--card);
}

.field { display: block; }

.field > span {
	display: block;
	margin: 0 0 6px 3px;
	color: #5c7479;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.field input {
	width: 100%;
	height: 46px;
	padding: 0 13px;
	border: 1px solid rgba(16, 42, 46, 0.16);
	border-radius: 11px;
	color: var(--ink);
	outline: none;
	background: #fff;
}

.field input:focus {
	border-color: var(--teal);
	box-shadow: 0 0 0 3px rgba(10, 116, 109, 0.12);
}

.date-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 11px;
}

.search-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 14px;
}

.guest-count { color: #5d7478; font-size: 12px; }
.guest-count span { color: var(--coral); }

.search-actions button {
	min-height: 44px;
	padding: 0 17px;
	border: 0;
	border-radius: 11px;
	color: white;
	font-size: 13px;
	font-weight: 750;
	background: var(--ink);
	box-shadow: 0 8px 18px rgba(16, 42, 46, 0.2);
	transition: transform 160ms ease, background 160ms ease;
}

.search-actions button:hover { background: var(--teal-dark); transform: translateY(-1px); }

.search-actions button:focus-visible {
	outline: 3px solid rgba(10, 116, 109, 0.3);
	outline-offset: 3px;
}

.demo-status { min-height: 16px; margin: 10px 2px 0; color: var(--teal); font-size: 11px; }

.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	margin-top: 22px;
	color: #60787d;
	font-size: 11px;
	font-weight: 650;
}

.trust-row span::before { margin-right: 7px; color: var(--teal); content: "✓"; }

.product-preview {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(16, 42, 46, 0.16);
	border-radius: 26px;
	background: #fdfbf6;
	box-shadow: var(--shadow);
	transform: rotate(1.2deg);
}

.product-preview::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	border-radius: inherit;
	box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.36);
}

.product-preview:focus { outline: 3px solid rgba(10, 116, 109, 0.28); outline-offset: 5px; }

.preview-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	padding: 0 17px;
	border-bottom: 1px solid var(--line);
	color: #668084;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #f4eee3;
}

.window-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 4px;
	border-radius: 50%;
	background: #c9bcaa;
}

.window-dot:first-child { background: var(--coral); }
.window-dot:nth-child(2) { background: var(--yellow); }
.window-dot:nth-child(3) { background: #55ad83; }

.preview-content { padding: 20px; }

.query-line {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 0 3px 16px;
}

.query-icon {
	display: grid;
	width: 35px;
	height: 35px;
	place-items: center;
	border-radius: 11px;
	color: white;
	font-size: 21px;
	background: var(--teal);
}

.query-line span, .query-line strong { display: block; }
.query-line div > span { color: #6e8589; font-size: 10px; }
.query-line strong { margin-top: 2px; font-size: 14px; }

.sample-pill {
	margin-left: auto;
	padding: 6px 8px;
	border-radius: 7px;
	color: #9a5626;
	font-size: 8px !important;
	font-weight: 900;
	letter-spacing: 0.11em;
	background: #fff0c9;
}

.hotel-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 19px;
	background: white;
	box-shadow: 0 12px 30px rgba(16, 42, 46, 0.08);
}

.hotel-visual {
	position: relative;
	overflow: hidden;
	height: 148px;
	background: linear-gradient(160deg, #d6e7df 0%, #f4d3a3 100%);
}

.visual-label {
	position: absolute;
	top: 11px;
	left: 12px;
	z-index: 5;
	padding: 5px 8px;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 9px;
	font-weight: 800;
	background: rgba(16, 42, 46, 0.54);
	backdrop-filter: blur(8px);
}

.sun {
	position: absolute;
	top: 22px;
	right: 17%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #ffd478;
	box-shadow: 0 0 50px rgba(255, 212, 120, 0.8);
}

.building {
	position: absolute;
	bottom: 24px;
	border-radius: 5px 5px 0 0;
	background: rgba(24, 70, 69, 0.86);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.building::after {
	position: absolute;
	inset: 12px 8px;
	content: "";
	background: repeating-linear-gradient(90deg, #ffdb8c 0 5px, transparent 5px 12px),
		repeating-linear-gradient(0deg, transparent 0 10px, rgba(255, 219, 140, 0.65) 10px 15px);
}

.building-one { left: 27%; width: 125px; height: 94px; }
.building-two { left: calc(27% + 116px); width: 82px; height: 70px; background: rgba(37, 91, 86, 0.92); }

.water {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 27px;
	background: repeating-linear-gradient(-8deg, rgba(10, 116, 109, 0.66) 0 6px, rgba(255, 255, 255, 0.2) 7px 9px);
}

.hotel-details { padding: 16px; }
.hotel-heading { display: flex; justify-content: space-between; gap: 20px; }

.location {
	margin: 0 0 3px;
	color: var(--teal);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hotel-heading h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -0.025em;
}

.rating {
	display: grid;
	width: 38px;
	height: 35px;
	place-items: center;
	border-radius: 9px 9px 9px 3px;
	color: white;
	font-size: 12px;
	font-weight: 850;
	background: var(--teal);
}

.room-line { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 7px; color: #6a8084; font-size: 10px; }
.room-line span + span::before { margin-right: 8px; content: "·"; }
.offers { display: grid; gap: 7px; margin-top: 15px; }

.offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 8px 11px;
	border: 1px solid rgba(16, 42, 46, 0.1);
	border-radius: 11px;
	background: #fbfaf7;
}

.offer.best { border-color: rgba(10, 116, 109, 0.35); background: #edf8f4; }
.offer span, .offer small { display: block; }
.offer span { font-size: 11px; font-weight: 750; }
.offer small { margin-top: 2px; color: #778a8d; font-size: 8px; }
.offer strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; }

.price-note {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 11px;
	color: #718589;
	font-size: 9px;
}

.explain-card {
	display: flex;
	gap: 10px;
	margin-top: 11px;
	padding: 11px 13px;
	border: 1px dashed rgba(10, 116, 109, 0.3);
	border-radius: 12px;
	background: rgba(10, 116, 109, 0.05);
}

.spark { color: var(--coral); }
.explain-card p { margin: 0; color: #536d71; font-size: 10px; line-height: 1.5; }

.section-inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.section-heading {
	max-width: 650px;
}

.section-kicker {
	margin: 0 0 18px;
	color: var(--coral);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.section-heading h2,
.channels-copy h2,
.partner-card h2,
.notice-grid h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 62px);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.section-heading > p:last-child {
	margin: 24px 0 0;
	color: var(--ink-soft);
	font-size: 16px;
	line-height: 1.7;
}

.process-section {
	position: relative;
	overflow: hidden;
	padding: 110px 0;
	color: white;
	background: var(--ink);
}

.process-section::before {
	position: absolute;
	top: -180px;
	right: -100px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
	box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.025), 0 0 0 120px rgba(255, 255, 255, 0.018);
}

.section-heading.light {
	position: relative;
	z-index: 1;
}

.section-heading.light .section-kicker {
	color: var(--yellow);
}

.section-heading.light > p:last-child {
	color: #afc2c3;
}

.process-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 68px 0 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	list-style: none;
	background: rgba(255, 255, 255, 0.12);
}

.process-grid li {
	min-height: 260px;
	padding: 29px;
	background: rgba(10, 37, 40, 0.92);
}

.step-number {
	display: inline-grid;
	width: 37px;
	height: 37px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: var(--yellow);
	font-size: 10px;
	font-weight: 850;
}

.process-grid h3 {
	margin: 64px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	font-weight: 500;
}

.process-grid p {
	margin: 0;
	color: #a9bdbf;
	font-size: 13px;
	line-height: 1.65;
}

.principles-section {
	padding: 116px 0;
	background: #fffdf8;
}

.principles-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(50px, 8vw, 120px);
	align-items: center;
}

.principle-stack {
	display: grid;
	gap: 10px;
}

.principle-stack article {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 15px;
	align-items: center;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: white;
	box-shadow: 0 8px 24px rgba(16, 42, 46, 0.05);
}

.principle-icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 13px;
	color: white;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	background: var(--coral);
}

.principle-icon.system { background: var(--teal); }
.principle-icon.link { color: var(--ink); background: var(--yellow); }

.principle-stack h3 {
	margin: 0 0 4px;
	font-size: 14px;
}

.principle-stack p {
	margin: 0;
	color: #6b8084;
	font-size: 11px;
	line-height: 1.5;
}

.layer-label {
	padding: 6px 8px;
	border-radius: 7px;
	color: #657b7f;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: #f2eee6;
}

.channels-section {
	padding: 88px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: var(--paper);
}

.channels-section .section-inner {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 70px;
	align-items: center;
}

.channel-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.channel-list > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding: 0 17px;
	border: 1px solid var(--line);
	border-radius: 13px;
	font-size: 14px;
	font-weight: 800;
	background: rgba(255, 253, 248, 0.8);
}

.channel-list small {
	padding: 5px 7px;
	border-radius: 999px;
	color: var(--teal);
	font-size: 8px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: rgba(10, 116, 109, 0.09);
}

.channels-note {
	grid-column: 2;
	margin: -45px 0 0;
	color: #728689;
	font-size: 9px;
	line-height: 1.5;
}

.partner-section {
	padding: 108px 0;
	background: #fffdf8;
}

.partner-card {
	display: grid;
	grid-template-columns: 1fr 0.82fr;
	gap: 80px;
	padding: 62px;
	border-radius: 26px;
	color: white;
	background:
		radial-gradient(circle at 90% 10%, rgba(247, 189, 74, 0.2), transparent 18rem),
		var(--teal-dark);
	box-shadow: 0 28px 60px rgba(7, 86, 80, 0.18);
}

.partner-card .section-kicker {
	color: var(--yellow);
}

.partner-copy {
	align-self: end;
}

.partner-copy > p {
	margin: 0;
	color: #c2d5d4;
	font-size: 15px;
	line-height: 1.7;
}

.partner-status {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0;
}

.partner-status span {
	padding: 7px 9px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #dce9e7;
	font-size: 9px;
	font-weight: 750;
}

.text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: white;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.text-link:hover {
	color: var(--yellow);
}

.notice-section {
	padding: 98px 0 110px;
	background: var(--paper);
}

.notice-grid {
	display: grid;
	grid-template-columns: 0.65fr 1.35fr;
	gap: 70px;
}

.notice-grid h2 {
	font-size: clamp(38px, 4vw, 54px);
}

.notice-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.notice-cards article {
	padding: 21px;
	border: 1px solid var(--line);
	border-radius: 15px;
	background: rgba(255, 253, 248, 0.72);
}

.notice-cards h3 {
	margin: 0 0 9px;
	font-size: 13px;
	line-height: 1.3;
}

.notice-cards p {
	margin: 0;
	color: #6d8286;
	font-size: 10px;
	line-height: 1.6;
}

@media (max-width: 980px) {
	.process-grid,
	.principles-grid,
	.channels-section .section-inner,
	.partner-card,
	.notice-grid {
		grid-template-columns: 1fr;
	}

	.process-grid li {
		min-height: auto;
	}

	.process-grid h3 {
		margin-top: 35px;
	}

	.principle-stack {
		max-width: 720px;
	}

	.channels-note {
		grid-column: 1;
		margin: 0;
	}

	.partner-card {
		gap: 42px;
		padding: 44px;
	}

	.notice-cards {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 620px) {
	.section-inner {
		width: min(100% - 28px, 1180px);
	}

	.process-section,
	.principles-section,
	.partner-section,
	.notice-section {
		padding: 76px 0;
	}

	.process-grid {
		grid-template-columns: 1fr;
		margin-top: 44px;
	}

	.principle-stack article {
		grid-template-columns: auto 1fr;
	}

	.layer-label {
		display: none;
	}

	.channels-section {
		padding: 70px 0;
	}

	.channel-list,
	.notice-cards {
		grid-template-columns: 1fr;
	}

	.partner-card {
		padding: 28px;
	}
}
.site-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 24px 0 30px;
	border-top: 1px solid var(--line);
	color: #6c8185;
	font-size: 11px;
}

.site-footer span:first-child { color: var(--ink); font-weight: 800; }

@media (max-width: 980px) {
	.hero { grid-template-columns: 1fr; min-height: auto; padding-top: 46px; }
	.hero-copy { max-width: 720px; }
	.product-preview { width: min(640px, 100%); margin: 0 auto; transform: none; }
}

@media (max-width: 620px) {
	.site-header { width: min(100% - 28px, 1180px); padding: 18px 0; }
	.header-nav > a { display: none; }
	.hero { width: min(100% - 28px, 1180px); padding: 38px 0 64px; }
	h1 { font-size: clamp(44px, 13vw, 62px); }
	.hero-intro { font-size: 16px; }
	.date-row { grid-template-columns: 1fr; }
	.search-actions { align-items: stretch; flex-direction: column; }
	.search-actions button { width: 100%; }
	.preview-content { padding: 13px; }
	.hotel-heading h2 { font-size: 20px; }
	.building-one { left: 17%; }
	.building-two { left: calc(17% + 116px); }
	.price-note, .site-footer { align-items: flex-start; flex-direction: column; }
	.site-footer { width: min(100% - 28px, 1180px); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { transition: none !important; }
}
