/*
Theme Name: 어썸투어
Theme URI: https://blanding.kr
Author: 비랜딩 (blanding.kr)
Author URI: https://blanding.kr
Description: 어썸투어의 Bókun 예약과 PayPal 결제를 위한 반응형 워드프레스 테마
Version: 1.0.0
Text Domain: awesome-tour
*/

:root {
	--sky-50: #f3f9fd;
	--sky-100: #e6f3fb;
	--sky-200: #c9e7f8;
	--sky-300: #93cbed;
	--sky-400: #69b6e5;
	--sky-500: #2f94cf;
	--sky-600: #1675b4;
	--sky-700: #105c8e;
	--ink: #102a3c;
	--ink-soft: #3e5667;
	--muted: #677b89;
	--line: #d9e5ec;
	--paper: #ffffff;
	--sand: #f5f1e9;
	--mint: #dff5eb;
	--green: #187a55;
	--yellow: #f3be3e;
	--container: 1240px;
	--radius-sm: 10px;
	--radius-md: 18px;
	--radius-lg: 28px;
	--shadow: 0 18px 50px rgba(16, 42, 60, 0.10);
	--header-height: 82px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: "Lexend", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: -0.012em;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

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

a:hover {
	color: var(--sky-700);
}

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

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

:focus-visible {
	outline: 3px solid var(--yellow);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--ink);
	font-weight: 650;
	letter-spacing: -0.04em;
	line-height: 1.12;
}

h1 {
	font-size: 4.75rem;
}

h2 {
	font-size: 2.75rem;
}

h3 {
	font-size: 1.3rem;
}

p {
	color: var(--ink-soft);
}

.site-shell {
	width: min(calc(100% - 48px), var(--container));
	margin-inline: auto;
}

.section {
	padding: 112px 0;
}

.eyebrow {
	margin-bottom: 18px;
	color: var(--sky-700);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--paper);
	color: var(--ink);
	font-weight: 700;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 1px solid var(--sky-600);
	border-radius: var(--radius-sm);
	background: var(--sky-600);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
	border-color: var(--sky-700);
	background: var(--sky-700);
	color: #fff;
	transform: translateY(-2px);
}

.button--small {
	min-height: 44px;
	padding: 10px 18px;
	font-size: 0.85rem;
}

.button--dark {
	border-color: var(--ink);
	background: var(--ink);
}

.button--dark:hover {
	border-color: #071a28;
	background: #071a28;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	border-bottom: 1px solid currentColor;
	color: var(--ink);
	font-weight: 600;
}

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

.text-link--light {
	color: #fff;
}

.text-link--light:hover {
	color: var(--sky-100);
}

.site-notice {
	background: var(--ink);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.site-notice__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	min-height: 34px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(217, 229, 236, 0.9);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
}

.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 42px;
	min-height: var(--header-height);
}

.brand-link {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--ink);
}

.brand-link:hover {
	color: var(--ink);
}

.brand-card__crop {
	display: block;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border: 1px solid #5e6870;
	border-radius: 8px;
	background: #84b7df;
}

.brand-card__crop img {
	width: 112px;
	max-width: none;
	height: 56px;
	object-fit: fill;
}

.brand-name {
	display: flex;
	flex-direction: column;
	line-height: 1.03;
}

.brand-name strong {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.brand-name span {
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.main-navigation {
	justify-self: center;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--ink);
	font-size: 0.86rem;
	font-weight: 600;
}

.nav-menu a::after {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	height: 2px;
	background: var(--sky-500);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--ink);
}

.home-hero {
	position: relative;
	overflow: hidden;
	padding: 92px 0 86px;
	background: var(--sky-50);
}

.home-hero::before {
	position: absolute;
	top: -180px;
	right: -220px;
	width: 660px;
	height: 660px;
	border: 1px solid var(--sky-200);
	border-radius: 50%;
	content: "";
}

.home-hero::after {
	position: absolute;
	right: 18%;
	bottom: -132px;
	width: 320px;
	height: 210px;
	border: 2px dashed rgba(47, 148, 207, 0.35);
	border-radius: 50%;
	content: "";
	transform: rotate(-16deg);
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
	align-items: center;
	gap: 78px;
}

.hero-copy h1 {
	max-width: 710px;
	margin-bottom: 28px;
	font-size: clamp(4.4rem, 6vw, 6.1rem);
	font-weight: 650;
	line-height: 0.98;
	letter-spacing: -0.065em;
}

.hero-copy h1 span {
	color: var(--sky-600);
}

.hero-lede {
	max-width: 590px;
	margin-bottom: 34px;
	font-size: 1.12rem;
	line-height: 1.7;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-bottom: 36px;
}

.hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--ink-soft);
	font-size: 0.82rem;
	font-weight: 500;
}

.hero-trust li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.hero-trust span {
	display: inline-grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	background: var(--mint);
	color: var(--green);
	font-size: 0.7rem;
}

.hero-visual {
	position: relative;
	min-height: 560px;
}

.hero-photo {
	position: absolute;
	inset: 0 0 0 62px;
	overflow: hidden;
	border-radius: 120px 20px 120px 20px;
	box-shadow: var(--shadow);
}

.hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.award-badge {
	position: absolute;
	top: -30px;
	left: 0;
	width: 112px;
	filter: drop-shadow(0 14px 18px rgba(16, 42, 60, 0.17));
}

.hero-note {
	position: absolute;
	right: -18px;
	bottom: 28px;
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 0 10px;
	min-width: 196px;
	padding: 17px 20px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 35px rgba(16, 42, 60, 0.14);
}

.hero-note__stars {
	grid-column: 1 / -1;
	color: #f4a81c;
	font-size: 0.72rem;
	letter-spacing: 0.05em;
}

.hero-note strong {
	font-size: 1.45rem;
}

.hero-note span:last-child {
	color: var(--muted);
	font-size: 0.75rem;
}

.booking-steps {
	background: var(--ink);
	color: #fff;
}

.booking-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 148px;
}

.booking-step {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	gap: 16px;
	padding: 28px 38px;
}

.booking-step + .booking-step {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.booking-step > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--sky-400);
	border-radius: 50%;
	color: var(--sky-300);
	font-weight: 700;
}

.booking-step strong {
	display: block;
	margin-bottom: 5px;
	color: #fff;
	font-size: 0.98rem;
}

.booking-step p {
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.78rem;
	line-height: 1.5;
}

.section--featured {
	padding-bottom: 84px;
}

.featured-tour {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	align-items: stretch;
	min-height: 620px;
	background: var(--sand);
}

.featured-tour__visual {
	position: relative;
	min-height: 620px;
	overflow: hidden;
}

.featured-tour__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-tour__label {
	position: absolute;
	top: 28px;
	left: 28px;
	padding: 10px 14px;
	border-radius: 7px;
	background: #fff;
	color: var(--ink);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.featured-tour__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px;
}

.featured-tour__copy h2 {
	max-width: 570px;
	margin-bottom: 24px;
}

.featured-tour__copy > p:not(.eyebrow) {
	max-width: 560px;
	margin-bottom: 34px;
	font-size: 1rem;
}

.featured-tour__facts {
	display: grid;
	gap: 15px;
	padding: 25px 0;
	border-top: 1px solid rgba(16, 42, 60, 0.14);
	border-bottom: 1px solid rgba(16, 42, 60, 0.14);
}

.featured-tour__facts span {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--ink-soft);
	font-size: 0.87rem;
}

.featured-tour__facts svg {
	width: 22px;
	height: 22px;
	color: var(--sky-700);
}

.featured-tour__booking {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-top: 34px;
}

.tour-price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	white-space: nowrap;
}

.tour-price__from {
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 500;
}

.tour-price strong {
	color: var(--ink);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.tour-price__old {
	color: var(--muted);
	font-size: 0.76rem;
	text-decoration: line-through;
}

.tour-price__save {
	align-self: center;
	padding: 4px 7px;
	border-radius: 5px;
	background: var(--mint);
	color: var(--green);
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tours-section {
	padding-top: 72px;
	background: #fff;
}

.section-heading {
	max-width: 620px;
	margin-bottom: 54px;
}

.section-heading h2 {
	margin-bottom: 22px;
}

.section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.55fr);
	justify-content: space-between;
	align-items: end;
	max-width: none;
	gap: 60px;
}

.section-heading--split > p {
	margin-bottom: 4px;
}

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

.tour-card {
	min-width: 0;
	background: #fff;
}

.tour-card__image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: var(--radius-md);
	background: var(--sky-100);
}

.tour-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.tour-card:hover .tour-card__image img {
	transform: scale(1.035);
}

.tour-card__kicker {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--ink);
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.tour-card__body {
	padding: 22px 2px 0;
}

.tour-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-bottom: 11px;
	color: var(--muted);
	font-size: 0.7rem;
	font-weight: 500;
}

.tour-card__meta span + span {
	position: relative;
}

.tour-card__meta span + span::before {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--sky-500);
	content: "";
}

.tour-card h2,
.tour-card h3 {
	margin-bottom: 13px;
	font-size: 1.23rem;
	line-height: 1.3;
	letter-spacing: -0.035em;
}

.tour-card h2 a,
.tour-card h3 a {
	transition: color 160ms ease;
}

.tour-card h2 a:hover,
.tour-card h3 a:hover {
	color: var(--sky-700);
}

.tour-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 23px;
	font-size: 0.84rem;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tour-card__footer {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 12px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}

.tour-rating {
	color: var(--ink);
	font-size: 0.75rem;
	font-weight: 600;
}

.tour-rating > span {
	color: #f4a81c;
}

.tour-rating small {
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 400;
}

.circle-link {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--ink);
	font-size: 1.1rem;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.circle-link:hover {
	border-color: var(--sky-600);
	background: var(--sky-600);
	color: #fff;
}

.guide-section {
	background: var(--sky-50);
}

.guide-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
	align-items: center;
	gap: 96px;
}

.guide-image {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	border-radius: 18px 100px 18px 18px;
}

.guide-image > img {
	width: 100%;
	height: 100%;
	min-height: 650px;
	object-fit: cover;
}

.guide-image__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	padding: 24px 28px;
	background: rgba(16, 42, 60, 0.91);
	color: #fff;
}

.guide-image__caption span {
	font-size: 0.72rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.guide-image__caption strong {
	font-size: 0.9rem;
}

.guide-copy h2 {
	max-width: 580px;
	margin-bottom: 24px;
}

.guide-intro {
	margin-bottom: 34px;
	font-size: 1.03rem;
}

.route-list {
	position: relative;
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0 0 34px;
	list-style: none;
}

.route-list::before {
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 18px;
	width: 1px;
	background: var(--sky-300);
	content: "";
}

.route-list li {
	position: relative;
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 20px;
	padding: 15px 0;
}

.route-list > li > span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--sky-400);
	border-radius: 50%;
	background: var(--sky-50);
	color: var(--sky-700);
	font-size: 0.65rem;
	font-weight: 700;
}

.route-list strong {
	display: block;
	margin-bottom: 3px;
	font-size: 0.9rem;
}

.route-list p {
	margin-bottom: 0;
	font-size: 0.82rem;
}

.reviews-section {
	background: #fff;
}

.reviews-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1.4fr);
	gap: 110px;
	align-items: start;
}

.reviews-score {
	padding-right: 54px;
	border-right: 1px solid var(--line);
}

.reviews-score__number {
	margin-bottom: -8px;
	font-size: 6.5rem;
	font-weight: 650;
	letter-spacing: -0.08em;
	line-height: 1;
}

.reviews-score__stars {
	margin-bottom: 14px;
	color: #f4a81c;
	letter-spacing: 0.08em;
}

.reviews-score > p:last-child {
	font-size: 0.8rem;
}

.reviews-summary h2 {
	max-width: 760px;
	margin-bottom: 24px;
}

.reviews-summary > p {
	max-width: 760px;
	font-size: 1rem;
}

.review-sources {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 34px 0 20px;
}

.source-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	padding: 19px 0;
	border-top: 1px solid var(--ink);
	border-bottom: 1px solid var(--line);
}

.source-link strong {
	font-size: 1rem;
}

.source-link span {
	color: var(--muted);
	font-size: 0.7rem;
}

.reviews-note {
	color: var(--muted);
	font-size: 0.72rem !important;
}

.faq-section {
	background: var(--sand);
}

.faq-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
	gap: 110px;
	align-items: start;
}

.faq-list {
	border-top: 1px solid rgba(16, 42, 60, 0.22);
}

.faq-list details {
	border-bottom: 1px solid rgba(16, 42, 60, 0.22);
}

.faq-list summary {
	position: relative;
	padding: 25px 52px 25px 0;
	color: var(--ink);
	font-size: 0.96rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

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

.faq-list summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	width: 27px;
	height: 27px;
	border: 1px solid rgba(16, 42, 60, 0.24);
	border-radius: 50%;
	content: "+";
	font-size: 1rem;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	transform: translateY(-50%);
}

.faq-list details[open] summary::after {
	content: "−";
}

.faq-list details p {
	max-width: 720px;
	padding: 0 52px 24px 0;
	margin: 0;
	font-size: 0.83rem;
}

.contact-cta {
	padding: 86px 0;
	background: var(--sky-600);
}

.contact-cta__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 64px;
}

.contact-cta .eyebrow,
.contact-cta h2,
.contact-cta p {
	color: #fff;
}

.contact-cta h2 {
	margin-bottom: 14px;
}

.contact-cta p:last-child {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.78);
}

.contact-cta__actions {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-shrink: 0;
}

.site-footer {
	padding: 80px 0 30px;
	background: #0a2233;
	color: #fff;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.2fr) minmax(160px, 0.5fr) minmax(280px, 0.75fr);
	gap: 80px;
	padding-bottom: 60px;
}

.brand-link--footer {
	color: #fff;
}

.brand-link--footer:hover {
	color: #fff;
}

.brand-link--footer .brand-name strong {
	color: #fff;
}

.brand-link--footer .brand-name span {
	color: rgba(255, 255, 255, 0.55);
}

.footer-brand p {
	max-width: 370px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.82rem;
}

.footer-title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.footer-links {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-links a,
.footer-links span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.8rem;
}

.footer-links a:hover {
	color: #fff;
}

.footer-contact {
	gap: 13px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.68rem;
}

.contact-dock {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 900;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.contact-dock__item {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 50%;
	box-shadow: 0 10px 24px rgba(16, 42, 60, 0.22);
	transition: transform 160ms ease;
}

.contact-dock__item:hover {
	color: #fff;
	transform: translateY(-3px);
}

.contact-dock__item svg {
	width: 22px;
	height: 22px;
	stroke-width: 1.8;
}

.contact-dock__item--email {
	background: var(--sky-600);
	color: #fff;
}

.contact-dock__item--whatsapp {
	background: #25d366;
	color: #fff;
}

.contact-dock__item--whatsapp svg {
	fill: none;
}

.archive-hero {
	padding: 94px 0 80px;
	background: var(--sky-50);
}

.archive-hero__inner {
	max-width: 850px;
}

.archive-hero h1 {
	margin-bottom: 22px;
	font-size: clamp(3.4rem, 6vw, 5.5rem);
}

.archive-hero p:last-child {
	max-width: 640px;
	font-size: 1.05rem;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding-top: 28px;
	color: var(--muted);
	font-size: 0.7rem;
}

.breadcrumbs a:hover {
	color: var(--sky-700);
}

.tour-hero {
	padding: 46px 0 82px;
}

.tour-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
	align-items: center;
	gap: 72px;
}

.tour-hero__visual {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	border-radius: 18px 90px 18px 18px;
	background: var(--sky-100);
}

.tour-hero__visual > img:first-child {
	width: 100%;
	height: 100%;
	min-height: 600px;
	object-fit: cover;
}

.tour-hero__award {
	position: absolute;
	top: 22px;
	left: 22px;
	width: 105px;
	filter: drop-shadow(0 12px 18px rgba(16, 42, 60, 0.18));
}

.tour-hero__copy h1 {
	margin-bottom: 24px;
	font-size: clamp(3.2rem, 4.8vw, 5.1rem);
}

.tour-hero__rating {
	display: flex;
	align-items: center;
	gap: 9px;
	width: fit-content;
	margin-bottom: 25px;
	color: var(--ink);
	font-size: 0.75rem;
}

.tour-hero__rating > span:first-child {
	color: #f4a81c;
	letter-spacing: 0.04em;
}

.tour-hero__rating > span:last-child {
	color: var(--muted);
}

.tour-hero__excerpt {
	max-width: 620px;
	margin-bottom: 28px;
	font-size: 1.03rem;
}

.tour-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 32px;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.tour-facts > div {
	padding: 17px 18px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.tour-facts span {
	display: block;
	margin-bottom: 3px;
	color: var(--muted);
	font-size: 0.64rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tour-facts strong {
	font-size: 0.83rem;
}

.tour-hero__actions {
	display: flex;
	align-items: center;
	gap: 26px;
}

.tour-main {
	background: var(--sky-50);
}

.tour-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.65fr);
	align-items: start;
	gap: 90px;
}

.tour-content {
	max-width: 760px;
}

.tour-content__intro {
	padding-bottom: 26px;
	margin-bottom: 32px;
	border-bottom: 1px solid var(--line);
}

.tour-content__intro h2 {
	margin-bottom: 0;
}

.theme-content h2 {
	margin: 54px 0 18px;
	font-size: 1.6rem;
}

.theme-content h3 {
	margin: 36px 0 14px;
}

.theme-content p,
.theme-content li {
	font-size: 0.92rem;
}

.theme-content ul,
.theme-content ol {
	padding-left: 22px;
}

.theme-content a {
	border-bottom: 1px solid var(--sky-500);
	color: var(--sky-700);
}

.tour-policy {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: 56px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.tour-policy > div {
	padding: 26px 22px 26px 0;
}

.tour-policy > div + div {
	padding-left: 22px;
	border-left: 1px solid var(--line);
}

.tour-policy > div > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	margin-bottom: 14px;
	border: 1px solid var(--sky-300);
	border-radius: 50%;
	color: var(--sky-700);
	font-weight: 700;
}

.tour-policy strong {
	display: block;
	margin-bottom: 7px;
	font-size: 0.8rem;
}

.tour-policy p {
	margin: 0;
	font-size: 0.72rem;
}

.source-note {
	margin-top: 24px;
	color: var(--muted);
	font-size: 0.7rem !important;
}

.booking-card {
	position: sticky;
	top: calc(var(--header-height) + 26px);
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: 0 16px 42px rgba(16, 42, 60, 0.08);
}

.booking-card__head {
	padding-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.booking-card__head > p {
	margin-bottom: 5px;
	color: var(--muted);
	font-size: 0.7rem;
}

.tour-price--large strong {
	font-size: 2.1rem;
}

.booking-card__head > span {
	display: block;
	margin-top: 8px;
	color: var(--green);
	font-size: 0.72rem;
}

.booking-card__widget {
	padding: 22px 0;
}

.booking-placeholder {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 13px;
	padding: 18px;
	border: 1px dashed var(--sky-400);
	border-radius: var(--radius-sm);
	background: var(--sky-50);
}

.booking-placeholder__icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: var(--sky-600);
	color: #fff;
}

.booking-placeholder strong {
	display: block;
	margin-bottom: 5px;
	font-size: 0.82rem;
}

.booking-placeholder p {
	margin: 0;
	font-size: 0.7rem;
}

.booking-card__checks {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0 0 18px;
	list-style: none;
	font-size: 0.74rem;
}

.booking-card__checks li {
	display: flex;
	align-items: center;
	gap: 9px;
}

.booking-card__checks span {
	color: var(--green);
	font-weight: 700;
}

.booking-card__secure {
	padding-top: 16px;
	margin: 0;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.65rem;
	text-align: center;
}

.tour-help {
	padding: 82px 0;
	background: var(--sky-600);
}

.tour-help__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.tour-help h2,
.tour-help .eyebrow {
	color: #fff;
}

.tour-help h2 {
	margin-bottom: 0;
}

.tour-help__inner > div:last-child {
	display: flex;
	align-items: center;
	gap: 28px;
}

.main-container,
.site-main > article,
.page .site-main > .main-container {
	width: min(calc(100% - 48px), 900px);
	margin: 0 auto;
	padding: 80px 0;
}

.entry-title,
.page-title {
	font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.navigation.pagination {
	margin-top: 60px;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 8px;
	font-size: 0.78rem;
}

.page-numbers.current {
	border-color: var(--sky-600);
	background: var(--sky-600);
	color: #fff;
}

@media (max-width: 1120px) {
	:root {
		--container: 980px;
	}

	.header-inner {
		gap: 22px;
	}

	.nav-menu {
		gap: 20px;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
		gap: 50px;
	}

	.hero-visual {
		min-height: 500px;
	}

	.booking-step {
		padding: 26px 22px;
	}

	.featured-tour__copy {
		padding: 46px;
	}

	.tour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 44px 28px;
	}

	.guide-grid,
	.reviews-layout,
	.faq-grid,
	.tour-main__grid {
		gap: 60px;
	}

	.tour-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
		gap: 48px;
	}
}

@media (max-width: 880px) {
	:root {
		--header-height: 72px;
	}

	h2 {
		font-size: 2.3rem;
	}

	.section {
		padding: 88px 0;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
		min-height: var(--header-height);
	}

	.header-cta {
		display: none;
	}

	.menu-toggle {
		display: grid;
	grid-template-columns: 22px auto;
	align-items: center;
	column-gap: 10px;
	row-gap: 5px;
	padding: 10px 0;
	cursor: pointer;
	}

	.menu-toggle__line {
	width: 22px;
	height: 2px;
	background: var(--ink);
	}

	.menu-toggle__label {
	grid-column: 2;
	grid-row: 1 / span 2;
	font-size: 0.75rem;
	font-weight: 600;
	}

	.main-navigation {
	position: fixed;
	top: var(--header-height);
	right: auto;
	left: 50%;
	z-index: 999;
	display: none;
	justify-self: stretch;
	width: 100vw;
	max-width: none;
	height: calc(100vh - var(--header-height));
	padding: 32px 24px;
	background: #fff;
	transform: translateX(-50%);
	}

	.main-navigation.is-open {
		display: block;
	}

	.nav-menu {
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	}

	.nav-menu li {
	border-bottom: 1px solid var(--line);
	}

	.nav-menu a {
	justify-content: space-between;
	min-height: 64px;
	font-size: 1rem;
	}

	.hero-grid {
	grid-template-columns: 1fr;
	gap: 58px;
	}

	.home-hero {
	padding: 72px 0 76px;
	}

	.hero-copy h1 {
	font-size: clamp(4rem, 11vw, 5.3rem);
	}

	.hero-visual {
	min-height: 560px;
	}

	.booking-steps__grid {
	grid-template-columns: 1fr;
	padding: 12px 0;
	}

	.booking-step {
	min-height: 100px;
	}

	.booking-step + .booking-step {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	border-left: 0;
	}

	.featured-tour {
	grid-template-columns: 1fr;
	}

	.featured-tour__visual {
	min-height: 520px;
	}

	.featured-tour__copy {
	padding: 48px;
	}

	.section-heading--split,
	.guide-grid,
	.reviews-layout,
	.faq-grid,
	.tour-hero__grid,
	.tour-main__grid {
	grid-template-columns: 1fr;
	}

	.section-heading--split {
	gap: 18px;
	}

	.section-heading--split > p {
	max-width: 600px;
	}

	.guide-grid {
	gap: 52px;
	}

	.guide-image,
	.guide-image > img {
	min-height: 560px;
	}

	.reviews-score {
	padding: 0 0 35px;
	border-right: 0;
	border-bottom: 1px solid var(--line);
	}

	.reviews-layout {
	gap: 44px;
	}

	.faq-grid {
	gap: 34px;
	}

	.contact-cta__inner,
	.tour-help__inner {
	align-items: flex-start;
	flex-direction: column;
	}

	.footer-grid {
	grid-template-columns: 1.15fr 0.65fr;
	gap: 50px;
	}

	.footer-grid > div:last-child {
	grid-column: 1 / -1;
	}

	.tour-hero__grid {
	gap: 44px;
	}

	.tour-hero__visual,
	.tour-hero__visual > img:first-child {
	min-height: 560px;
	}

	.tour-main__grid {
	gap: 50px;
	}

	.booking-card {
	position: static;
	}

	.tour-content {
	max-width: none;
	}
}

@media (max-width: 620px) {
	:root {
		--radius-md: 14px;
	}

	body {
	font-size: 15px;
	}

	.site-shell {
	width: min(calc(100% - 32px), var(--container));
	}

	.site-notice__inner {
	gap: 7px;
	font-size: 0.65rem;
	}

	.site-notice__inner span:nth-child(2) {
	display: none;
	}

	.site-notice__inner span:last-child {
	display: none;
	}

	.brand-card__crop {
	width: 48px;
	height: 48px;
	}

	.brand-card__crop img {
	width: 96px;
	height: 48px;
	}

	.brand-name strong {
	font-size: 0.95rem;
	}

	.home-hero {
	padding: 54px 0 58px;
	}

	.home-hero::before {
	top: -100px;
	right: -280px;
	}

	.home-hero::after {
	display: none;
	}

	.hero-copy h1 {
	margin-bottom: 22px;
	font-size: clamp(3.45rem, 16vw, 4.7rem);
	}

	.hero-lede {
	font-size: 1rem;
	}

	.hero-actions,
	.tour-hero__actions {
	align-items: stretch;
	flex-direction: column;
	gap: 12px;
	}

	.hero-actions .text-link,
	.tour-hero__actions .text-link {
	width: fit-content;
	}

	.hero-trust {
	display: grid;
	gap: 9px;
	}

	.hero-visual {
	min-height: 420px;
	}

	.hero-photo {
	inset: 0 0 0 30px;
	border-radius: 80px 14px 80px 14px;
	}

	.award-badge {
	top: -24px;
	width: 90px;
	}

	.hero-note {
	right: 8px;
	bottom: 18px;
	min-width: 174px;
	padding: 14px 16px;
	}

	.booking-step {
	grid-template-columns: 38px 1fr;
	padding: 20px 8px;
	}

	.booking-step > span {
	width: 38px;
	height: 38px;
	}

	.section {
	padding: 70px 0;
	}

	h2 {
	font-size: 2rem;
	}

	.section--featured {
	padding-bottom: 60px;
	}

	.featured-tour__visual {
	min-height: 380px;
	}

	.featured-tour__copy {
	padding: 34px 24px;
	}

	.featured-tour__copy h2 {
	font-size: 2rem;
	}

	.featured-tour__booking {
	align-items: stretch;
	flex-direction: column;
	}

	.featured-tour__booking .button {
	width: 100%;
	}

	.tours-section {
	padding-top: 58px;
	}

	.section-heading {
	margin-bottom: 38px;
	}

	.tour-grid {
	grid-template-columns: 1fr;
	gap: 42px;
	}

	.tour-card__body {
	padding-top: 19px;
	}

	.guide-image,
	.guide-image > img {
	min-height: 430px;
	}

	.guide-image {
	border-radius: 14px 62px 14px 14px;
	}

	.guide-image__caption {
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
	padding: 18px 20px;
	}

	.reviews-score__number {
	font-size: 5.3rem;
	}

	.review-sources {
	grid-template-columns: 1fr;
	}

	.source-link {
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	}

	.faq-list summary {
	padding-right: 46px;
	font-size: 0.88rem;
	}

	.faq-list details p {
	padding-right: 0;
	}

	.contact-cta {
	padding: 64px 0;
	}

	.contact-cta__actions,
	.tour-help__inner > div:last-child {
	align-items: stretch;
	flex-direction: column;
	width: 100%;
	gap: 14px;
	}

	.contact-cta__actions .button,
	.tour-help__inner .button {
	width: 100%;
	}

	.contact-cta__actions .text-link,
	.tour-help__inner .text-link {
	width: fit-content;
	}

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

	.footer-grid > div:last-child {
	grid-column: auto;
	}

	.footer-bottom {
	align-items: flex-start;
	flex-direction: column;
	}

	.contact-dock {
	right: 14px;
	bottom: 14px;
	}

	.contact-dock__item {
	width: 46px;
	height: 46px;
	}

	.archive-hero {
	padding: 68px 0 56px;
	}

	.archive-hero h1 {
	font-size: 3.1rem;
	}

	.breadcrumbs {
	padding-top: 20px;
	}

	.tour-hero {
	padding-top: 32px;
	}

	.tour-hero__visual,
	.tour-hero__visual > img:first-child {
	min-height: 400px;
	}

	.tour-hero__visual {
	border-radius: 14px 60px 14px 14px;
	}

	.tour-hero__award {
	top: 15px;
	left: 15px;
	width: 86px;
	}

	.tour-hero__copy h1 {
	font-size: 2.8rem;
	}

	.tour-hero__rating {
	flex-wrap: wrap;
	}

	.tour-facts {
	grid-template-columns: 1fr;
	}

	.tour-policy {
	grid-template-columns: 1fr;
	}

	.tour-policy > div {
	padding: 24px 0;
	}

	.tour-policy > div + div {
	padding-left: 0;
	border-top: 1px solid var(--line);
	border-left: 0;
	}

	.booking-card {
	padding: 24px 20px;
	}

	.tour-price--large strong {
	font-size: 1.8rem;
	}

	.main-container,
	.site-main > article,
	.page .site-main > .main-container {
	width: min(calc(100% - 32px), 900px);
	padding: 60px 0;
	}
}

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