/**
 * Owlypia LMS Homepage — original layout (not a clone of the previous page).
 */

html.olh-page,
body.olh-page,
.olh-home {
	--olh-ink: #14221f;
	--olh-forest: #1b4741;
	--olh-deep: #0e2b28;
	--olh-amber: #e08a2c;
	--olh-gold: #eec36a;
	--olh-cream: #f6f1e6;
	--olh-mist: #e7efec;
	--olh-paper: #fbfaf7;
	--olh-muted: #5d6f6b;
	--olh-line: rgba(20, 34, 31, 0.1);
	--olh-display: "Fraunces", "Iowan Old Style", Georgia, serif;
	--olh-sans: "Outfit", "Segoe UI", system-ui, sans-serif;
	--olh-radius: 22px;
}

.olh-home {
	--olh-shell: min(1320px, calc(100% - 3rem));
	color: var(--olh-ink);
	font-family: var(--olh-sans);
	background: var(--olh-paper);
	line-height: 1.55;
	width: 100%;
	max-width: 100%;
	position: relative;
	left: auto;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	overflow-x: hidden;
}

.olh-home *,
.olh-home *::before,
.olh-home *::after {
	box-sizing: border-box;
}

.olh-home a {
	text-decoration: none;
	box-shadow: none;
}

.olh-home a:not(.olh-btn) {
	color: inherit;
}

.entry-content .olh-home p,
.elementor-widget-shortcode .olh-home p {
	margin-bottom: 0;
}

.olh-shell {
	width: var(--olh-shell);
	margin: 0 auto;
}

.olh-section {
	position: relative;
	width: 100%;
	max-width: none;
	padding: clamp(3.5rem, 6vw, 6.5rem) 0;
}

.olh-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 1rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--olh-forest);
}

.olh-kicker span {
	display: inline-grid;
	place-items: center;
	min-width: 2rem;
	height: 1.45rem;
	padding: 0 0.45rem;
	border: 1px solid var(--olh-amber);
	border-radius: 999px;
	color: var(--olh-amber);
	letter-spacing: 0.08em;
	font-variant-numeric: tabular-nums;
}

.olh-kicker--light {
	color: #f4e6c8;
}

.olh-kicker--light span {
	border-color: var(--olh-gold);
	color: var(--olh-gold);
}

.olh-display {
	margin: 0;
	padding: 0;
	font-family: var(--olh-display);
	font-weight: 650;
	font-size: clamp(2rem, 4.4vw, 3.55rem);
	line-height: 1.12;
	letter-spacing: -0.035em;
	color: var(--olh-ink);
	background: none;
	border: none;
	box-shadow: none;
	text-transform: none;
}

.olh-display em {
	font-style: italic;
	font-weight: 500;
	color: var(--olh-forest);
}

.olh-lede {
	margin: 1.15rem 0 0;
	max-width: 36rem;
	font-size: 1.05rem;
	color: var(--olh-muted);
}

.olh-lede--narrow {
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
}

.olh-section-head {
	text-align: center;
	margin-bottom: clamp(2rem, 4vw, 3.2rem);
}

.olh-section-head .olh-lede {
	margin-left: auto;
	margin-right: auto;
}

/* Audience gate ------------------------------------------------------ */

.olh-gate {
	background: linear-gradient(180deg, #edf3f1 0%, #e4eeea 100%);
	padding: clamp(3rem, 7vw, 6rem) 0;
}

.olh-picks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.4rem;
}

.olh-pick {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.75rem 1.6rem 1.4rem;
	border-radius: 28px;
	background: var(--olh-deep);
	color: #f6f1e6;
	box-shadow: 0 22px 50px rgba(14, 43, 40, 0.28);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.olh-pick:hover {
	transform: translateY(-6px);
	color: #f6f1e6;
}

.olh-home a.olh-pick {
	color: #f6f1e6;
}

.olh-pick:focus-visible {
	outline: 3px solid var(--olh-gold);
	outline-offset: 4px;
}

.olh-pick__icon {
	display: grid;
	place-items: center;
	width: 3.1rem;
	height: 3.1rem;
	margin-bottom: 1.15rem;
	border-radius: 14px;
	background: rgba(238, 195, 106, 0.16);
	color: var(--olh-gold);
}

.olh-pick__icon svg {
	width: 1.55rem;
	height: 1.55rem;
}

.olh-pick__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--olh-gold);
}

.olh-pick__title {
	margin: 0 0 0.7rem;
	padding: 0;
	font-family: var(--olh-display);
	font-size: clamp(1.7rem, 2.4vw, 2.15rem);
	font-weight: 650;
	letter-spacing: -0.03em;
	line-height: 1.15;
	background: none;
	border: none;
	color: #fff;
}

.olh-pick__desc {
	margin: 0 0 1.5rem;
	flex: 1;
	font-size: 1rem;
	line-height: 1.45;
	color: rgba(246, 241, 230, 0.78);
}

.olh-pick__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	padding: 0.9rem 1.1rem;
	border-radius: 14px;
	background: #1b2d6b;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 650;
	letter-spacing: 0.01em;
	text-align: center;
	transition: background 0.25s ease;
}

.olh-pick__cta::after {
	content: "→";
	transition: transform 0.25s ease;
}

.olh-pick:hover .olh-pick__cta {
	background: #243a82;
}

.olh-pick:hover .olh-pick__cta::after {
	transform: translateX(5px);
}

/* Explore ------------------------------------------------------------ */

.olh-explore {
	background:
		radial-gradient(1200px 420px at 12% -10%, rgba(224, 138, 44, 0.09), transparent 55%),
		var(--olh-cream);
}

.olh-explore::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
	pointer-events: none;
}

.olh-explore__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	align-items: center;
}

.olh-explore__intro {
	padding-right: 0.5rem;
}

.olh-mosaic {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.7rem;
}

.olh-tile {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.62rem 1.7rem 0.62rem 0.62rem;
	background: rgba(251, 250, 247, 0.88);
	border: 1px solid rgba(20, 34, 31, 0.07);
	border-radius: 14px;
	box-shadow: 0 8px 18px rgba(20, 34, 31, 0.04);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.olh-tile:hover {
	transform: translateY(-3px);
	border-color: rgba(224, 138, 44, 0.35);
	box-shadow: 0 14px 26px rgba(20, 34, 31, 0.08);
}

.olh-tile__index {
	position: absolute;
	top: 0.42rem;
	right: 0.65rem;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	color: rgba(224, 138, 44, 0.8);
	font-variant-numeric: tabular-nums;
}

.olh-tile__icon {
	flex: 0 0 2.35rem;
	display: grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 11px;
	background: var(--olh-deep);
	color: var(--olh-gold);
}

.olh-tile--video .olh-tile__icon {
	background: #fff1d6;
	color: #e08a2c;
}

.olh-tile--read .olh-tile__icon {
	background: #ddf4ea;
	color: #2a9a6f;
}

.olh-tile--quiz .olh-tile__icon {
	background: #fde4ef;
	color: #d94884;
}

.olh-tile--brain .olh-tile__icon {
	background: #fff4c8;
	color: #d4a017;
}

.olh-tile--write .olh-tile__icon {
	background: #ffe6d4;
	color: #e06a2c;
}

.olh-tile--games .olh-tile__icon {
	background: #ece4fb;
	color: #6d53c7;
}

.olh-tile--badge .olh-tile__icon {
	background: #ffe9c8;
	color: #d98912;
}

.olh-tile--progress .olh-tile__icon {
	background: #fde4dc;
	color: #d94a3a;
}

.olh-tile__icon svg {
	width: 1.2rem;
	height: 1.2rem;
}

.olh-tile__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	gap: 0.08rem;
}

.olh-tile__label {
	margin: 0;
	padding: 0;
	font-family: var(--olh-sans);
	font-size: 0.92rem;
	font-weight: 650;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--olh-ink);
	background: none;
	border: none;
}

.olh-tile__hint {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.3;
	color: var(--olh-muted);
}

/* Sample folios ------------------------------------------------------ */

.olh-samples {
	background: linear-gradient(180deg, #edf3f1 0%, #e4eeea 100%);
}

.olh-folios {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.4rem;
}

.olh-folio {
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 100%;
	padding: 1.5rem 1.5rem 1.25rem;
	border-radius: 28px;
	overflow: hidden;
	background: var(--olh-deep);
	color: #f6f1e6;
	box-shadow: 0 22px 50px rgba(14, 43, 40, 0.28);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.olh-folio:hover {
	transform: translateY(-6px);
}

.olh-folio h3 {
	color: #fff;
}

.olh-folio p {
	color: rgba(246, 241, 230, 0.78);
}

.olh-folio__meta .olh-folio__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--olh-gold);
}

.olh-folio__meta h3 {
	margin: 0 0 0.55rem;
	padding: 0;
	font-family: var(--olh-display);
	font-size: clamp(1.45rem, 2vw, 1.85rem);
	font-weight: 650;
	letter-spacing: -0.03em;
	line-height: 1.2;
	background: none;
	border: none;
	color: #fff;
}

.olh-folio__meta p {
	margin: 0;
	font-size: 0.95rem;
}

.olh-folio__desc {
	margin: 0;
	line-height: 1.45;
	min-height: 2.9em;
}

.olh-folio__stage {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	min-height: 0;
	margin-top: 0.875rem;
	background: #163445;
}

.olh-folio__stage img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

.olh-folio__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	margin: 0;
	padding: 0.9rem 1.1rem;
	background: #1b2d6b;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 650;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: center;
	transition: background 0.25s ease;
}

.olh-home a.olh-folio .olh-folio__cta {
	color: #fff;
}

.olh-folio__cta::after {
	content: "→";
	transition: transform 0.25s ease;
}

.olh-folio:hover .olh-folio__cta {
	background: #243a82;
}

.olh-folio:hover .olh-folio__cta::after {
	transform: translateX(5px);
}

.olh-folio:focus-visible {
	outline: 3px solid var(--olh-gold);
	outline-offset: 4px;
}

.olh-cover {
	position: relative;
	height: 100%;
	min-height: 240px;
	padding: 1.25rem 1.35rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.olh-cover--teacher {
	background:
		radial-gradient(circle at 88% 18%, rgba(238, 195, 106, 0.28), transparent 32%),
		linear-gradient(160deg, #1a3f3a 0%, #0f2a27 55%, #17332f 100%);
	color: #f6f1e6;
}

.olh-cover--student {
	background:
		radial-gradient(circle at 12% 80%, rgba(224, 138, 44, 0.28), transparent 36%),
		linear-gradient(160deg, #214e6a 0%, #163445 48%, #1b3d4c 100%);
	color: #f6f1e6;
}

.olh-cover__constellation {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.16) 0 1px, transparent 1.6px),
		radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.6px),
		radial-gradient(circle at 82% 68%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.6px);
	pointer-events: none;
}

.olh-cover__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.8;
}

.olh-cover__kicker {
	position: relative;
	z-index: 1;
	margin: 1.6rem 0 0.25rem;
	font-size: 0.82rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--olh-gold);
}

.olh-cover__title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	font-family: var(--olh-display);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.05;
	font-weight: 650;
	letter-spacing: -0.03em;
	background: none;
	border: none;
	color: inherit;
}

.olh-cover__owl {
	position: absolute;
	right: 1rem;
	bottom: 0.6rem;
	width: 5.2rem;
	color: var(--olh-gold);
	opacity: 0.85;
}

/* Nested plugin shortcodes ------------------------------------------ */

.olh-embed {
	background: var(--olh-paper);
}

.olh-embed--groups {
	scroll-margin-top: 96px;
	background:
		linear-gradient(180deg, rgba(246, 241, 230, 0.55), transparent 18%),
		var(--olh-paper);
}

.olh-embed--foundation {
	background: var(--olh-cream);
}

.olh-embed .olh-shell > .owlypia-user-groups-block,
.olh-embed .olh-shell > .custom-grid-container {
	padding-top: 0;
	padding-bottom: 0;
}

.olh-embed .custom-grid-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.olh-home .owlypia-section-title,
.olh-home .owlypia-foundation-title {
	font-family: var(--olh-display) !important;
	letter-spacing: -0.03em;
	color: var(--olh-ink) !important;
	font-weight: 650 !important;
}

.olh-home .foundation-intro,
.olh-home .foundation-intro p,
.olh-home .owlypia-section-subtitle {
	font-family: var(--olh-sans) !important;
	color: var(--olh-muted) !important;
	font-style: normal !important;
}

/*
 * Homepage-wide type: Outfit for UI/body, Fraunces for headings —
 * including hero, nested User Groups / Foundation shortcodes, header & footer.
 */
body.olh-page,
body.olh-page #wrapper,
body.olh-page .site-header,
body.olh-page .site-main,
body.olh-page .entry-content,
body.olh-page .wp-block-cover,
body.olh-page .lms-hero,
body.olh-page .site-footer,
body.olh-page .owlypia-user-groups-block,
body.olh-page .custom-grid-container,
body.olh-page .foundation-intro,
body.olh-page p,
body.olh-page .wp-block-button__link,
body.olh-page .header-navigation,
body.olh-page .header-menu-container {
	font-family: var(--olh-sans) !important;
}

body.olh-page h1,
body.olh-page h2,
body.olh-page h3,
body.olh-page h4,
body.olh-page .entry-title,
body.olh-page .wp-block-heading,
body.olh-page .olh-display,
body.olh-page .owlypia-foundation-title,
body.olh-page .owlypia-section-title,
body.olh-page .lms-hero h2,
body.olh-page .wp-block-cover h2 {
	font-family: var(--olh-display) !important;
	letter-spacing: -0.03em;
}

body.olh-page .olh-land--student,
body.olh-page .olh-land--student h1,
body.olh-page .olh-land--student h2,
body.olh-page .olh-land--student h3,
body.olh-page .olh-land--student h4,
body.olh-page .olh-land--student .olh-band__title,
body.olh-page .olh-land--teacher,
body.olh-page .olh-land--teacher h1,
body.olh-page .olh-land--teacher h2,
body.olh-page .olh-land--teacher h3,
body.olh-page .olh-land--teacher h4,
body.olh-page .olh-land--teacher .olh-band__title {
	font-family: var(--olh-sans) !important;
}

.olh-missing {
	margin: 0;
	padding: 1.25rem 1.4rem;
	border: 1px dashed rgba(20, 34, 31, 0.25);
	border-radius: 14px;
	background: #fff;
	color: var(--olh-muted);
	text-align: center;
}

/* Global arena ------------------------------------------------------- */

.olh-global {
	padding: 0;
	background: var(--olh-deep);
	color: #f6f1e6;
}

.olh-global__inner {
	width: var(--olh-shell);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
	padding: clamp(3.2rem, 6vw, 5.5rem) 0;
}

.olh-global .olh-display {
	color: #fff;
	font-size: clamp(1.45rem, 1.9vw, 2.05rem);
	line-height: 1.2;
	white-space: nowrap;
}

.olh-global .olh-lede,
.olh-global__note {
	color: rgba(246, 241, 230, 0.82);
}

.olh-global .olh-lede strong,
.olh-global__note strong {
	color: var(--olh-gold);
	font-weight: 650;
}

.olh-global .olh-lede {
	max-width: 36rem;
}

.olh-path {
	list-style: none;
	max-width: 36rem;
	margin: 1.9rem 0;
	padding: 0.15rem 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	border: none;
	border-radius: 0;
	overflow: visible;
	background: none;
}

.olh-path::before {
	content: "";
	display: block;
	position: absolute;
	left: 1.3rem;
	top: 2.1rem;
	bottom: 2.1rem;
	width: 1px;
	background: rgba(238, 195, 106, 0.35);
}

.olh-path li {
	display: grid;
	grid-template-columns: 2.7rem minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 1rem;
	row-gap: 0.12rem;
	align-items: center;
	padding: 0.85rem 0;
	text-align: left;
	position: relative;
	z-index: 1;
	border: none;
}

.olh-path li:last-child {
	border: none;
}

.olh-path__icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	border: none;
	background: linear-gradient(165deg, #f3d07a, #e08a2c);
	color: #0e2b28;
	box-shadow: 0 8px 18px rgba(224, 138, 44, 0.28);
}

.olh-path__icon svg {
	width: 1.15rem;
	height: 1.15rem;
}

.olh-path__num {
	grid-column: 2;
	grid-row: 1;
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	color: var(--olh-gold);
	font-variant-numeric: tabular-nums;
}

.olh-path__label {
	grid-column: 2;
	grid-row: 2;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	color: #f6f1e6;
}

.olh-global__note {
	margin: 0;
	max-width: 36rem;
	font-size: 0.98rem;
}

.olh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.55rem;
	border-radius: 999px;
	background: #fff;
	color: var(--olh-deep);
	font-weight: 700;
	letter-spacing: -0.01em;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transition: transform 0.25s ease, background 0.25s ease;
}

.olh-global .olh-btn {
	margin-top: 2rem;
	padding-top: 1.05rem;
}

.olh-home .olh-btn {
	color: var(--olh-deep);
}

.olh-btn:hover,
.olh-home .olh-btn:hover {
	transform: translateY(-2px);
	background: var(--olh-gold);
	color: var(--olh-deep);
}

.olh-global__frame {
	margin: 0;
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	box-shadow:
		0 0 0 1px rgba(238, 195, 106, 0.28),
		0 30px 60px rgba(0, 0, 0, 0.28);
	transform: rotate(-1.4deg);
}

.olh-global__frame img,
.olh-global__frame .olh-stage-art {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.olh-global__frame figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(14, 43, 40, 0.72);
	color: var(--olh-gold);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

/* Motion ------------------------------------------------------------- */

.olh-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	transition-delay: var(--olh-delay, 0ms);
}

.olh-reveal.is-in {
	opacity: 1;
	transform: none;
}

.olh-land--student .olh-reveal,
.olh-land--teacher .olh-reveal {
	opacity: 0;
	transform: translate3d(0, 56px, 0);
	transition: opacity 0.95s ease, transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--olh-delay, 0ms);
}

.olh-land--student .olh-band__copy.olh-reveal,
.olh-land--teacher .olh-band__copy.olh-reveal {
	transform: translate3d(-64px, 40px, 0);
}

.olh-land--student .olh-band__media.olh-reveal,
.olh-land--teacher .olh-band__media.olh-reveal {
	transform: translate3d(64px, 40px, 0);
}

.olh-land--student .olh-band--flip .olh-band__copy.olh-reveal,
.olh-land--teacher .olh-band--flip .olh-band__copy.olh-reveal {
	transform: translate3d(64px, 40px, 0);
}

.olh-land--student .olh-band--flip .olh-band__media.olh-reveal,
.olh-land--teacher .olh-band--flip .olh-band__media.olh-reveal {
	transform: translate3d(-64px, 40px, 0);
}

.olh-land--student .olh-reveal.is-in,
.olh-land--teacher .olh-reveal.is-in,
.olh-land--student .olh-band--flip .olh-reveal.is-in,
.olh-land--teacher .olh-band--flip .olh-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.olh-reveal,
	.olh-land--student .olh-reveal,
	.olh-land--teacher .olh-reveal,
	.olh-tile,
	.olh-folio,
	.olh-pick,
	.olh-btn {
		transition: none;
		transform: none;
		opacity: 1;
	}
}

/* Theme collisions --------------------------------------------------- */

.olh-home h2::before,
.olh-home h2::after,
.olh-home h3::before,
.olh-home h3::after {
	content: none !important;
	display: none !important;
}

.entry-content .olh-home,
.elementor-widget-shortcode .olh-home,
.elementor-shortcode .olh-home,
.wp-block-shortcode .olh-home,
.site-content .olh-home {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	left: auto;
}

html.olh-page,
html.olh-landing,
body.olh-page,
body.olh-landing,
body:has(.olh-home) {
	overflow-x: hidden;
	max-width: 100%;
}

/*
 * Kadence boxed page chrome: the leftover white bars above/below the
 * full-bleed sections. The theme wraps the shortcode in article.content-bg
 * (semi-white card) plus 32px .entry-content-wrap padding.
 */
body.olh-page .entry.content-bg,
body.olh-page article.content-bg.single-entry,
body:has(.olh-home) .entry.content-bg,
body:has(.olh-home) article.content-bg.single-entry {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
}

body.olh-page .entry-content-wrap,
body:has(.olh-home) .entry-content-wrap {
	padding: 0 !important;
}

body.olh-page #primary.content-area,
body:has(.olh-home) #primary.content-area {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.olh-page .content-container.site-container,
body:has(.olh-home) .content-container.site-container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.olh-page .entry-content > p:empty,
body:has(.olh-home) .entry-content > p:empty {
	display: none !important;
	margin: 0 !important;
}

/*
 * Light-blue strip under the video hero = Kadence body background
 * (#c8ecf7) showing through Gutenberg block-gap / shortcode wrapper
 * margin between .lms-hero and [owlypia_lms_homepage].
 */
body.olh-page .wp-block-cover.lms-hero,
body.olh-page .wp-block-cover.alignfull,
body:has(.olh-home) .wp-block-cover.lms-hero,
body:has(.olh-home) .wp-block-cover.alignfull {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.olh-page .entry-content,
body.olh-page .entry-content.is-layout-flow,
body.olh-page .entry-content.is-layout-constrained,
body:has(.olh-home) .entry-content {
	gap: 0 !important;
	--wp--style--block-gap: 0px;
}

body.olh-page .entry-content > *,
body:has(.olh-home) .entry-content > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

body.olh-page .wp-block-shortcode,
body:has(.olh-home) .wp-block-shortcode {
	margin: 0 !important;
	padding: 0 !important;
}

body.olh-page .wp-block-kadence-advancedheading:empty,
body:has(.olh-home) .wp-block-kadence-advancedheading:empty {
	display: none !important;
	margin: 0 !important;
}

/* Guest landing: hide Kadence chrome -------------------------------- */

body.olh-landing .site-header,
body.olh-landing #masthead,
body.olh-landing .kadence-header-wrap,
body.olh-landing .entry-hero,
body.olh-landing .page-hero-section,
body.olh-landing .hero-container,
body.olh-landing .wp-block-cover,
body.olh-landing .lms-hero,
body.olh-landing .site-footer,
body.olh-landing #colophon,
body.olh-landing .entry-header,
body.olh-landing .entry-title,
body.olh-landing .wp-block-spacer,
body.olh-landing .scroll-to-top,
body.olh-landing #kt-scroll-up {
	display: none !important;
}

html.olh-landing,
body.olh-landing {
	background: #0c1614 !important;
	overflow-x: hidden !important;
	overflow-y: auto;
	height: auto;
	max-width: 100%;
}

body.olh-landing #wrapper,
body.olh-landing #inner-wrap,
body.olh-landing #primary,
body.olh-landing .site-main,
body.olh-landing .content-container,
body.olh-landing .entry-content-wrap,
body.olh-landing article.entry {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
	box-shadow: none !important;
	border: none !important;
	overflow-x: hidden !important;
	overflow-y: visible !important;
	transform: none !important;
}

body.olh-landing .learndash-wrapper-login-modal.ld-modal-open {
	position: fixed !important;
	inset: 0;
	z-index: 100000;
	overflow: auto;
	display: block !important;
}

html.olh-landing:has(.ld-modal-open),
body.olh-landing:has(.ld-modal-open) {
	overflow: visible !important;
}

body.olh-landing .olh-home {
	background: transparent;
	min-height: 100vh;
	min-height: 100dvh;
}

.olh-land {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	color: var(--olh-ink);
	overflow-x: hidden;
	overflow-y: visible;
	max-width: 100%;
}

.olh-land--gate {
	overflow: hidden;
	height: 100vh;
	height: 100dvh;
}

html.olh-landing-gate,
body.olh-landing-gate {
	overflow: hidden;
	height: 100%;
}

.olh-land__hero {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: min(78vh, 760px);
	overflow: hidden;
}

.olh-land--student .olh-land__hero,
.olh-land--teacher .olh-land__hero {
	min-height: min(54.6vh, 532px);
	height: min(54.6vh, 532px);
}

.olh-land--gate .olh-land__hero {
	flex: 1;
	min-height: 0;
}

.olh-land__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: #0c1614;
}

.olh-land__video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.olh-land__video::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 16, 14, 0.28) 0%, rgba(8, 16, 14, 0.12) 45%, rgba(8, 16, 14, 0.38) 100%),
		linear-gradient(180deg, rgba(8, 16, 14, 0.28) 0%, transparent 22%, transparent 78%, rgba(8, 16, 14, 0.22) 100%);
}

.olh-land__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.1rem clamp(1.2rem, 4vw, 2.8rem);
	position: absolute;
	inset: 0 0 auto;
	z-index: 40;
	background: transparent;
	transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, padding 0.25s ease, gap 0.25s ease;
}

.olh-land--student .olh-land__bar,
.olh-land--teacher .olh-land__bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	inset: 0 0 auto;
	width: 100%;
	background: transparent;
}

.olh-land--student .olh-land__bar.is-stuck,
.olh-land--teacher .olh-land__bar.is-stuck {
	gap: 0.75rem;
	padding: 0.55rem clamp(1.2rem, 4vw, 2.8rem);
	background: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: none;
}

.olh-land__actions {
	display: flex;
	align-items: center;
	gap: 1.15rem;
}

.olh-land__logo {
	display: block;
	width: min(210px, 48vw);
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
	transition: width 0.25s ease, filter 0.25s ease;
}

.olh-land--student .olh-land__bar.is-stuck .olh-land__logo,
.olh-land--teacher .olh-land__bar.is-stuck .olh-land__logo {
	width: min(105px, 24vw);
	filter: none;
}

.olh-land__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.olh-land__logo img.olh-land__logo-white,
.olh-land__bar.is-stuck .olh-land__logo img.olh-land__logo-white {
	display: none;
}

.olh-land__bar.is-stuck .olh-land__logo img.olh-land__logo-color {
	display: block;
}

.olh-land__menu {
	position: relative;
}

.olh-land__toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.28em;
	margin: 0;
	padding: 0.35rem 0.15rem;
	border: none;
	border-radius: 0;
	background: none;
	color: #ff8a2a;
	font-family: var(--olh-sans);
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
	transition: font-size 0.25s ease;
	word-spacing: 0.25em;
}

.olh-land__toggle-text {
	white-space: nowrap;
	word-spacing: 0.25em;
}

.olh-land--student .olh-land__bar.is-stuck .olh-land__toggle,
.olh-land--teacher .olh-land__bar.is-stuck .olh-land__toggle {
	font-size: 0.8rem;
	text-shadow: none;
}

.olh-land__toggle:hover {
	color: #fff;
	background: none;
}

.olh-land--student .olh-land__bar.is-stuck .olh-land__toggle:hover,
.olh-land--teacher .olh-land__bar.is-stuck .olh-land__toggle:hover {
	color: #e06a10;
}

body.olh-landing a.olh-land__login,
body.olh-landing .entry-content a.olh-land__login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.15rem;
	background: none !important;
	color: #ff8a2a !important;
	font-family: var(--olh-sans);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none !important;
	border-radius: 0;
	box-shadow: none !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
	transition: font-size 0.25s ease;
	white-space: nowrap;
	word-spacing: 0.25em;
}

.olh-land--student .olh-land__bar.is-stuck a.olh-land__login,
.olh-land--teacher .olh-land__bar.is-stuck a.olh-land__login,
.olh-land--student .olh-land__bar.is-stuck .entry-content a.olh-land__login,
.olh-land--teacher .olh-land__bar.is-stuck .entry-content a.olh-land__login {
	font-size: 0.8rem !important;
	text-shadow: none;
}

body.olh-landing a.olh-land__login:hover,
body.olh-landing a.olh-land__login:focus,
body.olh-landing .entry-content a.olh-land__login:hover,
body.olh-landing .entry-content a.olh-land__login:focus {
	background: none !important;
	color: #fff !important;
}

.olh-land--student .olh-land__bar.is-stuck a.olh-land__login:hover,
.olh-land--teacher .olh-land__bar.is-stuck a.olh-land__login:hover,
.olh-land--student .olh-land__bar.is-stuck a.olh-land__login:focus,
.olh-land--teacher .olh-land__bar.is-stuck a.olh-land__login:focus {
	color: #e06a10 !important;
}

.olh-land__account {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
}

.olh-land__user {
	color: #fff;
	font-family: var(--olh-sans);
	font-size: 1rem;
	font-weight: 700;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
	white-space: nowrap;
	max-width: 12rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.olh-landing a.olh-land__logout,
body.olh-landing .entry-content a.olh-land__logout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.15rem;
	background: none !important;
	color: #ff8a2a !important;
	font-family: var(--olh-sans);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none !important;
	border-radius: 0;
	box-shadow: none !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
	white-space: nowrap;
}

body.olh-landing a.olh-land__logout:hover,
body.olh-landing a.olh-land__logout:focus {
	background: none !important;
	color: #fff !important;
}

.olh-land--student .olh-land__bar.is-stuck .olh-land__user,
.olh-land--teacher .olh-land__bar.is-stuck .olh-land__user,
.olh-land--student .olh-land__bar.is-stuck a.olh-land__logout,
.olh-land--teacher .olh-land__bar.is-stuck a.olh-land__logout {
	font-size: 0.8rem;
	text-shadow: none;
}

.olh-land__toggle::after {
	content: "";
	width: 0.42rem;
	height: 0.42rem;
	margin-left: 0;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.olh-land__sub {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	margin: 0;
	padding: 0;
	padding-inline-start: 0;
	list-style: none;
	width: max(11rem, 100%);
	min-width: max(11rem, 100%);
	border-radius: 0;
	background: #fff;
	box-shadow: 0 16px 40px rgba(20, 34, 31, 0.14);
	text-align: left;
}

.olh-land__menu.is-open .olh-land__sub,
.olh-land__menu:hover .olh-land__sub {
	display: block;
}

body.olh-landing .olh-land__sub,
body.olh-landing .olh-land__sub li {
	margin: 0;
	padding: 0;
	padding-inline-start: 0;
	list-style: none;
}

.olh-land__sub a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0.55rem 0.75rem;
	border-radius: 0;
	color: var(--olh-ink);
	font-weight: 600;
	font-size: 0.92rem;
	text-align: left;
}

.olh-land__sub a:hover {
	background: #ff8a2a;
	color: #fff;
}

.olh-land__stage {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 2.4rem));
	margin: 0 auto;
	padding: 5.5rem 0 4.2rem;
}

.olh-land__panel {
	width: min(400px, 100%);
}

body.olh-page .olh-signup,
body.olh-landing .olh-signup,
body.olh-page .olh-signup h2,
body.olh-page .olh-signup__title,
body.olh-landing .olh-signup__title,
body.olh-page .olh-signup__label,
body.olh-page .olh-signup__input,
body.olh-page .olh-signup__btn {
	font-family: var(--olh-sans) !important;
}

.olh-signup {
	padding: 1.7rem 1.55rem 1.5rem;
	border-radius: 12px;
	background: #1e6fd4;
	box-shadow: 0 22px 50px rgba(20, 34, 31, 0.18);
	color: #fff;
	font-family: var(--olh-sans);
}

body.olh-page .olh-signup h2,
body.olh-page .olh-signup__title,
body.olh-landing .olh-signup__title {
	font-weight: 400 !important;
}

.olh-signup__title {
	margin: 0 0 1.15rem;
	padding: 0;
	font-family: var(--olh-sans) !important;
	font-size: 1.55rem;
	font-weight: 400 !important;
	letter-spacing: -0.03em;
	line-height: 1.2;
	background: none;
	border: none;
	color: #fff;
}

.olh-signup__label {
	display: block;
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.04em;
	color: #fff;
}

.olh-signup__input {
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding: 0.8rem 0.9rem;
	border: 1.5px solid rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	font-family: var(--olh-sans);
	font-size: 1rem;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.olh-signup__input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.olh-signup__input:focus {
	outline: 2px solid #ff8a2a;
	outline-offset: 1px;
	border-color: #fff;
}

.olh-signup__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.9rem 1rem;
	border: none;
	border-radius: 12px;
	background: #ff8a2a;
	color: #fff;
	font-family: var(--olh-sans);
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
}

.olh-signup__btn:hover {
	background: #e67816;
}

.olh-land__foot {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 0.5rem 1.25rem;
	width: 100%;
	margin: 0;
	padding: 0.42rem clamp(1.2rem, 4vw, 2.8rem);
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #5a5a5a;
	font-family: var(--olh-sans);
	font-size: 0.86rem;
	font-weight: 500;
	line-height: 1.3;
	box-sizing: border-box;
}

.olh-land__copy {
	grid-column: 2;
	justify-self: center;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	white-space: nowrap;
}

.olh-land__foot-nav {
	grid-column: 3;
	justify-self: end;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.75rem 1.75rem;
}

.olh-land__foot a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.olh-land__foot a:hover {
	color: #222;
}

.olh-band {
	position: relative;
	z-index: 2;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow-x: hidden;
	max-width: 100%;
}

.olh-band--coral { background-image: url("../img/band-coral.png"); }
.olh-band--peach { background-image: url("../img/band-peach.png"); }
.olh-band--blue { background-image: url("../img/band-blue.png"); }
.olh-band--gold { background-image: url("../img/band-gold.png"); }
.olh-band--teal { background-image: url("../img/band-teal.png"); }
.olh-band--violet { background-image: url("../img/band-violet.png"); }

.olh-band__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
	width: min(1120px, calc(100% - 3rem));
	margin: 0 auto;
	padding: clamp(2.4rem, 5vw, 3.6rem) 0;
}

.olh-band--flip .olh-band__inner {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.olh-band--flip .olh-band__copy {
	order: 2;
}

.olh-band--flip .olh-band__media {
	order: 1;
}

.olh-band__copy {
	text-align: center;
}

.olh-band__title {
	margin: 0 0 0.85rem;
	padding: 0;
	font-family: var(--olh-sans);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: #fff;
	background: none;
	border: none;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

.olh-band__text {
	margin: 0 auto;
	max-width: 34rem;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}

.olh-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.15rem;
	padding: 0.62rem 1.2rem;
	border-radius: 999px;
	background: #5b4bdb;
	color: #fff;
	font-family: var(--olh-sans);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(40, 30, 120, 0.25);
}

.olh-cta:hover {
	background: #4a3cc9;
	color: #fff;
}

.olh-band__media {
	display: flex;
	justify-content: center;
	align-items: center;
}

.olh-band__photo {
	display: block;
	width: min(100%, 460px);
	height: auto;
}

.olh-imac {
	width: min(100%, 420px);
}

.olh-imac__screen {
	background: #1a1a1a;
	border: 10px solid #e8e8e8;
	border-bottom-width: 18px;
	border-radius: 14px 14px 8px 8px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.olh-imac__screen img,
.olh-tablet img,
.olh-phone img,
.olh-shot,
.olh-laptop,
.olh-classroom,
.olh-phone-photo {
	display: block;
	width: 100%;
	height: auto;
}

.olh-imac::after {
	content: "";
	display: block;
	width: 28%;
	height: 14px;
	margin: 0 auto;
	background: linear-gradient(#d9d9d9, #c4c4c4);
	border-radius: 0 0 8px 8px;
}

.olh-tablet {
	width: min(100%, 280px);
	padding: 12px;
	background: #1c1c1e;
	border-radius: 22px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.olh-tablet img {
	border-radius: 8px;
}

.olh-phone {
	width: min(42%, 170px);
	padding: 8px;
	background: #111;
	border-radius: 28px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.olh-phone img {
	border-radius: 20px;
}

.olh-phone-photo {
	width: min(58%, 240px);
	filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.22));
}

.olh-shot {
	width: min(100%, 420px);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.olh-laptop {
	width: min(100%, 400px);
	box-sizing: border-box;
	border-radius: 8px 8px 16px 16px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
	background: #d8d8d8;
	padding: 10px 10px 22px;
}

.olh-classroom {
	width: min(100%, 420px);
	border-radius: 10px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

/* Breakpoints -------------------------------------------------------- */

@media (max-width: 980px) {
	.olh-explore__grid,
	.olh-folios,
	.olh-picks,
	.olh-global__inner {
		grid-template-columns: 1fr;
	}

	.olh-band__inner,
	.olh-band--flip .olh-band__inner {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.olh-band--flip .olh-band__copy,
	.olh-band--flip .olh-band__media,
	.olh-band__copy {
		order: 0;
	}

	.olh-band__media {
		order: 1;
	}

	.olh-global__frame {
		transform: none;
		max-width: 560px;
		margin-inline: auto;
	}

	.olh-global .olh-display {
		white-space: normal;
		font-size: clamp(1.65rem, 5vw, 2.2rem);
	}

	.olh-explore__intro {
		text-align: left;
	}
}

@media (max-width: 680px) {
	html.olh-landing,
	body.olh-landing {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.olh-home {
		--olh-shell: min(1320px, calc(100% - 1.5rem));
	}

	.olh-land--student .olh-land__hero,
	.olh-land--teacher .olh-land__hero {
		min-height: 36vh;
		height: 36vh;
	}

	.olh-land__bar {
		gap: 0.5rem;
		padding: 0.7rem 0.85rem;
	}

	.olh-land--student .olh-land__bar.is-stuck,
	.olh-land--teacher .olh-land__bar.is-stuck {
		gap: 0.4rem;
		padding: 0.35rem 0.85rem;
		background: rgba(255, 255, 255, 0.55);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}

	.olh-land__logo {
		width: min(118px, 36vw);
		flex-shrink: 0;
	}

	.olh-land--student .olh-land__bar.is-stuck .olh-land__logo,
	.olh-land--teacher .olh-land__bar.is-stuck .olh-land__logo {
		width: min(59px, 28vw);
	}

	.olh-land__actions {
		gap: 0.55rem;
		flex-shrink: 0;
	}

	.olh-land__toggle,
	body.olh-landing a.olh-land__login,
	body.olh-landing .entry-content a.olh-land__login,
	body.olh-landing a.olh-land__logout,
	.olh-land__user {
		font-size: 0.82rem;
		white-space: nowrap;
	}

	.olh-land__user {
		max-width: 7rem;
	}

	.olh-land__toggle-rest {
		display: none;
	}

	.olh-land__menu {
		width: max-content;
	}

	.olh-land__toggle {
		width: 100%;
	}

	.olh-land__sub {
		left: 0;
		right: auto;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.olh-land__sub a {
		padding: 0.5rem 0.45rem;
		font-size: 0.82rem;
	}

	.olh-land__menu:hover .olh-land__sub {
		display: none;
	}

	.olh-land__menu.is-open .olh-land__sub {
		display: block;
	}

	.olh-land__panel {
		width: 100%;
	}

	.olh-band__inner {
		width: min(1120px, calc(100% - 2rem));
		padding: 1.7rem 0 2rem;
	}

	.olh-band__title {
		font-size: 1.55rem;
	}

	.olh-band__text {
		font-size: 16px;
	}

	.olh-imac,
	.olh-shot,
	.olh-laptop,
	.olh-classroom,
	.olh-band__photo {
		width: min(100%, 280px);
	}

	.olh-land--student .olh-reveal,
	.olh-land--teacher .olh-reveal,
	.olh-land--student .olh-band__copy.olh-reveal,
	.olh-land--teacher .olh-band__copy.olh-reveal,
	.olh-land--student .olh-band__media.olh-reveal,
	.olh-land--teacher .olh-band__media.olh-reveal,
	.olh-land--student .olh-band--flip .olh-band__copy.olh-reveal,
	.olh-land--teacher .olh-band--flip .olh-band__copy.olh-reveal,
	.olh-land--student .olh-band--flip .olh-band__media.olh-reveal,
	.olh-land--teacher .olh-band--flip .olh-band__media.olh-reveal {
		transform: translate3d(0, 28px, 0);
	}

	.olh-land__foot {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 0.3rem;
	}

	.olh-land__copy,
	.olh-land__foot-nav {
		grid-column: auto;
		justify-self: center;
	}

	.olh-land__copy {
		white-space: normal;
	}

	.olh-mosaic {
		grid-template-columns: 1fr;
	}

	.olh-tile__hint {
		display: none;
	}
}
