/* === home.handlebars === */
/* ---- page-only: hero composition ---- */
	.hero {
		position: relative; overflow: hidden; padding: 76px 0 0;
		background:
			radial-gradient(760px 460px at 88% 4%, rgba(226,85,74,.10), transparent 62%),
			radial-gradient(620px 420px at 4% 78%, rgba(111,143,119,.12), transparent 62%),
			var(--cream);
	}
	.hero_mark { position: absolute; right: -80px; top: 40px; width: 560px; opacity: .05; pointer-events: none; }
	.hero_inner { position: relative; z-index: 2; }
	.hero h1 {
		font-size: clamp(42px, 6.4vw, 82px); margin: 22px 0 0; max-width: 13.5em;
		letter-spacing: -2px; line-height: 1.06; font-weight: 900;
	}
	.hero_row { display: grid; grid-template-columns: 1.06fr .94fr; gap: 58px; align-items: center; margin-top: 30px; }
	.hero .lead { font-size: 19px; max-width: 29em; margin-bottom: 5em; }
	.hero_actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 0; }
	.hero_micro { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: 14.5px; color: var(--muted); }
	.hero_micro .icon { width: 18px; height: 18px; color: var(--sage); stroke-width: 2.2; }

	.hero_art { position: relative; justify-self: end; width: 100%; max-width: 27em; }
	.blob_a { border-radius: 58% 42% 46% 54% / 50% 46% 54% 50%; overflow: hidden; box-shadow: var(--shadow-lg); }
	.blob_a img { width: 100%; aspect-ratio: 1/1.06; object-fit: cover; }
	.blob_b {
		position: absolute; right: -20px; bottom: -28px; width: 45%;
		border-radius: 46% 54% 58% 42% / 54% 50% 50% 46%;
		overflow: hidden; border: 5px solid var(--cream); box-shadow: var(--shadow-md);
	}
	.blob_b img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
	.float_card {
		position: absolute; left: -26px; top: 40px; background: #fff; border-radius: 18px;
		padding: 14px 18px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px;
	}
	.float_card .badge_circle {
		width: 42px; height: 42px; border-radius: 50%; background: var(--sage-soft);
		color: var(--sage); display: flex; align-items: center; justify-content: center; flex: none;
	}
	.float_card b { display: block; font-size: 16px; color: var(--ink); font-weight: 800; line-height: 1.2; }
	.float_card span { font-size: 12px; color: var(--muted); font-weight: 600; }

	.hero .stat_strip { margin-top: 76px; }

	/* founder teaser */
	.founder_card {
		background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
		box-shadow: var(--shadow-md); overflow: hidden;
		display: grid; grid-template-columns: .8fr 1.2fr; align-items: stretch;
	}
	.founder_photo { position: relative; background: var(--cream-3); }
	.founder_photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
	.founder_photo .cap {
		position: absolute; left: 20px; bottom: 20px; right: 20px;
		background: rgba(47,44,39,.84); backdrop-filter: blur(6px); color: var(--cream);
		border-radius: 12px; padding: 9px 14px; font-size: 11.5px;
		letter-spacing: 1.6px; text-transform: uppercase; font-weight: 800;
	}
	.founder_txt { padding: 52px 54px; display: flex; flex-direction: column; justify-content: center; }
	.founder_txt blockquote {
		font-family: var(--serif); font-style: italic; font-weight: 500;
		font-size: clamp(23px, 2.9vw, 35px); line-height: 1.36; color: var(--ink);
		letter-spacing: -0.4px; margin: 20px 0 22px;
	}
	.founder_txt blockquote strong { color: var(--coral); font-weight: 600; }
	.founder_sign { display: flex; align-items: center; gap: 15px; margin: 26px 0 28px; }
	.founder_sign img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
	.founder_sign b { display: block; font-size: 18px; color: var(--ink); font-weight: 800; }
	.founder_sign span { font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); font-weight: 800; }

	.journey_cta {
		margin-top: 44px; background: #fff; border: 1px solid var(--line); border-radius: var(--r);
		padding: 28px 34px; box-shadow: var(--shadow-sm);
		display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
	}
	.journey_cta p { max-width: 40em; }
	.journey_cta b { color: var(--ink); font-weight: 800; }
	.center_row { display: flex; justify-content: center; margin-top: 44px; }

	@media (max-width: 1080px) {
		.hero_row { grid-template-columns: 1fr; gap: 66px; }
		.hero_copy { justify-self: center; width: 100%; max-width: 29em; }
		.hero_art { justify-self: center; max-width: 24em; }
		.founder_card { grid-template-columns: 1fr; }
		.founder_photo img { min-height: 340px; }
		.founder_txt { padding: 42px 38px 46px; }
	}
	@media (max-width: 900px) {
		.hero { padding-top: 50px; }
		.hero .stat_strip { margin-top: 56px; }
	}
	@media (max-width: 520px) {
		.hero h1 { letter-spacing: -1.2px; }
		.hero_art .float_card { left: -6px; padding: 11px 14px; }
		.blob_b { right: -8px; }
		.founder_txt { padding: 34px 24px 38px; }
	}

/* === how_it_works.handlebars === */
/* ---- page-only: phase cards, pair columns, why cards ---- */
	.ph_head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
	.ph_when { font-size: 11.5px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; color: var(--muted); }
	.ph_card h3 { font-size: 21px; margin: 0 0 9px; }
	.ph_card p { font-size: 15.3px; }
	.ph_card .ticks { margin-top: 14px; }

	.pair_card { display: flex; flex-direction: column; }
	.pair_card h3 { font-size: 23px; margin: 18px 0 7px; }
	.pair_card .pair_sub { font-size: 14.6px; color: var(--muted); margin-bottom: 12px; }
	.crosses.divided { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 16px; }

	.why_card h3 { font-size: 21px; margin: 18px 0 9px; }
	.why_card p { font-size: 15.3px; }
	.why_card .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; border-top: 1px solid var(--line); padding-top: 16px; }
	.why_card .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: none; }
	.why_card .who b { display: block; font-size: 14.5px; color: var(--ink); font-weight: 800; line-height: 1.25; }
	.why_card .who span { font-size: 11.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); font-weight: 800; }

	.center_row { display: flex; justify-content: center; margin-top: 42px; }
	.stack_notes { display: grid; gap: 20px; }

	@media (max-width: 900px) {
		.ph_head { margin-bottom: 13px; }
	}

/* === contact.handlebars === */
.contact_grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: start; }

	.channel {
		display: flex; align-items: center; gap: 16px; padding: 18px 20px;
		border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--white);
		transition: border-color .16s, transform .16s, box-shadow .16s; color: inherit;
	}
	.channel:hover { border-color: #d8ccb8; transform: translateX(3px); box-shadow: var(--shadow-sm); }
	.channel + .channel { margin-top: 12px; }
	.channel b { display: block; font-size: 15.5px; color: var(--ink); font-weight: 800; line-height: 1.3; }
	.channel span { font-size: 13.5px; color: var(--muted); font-weight: 600; }
	.channel .go { margin-left: auto; color: var(--muted); }

	.hours_row { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; font-size: 15px; border-bottom: 1px solid var(--line-soft); }
	.hours_row:last-child { border-bottom: none; }
	.hours_row b { color: var(--ink); font-weight: 800; }
	.hours_row.off span { color: var(--muted); }

	.tz_card {
		background: var(--sage-soft); border: 1px solid #d6e3d9; border-radius: var(--r);
		padding: 22px 26px; display: flex; gap: 15px; align-items: flex-start; margin-top: 22px;
	}
	.tz_card .icon { width: 22px; height: 22px; color: var(--sage-deep); margin-top: 4px; }
	.tz_card h4 { font-size: 16px; margin-bottom: 6px; }
	.tz_card p { font-size: 14.8px; }
	.tz_clocks { display: flex; gap: 26px; margin-top: 14px; flex-wrap: wrap; }
	.tz_clocks div { font-size: 13px; color: var(--sage-deep); font-weight: 700; }
	.tz_clocks b { display: block; font-size: 21px; color: var(--ink); font-weight: 900; letter-spacing: -.6px; }

	.next_step { display: flex; gap: 16px; align-items: flex-start; }
	.next_step + .next_step { margin-top: 24px; }
	.next_num {
		width: 34px; height: 34px; border-radius: 50%; flex: none; background: var(--coral-soft);
		color: var(--coral-deep); display: flex; align-items: center; justify-content: center;
		font-size: 14px; font-weight: 900;
	}
	.next_step h4 { font-size: 16.5px; margin-bottom: 4px; }
	.next_step p { font-size: 15px; }

	.addr_card { display: flex; gap: 18px; align-items: flex-start; }
	.addr_card img { height: 66px; width: auto; flex: none; }

	@media (max-width: 1080px) { .contact_grid { grid-template-columns: 1fr; } }

/* === services.handlebars === */
.svc_row {
		display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center;
		padding: 62px 0; border-bottom: 1px solid var(--line);
	}
	.svc_row:last-child { border-bottom: none; }
	.svc_row.flip .svc_art { order: 2; }
	.svc_art { position: relative; }
	.svc_art img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
	.svc_art .badge {
		position: absolute; left: -18px; bottom: -18px; background: #fff;
		border-radius: 18px; padding: 14px 20px; box-shadow: var(--shadow-md);
		display: flex; align-items: center; gap: 12px;
	}
	.svc_art .badge b { display: block; font-size: 15.5px; color: var(--ink); font-weight: 800; line-height: 1.2; }
	.svc_art .badge span { font-size: 12px; color: var(--muted); font-weight: 700; }
	.svc_txt h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 16px 0 14px; }
	.svc_txt > p { font-size: 17px; max-width: 34em; }
	.svc_cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; margin: 24px 0 26px; }
	.svc_actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
	.who_card { text-align: left; }
	.who_card h3 { font-size: 20px; margin: 16px 0 8px; }
	.who_card p { font-size: 15.3px; }
	.price_grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: stretch; }
	.price_card { display: flex; flex-direction: column; }
	.price_card .tagline { font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
	.price_card h3 { font-size: 27px; margin: 12px 0 12px; }
	.price_card p { font-size: 15.6px; }
	@media (max-width: 1080px) {
		.svc_row, .price_grid { grid-template-columns: 1fr; gap: 34px; }
		.svc_row.flip .svc_art { order: 0; }
		.svc_art .badge { left: 14px; bottom: -14px; }
	}
	@media (max-width: 640px) { .svc_cols { grid-template-columns: 1fr; } }

/* === services_admissions.handlebars === */
/* ---- page-only: program spec rows, checklist columns ---- */
	.prog_card { display: flex; flex-direction: column; }
	.prog_card h3 { font-size: 21px; margin: 18px 0 10px; }
	.prog_card > p { font-size: 15.2px; }
	.spec { border-top: 1px solid var(--line-soft); margin-top: auto; padding-top: 16px; display: grid; gap: 12px; }
	.spec_row { display: grid; grid-template-columns: 82px 1fr; gap: 14px; align-items: start; }
	.spec_row b { font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
	.spec_row span { font-size: 14.4px; }
	.doc_cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
	.side_stack { display: grid; gap: 18px; align-content: start; }
	.sib_grid { margin-top: 8px; }
	@media (max-width: 700px) { .doc_cols { grid-template-columns: 1fr; } }

/* === services_visas.handlebars === */
/* ---- page-only: visa comparison cards + prep list ---- */
	.vs_card { display: flex; flex-direction: column; }
	.vs_card h3 { font-size: 27px; margin: 18px 0 4px; }
	.vs_card .vs_for { font-size: 12px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; color: var(--muted); }
	.vs_card > p { font-size: 15.6px; margin-top: 12px; }
	.spec { border-top: 1px solid var(--line-soft); margin-top: 22px; padding-top: 18px; display: grid; gap: 14px; }
	.spec_row { display: grid; grid-template-columns: 108px 1fr; gap: 14px; align-items: start; }
	.spec_row b { font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
	.spec_row span { font-size: 14.6px; }
	.prep_cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
	.side_stack { display: grid; gap: 18px; align-content: start; }
	@media (max-width: 700px) { .prep_cols { grid-template-columns: 1fr; } }

/* === services_arrival.handlebars === */
/* ---- page-only: housing trade-off rows + section photos ---- */
	.hous_card { display: flex; flex-direction: column; }
	.hous_card h3 { font-size: 22px; margin: 18px 0 10px; }
	.hous_card > p { font-size: 15.2px; }
	.spec { border-top: 1px solid var(--line-soft); margin-top: auto; padding-top: 16px; display: grid; gap: 12px; }
	.spec_row { display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: start; }
	.spec_row b { font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
	.spec_row span { font-size: 14.4px; }
	.photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
	.side_stack { display: grid; gap: 18px; align-content: start; }
	.month_card h3 { font-size: 20px; margin: 16px 0 8px; }
	.month_card p { font-size: 15.2px; }
	@media (max-width: 700px) { .spec_row { grid-template-columns: 1fr; gap: 2px; } }

/* === about_warm.handlebars === */
/* ---- page-only: signature row under the intro ---- */
	.sig_row { display: flex; align-items: center; gap: 15px; margin-top: 34px; }
	.sig_row img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); flex: none; }
	.sig_row b { display: block; font-size: 18px; color: var(--ink); font-weight: 800; }
	.sig_row span { font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); font-weight: 800; }

	/* ---- page-only: the pull quote ---- */
	.big_quote { text-align: center; max-width: 80em; margin: 0 auto; }
	.big_quote .mark { color: var(--coral); opacity: .3; font-family: var(--serif); font-size: 96px; line-height: .6; display: block; }
	.big_quote blockquote {
		font-family: var(--serif); font-style: italic; font-weight: 500;
		font-size: clamp(26px, 4vw, 44px); line-height: 1.32; color: var(--ink);
		letter-spacing: -0.6px; margin-top: 18px;
	}
	.big_quote blockquote strong { color: var(--coral); font-weight: 600; }
	.big_quote .who { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 34px; }
	.big_quote .who img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
	.big_quote .who b { display: block; font-size: 16.5px; color: var(--ink); font-weight: 800; text-align: left; }
	.big_quote .who span { display: block; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); font-weight: 800; text-align: left; }

	/* ---- page-only: team cards ---- */
	.team_card { display: flex; gap: 26px; align-items: flex-start; }
	.team_card > img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; flex: none; box-shadow: var(--shadow-sm); }
	.team_card h3 { font-size: 23px; margin-bottom: 4px; }
	.team_card .role { display: block; font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); font-weight: 800; margin-bottom: 14px; }
	.team_card p { font-size: 15.4px; }
	.team_langs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }

	/* ---- page-only: credentials ---- */
	.stat .icef_mark { height: 44px; width: auto; margin: -3px auto 0; }

	@media (max-width: 560px) {
		.team_card { flex-direction: column; gap: 18px; }
	}

/* === faq.handlebars === */
/* ---- page-only: decorative search, jump chips, anchor offsets ---- */
	.faq_search { max-width: 31em; margin-top: 28px; margin-bottom: 0; }
	.faq_search .in_wrap { position: relative; }
	.faq_search .in_wrap .icon {
		position: absolute; left: 17px; top: 50%; transform: translateY(-50%);
		width: 19px; height: 19px; color: var(--muted); pointer-events: none;
	}
	.faq_search input { padding-left: 48px; background: var(--white); }

	.jump_row { display: flex; flex-direction: column; align-items: center; gap: 16px; }
	.jump_row .eyebrow { font-size: 11.5px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
	.chips.center { justify-content: center; }

	.faq_sec { scroll-margin-top: 100px; }
	.faq_sec .section_head { margin-bottom: 30px; }
	.faq_count { font-size: 12px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; color: var(--muted); }
	.center_row { display: flex; justify-content: center; margin-top: 38px; }

	@media (max-width: 900px) {
		.faq_sec { scroll-margin-top: 80px; }
	}

/* === review_warm.handlebars === */
/* ---- page-only: rating row + reviewer identity in the hero ---- */
	.rate_row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
	.rate_row .stars { font-size: 19px; }
	.rate_row .verified { font-size: 13px; font-weight: 700; color: var(--muted); }
	.hero_who { display: flex; align-items: center; gap: 15px; margin-top: 28px; }
	.hero_who b { display: block; font-size: 18px; color: var(--ink); font-weight: 800; }
	.hero_who span { display: block; font-size: 12.5px; color: var(--muted); font-weight: 700; }
	.page_hero h1 em.script { display: inline; }

	/* ---- page-only: journey facts ---- */
	.fact_grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
	.fact {
		background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm);
		padding: 22px 22px 24px; box-shadow: var(--shadow-sm);
	}
	.fact .lab { display: block; font-size: 11px; font-weight: 900; letter-spacing: 1.7px; text-transform: uppercase; color: var(--muted); margin: 14px 0 7px; }
	.fact b { display: block; font-size: 16.5px; color: var(--ink); font-weight: 800; line-height: 1.3; }

	/* ---- page-only: shared photo gallery ---- */
	.gallery figure { margin: 0; }
	.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow-md); }
	.gallery figcaption { font-size: 13px; font-weight: 700; color: var(--muted); margin-top: 12px; }

	.center_row { display: flex; justify-content: center; margin-top: 44px; }

	@media (max-width: 1080px) { .fact_grid { grid-template-columns: repeat(3, 1fr); } }
	@media (max-width: 700px)  { .fact_grid, .gallery { grid-template-columns: 1fr 1fr; } }
	@media (max-width: 520px)  { .fact_grid, .gallery { grid-template-columns: 1fr; } }

/* === blog.handlebars === */
.chips_bar {
		display: flex; align-items: center; justify-content: space-between;
		gap: 22px; flex-wrap: wrap;
	}
	.chips_bar .count { font-size: 13px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); }
	.feat_wrap { margin-top: 34px; }
	.rank_list { list-style: none; counter-reset: rank; }
	.rank_list li { counter-increment: rank; border-bottom: 1px solid var(--line-soft); }
	.rank_list li:last-child { border-bottom: none; }
	.rank_list a { display: flex; gap: 16px; align-items: baseline; padding: 15px 2px; color: var(--ink); font-weight: 800; font-size: 17px; line-height: 1.34; }
	.rank_list a:hover { color: var(--coral-deep); }
	.rank_list .num { flex: none; width: 26px; font-size: 13px; font-weight: 900; color: var(--coral); letter-spacing: .5px; }
	.rank_list .r_meta { margin-left: auto; padding-left: 18px; font-size: 11.5px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
	.badge_thumb { background: var(--cream-2); display: flex; align-items: center; justify-content: center; }
	.badge_thumb img { aspect-ratio: 16/10; object-fit: contain; padding: 30px 40px; }
	.why_card { display: flex; flex-direction: column; }
	.faces { display: flex; margin-bottom: 20px; }
	.faces img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 3px solid var(--white); box-shadow: var(--shadow-sm); }
	.faces img + img { margin-left: -16px; }
	.why_card h3 { font-size: 21px; margin-bottom: 10px; }
	.why_card p { font-size: 15.3px; }
	.pager { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 46px; flex-wrap: wrap; }
	.pager .chip { display: inline-flex; align-items: center; gap: 8px; }
	.pager .chip.num { min-width: 46px; justify-content: center; }
	.pager .chip.off { opacity: .42; cursor: default; }
	.pager .chip.off:hover { border-color: var(--line); color: var(--body); }
	.pager .icon { width: 16px; height: 16px; }
	.sub_grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; align-items: stretch; }
	.mail_card { display: flex; flex-direction: column; justify-content: center; }
	.mail_card h3 { font-size: 21px; margin: 16px 0 10px; }
	.mail_card p { font-size: 15.3px; }
	@media (max-width: 1080px) {
		.sub_grid { grid-template-columns: 1fr; }
	}
	@media (max-width: 900px) {
		.rank_list .r_meta { display: none; }
	}

/* === blog_post.handlebars === */
.art_hero { padding-bottom: 40px; }
	.art_hero h1 { font-size: clamp(32px, 4.6vw, 52px); max-width: 22em; }
	.tag.inline_tag { position: static; left: auto; top: auto; background: var(--white); border: 1px solid var(--line); }
	.byline { display: flex; align-items: center; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
	.byline img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; flex: none; }
	.byline b { display: block; font-size: 16.5px; color: var(--ink); font-weight: 800; line-height: 1.3; }
	.byline .who_meta { font-size: 11.5px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); }
	.byline .dots { display: flex; align-items: center; gap: 9px; margin-left: auto; font-size: 12.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); }
	.byline .dots .icon { width: 15px; height: 15px; color: var(--sage); }
	.hero_shot img { width: 100%; aspect-ratio: 21/9; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
	.prose h2 { scroll-margin-top: 110px; }
	.prose .ticks { margin-left: 0; }
	.prose .btn { text-decoration: none; }
	.prose .q_note { font-size: 16.2px; }
	.prose .q_note b { color: var(--ink); font-weight: 800; }
	@media (max-width: 900px) {
		.hero_shot img { aspect-ratio: 16/10; border-radius: var(--r); }
		.byline .dots { margin-left: 0; width: 100%; }
	}
