/*
Theme Name: KMY Journal
Theme URI: https://blog.kailashyatra.asia/
Author: Kailash Yatra
Description: A mobile-first editorial theme for trusted Kailash Mansarovar travel guides. It contains no booking engine and does not modify existing content or URLs.
Version: 1.5.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: kmy-journal
*/

:root {
	--kmy-ink: #152638;
	--kmy-muted: #526273;
	--kmy-paper: #fffdf8;
	--kmy-mist: #eef6f3;
	--kmy-line: #d9e4df;
	--kmy-teal: #006b67;
	--kmy-teal-dark: #004b49;
	--kmy-saffron: #ef7d32;
	--kmy-gold: #f4c766;
	--kmy-indigo: #24355d;
	--kmy-white: #fff;
	--kmy-radius: 1rem;
	--kmy-shadow: 0 18px 50px rgba(21, 38, 56, .1);
	--kmy-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--kmy-serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
	--kmy-content: 47rem;
	--kmy-wide: 76rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--kmy-ink);
	background: var(--kmy-paper);
	font-family: var(--kmy-sans);
	font-size: 1rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; vertical-align: middle; }
iframe { max-width: 100%; }
a { color: var(--kmy-teal-dark); text-underline-offset: .18em; text-decoration-thickness: .08em; }
a:hover { color: var(--kmy-saffron); }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 44px; }
:focus-visible { outline: 3px solid var(--kmy-gold); outline-offset: 3px; }

.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 { position: fixed !important; left: 1rem; top: 1rem; width: auto; height: auto; padding: .8rem 1rem; margin: 0; clip: auto; background: #fff; z-index: 99999; }
.skip-link { font-weight: 800; }
.site-shell { width: min(calc(100% - 2rem), var(--kmy-wide)); margin-inline: auto; }
.reading-progress { position: fixed; inset: 0 auto auto 0; width: 0; height: 3px; background: var(--kmy-saffron); z-index: 1000; }

.site-header { position: sticky; top: 0; z-index: 900; background: rgba(255,253,248,.96); border-bottom: 1px solid rgba(217,228,223,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-branding { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.custom-logo-link { flex: 0 0 auto; }
.custom-logo { width: auto; max-height: 3rem; }
.brand-mark { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50% 50% 44% 56%; color: #fff; background: linear-gradient(145deg,var(--kmy-teal),var(--kmy-indigo)); font-family: var(--kmy-serif); font-size: 1.25rem; font-weight: 800; text-decoration: none; }
.brand-copy { line-height: 1.15; min-width: 0; }
.site-title { display: block; color: var(--kmy-ink); font-family: var(--kmy-serif); font-size: clamp(1.12rem,3vw,1.4rem); font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-description { display: none; color: var(--kmy-muted); font-size: .72rem; letter-spacing: .04em; }
.menu-toggle { display: inline-grid; place-items: center; width: 2.8rem; border: 1px solid var(--kmy-line); border-radius: .75rem; color: var(--kmy-ink); background: #fff; cursor: pointer; }
.menu-toggle svg { width: 1.35rem; }
.primary-navigation { display: none; position: fixed; inset: 4.75rem 0 0; padding: 1.5rem; background: var(--kmy-paper); overflow-y: auto; }
.primary-navigation.is-open { display: block; }
.primary-navigation ul { list-style: none; margin: 0; padding: 0; }
.primary-navigation li { border-bottom: 1px solid var(--kmy-line); }
.primary-navigation a { display: block; padding: .9rem .25rem; color: var(--kmy-ink); font-weight: 750; text-decoration: none; }
.primary-navigation .menu-item-has-children > ul { padding-left: 1rem; }
.header-cta { display: none; }

.button, .wp-block-button__link, input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .72rem 1.05rem; border: 1px solid var(--kmy-teal); border-radius: 999px; color: #fff; background: var(--kmy-teal); font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; }
.button:hover, .wp-block-button__link:hover, input[type="submit"]:hover { color: #fff; border-color: var(--kmy-teal-dark); background: var(--kmy-teal-dark); }
.button--warm { color: var(--kmy-ink); border-color: var(--kmy-gold); background: var(--kmy-gold); }
.button--warm:hover { color: #fff; border-color: var(--kmy-saffron); background: var(--kmy-saffron); }
.button--ghost { color: var(--kmy-teal-dark); background: transparent; }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg,#0a4444 0%,#183451 58%,#382b55 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 12% 18%,#fff 0 1px,transparent 2px), radial-gradient(circle at 82% 26%,#fff 0 1px,transparent 2px); background-size: 38px 38px, 52px 52px; }
.hero-inner { position: relative; padding-block: clamp(3.6rem,9vw,7.5rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; margin: 0 0 1rem; color: var(--kmy-gold); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 1.8rem; height: 2px; background: currentColor; }
.hero h1, .page-hero h1, .entry-title { font-family: var(--kmy-serif); text-wrap: balance; }
.hero h1 { max-width: 16ch; margin: 0; font-size: clamp(2.4rem,9vw,5.7rem); line-height: .99; letter-spacing: -.035em; }
.hero-lede { max-width: 42rem; margin: 1.35rem 0 0; color: #e9f1ef; font-size: clamp(1.04rem,2.5vw,1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.trust-strip { border-bottom: 1px solid var(--kmy-line); background: var(--kmy-mist); }
.trust-list { display: grid; grid-template-columns: 1fr; gap: .65rem; margin: 0; padding: 1.2rem 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: .55rem; color: var(--kmy-teal-dark); font-size: .86rem; font-weight: 800; }
.trust-list li::before { content: "✓"; display: grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; color: #fff; background: var(--kmy-teal); font-size: .75rem; }

.section { padding-block: clamp(3rem,7vw,5.5rem); }
.section--mist { background: var(--kmy-mist); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.7rem; }
.section-heading h2 { margin: 0; font-family: var(--kmy-serif); font-size: clamp(1.9rem,5vw,3.1rem); line-height: 1.08; }
.section-heading p { max-width: 35rem; margin: .5rem 0 0; color: var(--kmy-muted); }
.text-link { flex: 0 0 auto; font-size: .88rem; font-weight: 850; }
.card-grid { display: grid; gap: 1.25rem; }
.post-card { position: relative; overflow: hidden; border: 1px solid var(--kmy-line); border-radius: var(--kmy-radius); background: #fff; box-shadow: 0 7px 25px rgba(21,38,56,.06); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--kmy-shadow); }
.post-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg,#d9ebe5,#dfe3f0); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__placeholder { display: grid; place-items: center; height: 100%; color: var(--kmy-teal-dark); font-family: var(--kmy-serif); font-size: 2rem; font-weight: 800; }
.post-card__body { padding: 1.2rem; }
.post-card__meta, .entry-meta { display: flex; flex-wrap: wrap; gap: .6rem 1rem; color: var(--kmy-muted); font-size: .76rem; font-weight: 750; }
.post-card h2, .post-card h3 { margin: .55rem 0 .6rem; font-family: var(--kmy-serif); font-size: 1.35rem; line-height: 1.18; }
.post-card h2 a, .post-card h3 a { color: var(--kmy-ink); text-decoration: none; }
.post-card__excerpt { margin: 0; color: var(--kmy-muted); font-size: .93rem; }
.post-card__more { display: inline-block; margin-top: .8rem; font-size: .84rem; font-weight: 850; }
.topic-grid { display: grid; gap: .85rem; }
.topic-card { display: flex; align-items: center; justify-content: space-between; min-height: 7rem; padding: 1.25rem; border: 1px solid var(--kmy-line); border-radius: var(--kmy-radius); color: var(--kmy-ink); background: #fff; text-decoration: none; }
.topic-card:hover { color: #fff; border-color: var(--kmy-teal); background: var(--kmy-teal); }
.topic-card strong { font-family: var(--kmy-serif); font-size: 1.25rem; }
.topic-card span { font-size: .8rem; font-weight: 800; }
.editorial-cta { display: grid; gap: 1.4rem; padding: clamp(1.5rem,5vw,3rem); border-radius: calc(var(--kmy-radius) + .5rem); color: #fff; background: linear-gradient(125deg,var(--kmy-indigo),#462c54); box-shadow: var(--kmy-shadow); }
.editorial-cta h2 { margin: 0; font-family: var(--kmy-serif); font-size: clamp(1.75rem,5vw,3rem); line-height: 1.08; }
.editorial-cta p { max-width: 43rem; margin: .75rem 0 0; color: #e9e8f1; }

.page-hero { padding-block: clamp(2.6rem,6vw,5rem); border-bottom: 1px solid var(--kmy-line); background: var(--kmy-mist); }
.page-hero h1 { max-width: 23ch; margin: 0; font-size: clamp(2.2rem,7vw,4.4rem); line-height: 1.05; }
.page-description { max-width: 45rem; margin: 1rem 0 0; color: var(--kmy-muted); }
.breadcrumbs { margin-bottom: 1rem; color: var(--kmy-muted); font-size: .78rem; font-weight: 700; }
.breadcrumbs a { color: inherit; }

.article-layout { display: grid; gap: 2rem; }
.article-header { padding-bottom: 1.5rem; border-bottom: 1px solid var(--kmy-line); }
.article-header .entry-title { max-width: 23ch; margin: .55rem 0 1rem; font-size: clamp(2.25rem,7vw,4.65rem); line-height: 1.03; letter-spacing: -.03em; }
.article-figure { margin: 1.8rem 0 0; overflow: hidden; border-radius: var(--kmy-radius); background: var(--kmy-mist); }
.article-figure img { width: 100%; max-height: 38rem; object-fit: cover; }
.entry-content { width: 100%; max-width: var(--kmy-content); min-width: 0; font-size: clamp(1rem,2vw,1.1rem); }
.entry-content > * { margin-top: 0; margin-bottom: 1.4em; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 1.8em; color: var(--kmy-ink); font-family: var(--kmy-serif); line-height: 1.16; text-wrap: balance; scroll-margin-top: 6rem; }
.entry-content h2 { font-size: clamp(1.65rem,4vw,2.4rem); }
.entry-content h3 { font-size: clamp(1.35rem,3vw,1.8rem); }
.entry-content a { font-weight: 650; }
.entry-content blockquote { margin-inline: 0; padding: 1.2rem 1.4rem; border-left: 4px solid var(--kmy-saffron); border-radius: 0 var(--kmy-radius) var(--kmy-radius) 0; background: #fff6ed; font-family: var(--kmy-serif); font-size: 1.18em; }
.entry-content table { display: block; width: max-content; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-size: .92rem; }
.entry-content th, .entry-content td { padding: .7rem .85rem; border: 1px solid var(--kmy-line); text-align: left; }
.entry-content th { background: var(--kmy-mist); }
.entry-content ul, .entry-content ol { padding-left: 1.3rem; }
.entry-content li + li { margin-top: .45rem; }
.entry-content .alignwide { width: min(100vw - 2rem,var(--kmy-wide)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.article-aside { align-self: start; }
.aside-card { padding: 1.25rem; border: 1px solid var(--kmy-line); border-radius: var(--kmy-radius); background: var(--kmy-mist); }
.aside-card h2 { margin: 0 0 .55rem; font-family: var(--kmy-serif); font-size: 1.25rem; }
.aside-card p { margin: 0 0 1rem; color: var(--kmy-muted); font-size: .88rem; }
.article-footer { max-width: var(--kmy-content); padding-top: 1.5rem; border-top: 1px solid var(--kmy-line); }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; }
.tag-list a { padding: .35rem .65rem; border: 1px solid var(--kmy-line); border-radius: 999px; font-size: .78rem; font-weight: 750; text-decoration: none; }
.post-navigation { display: grid; gap: .75rem; margin-top: 2rem; }
.post-navigation a { display: block; height: 100%; padding: 1rem; border: 1px solid var(--kmy-line); border-radius: var(--kmy-radius); background: #fff; text-decoration: none; }
.post-navigation span { display: block; color: var(--kmy-muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.pagination { margin-top: 2rem; }
.nav-links { display: flex; flex-wrap: wrap; gap: .4rem; }
.page-numbers { display: grid; place-items: center; min-width: 2.75rem; min-height: 2.75rem; padding: .35rem; border: 1px solid var(--kmy-line); border-radius: .7rem; text-decoration: none; }
.page-numbers.current { color: #fff; border-color: var(--kmy-teal); background: var(--kmy-teal); }
.search-form { display: flex; width: 100%; max-width: 36rem; gap: .55rem; }
.search-field, input[type="text"], input[type="email"], input[type="url"], textarea { width: 100%; min-height: 46px; padding: .7rem .85rem; border: 1px solid #b8c8c1; border-radius: .7rem; color: var(--kmy-ink); background: #fff; }
.search-submit { flex: 0 0 auto; }
.empty-state { max-width: 45rem; padding: 2rem; border: 1px solid var(--kmy-line); border-radius: var(--kmy-radius); background: var(--kmy-mist); }

.site-footer { margin-top: clamp(3rem,7vw,6rem); color: #e7eceb; background: #102b35; }
.footer-grid { display: grid; gap: 2rem; padding-block: 3rem; }
.footer-brand h2 { margin: 0; color: #fff; font-family: var(--kmy-serif); font-size: 1.6rem; }
.footer-brand p { max-width: 32rem; color: #bbcacb; }
.footer-nav h2 { margin: 0 0 .7rem; color: var(--kmy-gold); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav ul { margin: 0; padding: 0; list-style: none; }
.footer-nav li + li { margin-top: .45rem; }
.footer-nav a { color: #e7eceb; text-decoration: none; }
.footer-bottom { padding-block: 1.1rem; border-top: 1px solid rgba(255,255,255,.12); color: #aabdbf; font-size: .78rem; }
.footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem 1.2rem; }

@media (min-width: 40rem) {
	.site-description { display: block; }
	.trust-list { grid-template-columns: repeat(3,1fr); }
	.card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.editorial-cta { grid-template-columns: 1fr auto; align-items: center; }
	.post-navigation { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

@media (min-width: 64rem) {
	.site-shell { width: min(calc(100% - 4rem),var(--kmy-wide)); }
	.menu-toggle { display: none; }
	.primary-navigation { display: block; position: static; padding: 0; background: transparent; overflow: visible; }
	.primary-navigation ul { display: flex; align-items: center; gap: .1rem; }
	.primary-navigation li { position: relative; border: 0; }
	.primary-navigation a { padding: .8rem .7rem; font-size: .86rem; }
	.primary-navigation .sub-menu { display: none; position: absolute; left: 0; top: 100%; min-width: 14rem; padding: .5rem; border: 1px solid var(--kmy-line); border-radius: .7rem; background: #fff; box-shadow: var(--kmy-shadow); }
	.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { display: block; }
	.primary-navigation .sub-menu a { padding: .6rem .7rem; }
	.header-cta { display: inline-flex; }
	.card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.card-grid .post-card:first-child { grid-column: span 2; }
	.card-grid .post-card:first-child .post-card__media { aspect-ratio: 2/1; }
	.topic-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
	.article-layout { grid-template-columns: minmax(0,var(--kmy-content)) minmax(15rem,1fr); justify-content: space-between; gap: 4rem; }
	.article-aside { position: sticky; top: 6.5rem; }
}

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

@media print {
	.site-header, .site-footer, .article-aside, .reading-progress, .breadcrumbs, .post-navigation { display: none !important; }
	body { color: #000; background: #fff; font-size: 11pt; }
	.site-shell, .entry-content { width: 100%; max-width: none; }
	a { color: #000; text-decoration: none; }
}

/* 1.1 branded experience */
.kmy-icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; vertical-align: -.18em; }
.brand-ribbon { color: #eaf6f4; background: #102d52; font-size: .7rem; font-weight: 750; letter-spacing: .025em; }
.brand-ribbon__inner { min-height: 2.15rem; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.brand-ribbon__inner span, .brand-ribbon__inner a { display: inline-flex; align-items: center; gap: .35rem; }
.brand-ribbon__inner a { display: none; color: var(--kmy-gold); text-decoration: none; }
.site-header { box-shadow: 0 8px 28px rgba(13,38,58,.06); }
.header-inner { min-height: 4.65rem; }
.site-branding { flex: 0 0 11.875rem; max-width: 11.875rem; }
.bundled-logo-link { display: block; width: 11.875rem; max-width: 100%; line-height: 0; }
.bundled-logo { display: block; width: 11.875rem; max-width: 100%; height: auto; max-height: 2.625rem; object-fit: contain; object-position: left center; }
.custom-logo-link { display: block; max-width: 11.875rem; line-height: 0; }
.custom-logo { display: block; width: auto; max-width: 11.875rem; height: auto; max-height: 2.625rem; object-fit: contain; object-position: left center; }
.header-search { display: none; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid var(--kmy-line); border-radius: 50%; color: var(--kmy-indigo); background: #fff; text-decoration: none; }
.header-search:hover { color: #fff; border-color: var(--kmy-teal); background: var(--kmy-teal); }
.header-cta .kmy-icon { transition: transform .2s ease; }
.header-cta:hover .kmy-icon { transform: translateX(3px); }

.hero { min-height: 42rem; isolation: isolate; background-color: #0b2940; background-image: linear-gradient(90deg,rgba(5,23,40,.94) 0%,rgba(5,30,46,.8) 41%,rgba(5,25,40,.25) 73%,rgba(5,25,40,.5) 100%),linear-gradient(0deg,rgba(3,21,35,.85) 0%,transparent 52%),url('assets/images/kailash-hero.webp'); background-size: cover; background-position: 58% center; }
.hero::before { inset: auto -6rem -11rem auto; width: 30rem; height: 30rem; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; opacity: 1; background: radial-gradient(circle,transparent 0 44%,rgba(255,255,255,.08) 44.2% 44.8%,transparent 45% 60%,rgba(255,255,255,.07) 60.2% 60.8%,transparent 61%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg,rgba(0,107,103,.15),transparent 48%,rgba(239,125,50,.08)); }
.hero-inner { min-height: 42rem; display: grid; align-items: center; gap: 2rem; padding-block: clamp(3.5rem,8vw,6.5rem); }
.hero-copy { max-width: 46rem; }
.hero-brand-chip { width: fit-content; display: flex; align-items: center; gap: .65rem; margin-bottom: 1.4rem; padding: .45rem .75rem .45rem .45rem; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.11); backdrop-filter: blur(14px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.hero-brand-chip img { border-radius: 50%; }
.hero-brand-chip span { display: grid; color: #dfeceb; font-size: .65rem; line-height: 1.22; }
.hero-brand-chip strong { color: var(--kmy-gold); font-size: .76rem; letter-spacing: .035em; text-transform: uppercase; }
.hero h1 { max-width: 13ch; font-size: clamp(2.7rem,8vw,5.9rem); text-shadow: 0 4px 24px rgba(0,0,0,.32); }
.hero-lede { max-width: 39rem; color: #f2f8f6; }
.button--glass { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); backdrop-filter: blur(10px); }
.button--glass:hover { color: var(--kmy-ink); border-color: #fff; background: #fff; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; margin-top: 1.5rem; color: #dbe8e6; font-size: .74rem; font-weight: 750; }
.hero-proof span { display: inline-flex; align-items: center; gap: .35rem; }
.hero-proof .kmy-icon { color: var(--kmy-gold); }
.hero-route-card { padding: 1.15rem; border: 1px solid rgba(255,255,255,.22); border-radius: 1.4rem; background: rgba(9,35,53,.74); backdrop-filter: blur(18px); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.hero-route-card__label { margin: 0 0 .85rem; color: var(--kmy-gold); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-route-card ol { margin: 0; padding: 0; list-style: none; counter-reset: roadmap; }
.hero-route-card li { display: grid; grid-template-columns: 2.15rem 1fr; align-items: center; gap: .7rem; padding: .75rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.hero-route-card li > span { display: grid; place-items: center; width: 2.15rem; height: 2.15rem; border-radius: .7rem; color: #fff; background: linear-gradient(145deg,var(--kmy-teal),#19a29b); font-size: .68rem; font-weight: 900; }
.hero-route-card li:last-child > span { color: var(--kmy-ink); background: linear-gradient(145deg,var(--kmy-gold),var(--kmy-saffron)); }
.hero-route-card strong, .hero-route-card small { display: block; }
.hero-route-card strong { color: #fff; font-size: .88rem; }
.hero-route-card small { margin-top: .1rem; color: #bacbcf; font-size: .7rem; }

.trust-strip { position: relative; z-index: 2; margin-top: 0; border: 0; color: #fff; background: linear-gradient(90deg,#006b67,#00877f 50%,#006b67); box-shadow: 0 14px 34px rgba(0,107,103,.16); }
.trust-list { gap: 0; padding: .85rem 0; }
.trust-list li { display: grid; grid-template-columns: auto 1fr; gap: 0 .7rem; padding: .45rem 1rem; color: #fff; }
.trust-list li::before { grid-row: span 2; color: var(--kmy-teal-dark); background: var(--kmy-gold); }
.trust-list strong { line-height: 1.2; }
.trust-list span { color: #d9f2ef; font-size: .7rem; font-weight: 600; }

.planner-section { position: relative; overflow: hidden; }
.planner-section::before { content: "ॐ"; position: absolute; right: -2rem; top: -5rem; color: rgba(0,107,103,.04); font-family: var(--kmy-serif); font-size: 24rem; line-height: 1; pointer-events: none; }
.planner-grid { position: relative; display: grid; gap: 1rem; }
.planner-card { --planner:#102d52; position: relative; min-height: 10rem; display: grid; grid-template-columns: 3.2rem 1fr auto; align-items: center; gap: 1rem; overflow: hidden; padding: 1.25rem; border: 1px solid color-mix(in srgb,var(--planner),transparent 76%); border-radius: 1.2rem; color: var(--kmy-ink); background: #fff; box-shadow: 0 12px 34px rgba(21,38,56,.08); text-decoration: none; transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.planner-card::after { content: ""; position: absolute; inset: auto -2rem -3rem auto; width: 8rem; height: 8rem; border-radius: 50%; background: color-mix(in srgb,var(--planner),transparent 92%); }
.planner-card:hover { color: var(--kmy-ink); transform: translateY(-5px); border-color: var(--planner); box-shadow: 0 22px 50px color-mix(in srgb,var(--planner),transparent 84%); }
.planner-card__icon { display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border-radius: 1rem; color: #fff; background: var(--planner); box-shadow: 0 10px 22px color-mix(in srgb,var(--planner),transparent 72%); }
.planner-card__icon .kmy-icon { width: 1.55rem; height: 1.55rem; }
.planner-card small,.planner-card strong,.planner-card em { display: block; }
.planner-card small { color: var(--planner); font-size: .62rem; font-weight: 950; letter-spacing: .12em; }
.planner-card strong { margin-top: .15rem; font-family: var(--kmy-serif); font-size: 1.17rem; line-height: 1.15; }
.planner-card em { margin-top: .4rem; color: var(--kmy-muted); font-size: .72rem; font-style: normal; line-height: 1.35; }
.planner-card__arrow { position: relative; z-index: 2; color: var(--planner); }
.planner-card--teal { --planner:#007c76; }.planner-card--orange { --planner:#d85f20; }.planner-card--violet { --planner:#68458a; }.planner-card--gold { --planner:#a76a00; }.planner-card--blue { --planner:#25699d; }

#latest-guides { position: relative; background: linear-gradient(180deg,#edf7f4,#f8fbfa); }
#latest-guides::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(0,107,103,.11) 1px,transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to bottom,black,transparent 45%); }
#latest-guides > .site-shell { position: relative; }
.post-card { border: 0; box-shadow: 0 12px 38px rgba(21,38,56,.09); }
.post-card__media { position: relative; }
.post-card__media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(7,30,41,.38)); }
.post-card__body { padding: 1.35rem; }
.post-card__category { min-height: 1.55rem; display: inline-flex; align-items: center; padding: .2rem .55rem; border-radius: 999px; color: var(--kmy-teal-dark); background: #dff3ee; font-size: .64rem; letter-spacing: .04em; text-transform: uppercase; }
.post-card__category a { color: inherit; text-decoration: none; }
.post-card__more { display: inline-flex; align-items: center; gap: .35rem; color: var(--kmy-teal); text-decoration: none; }
.post-card__more .kmy-icon { transition: transform .2s ease; }
.post-card__more:hover .kmy-icon { transform: translateX(3px); }
.journal-search-section { background: var(--kmy-paper); }
.journal-search-card { position: relative; overflow: hidden; display: grid; gap: 1.5rem; padding: clamp(1.5rem,5vw,3.2rem); border-radius: 1.6rem; color: #fff; background: linear-gradient(120deg,#102d52,#006b67); box-shadow: var(--kmy-shadow); }
.journal-search-card::after { content: ""; position: absolute; right: -5rem; top: -7rem; width: 19rem; height: 19rem; border: 2px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.035),0 0 0 6rem rgba(255,255,255,.025); }
.journal-search-card > * { position: relative; z-index: 1; }
.journal-search-card h2 { margin: 0; font-family: var(--kmy-serif); font-size: clamp(1.8rem,4vw,3rem); line-height: 1.08; }
.journal-search-card p { max-width: 41rem; color: #d8e9e8; }
.journal-search-card .search-form { max-width: none; align-self: center; padding: .42rem; border-radius: .9rem; background: #fff; }
.journal-search-card .search-field { border: 0; }

.archive-showcase { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg,#102d52 0%,#113c56 50%,#006b67 100%); }
.archive-showcase::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(#fff 1px,transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg,transparent,#000); }
.archive-showcase__glow { position: absolute; right: -8rem; top: -12rem; width: 32rem; height: 32rem; border-radius: 50%; background: radial-gradient(circle,rgba(244,199,102,.3),rgba(239,125,50,.08) 38%,transparent 70%); }
.archive-showcase__inner { position: relative; min-height: 25rem; display: grid; align-items: center; gap: 2rem; padding-block: 4rem; }
.archive-showcase .breadcrumbs { color: #c2d6d5; }
.archive-showcase h1 { max-width: 16ch; margin: .4rem 0 .8rem; color: #fff; font-family: var(--kmy-serif); font-size: clamp(2.9rem,9vw,6rem); line-height: .96; letter-spacing: -.04em; }
.archive-showcase__copy > p:not(.eyebrow) { max-width: 44rem; margin: 0; color: #dce9e8; font-size: 1.02rem; }
.archive-showcase__meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.25rem; color: #eaf4f2; font-size: .73rem; font-weight: 750; }
.archive-showcase__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.archive-showcase__meta .kmy-icon { color: var(--kmy-gold); }
.archive-emblem { justify-self: center; display: grid; place-items: center; }
.archive-emblem img { width: clamp(7rem,22vw,11rem); filter: drop-shadow(0 20px 36px rgba(0,0,0,.32)); }
.archive-emblem span { margin-top: .7rem; color: var(--kmy-gold); font-size: .66rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.archive-quicknav { border-bottom: 1px solid var(--kmy-line); background: #fff; box-shadow: 0 12px 30px rgba(21,38,56,.06); }
.archive-quicknav .site-shell { display: grid; grid-template-columns: repeat(5,1fr); overflow-x: auto; }
.archive-quicknav a { min-width: 5.7rem; display: grid; place-items: center; gap: .35rem; padding: .85rem .5rem; color: var(--kmy-muted); border-right: 1px solid var(--kmy-line); font-size: .68rem; font-weight: 800; text-decoration: none; }
.archive-quicknav a:first-child { border-left: 1px solid var(--kmy-line); }
.archive-quicknav a:hover { color: var(--kmy-teal-dark); background: var(--kmy-mist); }
.archive-quicknav .kmy-icon { width: 1.3rem; height: 1.3rem; color: var(--kmy-teal); }
.archive-content { background: #f8faf9; }
.archive-layout { display: grid; gap: 2rem; }
.archive-results__heading h2 { margin: 0 0 1.3rem; font-family: var(--kmy-serif); font-size: clamp(1.8rem,4vw,2.7rem); }
.card-grid--archive { grid-template-columns: 1fr; }
.card-grid--archive .post-card:first-child { grid-column: auto; }
.archive-sidebar { display: grid; align-content: start; gap: 1rem; }
.archive-tool { padding: 1.3rem; border: 1px solid var(--kmy-line); border-radius: 1.2rem; background: #fff; box-shadow: 0 10px 28px rgba(21,38,56,.06); }
.archive-tool__icon { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border-radius: .85rem; color: #fff; background: var(--kmy-teal); }
.archive-tool h2 { margin: .85rem 0 .4rem; font-family: var(--kmy-serif); font-size: 1.35rem; line-height: 1.15; }
.archive-tool p { color: var(--kmy-muted); font-size: .8rem; }
.archive-tool .search-form { display: grid; }
.archive-tool .search-submit { width: 100%; }
.archive-tool--booking { color: #fff; border: 0; background: linear-gradient(145deg,#102d52,#25496a); }
.archive-tool--booking h2 { color: #fff; }
.archive-tool--booking p { color: #c8d7db; }
.archive-tool--booking .eyebrow { color: var(--kmy-gold); }

.footer-logo { display: inline-flex; align-items: center; gap: .75rem; color: #fff; text-decoration: none; }
.footer-logo img { border-radius: 50%; box-shadow: 0 10px 26px rgba(0,0,0,.22); }
.footer-logo strong,.footer-logo small { display: block; }
.footer-logo strong { font-family: var(--kmy-serif); font-size: 1.55rem; line-height: 1; }
.footer-logo small { margin-top: .35rem; color: var(--kmy-gold); font-size: .62rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

@media (min-width: 40rem) {
	.brand-ribbon__inner { justify-content: space-between; }
	.brand-ribbon__inner a { display: inline-flex; }
	.planner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.journal-search-card { grid-template-columns: 1.1fr .9fr; align-items: center; }
	.archive-showcase__inner { grid-template-columns: 1fr auto; }
	.archive-layout { grid-template-columns: minmax(0,1fr) 17rem; }
}

@media (min-width: 64rem) {
	.header-search { display: grid; }
	.primary-navigation a { padding-inline: .58rem; }
	.hero-inner { grid-template-columns: minmax(0,1.65fr) minmax(17rem,.7fr); gap: clamp(2rem,5vw,5rem); }
	.hero-route-card { padding: 1.45rem; }
	.trust-list li + li { border-left: 1px solid rgba(255,255,255,.22); }
	.planner-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.card-grid--archive { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.archive-layout { grid-template-columns: minmax(0,1fr) 20rem; gap: 2.5rem; }
	.archive-sidebar { position: sticky; top: 8rem; }
}

@media (max-width: 63.99rem) {
	.hero { background-position: 66% center; }
	.hero-route-card { max-width: 35rem; }
}

@media (max-width: 39.99rem) {
	.header-inner { min-height: 4.35rem; }
	.site-branding { flex-basis: 9.75rem; max-width: 9.75rem; }
	.bundled-logo-link,.bundled-logo,.custom-logo-link,.custom-logo { width: auto; max-width: 9.75rem; max-height: 2.2rem; }
	.hero { min-height: auto; background-position: 63% center; }
	.hero-inner { min-height: auto; padding-block: 3rem; }
	.hero h1 { font-size: clamp(2.7rem,13vw,4rem); }
	.hero-route-card { display: none; }
	.hero-proof span:last-child { display: none; }
	.trust-list li + li { border-top: 1px solid rgba(255,255,255,.2); }
	.planner-card { min-height: 8.5rem; }
	.archive-showcase__inner { min-height: 22rem; padding-block: 3rem; }
	.archive-emblem { display: none; }
	.archive-quicknav .site-shell { width: 100%; }
}

/* 1.4 responsive navigation, overflow repair and editorial mastheads */
html {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
body {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}
#primary,.site-footer { width: 100%; max-width: 100%; overflow-x: hidden; }
.site-header { width: 100%; max-width: none; overflow: visible; }
.site-shell { width: calc(100% - 2rem); max-width: var(--kmy-wide); }
figure,video,iframe,embed,object,svg,pre { max-width: 100%; }
.entry-content { width: 100%; max-width: var(--kmy-content); overflow-wrap: anywhere; }
.entry-content img,.entry-content video,.entry-content iframe,.entry-content embed,.entry-content object { max-width: 100% !important; height: auto; }
.entry-content .alignwide,.entry-content .alignfull {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	transform: none !important;
}
.entry-content pre,.entry-content table,.entry-content .wp-block-table { max-width: 100%; overflow-x: auto; }
.entry-content .has-fit-text { white-space: normal !important; }

.ribbon-short { display: none; }
.header-inner { min-height: 5rem; display: grid; grid-template-columns: minmax(0,1fr) 2.9rem; gap: .65rem; }
.site-branding { width: 100%; min-width: 0; }
.menu-toggle {
	position: relative;
	z-index: 1302;
	display: grid;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0;
	border-color: #cbdcd6;
	background: #fff;
	box-shadow: 0 7px 20px rgba(21,38,56,.08);
}
.menu-toggle__lines { display: grid; gap: 4px; width: 1.2rem; }
.menu-toggle__lines i { display: block; width: 100%; height: 2px; border-radius: 2px; background: currentColor; transition: transform .22s ease,opacity .18s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.header-search { display: none !important; }
.header-cta { display: none !important; }
.primary-navigation {
	position: fixed;
	z-index: 1201;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	display: block;
	width: min(88vw,24rem);
	max-width: calc(100% - 1.5rem);
	padding: 6.8rem 1rem 2rem;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	color: var(--kmy-ink);
	background: linear-gradient(180deg,#fff 0%,#f5faf8 100%);
	box-shadow: -24px 0 70px rgba(7,31,48,.22);
	transform: translate3d(105%,0,0);
	transition: transform .28s ease,visibility 0s linear .28s;
	pointer-events: none;
}
.primary-navigation.is-open { display: block; visibility: visible; transform: translate3d(0,0,0); transition-delay: 0s; pointer-events: auto; }
.nav-scrim {
	position: fixed;
	z-index: 1200;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(5,25,40,.62);
	backdrop-filter: blur(3px);
	transition: opacity .25s ease,visibility 0s linear .25s;
}
.nav-open .nav-scrim { visibility: visible; opacity: 1; transition-delay: 0s; }
.mobile-nav-heading { margin: 0 0 1rem; padding: 0 .3rem 1rem; border-bottom: 1px solid var(--kmy-line); }
.mobile-nav-heading span,.mobile-nav-heading small { display: block; }
.mobile-nav-heading span { color: var(--kmy-teal-dark); font-family: var(--kmy-serif); font-size: 1.45rem; font-weight: 800; }
.mobile-nav-heading small { margin-top: .15rem; color: var(--kmy-muted); font-size: .72rem; }
.primary-navigation .curated-menu { display: block; }
.primary-navigation .curated-menu > li { position: relative; border-bottom: 1px solid var(--kmy-line); }
.primary-navigation .curated-menu > li > a,.primary-navigation .menu-parent > a { padding: .9rem .35rem; color: var(--kmy-ink); font-size: .95rem; font-weight: 850; }
.menu-parent { display: grid; grid-template-columns: minmax(0,1fr) 2.75rem; align-items: center; }
.submenu-toggle { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; min-height: 0; padding: 0; border: 0; border-radius: .7rem; color: var(--kmy-teal-dark); background: #e8f4f0; cursor: pointer; }
.submenu-toggle > span[aria-hidden="true"] { font-size: 1.2rem; transition: transform .2s ease; }
.submenu-toggle[aria-expanded="true"] > span[aria-hidden="true"] { transform: rotate(180deg); }
.primary-navigation .sub-menu { display: none; position: static; min-width: 0; padding: 0 0 .7rem .55rem; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.primary-navigation .submenu-open > .sub-menu { display: grid; gap: .35rem; }
.primary-navigation .sub-menu li { border: 0; }
.primary-navigation .sub-menu a { padding: .7rem .75rem; border: 1px solid #dce9e4; border-radius: .8rem; background: rgba(255,255,255,.88); }
.primary-navigation .sub-menu strong,.primary-navigation .sub-menu small { display: block; }
.primary-navigation .sub-menu strong { color: var(--kmy-ink); font-size: .82rem; }
.primary-navigation .sub-menu small { margin-top: .12rem; color: var(--kmy-muted); font-size: .65rem; font-weight: 600; line-height: 1.35; }
.mobile-nav-actions { display: grid; gap: .75rem; padding-top: 1.25rem; }
.mobile-nav-actions .button { width: 100%; }
.mobile-nav-search { display: flex !important; align-items: center; justify-content: center; gap: .45rem; padding: .75rem !important; border: 1px solid var(--kmy-line); border-radius: 999px; background: #fff; font-size: .78rem; text-decoration: none; }

.page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(3.2rem,8vw,5.5rem);
	color: #fff;
	border: 0;
	background: linear-gradient(120deg,#102d52 0%,#17465c 54%,#00766f 100%);
}
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: radial-gradient(#fff 1px,transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(90deg,transparent,#000); }
.page-hero::after { content: ""; position: absolute; z-index: -1; right: -8rem; top: -10rem; width: 28rem; height: 28rem; border-radius: 50%; background: radial-gradient(circle,rgba(244,199,102,.4),rgba(239,125,50,.08) 42%,transparent 70%); }
.page-hero h1 { color: #fff; text-shadow: 0 3px 18px rgba(0,0,0,.2); }
.page-hero .page-description { color: #dce9e8; }
.page-hero .breadcrumbs { color: #c8dbda; }
.page-hero .search-form { padding: .4rem; border-radius: .9rem; background: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.16); }
.page-hero .search-field { border: 0; }

.article-masthead,.page-masthead {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(125deg,#0a2741 0%,#123d51 55%,#006b67 100%);
}
.article-masthead::before,.page-masthead::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .16; background-image: radial-gradient(#fff 1px,transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg,transparent,#000); }
.article-masthead__orb { position: absolute; z-index: -1; right: -12rem; top: -13rem; width: 38rem; height: 38rem; border-radius: 50%; background: radial-gradient(circle,rgba(244,199,102,.34),rgba(239,125,50,.08) 38%,transparent 70%); animation: kmy-orbit 12s ease-in-out infinite alternate; }
.article-masthead__grid,.page-masthead__grid { position: relative; display: grid; gap: 1.5rem; padding-block: 2.25rem 2.5rem; }
.article-masthead__copy { min-width: 0; }
.article-masthead .breadcrumbs,.page-masthead .breadcrumbs { margin-bottom: 1rem; color: #c4d9d7; }
.article-masthead .breadcrumbs a,.page-masthead .breadcrumbs a { color: inherit; }
.article-masthead .entry-meta { margin-bottom: .75rem; color: #c7dcda; }
.article-masthead .entry-meta > a { padding: .2rem .55rem; border-radius: 999px; color: #083b38; background: var(--kmy-gold); text-decoration: none; }
.article-masthead .entry-title,.page-masthead h1 { max-width: 22ch; margin: 0; color: #fff; font-family: var(--kmy-serif); font-size: clamp(2.05rem,9.5vw,3.1rem); line-height: 1.01; letter-spacing: -.032em; text-shadow: 0 4px 24px rgba(0,0,0,.26); }
.article-masthead .page-description,.page-masthead .page-description { max-width: 44rem; margin-top: 1rem; color: #dfebea; font-size: .96rem; line-height: 1.6; }
.masthead-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.35rem; }
.article-figure,.page-masthead__visual { position: relative; align-self: stretch; min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 1.3rem; background: #0d3146; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.article-figure { aspect-ratio: 16/10; }
.article-figure img,.page-masthead__visual img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.article-figure::after,.page-masthead__visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(5,24,38,.72)); pointer-events: none; }
.article-figure figcaption { position: absolute; z-index: 1; right: 1rem; bottom: .8rem; left: 1rem; color: #eaf3f2; font-size: .66rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.article-confidence { color: #fff; background: linear-gradient(90deg,#00746e,#008f85); box-shadow: 0 14px 34px rgba(0,107,103,.18); }
.article-confidence .site-shell { display: grid; grid-template-columns: 1fr; gap: .45rem; padding-block: .8rem; }
.article-confidence span { display: flex; align-items: center; gap: .5rem; font-size: .73rem; font-weight: 800; }
.article-confidence .kmy-icon { color: var(--kmy-gold); }
.article-intro-card { display: grid; grid-template-columns: 2.8rem 1fr; gap: .85rem; margin-bottom: 1.8rem; padding: 1rem; border: 1px solid #d8e8e2; border-radius: 1rem; background: linear-gradient(135deg,#eff8f5,#fff); box-shadow: 0 10px 28px rgba(21,38,56,.05); }
.article-intro-card > span { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border-radius: .85rem; color: #fff; background: var(--kmy-teal); }
.article-intro-card p,.article-intro-card strong { display: block; margin: 0; }
.article-intro-card strong { margin-bottom: .15rem; color: var(--kmy-ink); font-family: var(--kmy-serif); font-size: 1.05rem; }
.article-intro-card p { color: var(--kmy-muted); font-size: .78rem; line-height: 1.5; }
.aside-card--booking { overflow: hidden; color: #fff; border: 0; background: linear-gradient(145deg,#102d52,#17495d); box-shadow: var(--kmy-shadow); }
.aside-card--booking h2 { color: #fff; font-size: 1.45rem; }
.aside-card--booking p { color: #c9dada; }
.aside-card--booking .eyebrow { margin: .7rem 0 .45rem; color: var(--kmy-gold); }

.page-masthead__pattern { position: absolute; right: -7rem; top: -9rem; width: 28rem; height: 28rem; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.035),0 0 0 6rem rgba(255,255,255,.025); animation: kmy-float 8s ease-in-out infinite; }
.page-masthead__emblem { display: none; justify-items: center; align-content: center; }
.page-masthead__emblem img { width: clamp(7rem,17vw,10rem); filter: drop-shadow(0 18px 35px rgba(0,0,0,.3)); }
.page-masthead__emblem span { margin-top: .7rem; color: var(--kmy-gold); font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.page-content-shell { display: grid; gap: 2rem; }
.page-cta { display: grid; gap: 1rem; align-items: center; padding: 1.25rem; border: 1px solid var(--kmy-line); border-radius: 1.2rem; background: linear-gradient(135deg,#eef8f5,#fff); box-shadow: 0 12px 34px rgba(21,38,56,.07); }
.page-cta > span { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: .9rem; color: #fff; background: var(--kmy-teal); }
.page-cta strong { font-family: var(--kmy-serif); font-size: 1.15rem; }
.page-cta p { margin: .2rem 0 0; color: var(--kmy-muted); font-size: .8rem; }

.hero-dynamic { display: flex; align-items: center; min-height: 1.5rem; gap: .28rem; margin: .7rem 0 0; color: #d8e9e7; font-size: .8rem; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.hero-dynamic span { min-width: 6rem; color: var(--kmy-gold); transition: opacity .18s ease,transform .18s ease; }
.hero-dynamic span.is-changing { opacity: 0; transform: translateY(5px); }
.hero-dynamic i { width: 2px; height: 1em; background: var(--kmy-gold); animation: kmy-blink .8s steps(2,end) infinite; }
.reveal-ready { opacity: 0; transform: translateY(18px); }
.reveal-ready.is-revealed { opacity: 1; transform: none; transition: opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1); }
@keyframes kmy-blink { 50% { opacity: 0; } }
@keyframes kmy-orbit { to { transform: translate(-2rem,2rem) scale(1.06); } }
@keyframes kmy-float { 50% { transform: translateY(1.2rem); } }

@media (max-width: 39.99rem) {
	.site-shell { width: calc(100% - 1.5rem); }
	.ribbon-long { display: none; }
	.ribbon-short { display: inline; }
	.brand-ribbon__inner { white-space: nowrap; overflow: hidden; }
	.site-branding { flex-basis: 12.8rem; max-width: 12.8rem; }
	.bundled-logo-link,.bundled-logo { width: 12.8rem; max-width: 100%; }
	.article-masthead__grid,.page-masthead__grid { padding-block: 1.75rem 2rem; }
	.article-masthead .breadcrumbs,.page-masthead .breadcrumbs { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.masthead-actions .button { flex: 1 1 100%; width: 100%; }
	.article-layout { gap: 1.5rem; padding-top: 2.3rem; }
	.article-confidence .site-shell span + span { padding-top: .4rem; border-top: 1px solid rgba(255,255,255,.16); }
	.page-hero .search-form { display: grid; }
	.page-hero .search-submit { width: 100%; }
}

@media (min-width: 40rem) {
	.article-confidence .site-shell { grid-template-columns: repeat(3,1fr); }
	.article-confidence span + span { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.2); }
	.page-cta { grid-template-columns: auto minmax(0,1fr) auto; }
	.page-masthead__emblem { display: grid; }
	.page-masthead__grid { grid-template-columns: minmax(0,1fr) auto; align-items: center; }
	.page-masthead.has-visual .page-masthead__grid { grid-template-columns: minmax(0,1.05fr) minmax(18rem,.8fr); }
}

@media (min-width: 64rem) {
	.site-shell { width: calc(100% - 4rem); }
	.header-inner { min-height: 5.15rem; display: flex; gap: .8rem; }
	.site-branding { flex: 0 1 13.5rem; max-width: 13.5rem; }
	.bundled-logo-link,.bundled-logo { width: 13.5rem; max-width: 13.5rem; }
	.custom-logo-link,.custom-logo { max-width: 13.5rem; }
	.menu-toggle,.nav-scrim,.mobile-nav-heading,.mobile-nav-actions { display: none !important; }
	.primary-navigation {
		position: static;
		display: block;
		width: auto;
		max-width: none;
		padding: 0;
		visibility: visible;
		overflow: visible;
		background: transparent;
		box-shadow: none;
		transform: none;
		transition: none;
		pointer-events: auto;
	}
	.primary-navigation .curated-menu { display: flex; align-items: center; gap: 0; }
	.primary-navigation .curated-menu > li { position: relative; border: 0; }
	.primary-navigation .curated-menu > li > a,.primary-navigation .menu-parent > a { position: relative; padding: .85rem .48rem; font-size: .72rem; white-space: nowrap; }
	.primary-navigation .curated-menu > li > a::after,.primary-navigation .menu-parent > a::after { content: ""; position: absolute; right: .48rem; bottom: .52rem; left: .48rem; height: 2px; border-radius: 2px; background: var(--kmy-saffron); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
	.primary-navigation .curated-menu > li:hover > a::after,.primary-navigation .curated-menu > li:focus-within > a::after,.primary-navigation .menu-parent:hover > a::after { transform: scaleX(1); }
	.menu-parent { display: flex; grid-template-columns: none; }
	.submenu-toggle { width: 1.3rem; height: 2.6rem; margin-left: -.45rem; color: var(--kmy-muted); background: transparent; pointer-events: none; }
	.primary-navigation .sub-menu {
		position: absolute;
		top: calc(100% + .35rem);
		left: 0;
		display: grid;
		width: 22rem;
		min-width: 22rem;
		gap: .35rem;
		padding: .65rem;
		visibility: hidden;
		opacity: 0;
		border: 1px solid var(--kmy-line);
		border-radius: 1rem;
		background: rgba(255,255,255,.98);
		box-shadow: 0 22px 55px rgba(11,34,50,.18);
		transform: translateY(8px);
		transition: opacity .18s ease,transform .18s ease,visibility 0s linear .18s;
	}
	.primary-navigation .curated-menu > li:nth-last-child(-n+2) .sub-menu { right: 0; left: auto; }
	.primary-navigation li:hover > .sub-menu,.primary-navigation li:focus-within > .sub-menu { display: grid; visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
	.primary-navigation .sub-menu a { padding: .72rem .8rem; }
	.primary-navigation .sub-menu a:hover { border-color: #bddbd1; background: var(--kmy-mist); transform: translateX(2px); }
	.header-cta { display: inline-flex !important; flex: 0 0 auto; padding-inline: .9rem; font-size: .74rem; white-space: nowrap; }
	.article-masthead__grid { grid-template-columns: minmax(0,1.12fr) minmax(22rem,.88fr); align-items: center; gap: clamp(2rem,5vw,5rem); min-height: 32rem; padding-block: 3rem; }
	.article-masthead:not(.has-visual) .article-masthead__grid { grid-template-columns: minmax(0,52rem); }
	.article-masthead .entry-title,.page-masthead h1 { font-size: clamp(3.1rem,4.6vw,4.7rem); }
	.article-figure { aspect-ratio: 4/3; }
	.page-masthead__grid { min-height: 26rem; padding-block: 3.5rem; }
	.page-content-shell { grid-template-columns: minmax(0,var(--kmy-content)) minmax(16rem,1fr); align-items: start; gap: 4rem; }
	.page-cta { position: sticky; top: 8rem; grid-template-columns: 1fr; }
	.page-cta .button { width: 100%; }
}

@media (min-width: 75rem) {
	.header-search { display: grid !important; flex: 0 0 2.75rem; }
	.primary-navigation .curated-menu > li > a,.primary-navigation .menu-parent > a { padding-inline: .62rem; font-size: .77rem; }
	.hero-dynamic { font-size: .84rem; }
}

@media (prefers-reduced-motion: reduce) {
	.article-masthead__orb,.page-masthead__pattern,.hero-dynamic i { animation: none; }
	.reveal-ready { opacity: 1; transform: none; }
}

/* 1.3 mobile-first hero and restored header-logo scale */
html,body { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
.site-header,.site-footer,#primary { max-width: 100%; overflow-x: clip; }
.header-inner { min-height: 5.15rem; min-width: 0; }
.site-branding { flex: 0 1 16rem; max-width: 17rem; min-width: 0; }
.bundled-logo-link { width: clamp(13.5rem,24vw,17rem); max-width: 100%; }
.bundled-logo { width: clamp(13.5rem,24vw,17rem); max-width: 100%; height: auto; max-height: none; object-fit: contain; object-position: left center; }
.custom-logo-link { max-width: 17rem; }
.custom-logo { width: auto; max-width: 17rem; height: auto; max-height: 3rem; }
.primary-navigation { max-width: 100vw; }

.home .hero { min-height: 0; display: grid; isolation: isolate; background: linear-gradient(135deg,#08243b,#006b67); }
.home .hero::before,.home .hero::after { display: none; }
.home .hero-media { position: relative; width: 100%; height: 11.5rem; overflow: hidden; background-image: linear-gradient(0deg,rgba(5,23,40,.15),rgba(5,23,40,.02)),url('assets/images/kailash-hero.webp'); background-size: cover; background-position: center 40%; }
.home .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,24,40,.42),transparent 60%); }
.home .hero-inner { position: relative; z-index: 2; min-height: 0; display: block; width: min(calc(100% - 2rem),var(--kmy-wide)); padding-block: 1.35rem 1.55rem; }
.home .hero-copy { width: 100%; max-width: none; min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; backdrop-filter: none; }
.home .hero-brand-chip { margin: 0 0 .65rem; padding: .3rem .55rem .3rem .3rem; }
.home .hero-brand-chip img { display: block !important; flex: 0 0 30px !important; width: 30px !important; min-width: 30px !important; max-width: 30px !important; height: 30px !important; min-height: 30px !important; max-height: 30px !important; object-fit: contain !important; }
.home .hero .eyebrow { margin-bottom: .4rem; }
.home .hero h1 { max-width: 100%; margin: 0; color: #fff !important; font-size: clamp(1.95rem,9.4vw,2.55rem); line-height: 1.02; letter-spacing: -.025em; white-space: normal; overflow-wrap: normal; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.home .hero-lede { max-width: 100%; margin-top: .65rem; color: #edf7f5 !important; font-size: .91rem; line-height: 1.48; text-shadow: none; }
.home .hero-actions { display: grid; grid-template-columns: 1fr; gap: .55rem; margin-top: .9rem; }
.home .hero-actions .button { width: 100%; min-width: 0; }
.home .hero-proof { display: none; }

@media (min-width: 40rem) {
	.home .hero-media { height: 15rem; }
	.home .hero-inner { padding-block: 1.8rem 2rem; }
	.home .hero-actions { display: flex; }
	.home .hero-actions .button { width: auto; }
}

@media (min-width: 64rem) {
	.home .hero { position: relative; min-height: 30rem; display: block; background: #08243b; }
	.home .hero-media { position: absolute; inset: 0; width: 100%; height: 100%; background-position: center 42%; }
	.home .hero-media::after { background: linear-gradient(90deg,rgba(3,20,34,.95) 0%,rgba(3,25,40,.84) 50%,rgba(3,25,40,.34) 78%,rgba(3,25,40,.18) 100%); }
	.home .hero-inner { min-height: 30rem; display: flex; align-items: center; padding-block: 2.25rem; }
	.home .hero-copy { padding: 1.15rem 1.35rem; border-left: 4px solid var(--kmy-gold); border-radius: 0 1rem 1rem 0; background: linear-gradient(90deg,rgba(5,28,43,.76),rgba(5,28,43,.28) 76%,transparent); }
	.home .hero-brand-chip { margin-bottom: .7rem; }
	.home .hero h1 { font-size: clamp(2.2rem,3.25vw,2.8rem); }
	.home .hero-lede { max-width: 68rem; font-size: 1.02rem; }
	.home .hero-proof { display: flex; }
}

@media (min-width: 75rem) {
	.home .hero h1 { white-space: nowrap; }
}

@media (max-width: 39.99rem) {
	.header-inner { min-height: 4.75rem; }
	.site-branding { flex-basis: 12.8rem; max-width: 12.8rem; }
	.bundled-logo-link,.bundled-logo { width: 12.8rem; max-width: 12.8rem; max-height: none; }
	.custom-logo-link,.custom-logo { width: auto; max-width: 12.8rem; max-height: 2.65rem; }
	.home .hero-brand-chip { display: none; }
	.home .hero .eyebrow { font-size: .66rem; letter-spacing: .1em; }
}

/* Keep the 1.4 drawer outside the 1.3 header clipping context. */
.site-header { overflow: visible; }
@media (min-width: 64rem) {
	.site-branding { flex: 0 1 13.5rem; max-width: 13.5rem; }
	.bundled-logo-link,.bundled-logo { width: 13.5rem; max-width: 13.5rem; }
	.custom-logo-link,.custom-logo { max-width: 13.5rem; }
}

/* 1.5 compact journey actions and controlled desktop footer */
.journey-actions-section { padding-block: 2.25rem; background: linear-gradient(180deg,#fffdf8,#f4f9f7); }
.journey-actions-grid { display: grid; gap: 1rem; }
.journey-action-card { height: 100%; min-width: 0; }
.journey-action-card h2,.journal-search-card h2,.editorial-cta h2 { color: #fff !important; text-shadow: 0 2px 12px rgba(0,0,0,.2); }
.journey-action-card .eyebrow { color: var(--kmy-gold) !important; }
.journal-search-card p,.journey-booking-card p { color: #e6f0ef !important; }
.journey-booking-card { position: relative; overflow: hidden; }
.journey-booking-card::after { content: ""; position: absolute; right: -5rem; bottom: -7rem; width: 18rem; height: 18rem; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.035),0 0 0 6rem rgba(255,255,255,.02); pointer-events: none; }
.journey-booking-card > * { position: relative; z-index: 1; }

.home .site-footer { margin-top: 0; }
.site-footer { position: relative; overflow: hidden; background: linear-gradient(135deg,#0c2633 0%,#102d52 52%,#073c42 100%); }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(#fff 1px,transparent 1px); background-size: 28px 28px; pointer-events: none; }
.site-footer > * { position: relative; }
.footer-kicker { min-height: 3.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .65rem; border-bottom: 1px solid rgba(255,255,255,.13); color: #dce9e8; font-size: .7rem; font-weight: 800; letter-spacing: .03em; }
.footer-kicker span,.footer-kicker a { display: inline-flex; align-items: center; gap: .4rem; }
.footer-kicker .kmy-icon { color: var(--kmy-gold); }
.footer-kicker a { color: var(--kmy-gold); text-decoration: none; }
.footer-grid { align-items: start; padding-block: 2.4rem; }
.footer-brand { min-width: 0; }
.site-footer .footer-logo { display: grid !important; grid-template-columns: 52px minmax(0,1fr); align-items: center; width: fit-content; max-width: 100%; gap: .75rem; }
.site-footer .footer-logo img { display: block !important; flex: 0 0 52px !important; width: 52px !important; min-width: 52px !important; max-width: 52px !important; height: 52px !important; min-height: 52px !important; max-height: 52px !important; margin: 0 !important; object-fit: contain !important; }
.site-footer .footer-logo span { min-width: 0; }
.site-footer .footer-logo strong { color: #fff !important; font-size: clamp(1.2rem,2vw,1.48rem); white-space: nowrap; }
.site-footer .footer-logo small { color: var(--kmy-gold) !important; font-size: .57rem; line-height: 1.35; }
.site-footer .footer-brand p { max-width: 28rem; margin: 1rem 0 1.15rem; color: #cfddde !important; font-size: .82rem; line-height: 1.65; }
.site-footer .footer-brand .button { font-size: .78rem; }
.site-footer .footer-nav { min-width: 0; }
.site-footer .footer-nav h2 { margin-bottom: .85rem; color: var(--kmy-gold) !important; font-family: var(--kmy-sans); font-size: .68rem; letter-spacing: .15em; }
.site-footer .footer-nav ul { display: grid !important; align-items: start !important; gap: .1rem !important; }
.site-footer .footer-nav li { margin: 0 !important; border: 0 !important; }
.site-footer .footer-nav a { position: relative; display: block; padding: .34rem 0 .34rem .85rem !important; color: #e8f0f0 !important; font-size: .76rem !important; font-weight: 650; line-height: 1.35; text-decoration: none; }
.site-footer .footer-nav a::before { content: ""; position: absolute; left: 0; top: .8rem; width: .32rem; height: .32rem; border-radius: 50%; background: #45b8ad; transition: transform .2s ease,background .2s ease; }
.site-footer .footer-nav a:hover { color: var(--kmy-gold) !important; transform: translateX(2px); }
.site-footer .footer-nav a:hover::before { background: var(--kmy-gold); transform: scale(1.35); }
.site-footer .footer-bottom { background: rgba(4,19,28,.28); }
.site-footer .footer-bottom-inner { color: #bdced0; }

@media (max-width: 39.99rem) {
	.journey-actions-section { padding-block: 1.5rem; }
	.footer-kicker { align-items: flex-start; flex-direction: column; padding-block: .85rem; }
}

@media (min-width: 40rem) {
	.site-footer .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.site-footer .footer-brand { grid-column: 1 / -1; }
}

@media (min-width: 64rem) {
	.journey-actions-section { padding-block: 2.6rem; }
	.journey-actions-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.25rem; align-items: stretch; }
	.journey-actions-grid .journal-search-card,.journey-actions-grid .editorial-cta { min-height: 20rem; grid-template-columns: 1fr; align-content: space-between; padding: 2.15rem; }
	.journey-actions-grid .journal-search-card h2,.journey-actions-grid .editorial-cta h2 { font-size: clamp(2rem,2.6vw,2.65rem); }
	.journey-actions-grid .journal-search-card .search-form { align-self: end; }
	.journey-actions-grid .editorial-cta .button { width: fit-content; justify-self: start; }
	.site-footer .footer-grid { grid-template-columns: minmax(18rem,1.55fr) repeat(3,minmax(9rem,.65fr)); gap: clamp(1.5rem,3vw,3rem); }
	.site-footer .footer-brand { grid-column: auto; padding-right: 1rem; }
}
