/* ==========================================================================
   Jetour — base: design tokens, reset, typography, layout, content vocabulary.
   Loaded on every page after fonts.css (handle jetour-base).
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
	/* brand */
	--jt-teal: #39AEB1;          /* primary brand colour (kit "Main") */
	--jt-teal-hover: #026F73;    /* button hover */
	--jt-teal-ink: #2A9396;      /* teal that passes AA on white for text */
	--jt-teal-tint: #EEF8F8;     /* light teal surfaces */
	--jt-green: #3CB49C;         /* footer hover / social icons / scrollbar (legacy accent) */
	--jt-link: #02A78F;
	--jt-link-hover: #42AA7B;

	/* neutrals */
	--jt-black: #000;
	--jt-ink: #111;              /* headings */
	--jt-text: #1a1a1a;          /* body */
	--jt-soft: #4D4D4D;          /* secondary text */
	--jt-mute: #7A7A7A;          /* captions, dates */
	--jt-line: #D4D4D4;          /* layout dividers (#D0D0D0–#DDD in the sources) */
	--jt-line-input: #DDDDDD;    /* input underline */
	--jt-line-2: #EBEBEB;        /* card borders */
	--jt-hair: #ECECEC;          /* subtle lines */
	--jt-line-dark: #6F6F6F;     /* lines on the dark footer */
	--jt-bg: #fff;
	--jt-bg-muted: #F0F0F0;      /* grey bands (home, models, 404) */
	--jt-bg-soft: #F3F3F3;       /* card/section grey */
	--jt-bg-hover: #F2F2F2;
	--jt-bg-faint: #FAFAFA;
	--jt-overlay: rgba(0, 0, 0, .35);
	--jt-dark: #111111;          /* footer */
	--jt-dark-2: #161616;        /* button hover (dark) */
	--jt-dark-video: #0C0F13;    /* offers: video fallback + dark bands (design-system "dark-2") */
	--jt-error: #E0453B;
	--jt-success: #2E9E6B;

	/* type */
	--jt-font-display: "Normalidad", "Noto Sans Georgian", system-ui, sans-serif;
	--jt-font-sans: "Noto Sans Georgian", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--jt-font-caps: "Mark GEO CAPS", "Noto Sans Georgian", system-ui, sans-serif;
	--jt-font-accent: "Bruno Ace", "Noto Sans Georgian", system-ui, sans-serif;
	--jt-font-accent-sc: "Bruno Ace SC", "Bruno Ace", system-ui, sans-serif;
	--jt-font-abel: "Abel", "Noto Sans Georgian", system-ui, sans-serif;

	--jt-fs-body: 14px;          /* body 14/1.6 as on the approved pages; .jt-prose uses 16/1.8 */
	--jt-lh-body: 1.6;
	--jt-h1: 50px;  --jt-h1-lh: 1;      /* Normalidad display */
	--jt-h2: 42px;  --jt-h2-lh: 56px;   /* section band titles */
	--jt-h2-sm: 32px; --jt-h2-sm-lh: 42px;
	--jt-h3: 24px;  --jt-h3-lh: 1.3;
	--jt-h4: 18px;  --jt-h4-lh: 1.2;
	--jt-small: 12px;
	--jt-tracking-caps: .14em;

	/* layout */
	--jt-container: 1440px;
	--jt-container-narrow: 900px;
	--jt-gutter: 40px;
	--jt-section: 100px;         /* large band padding (desktop) */
	--jt-section-sm: 50px;       /* standard section padding */
	--jt-offset-top: 100px;      /* first light section under the fixed header */
	--jt-stack: 20px;            /* default vertical rhythm between stacked widgets */
	--jt-header-h: 65px;         /* fixed header height (kept in sync by JS) */
	--jt-logo-w: 140px;
	--jt-space-1: 4px; --jt-space-2: 8px; --jt-space-3: 12px; --jt-space-4: 16px; --jt-space-5: 20px; --jt-space-6: 24px;
	--jt-space-7: 32px; --jt-space-8: 40px; --jt-space-9: 48px; --jt-space-10: 56px; --jt-space-11: 64px; --jt-space-12: 80px; --jt-space-13: 100px;

	/* shape & motion */
	--jt-radius: 1px;            /* buttons */
	--jt-radius-md: 5px;         /* cards (mega menu, pills) */
	--jt-radius-lg: 24px;
	--jt-radius-pill: 100px;
	--jt-shadow: 0 16px 40px rgba(0, 0, 0, .08);
	--jt-shadow-sm: 0 4px 16px rgba(0, 0, 0, .12);
	--jt-shadow-md: 0 6px 20px rgba(0, 0, 0, .18);
	--jt-shadow-lg: 0 18px 40px -12px rgba(0, 0, 0, .3), 0 1px 3px rgba(0, 0, 0, .08);
	--jt-shadow-card: 0 40px 70px -24px rgba(0, 0, 0, .45), 0 2px 8px rgba(0, 0, 0, .08);
	--jt-shadow-teal: 0 10px 24px rgba(57, 174, 177, .28);
	--jt-shadow-teal-sm: 0 8px 24px rgba(57, 174, 177, .12);
	--jt-ring-teal: 0 0 0 3px rgba(57, 174, 177, .18);
	--jt-focus-ring: 0 0 0 2px #fff, 0 0 0 4px var(--jt-teal);
	--jt-reveal-dur: .85s;
	--jt-reveal-shift: 18px;
	--jt-stagger: 70ms;
	--jt-ease: cubic-bezier(.22, .61, .36, 1);
	--jt-ease-out: cubic-bezier(.16, 1, .3, 1);
	--jt-ease-std: cubic-bezier(.4, 0, .2, 1);
	--jt-ease-pop: cubic-bezier(.2, .7, .2, 1);
	--jt-ease-cards: cubic-bezier(.05, .61, .41, .95); /* expanding cards (car page) */
	--jt-dur-fast: .25s;
	--jt-dur: .35s;
	--jt-dur-slow: .6s;
	--jt-count-duration: 2000ms;

	/* scrollbar (legacy site custom CSS) */
	--jt-scrollbar-track: #000;
	--jt-scrollbar-thumb: #3CB49C;
	--jt-scrollbar-thumb-hover: #27967F;
}
@media (max-width: 1024px) {
	:root { --jt-logo-w: 100px; --jt-h1: 44px; --jt-h2: 40px; --jt-h2-lh: 50px; }
}
@media (max-width: 767px) {
	:root {
		--jt-gutter: 20px;
		--jt-section: 50px;
		--jt-section-sm: 30px;
		--jt-offset-top: 80px;
		--jt-h1: 34px; --jt-h1-lh: 1.1;
		--jt-h2: 24px; --jt-h2-lh: 32px;
		--jt-h2-sm: 24px; --jt-h2-sm-lh: 32px;
		--jt-h3: 20px;
		--jt-h4: 16px;
	}
}

/* --------------------------------------------------------------------------
   2. Reset
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--jt-header-h) + 16px);
	scrollbar-width: thin;
	scrollbar-color: var(--jt-scrollbar-thumb) var(--jt-scrollbar-track);
	overflow-x: clip;
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}
body {
	margin: 0;
	background: var(--jt-bg);
	color: var(--jt-text);
	font-family: var(--jt-font-sans);
	font-size: var(--jt-fs-body);
	line-height: var(--jt-lh-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
	-webkit-tap-highlight-color: transparent;
}
body.jt-lock, body.jt-no-scroll { overflow: hidden; }
/* Georgian words are long and do not hyphenate, and the display face is extended, so a single
   word can be wider than its column on phones (e.g. "თავგადასავლებისთვის" needs 17px to fit a
   335px box at the 24px mobile h2 — far too small to shrink to). `break-word` only splits a word
   that cannot fit on a line of its own, so ordinary headings are untouched and nothing is ever
   clipped. Keep this on any new heading or card-title component. */
h1, h2, h3, h4, h5, h6 { margin: 0; color: var(--jt-ink); line-height: 1.15; font-weight: 700; overflow-wrap: break-word; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.4em; }
figure { margin: 0; }
img, svg, video, iframe { max-width: 100%; height: auto; vertical-align: middle; }
img { border-style: none; }
a { color: var(--jt-teal-ink); text-decoration: none; transition: color var(--jt-dur) var(--jt-ease); }
a:hover { color: var(--jt-teal-hover); }
button, input, select, textarea { font: inherit; color: inherit; margin: 0; }
button { cursor: pointer; background: none; border: 0; padding: 0; appearance: none; -webkit-appearance: none; }
button:focus:not(:focus-visible) { outline: 0; }
/* Focus — the browser's own ring is replaced, not removed: keyboard users still get a clear,
   on-brand indicator (a soft teal halo that fades in), while mouse and touch users never see it.
   Never add `outline: none` without a :focus-visible replacement. */
:where(a, button, input, select, textarea, summary, [tabindex]):focus { outline: none; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: none;
	border-radius: var(--jt-focus-radius, 2px);
	box-shadow: var(--jt-focus-ring);
	transition: box-shadow .18s var(--jt-ease-out);
}
/* Round controls keep their own shape. */
.jt-arrow:focus-visible, .jt-lang__btn:focus-visible, .jt-wa-btn:focus-visible { --jt-focus-radius: 50%; }
::-moz-focus-inner { border: 0; }
table { border-collapse: collapse; width: 100%; }
hr { border: 0; border-top: 1px solid var(--jt-line); margin: 32px 0; }
::selection { background: var(--jt-teal); color: #fff; }

/* Scrollbar — kept from the site's custom CSS. */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--jt-scrollbar-track); }
::-webkit-scrollbar-thumb { background: var(--jt-scrollbar-thumb); }
::-webkit-scrollbar-thumb:hover { background: var(--jt-scrollbar-thumb-hover); }

/* Accessibility helpers */
.jt-visually-hidden, .screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%);
	white-space: nowrap; border: 0;
}
.jt-skip {
	position: absolute; left: 12px; top: -100px;
	z-index: 1000;
	padding: 10px 16px;
	background: var(--jt-ink); color: #fff;
	font-weight: 600;
}
.jt-skip:focus { top: calc(var(--jt-header-h) + 12px); color: #fff; }

/* WordPress admin bar */
.admin-bar { --jt-admin-bar: 32px; }
@media screen and (max-width: 782px) { .admin-bar { --jt-admin-bar: 46px; } }

/* --------------------------------------------------------------------------
   3. Typography
   -------------------------------------------------------------------------- */
.jt-display, .jt-h1, .jt-h2 { font-family: var(--jt-font-display); font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.jt-h1 { font-size: var(--jt-h1); line-height: var(--jt-h1-lh); }
.jt-h2 { font-size: var(--jt-h2); line-height: var(--jt-h2-lh); }
.jt-h2--sm { font-size: var(--jt-h2-sm); line-height: var(--jt-h2-sm-lh); }
.jt-h3 { font-family: var(--jt-font-display); font-size: var(--jt-h3); line-height: var(--jt-h3-lh); font-weight: 900; }
.jt-h4 { font-size: var(--jt-h4); line-height: var(--jt-h4-lh); font-weight: 600; }
.jt-caps { font-family: var(--jt-font-caps); font-weight: 500; }
.jt-accent { font-family: var(--jt-font-accent); }
.jt-eyebrow { font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: var(--jt-teal-ink); }
.jt-lead { font-size: 18px; line-height: 1.75; color: var(--jt-soft); }
.jt-mute { color: var(--jt-mute); }
/* Georgian and text-transform: uppercase — measured, not assumed (Chrome/WebKit/Gecko, 2026-09-10):
   CSS uppercase does NOT map Mkhedruli to Mtavruli (Unicode keeps that mapping out of the default
   case map, unlike JS toUpperCase()), so Georgian headings render unchanged and Normalidad /
   Mark GEO CAPS never fall back for missing Mtavruli glyphs. The uppercase above therefore only
   affects Latin words inside headings ("Jetour-ის შესახებ" → "JETOUR-ის შესახებ"), which is exactly
   how the site has always looked. Do not add a :lang(ka) { text-transform: none } override: it would
   silently un-capitalise those Latin words. */

/* --------------------------------------------------------------------------
   4. Layout
   -------------------------------------------------------------------------- */
.jt-site { position: relative; }
.jt-main { display: block; }
.jt-container {
	width: 100%;
	max-width: var(--jt-container);
	margin-left: auto; margin-right: auto;
	padding-left: var(--jt-gutter); padding-right: var(--jt-gutter);
}
.jt-container--narrow { max-width: var(--jt-container-narrow); }
.jt-container--wide { max-width: 1600px; }
.jt-section { padding: var(--jt-section) 0; }
.jt-section--tight { padding: var(--jt-section-sm) 0; }
.jt-section--offset { padding-top: var(--jt-offset-top); }
.jt-section--flush { padding: 0; }
.jt-section--muted { background: var(--jt-bg-muted); }
.jt-section--soft { background: var(--jt-bg-soft); }
.jt-section--dark { background: var(--jt-dark); color: #fff; }
.jt-section--dark h1, .jt-section--dark h2, .jt-section--dark h3 { color: #fff; }
.jt-section__head { margin-bottom: 40px; }
.jt-section__head--center { text-align: center; }
.jt-section__title {
	font-family: var(--jt-font-display);
	font-weight: 900;
	text-transform: uppercase;
	font-size: var(--jt-h2);
	line-height: var(--jt-h2-lh);
	color: var(--jt-black);
}
.jt-section__text { margin: 12px 0 0; max-width: 820px; color: var(--jt-soft); font-size: 16px; }
.jt-section__head--center .jt-section__text { margin-left: auto; margin-right: auto; }
.jt-grid { display: grid; gap: 24px; }
.jt-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.jt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jt-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1024px) {
	.jt-grid--3, .jt-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.jt-grid--2, .jt-grid--3, .jt-grid--4 { grid-template-columns: 1fr; }
	.jt-section__head { margin-bottom: 24px; }
}

/* Generic page (page.php) */
.jt-page__head { padding: 48px 0 8px; }
.jt-page__title { font-family: var(--jt-font-display); font-weight: 900; text-transform: uppercase; font-size: var(--jt-h1); }
.jt-page__content > :last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   5. Content vocabulary (post_content of the landing pages — see CONVENTIONS.md)
   -------------------------------------------------------------------------- */
/* Banner: full-bleed photo with the title */
.jt-banner {
	position: relative;
	min-height: 420px;
	display: flex; align-items: flex-end;
	background: var(--jt-dark) var(--jt-banner-img, none) center / cover no-repeat;
	color: #fff;
	isolation: isolate;
}
.jt-banner::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .65) 100%);
}
.jt-banner .jt-container { padding-top: 120px; padding-bottom: 56px; }
.jt-banner__title { font-family: var(--jt-font-display); font-weight: 900; text-transform: uppercase; font-size: var(--jt-h1); color: #fff; max-width: 900px; }
.jt-banner__lead { margin: 16px 0 0; max-width: 720px; font-size: 17px; color: rgba(255, 255, 255, .88); }
@media (max-width: 767px) {
	.jt-banner { min-height: 300px; }
	.jt-banner .jt-container { padding-top: 90px; padding-bottom: 32px; }
}

/* Prose */
.jt-prose { font-size: 16px; line-height: 1.8; color: var(--jt-text); overflow-wrap: break-word; }
.jt-prose > :first-child { margin-top: 0; }
.jt-prose > :last-child { margin-bottom: 0; }
.jt-prose h1, .jt-prose h2, .jt-prose h3, .jt-prose h4 { margin: 1.6em 0 .6em; }
.jt-prose h1 { font-family: var(--jt-font-display); font-weight: 900; text-transform: uppercase; font-size: var(--jt-h1); }
.jt-prose h2 { font-family: var(--jt-font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(22px, 2.4vw, 32px); }
.jt-prose h3 { font-size: 20px; font-weight: 700; }
.jt-prose h4 { font-size: 17px; font-weight: 700; }
.jt-prose p, .jt-prose ul, .jt-prose ol, .jt-prose table, .jt-prose blockquote { margin: 0 0 1.2em; }
.jt-prose li { margin-bottom: .4em; }
.jt-prose a { color: var(--jt-teal-ink); text-decoration: underline; text-underline-offset: 3px; }
.jt-prose a:hover { color: var(--jt-teal-hover); }
.jt-prose strong { font-weight: 700; color: var(--jt-ink); }
.jt-prose blockquote { border-left: 3px solid var(--jt-teal); padding: 4px 0 4px 20px; color: var(--jt-soft); font-style: italic; }
.jt-prose img, .jt-prose__img { display: block; width: 100%; height: auto; margin: 1.5em 0; }
.jt-prose figcaption { font-size: 13px; color: var(--jt-mute); margin-top: 8px; }
.jt-prose .alignleft { float: left; margin: 0 24px 16px 0; max-width: 50%; }
.jt-prose .alignright { float: right; margin: 0 0 16px 24px; max-width: 50%; }
.jt-prose .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.jt-prose iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; }

/* Cards */
.jt-cards { display: grid; gap: 30px; }
.jt-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.jt-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jt-cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jt-card {
	display: flex; flex-direction: column;
	background: #fff;
	border: 1px solid var(--jt-hair);
	padding: 24px;
	transition: transform var(--jt-dur) var(--jt-ease), box-shadow var(--jt-dur) var(--jt-ease);
}
.jt-card:hover { transform: translateY(-4px); box-shadow: var(--jt-shadow); }
.jt-card__img { display: block; width: 100%; height: 200px; object-fit: contain; margin: 0 0 20px; }
.jt-card__title { font-size: 20px; font-weight: 700; margin: 0 0 12px; }
.jt-card__title a { color: inherit; }
.jt-card__text { flex: 1; font-size: 15px; line-height: 1.7; color: var(--jt-soft); }
.jt-card__text p:last-child { margin-bottom: 0; }
.jt-card .jt-btn { align-self: flex-start; margin-top: 20px; }
.jt-card__meta { font-size: 13px; color: var(--jt-mute); }
@media (max-width: 1024px) {
	.jt-cards--3, .jt-cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.jt-cards { gap: 20px; }
	.jt-cards--2, .jt-cards--3, .jt-cards--4 { grid-template-columns: 1fr; }
}

/* Feature list */
.jt-features { list-style: none; margin: 0 0 1.5em; padding: 0; display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.jt-feature { display: flex; gap: 16px; align-items: flex-start; }
.jt-feature__icon { flex: 0 0 44px; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: var(--jt-teal-tint); color: var(--jt-teal-ink); }
.jt-feature__icon:empty { background: var(--jt-teal); }
.jt-feature__title { font-size: 17px; font-weight: 700; margin: 0 0 6px; }
.jt-feature p { margin: 0; color: var(--jt-soft); }

/* Tools row (models / offers / test drive) */
.jt-tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jt-tool {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
	padding: 36px 20px;
	background: #fff; border: 1px solid var(--jt-hair);
	color: var(--jt-ink); text-align: center;
	transition: transform var(--jt-dur) var(--jt-ease), box-shadow var(--jt-dur) var(--jt-ease), border-color var(--jt-dur) var(--jt-ease);
}
.jt-tool:hover { transform: translateY(-4px); box-shadow: var(--jt-shadow); border-color: var(--jt-teal); color: var(--jt-ink); }
.jt-tool__icon { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; color: var(--jt-teal); }
.jt-tool__icon svg { width: 40px; height: 40px; }
.jt-tool__label { font-size: 16px; font-weight: 600; }
@media (max-width: 767px) {
	.jt-tools { grid-template-columns: 1fr; }
	.jt-tool { padding: 24px 16px; }
}

/* Gallery */
.jt-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.jt-gallery__item { margin: 0; overflow: hidden; background: var(--jt-bg-muted); aspect-ratio: 4 / 3; }
.jt-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--jt-ease); }
.jt-gallery__item:hover img { transform: scale(1.05); }
@media (max-width: 1024px) { .jt-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .jt-gallery { grid-template-columns: 1fr 1fr; gap: 8px; } }

/* Table */
.jt-table { width: 100%; font-size: 15px; margin: 0 0 1.5em; }
.jt-table th, .jt-table td { padding: 12px 14px; border-bottom: 1px solid var(--jt-line); text-align: left; vertical-align: top; }
.jt-table th { font-weight: 700; color: var(--jt-ink); background: var(--jt-bg-soft); }
.jt-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* Map */
.jt-map { position: relative; width: 100%; aspect-ratio: 16 / 9; min-height: 320px; background: var(--jt-bg-muted); }
.jt-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1); transition: filter .5s var(--jt-ease); }
.jt-map:hover iframe { filter: none; }

/* Two columns */
.jt-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: start; }
@media (max-width: 1024px) { .jt-columns { grid-template-columns: 1fr; gap: 28px; } }

/* WordPress core blocks / alignment (pages edited in the block editor) */
.alignwide { max-width: var(--jt-container); margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; }
.wp-block-image img { height: auto; }

/* --------------------------------------------------------------------------
   6. Reveal-on-scroll (app.js adds .is-in when the element enters the viewport)
   -------------------------------------------------------------------------- */
/* One motion language for the whole site: a short, soft rise. The distance is deliberately
   small — big travel reads as a page that is still loading. Siblings come in one after another
   via --delay, which app.js sets automatically from an element's position in its group, so
   nothing has to be hand-numbered and a section never flashes in all at once. */
[data-reveal] {
	opacity: 0;
	transform: translate3d(var(--reveal-x, 0), var(--reveal-y, var(--jt-reveal-shift)), 0);
	transition:
		opacity var(--jt-reveal-dur) var(--jt-ease-out) var(--delay, 0ms),
		transform var(--jt-reveal-dur) var(--jt-ease-out) var(--delay, 0ms),
		filter var(--jt-reveal-dur) var(--jt-ease-out) var(--delay, 0ms);
	will-change: opacity, transform;
}
[data-reveal="left"]  { --reveal-x: calc(var(--jt-reveal-shift) * -1.4); --reveal-y: 0; }
[data-reveal="right"] { --reveal-x: calc(var(--jt-reveal-shift) * 1.4);  --reveal-y: 0; }
[data-reveal="fade"]  { --reveal-x: 0; --reveal-y: 0; }
[data-reveal="mask"]  { --reveal-y: 0; clip-path: inset(0 0 100% 0); transition-property: opacity, transform, clip-path; }
[data-reveal].is-in { opacity: 1; transform: none; clip-path: inset(0 0 0 0); }
/* Anything already on screen at load settles immediately rather than waiting for a scroll. */
.no-js [data-reveal] { opacity: 1; transform: none; clip-path: none; }
@media (prefers-reduced-motion: reduce) {
	[data-reveal] { opacity: 1; transform: none; clip-path: none; transition: none; }
}
