/*
Theme Name: TokyoWaltz Home Refresh
Description: A child theme that refreshes the TokyoWaltz home page only.
Author: TokyoWaltz
Template: tokyowaltz-theme
Version: 1.3.4
Text Domain: tokyowaltz-home-refresh
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
@import url("../tokyowaltz-theme/style.css");

/* TokyoWaltz homepage only — append after the existing theme stylesheet. */
:root { --font-title: "Roboto", Arial, sans-serif; }
body.home .site-header,
body.home .site-footer { display: none; }

body.home .home-main {
	background: var(--paper);
	color: var(--ink);
	overflow: clip;
}

.home-nav {
	align-items: center;
	background: rgba(255, 253, 249, .84);
	border: 1px solid rgba(45, 39, 54, .08);
	border-radius: 999px;
	box-shadow: 0 12px 38px rgba(45, 39, 54, .11);
	display: flex;
	gap: 32px;
	justify-content: space-between;
	left: 50%;
	max-width: min(1160px, calc(100% - 36px));
	padding: 9px 12px 9px 18px;
	position: fixed;
	top: 18px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 20;
	backdrop-filter: blur(16px);
}

.admin-bar .home-nav { top: 50px; }

.home-nav-brand,
.home-nav-links { align-items: center; display: flex; }
.home-nav-brand { color: var(--ink); font-family: var(--font-brand); font-size: 22px; font-weight: 600; gap: 9px; letter-spacing: -.04em; text-decoration: none; }
.home-nav-brand img { height: 36px; object-fit: contain; width: 36px; }
.home-nav-links { gap: 6px; }
.home-nav-links a { border-radius: 999px; color: var(--ink); font-size: 14px; font-weight: 700; padding: 11px 14px; text-decoration: none; transition: background .2s ease, color .2s ease; }
.home-nav-links a:hover,
.home-nav-links a:focus-visible { background: var(--ink); color: var(--paper); }

.home-hero { align-items: end; background: var(--lilac); display: flex; isolation: isolate; min-height: min(900px, 100svh); overflow: hidden; padding: 150px max(5vw, 36px) 54px; position: relative; }
.home-hero-media,
.home-hero-shade { inset: 0; position: absolute; }
.home-hero-media { z-index: -3; }
.home-hero-image { filter: saturate(.76) contrast(.92); height: 100%; object-fit: cover; object-position: center 42%; width: 100%; }
.home-hero-shade { background: linear-gradient(90deg, rgba(255,253,249,.97) 0%, rgba(255,253,249,.85) 39%, rgba(255,253,249,.12) 73%), linear-gradient(0deg, rgba(45,39,54,.19), transparent 42%); z-index: -2; }
.home-hero::after { background: radial-gradient(circle at 76% 20%, rgba(217,201,244,.92) 0 12%, transparent 12.3%), radial-gradient(circle at 94% 72%, rgba(243,155,145,.83) 0 9%, transparent 9.3%); content: ''; inset: 0; pointer-events: none; position: absolute; z-index: -1; }
.home-hero-copy { max-width: 690px; }
.home-kicker { color: var(--lilac-deep); font-size: 12px; font-weight: 900; letter-spacing: .16em; line-height: 1.2; margin: 0 0 18px; }
.home-hero h1,
.home-section h2,
.home-footer h2 { font-family: var(--font-brand); font-weight: 500; letter-spacing: -.075em; margin: 0; }
.home-hero h1 { font-size: clamp(60px, 10.6vw, 158px); line-height: .85; }
.home-hero h1 em { color: var(--lilac-deep); font-style: normal; }
.home-hero-copy > p:not(.home-kicker) { color: var(--ink); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; margin: 34px 0 26px; max-width: 580px; }
.home-button { align-items: center; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 24px; padding: 15px 21px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button-dark { background: var(--ink); color: var(--paper); }
.home-button-light { background: var(--paper); color: var(--ink); }
.home-hero-caption { align-items: center; background: rgba(255,253,249,.88); border-radius: 18px; bottom: 42px; display: flex; font-size: 14px; gap: 18px; max-width: 290px; padding: 15px 18px; position: absolute; right: max(5vw, 36px); }
.home-hero-caption span { color: var(--lilac-deep); font-weight: 900; }

.home-section { margin: 0 auto; max-width: min(1240px, calc(100% - 36px)); padding: clamp(86px, 12vw, 170px) 0; }
.home-section-heading { align-items: end; display: grid; gap: 36px; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); margin-bottom: 52px; }
.home-section h2 { font-size: clamp(46px, 6.3vw, 96px); line-height: .9; }
.home-section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 0 0 5px; max-width: 370px; }

.home-shorts { max-width: none; padding-left: max(5vw, 36px); padding-right: 0; }
.home-shorts .home-section-heading { margin: 0 max(5vw, 36px) 52px 0; }
.shorts-rail { display: grid; gap: 18px; grid-auto-columns: minmax(235px, 290px); grid-auto-flow: column; overflow-x: auto; padding: 0 max(5vw, 36px) 18px 0; scrollbar-color: var(--lilac-deep) transparent; scroll-snap-type: x mandatory; }
.short-card { background: var(--ink); border-radius: 22px; color: var(--paper); display: grid; grid-template-rows: 1fr auto; min-height: 510px; overflow: hidden; scroll-snap-align: start; text-decoration: none; }
.short-card iframe { border: 0; height: 100%; min-height: 440px; width: 100%; }
.short-card-title { background: var(--ink); color: var(--paper); display: flex; font-size: 13px; font-weight: 700; gap: 14px; justify-content: space-between; line-height: 1.35; min-height: 70px; padding: 14px 16px; text-decoration: none; }
.short-card-title span { color: var(--sun); }
.short-card-fallback,
.short-card-empty { align-items: center; background: linear-gradient(155deg, var(--lilac) 0 53%, var(--mint) 53% 75%, var(--coral) 75%); color: var(--ink); display: flex; font-family: var(--font-brand); font-size: 28px; justify-content: center; line-height: 1; padding: 28px; position: relative; }
.short-card-empty small { bottom: 22px; font-family: var(--font-body); font-size: 12px; font-weight: 900; left: 24px; position: absolute; }
.home-section-action { margin: 28px max(5vw, 36px) 0 0; text-align: right; }
.home-text-link { color: var(--ink); font-size: 14px; font-weight: 900; text-decoration: none; }
.home-text-link span { color: var(--lilac-deep); font-size: 18px; margin-left: 7px; }

.home-journey { border-top: 1px solid var(--line); }
.journey-list { display: grid; gap: clamp(70px, 12vw, 170px); }
.journey-feature { align-items: center; display: grid; gap: clamp(34px, 8vw, 132px); grid-template-columns: minmax(0, 1fr) minmax(270px, .73fr); }
.journey-feature-right .journey-feature-image { grid-column: 2; grid-row: 1; }
.journey-feature-right .journey-feature-copy { grid-column: 1; grid-row: 1; text-align: right; }
.journey-feature-image { background: var(--cream); border-radius: 4px; display: block; height: clamp(300px, 39vw, 540px); overflow: hidden; }
.journey-feature-image img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.journey-feature-image:hover img { transform: scale(1.04); }
.journey-image-placeholder { align-items: center; background: linear-gradient(135deg, var(--lilac) 0 34%, var(--mint) 34% 66%, var(--sun) 66%); display: flex; height: 100%; justify-content: center; width: 100%; }
.journey-image-placeholder span { color: rgba(45,39,54,.5); font-family: var(--font-brand); font-size: clamp(88px, 12vw, 184px); letter-spacing: -.1em; }
.journey-feature-copy { max-width: 430px; }
.journey-feature-right .journey-feature-copy { justify-self: end; }
.journey-label { color: var(--lilac-deep); font-size: 11px; font-weight: 900; letter-spacing: .14em; margin: 0 0 16px; }
.journey-feature h3 { font-family: var(--font-brand); font-size: clamp(36px, 4.3vw, 62px); font-weight: 500; letter-spacing: -.065em; line-height: .96; margin: 0; }
.journey-feature h3 a { color: var(--ink); text-decoration: none; }
.journey-feature-copy > p:not(.journey-label) { color: var(--muted); line-height: 1.8; margin: 24px 0; }

.home-explore { background: var(--mint); max-width: none; padding-left: max(5vw, 36px); padding-right: max(5vw, 36px); text-align: center; }
.home-explore .home-kicker { color: var(--ink); }
.home-explore h2 { margin: 0 auto 48px; max-width: 780px; }
.topic-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: auto; max-width: 990px; }
.topic-list a { border: 1px solid rgba(45,39,54,.32); border-radius: 999px; color: var(--ink); font-size: 15px; font-weight: 800; padding: 14px 19px; text-decoration: none; transition: background .2s ease, color .2s ease; }
.topic-list a:hover,
.topic-list a:focus-visible { background: var(--ink); color: var(--paper); }
.topic-list span { color: var(--coral); padding-left: 9px; }

.home-instagram { align-items: center; display: grid; gap: clamp(44px, 9vw, 160px); grid-template-columns: minmax(0, .9fr) minmax(290px, .8fr); }
.home-instagram-intro h2 { margin-bottom: 26px; }
.home-instagram-intro > p:not(.home-kicker) { color: var(--muted); line-height: 1.8; margin: 0 0 28px; max-width: 390px; }
.instagram-feature { background: var(--cream); min-height: 500px; overflow: hidden; }
.instagram-feature iframe { border: 0; height: 100%; min-height: 500px; width: 100%; }
.instagram-placeholder { align-items: center; display: grid; height: 500px; overflow: hidden; position: relative; }
.instagram-placeholder::after { background: linear-gradient(0deg, rgba(45,39,54,.66), transparent 64%); content: ''; inset: 0; position: absolute; }
.instagram-placeholder img { height: 100%; object-fit: cover; width: 100%; }
.instagram-placeholder span { bottom: 24px; color: var(--paper); font-family: var(--font-brand); font-size: 34px; letter-spacing: -.06em; line-height: .94; left: 25px; position: absolute; z-index: 1; }

.home-footer { background: var(--ink); color: var(--paper); padding: clamp(62px, 9vw, 126px) max(5vw, 36px) 28px; }
.home-footer-brand { align-items: center; display: flex; gap: 16px; margin-bottom: 70px; }
.home-footer-brand img { height: 54px; object-fit: contain; width: 54px; }
.home-footer .home-kicker { color: var(--sun); margin-bottom: 8px; }
.home-footer h2 { font-size: clamp(40px, 5.3vw, 72px); }
.home-footer-links { border-bottom: 1px solid rgba(255,255,255,.24); display: grid; gap: 40px; grid-template-columns: repeat(3, 1fr); padding-bottom: 65px; }
.home-footer-links > div { display: flex; flex-direction: column; gap: 11px; }
.home-footer-links p { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 900; letter-spacing: .14em; margin: 0 0 6px; }
.home-footer-links a { color: var(--paper); font-family: var(--font-brand); font-size: 23px; letter-spacing: -.04em; text-decoration: none; width: fit-content; }
.home-footer-links a:hover { color: var(--sun); }
.home-footer-bottom { color: rgba(255,255,255,.64); display: flex; font-size: 12px; justify-content: space-between; padding-top: 22px; }

@media (max-width: 780px) {
	.home-nav { gap: 8px; max-width: calc(100% - 22px); padding: 7px 8px 7px 12px; top: 10px; }
	.admin-bar .home-nav { top: 56px; }
	.home-nav-brand { font-size: 18px; }
	.home-nav-brand img { height: 30px; width: 30px; }
	.home-nav-links { gap: 0; }
	.home-nav-links a { font-size: 11px; padding: 9px 7px; }
	.home-hero { min-height: 780px; padding: 170px 24px 120px; }
	.home-hero-image { object-position: 57% 42%; }
	.home-hero-shade { background: linear-gradient(90deg, rgba(255,253,249,.97) 0%, rgba(255,253,249,.82) 62%, rgba(255,253,249,.18)); }
	.home-hero-caption { bottom: 24px; left: 24px; right: auto; }
	.home-section { padding: 82px 0; }
	.home-section-heading,
	.home-instagram { display: block; }
	.home-section-heading > p { margin-top: 26px; }
	.home-shorts { padding-left: 22px; }
	.home-shorts .home-section-heading { margin-right: 22px; }
	.shorts-rail { grid-auto-columns: minmax(220px, 76vw); padding-right: 22px; }
	.home-section-action { margin-right: 22px; }
	.journey-feature,
	.journey-feature-right .journey-feature-image,
	.journey-feature-right .journey-feature-copy { display: block; grid-column: auto; grid-row: auto; }
	.journey-feature { gap: 26px; }
	.journey-feature-right .journey-feature-copy { text-align: left; }
	.journey-feature-right .journey-feature-copy { justify-self: auto; }
	.journey-feature-copy { margin-top: 25px; }
	.home-explore { padding-left: 22px; padding-right: 22px; }
	.home-instagram-intro { margin-bottom: 38px; }
	.instagram-feature,
	.instagram-feature iframe { min-height: 440px; }
	.home-footer-links { grid-template-columns: 1fr 1fr; }
	.home-footer-links > div:last-child { grid-column: 1 / -1; }
	.home-footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
	.home-nav-brand span { display: none; }
	.home-nav-links a { font-size: 10px; padding: 9px 6px; }
	.home-footer-links { grid-template-columns: 1fr; }
	.home-footer-links > div:last-child { grid-column: auto; }
}

/* Homepage refresh, version 1.1: visual-first hero, playlist, challenge tiles, and social links. */
.home-nav { gap: 18px; }
.home-nav-links { gap: 3px; margin-left: auto; }
.home-nav-sns { font-weight: 900; }
.home-nav-icons { align-items: center; display: inline-flex; gap: 4px; margin-left: 4px; }
.home-nav-icon { align-items: center; color: var(--ink); display: inline-flex; height: 28px; justify-content: center; padding: 5px !important; width: 28px; }
.home-nav-icon:hover,
.home-nav-icon:focus-visible { background: var(--ink); color: var(--paper); }
.home-nav-icon svg { display: block; height: 17px; width: 17px; }
.home-nav-icon svg path { fill: currentColor; }
.home-nav-icon svg path[fill="var(--paper)"] { fill: var(--paper); }
.home-nav-icon:hover svg .icon-play,
.home-nav-icon:focus-visible svg .icon-play { fill: var(--ink); }

.home-hero { align-items: end; display: flex; min-height: min(880px, 100svh); padding: 150px max(5vw, 36px) 54px; }
.home-hero-media { z-index: -3; }
.home-hero-image { filter: saturate(.86) contrast(.96); object-position: center 44%; }
.home-hero-shade { display: none; }
.home-hero::after { display: none; }
.home-hero-copy { background: transparent; border: 0; border-radius: 0; box-shadow: none; max-width: 435px; padding: 0; }
.home-hero-copy > p:not(.home-kicker) { font-size: clamp(16px, 1.5vw, 20px); margin: 0 0 22px; }

.home-section-heading-single { display: block; margin-bottom: 46px; }
.home-section-heading-action { align-items: end; display: flex; grid-template-columns: none; justify-content: space-between; }
.youtube-playlist-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); max-width: 1060px; }
.youtube-playlist { background: var(--ink); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.youtube-playlist iframe { aspect-ratio: 16 / 9; border: 0; display: block; height: auto; width: 100%; }
.home-shorts { max-width: min(1240px, calc(100% - 36px)); padding-left: 0; padding-right: 0; }
.home-shorts .home-section-heading { margin-right: 0; }
.home-section-action { margin-right: 0; }

.journey-list:empty { display: none; }
.journey-feature-image:empty { background: var(--cream); }
.journey-feature-image:empty::after { background: linear-gradient(135deg, var(--lilac), var(--mint)); content: ''; display: block; height: 100%; }

.home-explore { padding-bottom: clamp(86px, 10vw, 140px); padding-top: clamp(86px, 10vw, 140px); }
.home-explore h2 { color: var(--ink); font-size: clamp(46px, 6.3vw, 96px); margin: 0 0 48px; max-width: none; }
.challenge-tiles { display: grid; gap: 8px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: auto; max-width: 1080px; }
.challenge-tile { align-items: end; aspect-ratio: 1; background-image: linear-gradient(0deg, rgba(45,39,54,.68), rgba(45,39,54,0) 58%), url('assets/challenge-tiles-v1.png'); background-repeat: no-repeat; background-size: 100% 100%, 300% 300%; color: var(--paper); display: flex; min-height: 180px; overflow: hidden; padding: clamp(14px, 2vw, 24px); position: relative; text-align: left; text-decoration: none; }
.challenge-tile::after { background: rgba(255,253,249,.18); content: ''; inset: 0; opacity: 0; position: absolute; transition: opacity .2s ease; }
.challenge-tile:hover::after,
.challenge-tile:focus-visible::after { opacity: 1; }
.challenge-tile span { font-family: var(--font-brand); font-size: clamp(23px, 3vw, 40px); letter-spacing: -.06em; line-height: .95; position: relative; z-index: 1; }
.challenge-tile-1 { background-position: 0 0, 0% 0%; }
.challenge-tile-2 { background-position: 0 0, 50% 0%; }
.challenge-tile-3 { background-position: 0 0, 100% 0%; }
.challenge-tile-4 { background-position: 0 0, 0% 50%; }
.challenge-tile-5 { background-position: 0 0, 50% 50%; }
.challenge-tile-6 { background-position: 0 0, 100% 50%; }
.challenge-tile-7 { background-position: 0 0, 0% 100%; }
.challenge-tile-8 { background-position: 0 0, 50% 100%; }
.challenge-tile-9 { background-position: 0 0, 100% 100%; }

.home-social { background: var(--cream); max-width: none; padding-left: max(5vw, 36px); padding-right: max(5vw, 36px); text-align: center; }
.home-social h2 { font-family: var(--font-brand); font-size: clamp(54px, 7vw, 106px); font-weight: 500; letter-spacing: -.08em; line-height: .9; margin: 0; }
.home-social-icons { display: flex; gap: clamp(14px, 2.2vw, 28px); justify-content: center; margin: 50px 0 38px; }
.home-social-icon { align-items: center; background: var(--paper); border: 1px solid rgba(45,39,54,.12); border-radius: 50%; color: var(--ink); display: inline-flex; height: clamp(60px, 7vw, 88px); justify-content: center; transition: background .2s ease, color .2s ease, transform .2s ease; width: clamp(60px, 7vw, 88px); }
.home-social-icon:hover,
.home-social-icon:focus-visible { background: var(--ink); color: var(--paper); transform: translateY(-4px); }
.home-social-icon svg { height: 43%; width: 43%; }
.home-social-icon svg path { fill: currentColor; }
.home-social-icon svg path[fill="var(--paper)"] { fill: var(--paper); }
.home-social-icon:hover svg .icon-play,
.home-social-icon:focus-visible svg .icon-play { fill: var(--ink); }

.home-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* Journey card rail follows the compact editorial rhythm of the reference's New Contents section. */
.home-journey .home-section-heading-action { margin-bottom: 56px; }
.journey-carousel { position: relative; }
.journey-card-grid { display: flex; gap: 34px; overflow-x: auto; padding: 0 0 14px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.journey-card-grid::-webkit-scrollbar { display: none; }
.journey-card { align-items: start; display: block; flex: 0 0 calc((100% - 68px) / 3); min-width: 0; scroll-snap-align: start; }
.journey-card .journey-feature-image { aspect-ratio: .83; border-radius: 22px; height: auto; margin-bottom: 20px; }
.journey-card .journey-feature-image .journey-image-placeholder { background: linear-gradient(145deg, var(--lilac), var(--mint) 62%, var(--sun)); }
.journey-card .journey-feature-copy { max-width: none; }
.journey-card .journey-label { margin-bottom: 12px; }
.journey-card h3 { font-size: clamp(24px, 2.1vw, 32px); line-height: 1.06; }
.journey-card .journey-feature-copy > p:not(.journey-label) { display: -webkit-box; font-size: 14px; line-height: 1.65; margin: 14px 0 16px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.journey-card .home-text-link { display: block; text-align: right; }
.twlhp-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0; }
.twlhp-tags a { background: rgba(217,201,244,.5); border-radius: 999px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .02em; padding: 7px 9px; text-decoration: none; transition: background .2s ease, color .2s ease; }
.twlhp-tags a:hover,
.twlhp-tags a:focus-visible { background: var(--ink); color: var(--paper); }
.journey-carousel-controls { display: flex; gap: 8px; justify-content: flex-end; margin-top: 24px; }
.journey-carousel-button { align-items: center; background: var(--paper); border: 1px solid rgba(45,39,54,.16); border-radius: 50%; color: var(--ink); cursor: pointer; display: inline-flex; font-size: 20px; height: 44px; justify-content: center; transition: background .2s ease, color .2s ease, transform .2s ease; width: 44px; }
.journey-carousel-button:hover,
.journey-carousel-button:focus-visible { background: var(--ink); color: var(--paper); transform: translateY(-2px); }

/* Keep the compact navigation wordmark in Futura, and use Roboto for editorial titles. */
.home-section h2,
.home-footer h2,
.home-explore h2,
.home-social h2,
.challenge-tile span,
.journey-feature h3,
.twlhp-journal-header h1,
.twlhp-story-header h1,
.twlhp-journal-card h2,
.home-footer-links a { font-family: var(--font-title); font-weight: 600; letter-spacing: -.045em; }
.home-section h2,
.home-footer h2,
.home-explore h2,
.home-social h2,
.twlhp-journal-header h1,
.twlhp-story-header h1 { line-height: .92; }
.journey-feature h3,
.twlhp-journal-card h2 { line-height: 1.03; }
.home-journey .home-section-heading-action .home-section-action { margin: 0; }
.home-explore .home-section-action { margin: 30px auto 0; max-width: 1080px; text-align: right; }

/* Journal, topic, and story pages keep the parent navigation while presenting only titles, dates, and topic tags. */
.twlhp-journal,
.twlhp-story { background: var(--paper); color: var(--ink); min-height: 65vh; padding: clamp(130px, 16vw, 190px) max(5vw, 36px) clamp(92px, 12vw, 150px); }
.twlhp-journal-header { border-bottom: 1px solid var(--line); margin: 0 auto clamp(48px, 7vw, 80px); max-width: 1240px; padding-bottom: clamp(28px, 4vw, 52px); }
.twlhp-eyebrow,
.twlhp-post-date { color: var(--lilac-deep); font-size: 11px; font-weight: 900; letter-spacing: .14em; margin: 0 0 14px; text-transform: uppercase; }
.twlhp-journal-header h1,
.twlhp-story-header h1 { font-family: var(--font-brand); font-size: clamp(54px, 8vw, 118px); font-weight: 500; letter-spacing: -.08em; line-height: .88; margin: 0; }
.twlhp-journal-grid { display: grid; gap: clamp(38px, 5vw, 68px) 28px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1240px; }
.twlhp-journal-card { min-width: 0; }
.twlhp-journal-image { aspect-ratio: .83; background: linear-gradient(145deg, var(--lilac), var(--mint) 62%, var(--sun)); border-radius: 22px; display: block; margin-bottom: 22px; overflow: hidden; }
.twlhp-journal-image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.twlhp-journal-image:hover img { transform: scale(1.04); }
.twlhp-journal-card h2 { font-family: var(--font-brand); font-size: clamp(26px, 2.4vw, 37px); font-weight: 500; letter-spacing: -.06em; line-height: 1.04; margin: 0; }
.twlhp-journal-card h2 a { color: var(--ink); text-decoration: none; }
.twlhp-journal-excerpt { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 14px 0 0; }
.twlhp-journal .navigation.pagination { margin: 60px auto 0; max-width: 1240px; }
.twlhp-journal .nav-links { display: flex; gap: 8px; }
.twlhp-journal .page-numbers { align-items: center; border: 1px solid rgba(45,39,54,.15); border-radius: 50%; color: var(--ink); display: inline-flex; font-size: 14px; font-weight: 800; height: 40px; justify-content: center; text-decoration: none; width: 40px; }
.twlhp-journal .page-numbers.current,
.twlhp-journal .page-numbers:hover { background: var(--ink); color: var(--paper); }
.twlhp-story-article { margin: 0 auto; max-width: 830px; }
.twlhp-story-header { border-bottom: 1px solid var(--line); margin-bottom: clamp(38px, 5vw, 64px); padding-bottom: clamp(32px, 4vw, 50px); }
.twlhp-story-header .twlhp-tags { margin-bottom: 0; margin-top: 26px; }
.twlhp-story-content { color: var(--ink); font-size: clamp(17px, 1.55vw, 20px); line-height: 1.9; }
.twlhp-story-content p { margin: 0 0 1.45em; }

@media (max-width: 780px) {
	.twlhp-journal,
	.twlhp-story { padding-left: 22px; padding-right: 22px; }
	.twlhp-journal-grid { gap: 48px 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.twlhp-journal-card h2 { font-size: 25px; }
}

@media (max-width: 430px) {
	.twlhp-journal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
	.home-nav { gap: 4px; }
	.home-nav-links { gap: 0; }
	.home-nav-links a { font-size: 10px; padding: 8px 5px; }
	.home-nav-icons { gap: 0; margin-left: 1px; }
	.home-nav-icon { height: 22px; padding: 3px !important; width: 22px; }
	.home-nav-icon svg { height: 14px; width: 14px; }
	.home-hero { min-height: 72svh; padding: 130px 24px 32px; }
	.home-hero-image { object-position: center 41%; }
	.home-hero-shade { display: none; }
	.home-hero-copy { max-width: 340px; padding: 18px; }
	.home-section-heading-action { align-items: flex-start; display: flex; gap: 24px; }
	.home-section-heading-action .home-button { flex: none; font-size: 12px; gap: 11px; padding: 12px 14px; }
	.home-shorts { max-width: calc(100% - 44px); }
	.challenge-tiles { gap: 5px; }
	.challenge-tile { min-height: 110px; padding: 10px; }
	.challenge-tile span { font-size: clamp(17px, 6vw, 24px); }
	.home-social { padding-left: 22px; padding-right: 22px; }
	.home-social-icons { margin: 38px 0 30px; }
	.home-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.journey-card-grid { gap: 24px; }
	.journey-card { flex-basis: calc((100% - 24px) / 2); }
	.journey-card h3 { font-size: 23px; }
}

@media (max-width: 430px) {
	.home-nav-brand span { display: none; }
	.home-nav-links a { font-size: 9px; padding: 8px 4px; }
	.home-nav-icon { width: 20px; }
	.home-section-heading-action { display: block; }
	.home-section-heading-action .home-button { margin-top: 24px; }
	.journey-card { flex-basis: 100%; }
}
