/**
 * /jay/ — founder landing page.
 *
 * Mirrors page-start.css's visual language (Oswald headings, #b3421d accent,
 * pill buttons, centered narrow shell). The Insider cards reuse
 * .uj-front-card / .uj-front-row__grid from page-front.css (enqueued as a
 * dependency — see the `3e-bis)` block in inc/bootstrap.php); this sheet styles
 * the page shell, hero, tour cards, and the CTA/social bits. The social row
 * markup comes from uj_start_render_socials() (class .uj-start__social); its
 * rules are duplicated here, scoped under .uj-jay__follow, because page-start.css
 * is not enqueued on this page.
 */

.uj-jay {
	max-width: 720px;
	margin: 0 auto;
	padding: 1.75rem 1.1rem 3rem;
	box-sizing: border-box;
}

/* ---- Brand header ---- */
.uj-jay__brand {
	text-align: center;
	margin-bottom: 1.75rem;
}

.uj-jay__brand-link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.4rem;
	text-decoration: none;
	color: inherit;
}

.uj-jay__brand-img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: block;
}

.uj-jay__brand-text {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: 1.45rem;
	letter-spacing: 0.01em;
	line-height: 1.1;
}

.uj-jay__tagline {
	margin: 0.45rem 0 0;
	font-size: 0.92rem;
	color: #5a5a5a;
}

/* ---- Hero (photo + bio) ---- */
.uj-jay-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.1rem;
	margin: 0 0 2.5rem;
}

.uj-jay-hero__photo-wrap {
	flex: 0 0 auto;
}

.uj-jay-hero__photo {
	width: 180px;
	height: auto;
	border-radius: 14px;
	display: block;
}

.uj-jay-hero__eyebrow {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.8rem;
	color: #b3421d;
	margin: 0 0 0.25rem;
}

.uj-jay-hero__name {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.05;
	margin: 0 0 0.6rem;
	color: #1a1a1a;
}

.uj-jay-hero__bio {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

.uj-jay-hero__link {
	margin: 0.3rem 0 0;
}

.uj-jay-hero__link a {
	font-weight: 600;
	text-decoration: none;
	color: #b3421d;
}

.uj-jay-hero__link a:hover,
.uj-jay-hero__link a:focus {
	text-decoration: underline;
}

/* ---- Shared section heading ---- */
.uj-jay-section__heading {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	margin: 0 0 0.6rem;
	color: #1a1a1a;
}

/* ---- Newsletter (trim the dead space like /start does) ---- */
.uj-jay__signup {
	margin: 0 0 2.75rem;
}

.uj-jay__signup .uj-cta--newsletter--banner {
	padding-bottom: 1.1rem !important;
}

.uj-jay__signup .uj-mc-form {
	row-gap: 0;
}

/* ---- Support My Writing (Insider) ---- */
.uj-jay-insider {
	margin: 0 0 2.75rem;
}

.uj-jay-insider__lede,
.uj-jay-tours__lede {
	margin: 0 auto 1.4rem;
	max-width: 60ch;
	text-align: center;
	font-size: 0.97rem;
	line-height: 1.6;
	color: #444;
}

/* Two-up on all but the narrowest screens — these cards are title-only. */
.uj-jay__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.uj-jay-insider__cta-wrap {
	text-align: center;
	margin-top: 1.6rem;
}

/* ---- Pill button (shared by Insider + any primary CTA) ---- */
.uj-jay__btn {
	display: inline-block;
	padding: 0.85rem 1.9rem;
	border-radius: 999px;
	background: #b3421d;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: 1.02rem;
	letter-spacing: 0.01em;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.15s ease;
}

.uj-jay__btn:hover,
.uj-jay__btn:focus {
	background: #8e331a;
	color: #fff;
}

/* ---- Get my Tokyo Nightlife Guide (After Dark, highlighted) ---- */
.uj-jay-guide {
	margin: 0 0 2.75rem;
}

.uj-jay-guide__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.3rem;
	background: #faf6f1;
	border: 1px solid #ece2d6;
	border-radius: 14px;
	padding: 1.6rem 1.3rem 1.8rem;
}

.uj-jay-guide__cover-wrap {
	flex: 0 0 auto;
	display: block;
	width: 100%;
	max-width: 220px;
	line-height: 0;
}

.uj-jay-guide__cover {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	display: block;
}

.uj-jay-guide__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.uj-jay-guide__name {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 0.3rem;
	color: #1a1a1a;
}

.uj-jay-guide__meta {
	margin: 0 0 0.7rem;
	font-weight: 600;
	font-size: 0.92rem;
	color: #b3421d;
}

.uj-jay-guide__blurb {
	margin: 0 0 1.25rem;
	max-width: 48ch;
	font-size: 0.97rem;
	line-height: 1.6;
	color: #444;
}

.uj-jay-guide__blurb a {
	color: #b3421d;
	font-weight: 600;
	text-decoration: underline;
}

/* ---- Tour with me directly ---- */
.uj-jay-tours {
	margin: 0 0 2.75rem;
}

.uj-jay-tours__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.1rem;
}

.uj-jay-tour {
	display: flex;
	flex-direction: column;
	background: #faf6f1;
	border: 1px solid #ece2d6;
	border-radius: 12px;
	padding: 1.25rem 1.3rem;
}

.uj-jay-tour__name {
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 0.3rem;
	color: #1a1a1a;
}

.uj-jay-tour__flag {
	display: inline-block;
	margin-left: 0.4rem;
	padding: 0.05rem 0.45rem;
	border-radius: 4px;
	background: #1a1a1a;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	vertical-align: middle;
}

.uj-jay-tour__meta {
	margin: 0 0 0.55rem;
	font-weight: 600;
	font-size: 0.92rem;
	color: #b3421d;
}

.uj-jay-tour__blurb {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #444;
}

.uj-jay-tour__cta {
	align-self: flex-start;
	margin-top: auto;
	font-family: "Oswald", "Arial Narrow", sans-serif;
	font-weight: 600;
	font-size: 0.98rem;
	color: #b3421d;
	text-decoration: none;
}

.uj-jay-tour__cta:hover,
.uj-jay-tour__cta:focus {
	text-decoration: underline;
}

/* ---- Socials (markup from uj_start_render_socials(), scoped here) ---- */
.uj-jay__follow {
	text-align: center;
}

.uj-jay__follow .uj-start__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.uj-jay__follow .uj-start__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #4a4a4a;
	background: #f1f1f1;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.uj-jay__follow .uj-start__social a:hover,
.uj-jay__follow .uj-start__social a:focus {
	background: #1a1a1a;
	color: #fff;
}

/* ---- Wider viewports ---- */
@media (min-width: 720px) {
	.uj-jay {
		padding-top: 2.5rem;
	}

	.uj-jay-hero {
		flex-direction: row;
		text-align: left;
		align-items: flex-start;
		gap: 1.6rem;
	}

	.uj-jay-hero__eyebrow {
		margin-top: 0.2rem;
	}

	.uj-jay__grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
	}

	.uj-jay-tours__grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
	}

	.uj-jay-guide__card {
		flex-direction: row;
		align-items: center;
		text-align: left;
		gap: 1.9rem;
		padding: 1.9rem 2rem;
	}

	.uj-jay-guide__cover-wrap {
		width: 190px;
		max-width: 190px;
	}

	.uj-jay-guide__copy {
		align-items: flex-start;
	}
}
