﻿:root {
	--haku-pink: #ef3c8f;
	--haku-ink: #171743;
	--haku-soft-pink: #fff0f7;
	--haku-shadow: 0 18px 45px rgba(35, 31, 72, 0.13);
}

html { scroll-behavior: smooth; }
body.haku-home-template { margin: 0; background: #fff; color: var(--haku-ink); font-family: "Montserrat", "Poppins", Arial, sans-serif; }
.haku-home { margin-top: -32px; overflow: hidden; }
.haku-home, .haku-home * { box-sizing: border-box; }
.haku-home a { text-decoration: none; }

.haku-hero {
	position: relative;
	min-height: min(790px, 100svh);
	overflow: hidden;
	padding-top: 32px;
	background: var(--hero-bg, linear-gradient(135deg, #ffe4f0, #dff3ff)) center bottom / cover no-repeat;
}

.haku-hero-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.haku-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(255,255,255,.80) 0%, rgba(255,244,250,.44) 27%, rgba(255,255,255,.14) 58%, rgba(255,255,255,.74) 100%),
		linear-gradient(90deg, rgba(255,235,247,.48), rgba(222,244,255,.28), rgba(255,225,241,.38));
	pointer-events: none;
}

.haku-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	height: 160px;
	background: linear-gradient(180deg, rgba(255,255,255,0), #fff 96%);
	pointer-events: none;
}

.haku-header {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1140px, calc(100% - 48px));
	margin: 0 auto;
	padding: 30px 0 18px;
	gap: 24px;
}

.haku-logo img {
	display: block;
	width: 210px;
	max-width: 32vw;
	height: auto;
	filter: drop-shadow(0 8px 18px rgba(255,255,255,.70));
}

.haku-logo span {
	display: block;
	max-width: 220px;
	color: var(--haku-pink);
	font-family: "Comic Sans MS", "Trebuchet MS", cursive;
	font-size: 30px;
	font-weight: 800;
	line-height: .95;
}

.haku-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 3vw, 48px);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.haku-nav a {
	color: #10153e;
	white-space: nowrap;
	text-shadow: 0 1px 12px rgba(255,255,255,.82);
}

.haku-nav a.is-active,
.haku-nav a:hover { color: var(--haku-pink); }

.haku-hero-content {
	position: relative;
	z-index: 3;
	width: min(820px, calc(100% - 32px));
	margin: 58px auto 0;
	padding: 0;
	text-align: center;
}

.haku-hero-kicker { display: none !important; }

.haku-hero-content h1 {
	margin: 0;
	color: #25265f;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive;
	font-size: clamp(48px, 6.2vw, 82px);
	line-height: .98;
	font-weight: 800;
	text-shadow: 0 2px 0 rgba(255,255,255,.62), 0 18px 42px rgba(31,30,71,.16);
}

.haku-hero-content h1 span {
	display: block;
	margin-top: 12px;
	color: var(--haku-pink);
	text-shadow: 0 2px 0 rgba(255,255,255,.68), 0 16px 38px rgba(239,60,143,.18);
}

.haku-hero-content h1::after {
	content: "";
	display: block;
	width: min(430px, 72%);
	height: 3px;
	margin: 24px auto 26px;
	background: linear-gradient(90deg, transparent, #f48ab9, transparent);
	border-radius: 999px;
}

.haku-hero-content p {
	margin: 0 0 6px;
	color: #172044;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.45;
	text-shadow: 0 2px 14px rgba(255,255,255,.85);
}

.haku-hero-content strong {
	display: block;
	margin-bottom: 30px;
	color: #10183b;
	font-size: clamp(17px, 2vw, 21px);
	text-shadow: 0 2px 14px rgba(255,255,255,.85);
}

.haku-primary-button,
.haku-card-button,
.haku-search-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 800;
	transition: transform .18s ease, box-shadow .18s ease;
}

.haku-primary-button {
	min-height: 58px;
	padding: 0 36px;
	background: linear-gradient(135deg, var(--haku-pink), #f2357f);
	color: #fff;
	font-size: 18px;
	box-shadow: 0 16px 36px rgba(239,60,143,.30);
	gap: 18px;
}

.haku-primary-button span { font-size: 32px; line-height: 1; }
.haku-primary-button:hover,
.haku-card-button:hover,
.haku-search-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(239,60,143,.28);
}

.haku-experiences,
.haku-benefits {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.haku-experiences { z-index: 4; padding: 22px 0 30px; }
.haku-section-heading { margin-bottom: 32px; text-align: center; }
.haku-section-heading p {
	margin: 0 0 7px;
	color: var(--haku-pink);
	font-family: "Comic Sans MS", "Trebuchet MS", cursive;
	font-size: 22px;
	font-weight: 800;
}

.haku-section-heading h2 {
	margin: 0;
	color: #22235a;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive;
	font-size: clamp(32px, 4vw, 43px);
	line-height: 1.12;
}

.haku-section-heading h2::after {
	content: "";
	display: block;
	width: 70px;
	height: 3px;
	margin: 14px auto 0;
	background: var(--haku-pink);
	border-radius: 999px;
}

.haku-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
	width: 100%;
}

.haku-trip-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 0;
	background: #fff;
	border: 1px solid rgba(239,60,143,.08);
	border-radius: 20px;
	box-shadow: var(--haku-shadow);
	transition: transform .22s ease, box-shadow .22s ease;
}

.haku-trip-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 26px 52px rgba(32,28,71,.18);
}

.haku-trip-card > img,
.haku-card-image-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
	transition: transform .35s ease;
}

.haku-trip-card:hover > img { transform: scale(1.045); }
.haku-card-image-placeholder { background: linear-gradient(135deg, rgba(239,60,143,.18), rgba(255,226,179,.28)), linear-gradient(45deg, #dff3ff, #fff4fb); }
.haku-card-body {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 42px 16px 20px;
	text-align: center;
	border-radius: 0 0 20px 20px;
}

.haku-card-icon,
.haku-benefit-icon {
	display: grid;
	place-items: center;
	margin: 0 auto;
	border: 2px solid #ffacd0;
	background: var(--haku-soft-pink);
	color: var(--haku-pink);
	border-radius: 50%;
}

.haku-card-icon {
	position: absolute;
	top: -34px;
	left: 50%;
	width: 68px;
	height: 68px;
	transform: translateX(-50%);
	box-shadow: 0 10px 20px rgba(239,60,143,.15);
}

.haku-card-icon svg,
.haku-benefit-icon svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.haku-card-body h3,
.haku-benefit h3 {
	margin: 0;
	color: #151936;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 900;
}

.haku-card-body p {
	flex: 1;
	margin: 15px 0 21px;
	color: #171b3b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.haku-card-button {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 2px solid var(--haku-pink);
	background: #fff;
	color: var(--haku-pink);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

.haku-card-button.is-filled { background: var(--haku-pink); color: #fff; }

.haku-search {
	position: relative;
	display: grid;
	grid-template-columns: 250px 1fr;
	align-items: center;
	gap: 28px;
	width: min(1140px, calc(100% - 48px));
	margin: 0 auto 62px;
	padding: 34px 28px;
	overflow: hidden;
	background: linear-gradient(105deg, #ffe1ef, #fff8fb 52%, #ffeaf3);
	border: 1px solid rgba(239,60,143,.12);
	border-radius: 22px;
	box-shadow: 0 22px 52px rgba(239,60,143,.16);
}

.haku-search::after {
	content: "";
	position: absolute;
	right: -74px;
	top: -100px;
	width: 270px;
	height: 270px;
	border: 2px dashed rgba(239,60,143,.20);
	border-radius: 50%;
	pointer-events: none;
}

.haku-search-intro {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 18px;
}

.haku-search-icon {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border: 2px solid #ffacd0;
	background: var(--haku-soft-pink);
	color: var(--haku-pink);
	border-radius: 50%;
	font-size: 54px;
	line-height: 1;
	transform: rotate(-18deg);
}

.haku-search h2 { margin: 0 0 9px; color: #202257; font-size: 25px; line-height: 1.12; }
.haku-search p { margin: 0; color: #37405f; font-size: 15px; line-height: 1.45; }
.haku-search-form {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.1fr .9fr .9fr 150px;
	gap: 15px;
	align-items: end;
	padding: 18px;
	background: rgba(255,255,255,.9);
	border-radius: 16px;
}

.haku-search-form label {
	display: grid;
	gap: 8px;
	min-width: 0;
	color: #1b2147;
	font-size: 12px;
	font-weight: 800;
}

.haku-search-form input,
.haku-search-form select {
	width: 100%;
	height: 44px;
	min-width: 0;
	border: 1px solid #e5e7f0;
	border-radius: 8px;
	background: #fff;
	color: #566079;
	font: inherit;
	font-size: 13px;
	padding: 0 13px;
	outline: none;
}

.haku-search-form button {
	height: 48px;
	border: 0;
	background: var(--haku-pink);
	color: #fff;
	font: inherit;
	font-size: 14px;
	cursor: pointer;
}

.haku-benefits { padding: 38px 0 56px; }
.haku-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px;
	text-align: center;
}

.haku-benefit {
	padding: 18px 12px;
	border-radius: 18px;
	transition: background .2s ease, transform .2s ease;
}

.haku-benefit:hover {
	background: #fff8fb;
	transform: translateY(-4px);
}

.haku-benefit-icon { width: 74px; height: 74px; margin-bottom: 22px; }
.haku-benefit p { margin: 13px auto 0; max-width: 220px; color: #2f3658; font-size: 14px; line-height: 1.45; }
.haku-polaroid { display: none !important; }

.haku-closing {
	position: relative;
	overflow: hidden;
	padding: 34px 24px 60px;
	text-align: center;
}

.haku-closing::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(80% 80% at 50% 100%, #fbe4f1 0%, #fff 66%);
}

.haku-closing p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #25265f;
	font-family: "Comic Sans MS", "Trebuchet MS", cursive;
	font-size: 24px;
	font-weight: 800;
}

.haku-closing span { display: block; color: var(--haku-pink); }
.haku-floating-contact {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 20;
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	background: #22c55e;
	color: #fff;
	border: 6px solid #fff;
	border-radius: 50%;
	box-shadow: 0 14px 28px rgba(22,23,67,.24);
	font-size: 0;
}

.haku-floating-contact svg {
	display: block;
	width: 40px;
	height: 40px;
	fill: currentColor;
}

.haku-site-footer {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(1140px, calc(100% - 48px));
	margin: 0 auto;
	padding: 26px 0 34px;
	border-top: 1px solid rgba(239,60,143,.18);
	color: #25265f;
	font-size: 14px;
	font-weight: 800;
}

.haku-footer-brand { line-height: 1.35; }
.haku-footer-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.haku-footer-links a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(239,60,143,.26);
	border-radius: 999px;
	background: #fff;
	color: var(--haku-pink);
	font-size: 13px;
	font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {
	.haku-trip-card,
	.haku-trip-card > img,
	.haku-benefit,
	.haku-primary-button,
	.haku-card-button,
	.haku-search-form button {
		transition: none;
	}
}

@media (max-width: 1080px) {
	.haku-header { align-items: flex-start; }
	.haku-nav { flex-wrap: wrap; justify-content: center; gap: 16px 26px; }
	.haku-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.haku-search,
	.haku-search-form { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
	.haku-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	.haku-hero {
		min-height: 720px;
		background-position: center bottom;
	}

	.haku-hero-video { object-position: center; }
	.haku-hero::before {
		background:
			linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,247,251,.58) 34%, rgba(255,255,255,.18) 63%, rgba(255,255,255,.88) 100%),
			linear-gradient(90deg, rgba(255,235,247,.46), rgba(222,244,255,.34), rgba(255,225,241,.40));
	}

	.haku-header {
		width: min(100% - 28px, 520px);
		padding: 22px 0 12px;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.haku-logo img {
		width: 166px;
		max-width: 70vw;
	}

	.haku-nav {
		justify-content: center;
		gap: 10px 14px;
		font-size: 10px;
	}

	.haku-hero-content {
		width: min(100% - 32px, 520px);
		margin: 56px auto 0;
		text-align: center;
	}

	.haku-hero-content h1 { font-size: clamp(43px, 12.4vw, 62px); }
	.haku-hero-content p br { display: none; }
	.haku-primary-button { width: auto; max-width: 100%; }
	.haku-experiences,
	.haku-benefits,
	.haku-search { width: min(100% - 28px, 520px); }
	.haku-card-grid,
	.haku-benefit-grid { grid-template-columns: 1fr; gap: 20px; }
	.haku-trip-card > img,
	.haku-card-image-placeholder { aspect-ratio: 16 / 10; }
	.haku-card-body p { flex: 0; }
	.haku-search { margin-bottom: 42px; padding: 24px 18px; }
	.haku-search::after { display: none; }
	.haku-search-intro { align-items: flex-start; }
	.haku-search-form { padding: 14px; }
	.haku-floating-contact { width: 62px; height: 62px; right: 14px; bottom: 14px; }
	.haku-floating-contact svg { width: 34px; height: 34px; }
	.haku-site-footer { flex-direction: column; text-align: center; padding-bottom: 92px; }
	.haku-footer-links { justify-content: center; }
}
