.uyhs-home {
	--uyhs-navy: #173b4d; --uyhs-blue: #087cb8; --uyhs-aqua: #46c8cf; --uyhs-orange: #c66d15;
	--uyhs-green: #168a61; --uyhs-cream: #fff8ee; --uyhs-mist: #eaf9fa; --uyhs-copy: #52626b;
	--uyhs-border: #cfe1e5; --uyhs-radius: 14px; --uyhs-shadow: 0 14px 36px rgba(23,59,77,.09);
	color: var(--uyhs-navy); font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow: hidden;
}
.uyhs-home, .uyhs-home * { box-sizing: border-box; }
.uyhs-home img { display: block; height: auto; max-width: 100%; }
.uyhs-home p { margin: 0 0 20px; }
.uyhs-home h1, .uyhs-home h2, .uyhs-home h3 { color: var(--uyhs-navy); font-family: inherit; font-weight: 400; letter-spacing: -.025em; line-height: 1.08; margin: 0 0 22px; }
.uyhs-home h1 { font-size: clamp(2.75em,4.6vw,4.25em); }
.uyhs-home h2 { font-size: clamp(2.15em,3.5vw,3.15em); }
.uyhs-home h3 { font-size: clamp(1.3em,2vw,1.65em); }
.uyhs-home a { color: var(--uyhs-blue); text-underline-offset: 4px; }
.uyhs-section { padding: clamp(76px,8vw,124px) max(28px,calc((100vw - 1420px)/2)); }
.uyhs-centered { margin-inline: auto; text-align: center; }
.uyhs-section-heading { margin-bottom: 52px; max-width: 850px; }
.uyhs-eyebrow { color: var(--uyhs-orange); font-family: Arial,sans-serif; font-size: clamp(.86em,1.15vw,1em); font-weight: 700; letter-spacing: .15em; line-height: 1.35; margin-bottom: 18px !important; text-transform: uppercase; }

.uyhs-hero { align-items: center; background-color: var(--uyhs-cream); background-image: linear-gradient(90deg,rgba(255,248,238,.03) 0%,rgba(255,248,238,.08) 37%,rgba(255,248,238,.97) 65%,#fff8ee 100%),url("../images/kite-hero.jpg"); background-position: center,left center; background-repeat: no-repeat; background-size: cover,auto 100%; display: grid; min-height: 760px; padding: 70px max(28px,calc((100vw - 1420px)/2)); }
.uyhs-hero-copy { margin-left: auto; max-width: 690px; width: 49%; }
.uyhs-hero-lead { font-size: clamp(1.12em,1.65vw,1.45em); line-height: 1.55; }
.uyhs-integration-line { background: linear-gradient(90deg,#46c8cf 0 62%,#f6ad3c 62% 100%); height: 6px; width: 100%; }
.uyhs-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.uyhs-actions-center { justify-content: center; }
.uyhs-button { align-items: center; border: 2px solid transparent; border-radius: 12px; display: inline-flex; font-family: Arial,sans-serif; font-size: .98em; font-weight: 600; justify-content: center; letter-spacing: .01em; line-height: 1.25; min-height: 54px; padding: 14px 24px; text-align: center; text-decoration: none !important; transition: background .2s ease,box-shadow .2s ease,transform .2s ease; }
.uyhs-button:hover { transform: translateY(-2px); }
.uyhs-button-primary { background: var(--uyhs-green); box-shadow: 0 10px 24px rgba(22,138,97,.2); color: #fff !important; }
.uyhs-button-primary:hover { background: #0f7350; }
.uyhs-button-secondary { background: rgba(255,255,255,.75); border-color: var(--uyhs-navy); color: var(--uyhs-navy) !important; }
.uyhs-button-secondary:hover { background: #fff; }
.uyhs-button-ghost { border-color: rgba(255,255,255,.85); color: #fff !important; }
.uyhs-reassurance { color: var(--uyhs-copy); font-size: .86em; margin-top: 16px; }
.uyhs-reassurance p { margin-bottom: 5px; }

.uyhs-challenges { background: #fff; }
.uyhs-challenge-grid { display: grid; gap: 20px; grid-template-columns: repeat(4,1fr); }
.uyhs-challenge-card { border: 1px solid var(--uyhs-border); border-radius: var(--uyhs-radius); min-height: 310px; padding: 34px 28px; }
.uyhs-challenge-card:nth-child(even) { background: var(--uyhs-cream); }
.uyhs-line-icon { color: var(--uyhs-aqua); height: 42px; margin-bottom: 36px; width: 42px; }
.uyhs-challenge-card h3 { font-size: 1.45em; }
.uyhs-challenge-card p { color: var(--uyhs-copy); margin: 0; }
.uyhs-bridge-copy { font-weight: 600; margin: 42px auto 0 !important; max-width: 930px; text-align: center; }

.uyhs-approach { align-items: start; background: var(--uyhs-mist); display: grid; gap: clamp(56px,7vw,110px); grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.uyhs-approach-lead h2 { font-size: clamp(2.5em,4vw,4em); }
.uyhs-large-copy { font-size: 1.25em; font-weight: 600; }
.uyhs-working-photo { aspect-ratio: 4/2.45; border-radius: var(--uyhs-radius); margin-top: 38px; object-fit: cover; object-position: center 45%; width: 100%; }
.uyhs-tool-stack { display: grid; gap: 20px; }
.uyhs-tool-card { align-items: start; background: #fff; border-radius: var(--uyhs-radius); display: grid; gap: 25px; grid-template-columns: 48px minmax(0,1fr); min-height: 185px; padding: 32px 34px; }
.uyhs-tool-card .uyhs-line-icon { color: var(--uyhs-orange); height: 38px; margin: 3px 0 0; width: 38px; }
.uyhs-tool-heading { align-items: flex-start; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 16px; }
.uyhs-tool-heading h3 { margin: 0; }
.uyhs-tool-heading h3 a { color: var(--uyhs-navy); text-decoration: none; }
.uyhs-tool-card p { color: var(--uyhs-copy); font-size: 1.02em; margin-bottom: 12px; }
.uyhs-availability { background: #fff; border: 1px solid #74c9a8; border-radius: 999px; color: #0f6748; flex: 0 0 auto; font-family: Arial,sans-serif; font-size: .76em; font-weight: 600; line-height: 1.25; margin-bottom: 4px; padding: 9px 13px; }
.uyhs-text-link, .uyhs-story-footer a { font-family: Arial,sans-serif; font-weight: 600; text-decoration: none; }

.uyhs-begin { background: #fff; }
.uyhs-path-grid { display: grid; gap: 24px; grid-template-columns: repeat(2,1fr); margin: 0 auto; max-width: 1120px; }
.uyhs-path { background: #fff; border: 1px solid var(--uyhs-border); border-radius: var(--uyhs-radius); box-shadow: var(--uyhs-shadow); padding: clamp(32px,4vw,54px); }
.uyhs-path-featured { background: linear-gradient(145deg,#f4fffa,#fff); border-color: #c9e8dc; }
.uyhs-path-label { color: var(--uyhs-orange); display: block; font-family: Arial,sans-serif; font-size: 1em; font-weight: 700; letter-spacing: .11em; margin-bottom: 22px; text-transform: uppercase; }
.uyhs-path p { color: var(--uyhs-copy); }

.uyhs-stories { background: var(--uyhs-navy); color: #fff; }
.uyhs-stories h2 { color: #fff; }
.uyhs-stories .uyhs-eyebrow { color: #ffc36a; }
.uyhs-testimonial-grid { display: grid; gap: 24px; grid-template-columns: repeat(3,1fr); }
.uyhs-home blockquote.uyhs-quote { background: #24586d !important; border: 1px solid rgba(255,255,255,.22) !important; border-radius: var(--uyhs-radius); box-shadow: 0 18px 38px rgba(5,28,38,.22); color: #fff; display: flex; flex-direction: column; font-style: normal !important; margin: 0 !important; padding: 36px 34px !important; quotes: none !important; }
.uyhs-home blockquote.uyhs-quote,
.uyhs-home blockquote.uyhs-quote * { font-style: normal !important; }
.uyhs-home blockquote.uyhs-quote::before,
.uyhs-home blockquote.uyhs-quote::after,
.uyhs-home blockquote.uyhs-quote p::before,
.uyhs-home blockquote.uyhs-quote p::after { background: none !important; border: 0 !important; content: "" !important; display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; visibility: hidden !important; width: 0 !important; }
.uyhs-home blockquote.uyhs-quote p { color: #fff; font-family: inherit; font-size: 16px !important; font-style: normal !important; font-weight: 400; line-height: 1.62; margin: 0 0 24px; }
.uyhs-home blockquote.uyhs-quote cite { color: #8fe0c7; display: block; font-family: inherit; font-size: 16px !important; font-style: normal !important; font-weight: 600; margin-top: auto; }
.uyhs-story-footer { align-items: center; display: flex; flex-direction: column; gap: 7px; justify-content: center; margin: 38px auto 0; text-align: center; }
.uyhs-story-footer a { color: #9be2e5; font-size: 16px; }
.uyhs-story-footer p { color: #b9ced4; font-size: 13px; margin: 0; opacity: 1; }

/* Reusable featured quotation for interior pages. Add the class
   uyhs-featured-quote to a WordPress Quote block. */
.uyhs-featured-quote-wrap { background: var(--uyhs-cream); padding: clamp(42px,6vw,76px); }
blockquote.uyhs-featured-quote { background: #fff !important; border: 1px solid #efd8b6 !important; border-left: 8px solid var(--uyhs-orange) !important; border-radius: var(--uyhs-radius); box-shadow: var(--uyhs-shadow); margin: 0 auto !important; max-width: 980px; padding: 58px 70px 48px 86px !important; position: relative; quotes: none !important; }
blockquote.uyhs-featured-quote::before { color: var(--uyhs-orange); content: "“" !important; display: block !important; font-family: Georgia,serif; font-size: 92px; height: auto; left: 28px; line-height: 1; position: absolute; top: 18px; visibility: visible !important; width: auto; }
blockquote.uyhs-featured-quote::after,
blockquote.uyhs-featured-quote p::before,
blockquote.uyhs-featured-quote p::after { content: "" !important; display: none !important; }
blockquote.uyhs-featured-quote p { color: var(--uyhs-navy); font-family: Georgia,serif; font-size: clamp(22px,2.15vw,32px) !important; font-style: italic; line-height: 1.55; margin: 0 !important; }
blockquote.uyhs-featured-quote cite { color: var(--uyhs-green); display: block; font-family: inherit; font-size: 16px !important; font-style: normal; font-weight: 600; margin-top: 25px; }

.uyhs-about { align-items: center; background: #fff; display: grid; gap: clamp(55px,8vw,110px); grid-template-columns: minmax(320px,.85fr) minmax(0,1.15fr); }
.uyhs-about-image { position: relative; }
.uyhs-about-image img { aspect-ratio: 4/5; border-radius: var(--uyhs-radius); box-shadow: var(--uyhs-shadow); object-fit: cover; object-position: 50% 20%; width: 100%; }
.uyhs-credential { background: rgba(23,59,77,.94); border-radius: 10px; bottom: 30px; color: #fff; max-width: 270px; padding: 17px 20px; position: absolute; right: -28px; }
.uyhs-credential strong, .uyhs-credential span { display: block; }
.uyhs-credential span { font-size: .82em; opacity: .88; }
.uyhs-about-copy p, .uyhs-philosophy > div:last-child p, .uyhs-future > div:last-child p { color: var(--uyhs-copy); }
.uyhs-about-copy .uyhs-eyebrow { color: var(--uyhs-orange); }
.uyhs-about-copy .uyhs-actions { gap: 24px; }

.uyhs-philosophy { align-items: center; background: var(--uyhs-cream); display: grid; gap: clamp(50px,9vw,150px); grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
.uyhs-philosophy > div { max-width: 650px; }
.uyhs-philosophy > div:last-child p { color: #26343a; font-weight: 400; line-height: 1.65; }
.uyhs-philosophy-image { aspect-ratio: 16/10; border-radius: var(--uyhs-radius); object-fit: cover; object-position: center; width: 100%; }
.uyhs-future { align-items: center; background: #fff; display: grid; gap: clamp(46px,8vw,110px); grid-template-columns: .9fr 1.1fr; }

.uyhs-final { background: var(--uyhs-navy); color: #fff; padding: clamp(86px,10vw,138px) 28px; text-align: center; }
.uyhs-final h2 { color: #fff; margin-inline: auto; max-width: 920px; }
.uyhs-final .uyhs-eyebrow { color: #ffc36a; }
.uyhs-final-intro { font-size: 1.18em; margin-inline: auto !important; max-width: 770px; }
.uyhs-final-note { font-size: .85em; margin-top: 28px !important; opacity: .82; }

.uyhs-reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s ease var(--uyhs-delay,0ms),transform .62s cubic-bezier(.2,.75,.3,1) var(--uyhs-delay,0ms); }
.uyhs-reveal.is-visible { opacity: 1; transform: none; }
.uyhs-hide-header .site-header { display: none !important; }
.uyhs-hide-menu .nav-primary, .uyhs-hide-menu .nav-header, .uyhs-hide-menu .menu-toggle { display: none !important; }
body.page-template-page-home-redesign .site-inner, body.home .site-inner { max-width: none; padding: 0; }
body.page-template-page-home-redesign .content, body.home .content { float: none; width: 100%; }
body.page-template-page-home-redesign .entry, body.home .entry { margin: 0; padding: 0; }

@media (max-width:1080px) {
	.uyhs-hero { background-position: center,left center; }
	.uyhs-hero-copy { width: 53%; }
	.uyhs-challenge-grid { grid-template-columns: repeat(2,1fr); }
	.uyhs-approach { grid-template-columns: 1fr; }
	.uyhs-working-photo { max-height: 480px; }
}
@media (max-width:780px) {
	.uyhs-home { font-size: 16px; }
	.uyhs-section { padding: 72px 20px; }
	.uyhs-hero { align-items: end; background-image: linear-gradient(180deg,rgba(255,248,238,0) 28%,rgba(255,248,238,.95) 60%,#fff8ee 100%),url("../images/kite-hero.jpg"); background-position: center,30% center; background-size: cover,cover; min-height: 980px; padding: 420px 20px 58px; }
	.uyhs-hero-copy { margin: 0; max-width: none; text-align: center; width: 100%; }
	.uyhs-hero .uyhs-eyebrow { background: rgba(255,248,238,.88); border-radius: 8px; color: #8f4c09; display: inline-block; padding: 8px 11px; }
	.uyhs-actions { justify-content: center; }
	.uyhs-challenge-grid, .uyhs-path-grid, .uyhs-about, .uyhs-philosophy, .uyhs-future { grid-template-columns: 1fr; }
	.uyhs-challenge-card { min-height: 0; }
	.uyhs-testimonial-grid { grid-template-columns: 1fr; overflow: visible; padding-bottom: 0; }
	.uyhs-story-footer { align-items: center; }
	blockquote.uyhs-featured-quote { padding: 55px 32px 42px 58px !important; }
	blockquote.uyhs-featured-quote::before { left: 18px; }
	.uyhs-about-image { margin-inline: auto; max-width: 520px; }
	.uyhs-credential { right: -8px; }
	.uyhs-philosophy > div:first-child { order: 1; }
	.uyhs-philosophy > div:last-child { order: 2; }
}
@media (max-width:560px) {
	.uyhs-home h1 { font-size: 2.55em; }
	.uyhs-home h2 { font-size: 2.2em; }
	.uyhs-hero { background-position: center,26% center; min-height: 930px; padding-top: 370px; }
	.uyhs-challenge-grid { grid-template-columns: 1fr; }
	.uyhs-tool-card { grid-template-columns: 1fr; padding: 28px 24px; }
	.uyhs-tool-heading { align-items: flex-start; flex-direction: column; }
	.uyhs-tool-card .uyhs-line-icon { margin-bottom: 4px; }
	.uyhs-button { width: 100%; }
	.uyhs-about-copy .uyhs-text-link { text-align: center; width: 100%; }
}
@media (prefers-reduced-motion:reduce) {
	.uyhs-reveal { opacity: 1; transform: none; transition: none; }
	.uyhs-button { transition: none; }
}

/* =========================================================
   HOMEPAGE MOBILE HERO REFINEMENT
   ========================================================= */

@media (max-width: 780px) {

	.uyhs-home .uyhs-hero {
		background-image:
			linear-gradient(
				180deg,
				rgba(255,248,238,0) 20%,
				rgba(255,248,238,.18) 40%,
				rgba(255,248,238,.88) 64%,
				#fff8ee 100%
			),
			url("../images/kite-hero.jpg") !important;

		background-position: center, 26% 58% !important;
		background-size: cover, auto 122% !important;
		background-repeat: no-repeat !important;

		min-height: 800px !important;
		padding: 255px 20px 46px !important;
	}

	.uyhs-home .uyhs-hero-copy {
		margin: 0 !important;
		max-width: none !important;
		width: 100% !important;
		text-align: center;
	}

	.uyhs-home .uyhs-hero .uyhs-eyebrow {
		background: rgba(255,248,238,.86) !important;
		border-radius: 8px;
		padding: 6px 10px !important;
		margin-bottom: 12px !important;
	}

	.uyhs-home .uyhs-hero h1 {
		margin-bottom: 18px !important;
	}
}

@media (max-width: 560px) {

	.uyhs-home .uyhs-hero {
		background-position: center, 25% 59% !important;
		background-size: cover, auto 126% !important;
		min-height: 770px !important;
		padding-top: 235px !important;
		padding-bottom: 42px !important;
	}

	.uyhs-home .uyhs-hero h1 {
		font-size: 2.42em !important;
		line-height: 1.06 !important;
	}
}

