/* /plan-your-japan-trip/ - standalone trip-planner series landing page.
   Chromeless conversion LP. The signup form itself (.uj-cta--newsletter /
   .uj-mc-form) is styled by site-chrome.css (loaded site-wide); this sheet
   only handles the page shell, hero band, hero, curriculum, and author
   block. Brand colors hardcoded (#B3421D primary, #8E331A darker) per
   house convention - no CSS variables. */

body.uj-lp-trip {
	margin: 0;
	background: #fff;
	color: #1f2328;
	font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

.uj-lp {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 20px 64px;
}

/* Brand-art band, echoing the footer band but up top. Breaks the white
   wall immediately for cold ad traffic and signals a real, distinctive
   Japan publication before any copy is read. Same Customizer-managed
   splash art as the footer band; full-bleed out of the centered column
   (body sets overflow-x:hidden so the 100vw can't add a scrollbar). */
.uj-lp__band {
	display: block;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	line-height: 0;
	background: #1f2937;
	overflow: hidden;
}

.uj-lp__band img {
	width: 100%;
	height: 80px;
	display: block;
	object-fit: cover;
	object-position: center 75%;
}

@media (max-width: 480px) {
	.uj-lp__band img {
		height: 52px;
	}
}

.uj-lp__brand {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 0 8px;
}

.uj-lp__brand-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.uj-lp__nav {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.uj-lp__nav a {
	color: #8E331A;
	text-decoration: none;
}

.uj-lp__nav a:hover {
	text-decoration: underline;
}

.uj-lp__brand-img {
	display: block;
	width: 44px;
	height: 44px;
}

.uj-lp__brand-text {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: 1.15rem;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #1f2328;
}

/* Hero */
.uj-lp__hero {
	padding: 32px 0 8px;
}

.uj-lp__eyebrow {
	margin: 0 0 12px;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: .82rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #B3421D;
}

.uj-lp__title {
	margin: 0 0 16px;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: clamp(2rem, 5.5vw, 3rem);
	line-height: 1.12;
	color: #15181c;
}

.uj-lp__sub {
	margin: 0 0 28px;
	font-size: 1.15rem;
	color: #3a4047;
}

/* Form wrapper - the form component supplies its own internal styling. */
.uj-lp__form {
	margin: 0 0 8px;
}

/* Curriculum */
.uj-lp__curriculum {
	margin-top: 48px;
	padding-top: 40px;
	border-top: 1px solid #ececec;
}

.uj-lp__section-title {
	margin: 0 0 24px;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: clamp(1.5rem, 4vw, 2rem);
	line-height: 1.18;
	color: #15181c;
}

.uj-lp__days {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.uj-lp__day {
	display: grid;
	grid-template-columns: 64px 1fr;
	grid-template-areas:
		"num title"
		"num desc";
	column-gap: 16px;
	row-gap: 2px;
	padding: 16px 18px;
	background: #faf8f6;
	border: 1px solid #efe9e4;
	border-radius: 10px;
}

.uj-lp__day-num {
	grid-area: num;
	align-self: center;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: .82rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #B3421D;
}

.uj-lp__day-title {
	grid-area: title;
	font-weight: 700;
	font-size: 1.1rem;
	color: #15181c;
}

.uj-lp__day-desc {
	grid-area: desc;
	font-size: .98rem;
	color: #555c63;
}

/* Author trust block - first-person, with a face. For cold paid
   traffic this is the highest-leverage element, so it sits right under
   the hero/first CTA (near the fold), not buried lower down. */
.uj-lp__author {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
	padding: 22px;
	background: #faf8f6;
	border: 1px solid #efe9e4;
	border-left: 3px solid #B3421D;
	border-radius: 10px;
}

.uj-lp__author-photo {
	flex: 0 0 auto;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
}

.uj-lp__author-body {
	min-width: 0;
}

.uj-lp__author-hi {
	margin: 0 0 6px;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: 1.05rem;
	color: #15181c;
}

.uj-lp__author-body p:last-child {
	margin: 0;
	font-size: 1rem;
	color: #3a4047;
}

/* Closing CTA */
.uj-lp__close {
	margin-top: 48px;
	padding-top: 40px;
	border-top: 1px solid #ececec;
}

.uj-lp__close-sub {
	margin: -8px 0 24px;
	color: #3a4047;
}

@media (max-width: 480px) {
	.uj-lp {
		padding: 0 16px 48px;
	}
	.uj-lp__author {
		flex-direction: column;
		text-align: center;
		gap: 14px;
	}
	.uj-lp__day {
		grid-template-columns: 1fr;
		grid-template-areas:
			"num"
			"title"
			"desc";
		row-gap: 4px;
	}
}
