/* Howdy Financial Homepage — scoped styles */
.hfh-site {
	--hfh-ink: #171511;
	--hfh-gold: #c9a35a;
	--hfh-cream: #f7f2e8;
	--hfh-body: #4f4a42;
	--hfh-white: #fff;
	--hfh-line: rgba(23, 21, 17, .12);
	--hfh-shadow: 0 24px 70px rgba(31, 25, 13, .13);
	--hfh-radius: 22px;
	width: 100%;
	background: var(--hfh-white);
	color: var(--hfh-body);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	overflow: clip;
	scroll-behavior: smooth;
}

.hfh-site *, .hfh-site *::before, .hfh-site *::after { box-sizing: border-box; }
.hfh-site img { display: block; max-width: 100%; }
.hfh-site a { color: inherit; text-decoration: none; }
.hfh-site h1, .hfh-site h2, .hfh-site h3, .hfh-site p { margin-top: 0; }
.hfh-site button, .hfh-site input, .hfh-site select, .hfh-site textarea { font: inherit; }
.hfh-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.hfh-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(18px);
	transition: box-shadow .3s ease, border-color .3s ease, transform .35s ease;
}
.hfh-header.is-scrolled { border-color: var(--hfh-line); box-shadow: 0 12px 34px rgba(25, 20, 12, .08); }
.hfh-header.is-hidden { transform: translateY(-101%); }
.hfh-header-inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.hfh-brand { width: 202px; flex: 0 0 auto; }
.hfh-brand img { width: 100%; max-height: 73px; object-fit: contain; }
.hfh-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.2vw, 34px); margin-left: auto; }
.hfh-nav a { position: relative; color: var(--hfh-ink); font-size: .92rem; font-weight: 650; }
.hfh-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--hfh-gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.hfh-nav a:hover::after, .hfh-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.hfh-header-actions { display: flex; align-items: center; gap: 22px; }
.hfh-phone { display: flex; align-items: center; gap: 8px; white-space: nowrap; color: var(--hfh-ink); font-size: .9rem; font-weight: 700; }
.hfh-phone span { color: var(--hfh-gold); }
.hfh-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--hfh-ink); padding: 12px; cursor: pointer; }
.hfh-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--hfh-gold); transition: transform .25s ease, opacity .25s ease; }

.hfh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-height: 54px;
	padding: 13px 24px;
	border: 1px solid var(--hfh-ink);
	border-radius: 6px;
	background: var(--hfh-ink);
	color: var(--hfh-white) !important;
	font-size: .9rem;
	font-weight: 750;
	letter-spacing: .01em;
	box-shadow: 0 8px 20px rgba(23, 21, 17, .12);
	transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.hfh-button:hover, .hfh-button:focus-visible { transform: translateY(-3px); background: var(--hfh-gold); border-color: var(--hfh-gold); color: var(--hfh-ink) !important; box-shadow: 0 14px 28px rgba(75, 56, 18, .2); }
.hfh-button-small { min-height: 46px; padding: 10px 18px; white-space: nowrap; }
.hfh-button-outline { background: transparent; color: var(--hfh-ink) !important; border-color: rgba(23, 21, 17, .25); box-shadow: none; }
.hfh-button-gold { background: var(--hfh-gold); border-color: var(--hfh-gold); color: var(--hfh-ink) !important; }
.hfh-button-gold:hover { background: #e1c37f; border-color: #e1c37f; }

.hfh-hero { position: relative; isolation: isolate; min-height: 730px; padding: 92px 0 96px; display: flex; align-items: center; background: linear-gradient(118deg, #fff 0%, #fff 48%, var(--hfh-cream) 100%); }
.hfh-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .45; background-image: radial-gradient(rgba(201,163,90,.22) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent 0, #000 70%, #000); }
.hfh-hero-glow { position: absolute; right: -5%; bottom: -12%; z-index: -1; width: 56%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(201,163,90,.22), transparent 67%); filter: blur(10px); }
.hfh-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); gap: clamp(50px, 6vw, 92px); align-items: center; }
.hfh-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #8a692e; font-size: .74rem; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.hfh-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--hfh-gold); box-shadow: 0 0 0 5px rgba(201,163,90,.16); }
.hfh-eyebrow-light { color: #dfc589; }
.hfh-hero h1 { max-width: 720px; margin-bottom: 22px; color: var(--hfh-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 5.25vw, 5.45rem); font-weight: 400; letter-spacing: -.055em; line-height: .99; }
.hfh-hero h1 em { display: block; margin-top: .1em; color: var(--hfh-gold); font-style: normal; }
.hfh-lead { max-width: 650px; margin-bottom: 28px; color: #625d55; font-size: 1.08rem; line-height: 1.85; }
.hfh-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hfh-trust-row { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 27px; }
.hfh-trust-row span { position: relative; padding-left: 14px; color: #6c675f; font-size: .79rem; font-weight: 650; }
.hfh-trust-row span::before { content: ""; position: absolute; left: 0; top: .58em; width: 6px; height: 6px; border-radius: 50%; background: var(--hfh-gold); }
.hfh-hero-visual { position: relative; min-height: 555px; }
.hfh-hero-photo { position: absolute; inset: 18px 18px 62px 42px; overflow: hidden; border: 10px solid #fff; border-radius: 26px; box-shadow: var(--hfh-shadow); }
.hfh-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(15,14,12,.48) 100%); }
.hfh-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hfh-overview-card { position: absolute; right: -18px; bottom: 0; width: min(410px, 79%); padding: 21px; border: 1px solid rgba(255,255,255,.72); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 20px 50px rgba(18,16,11,.18); backdrop-filter: blur(18px); }
.hfh-overview-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hfh-overview-head div { display: grid; }
.hfh-overview-head small { color: #8e6a2d; font-size: .64rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hfh-overview-head strong { color: var(--hfh-ink); font-size: 1.1rem; }
.hfh-overview-head > span { padding: 6px 10px; border-radius: 999px; background: #edf7ed; color: #2c7a3f; font-size: .68rem; font-weight: 800; }
.hfh-metric-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 15px 0 12px; }
.hfh-metric-row > div { display: grid; gap: 2px; padding: 10px 12px; border-radius: 10px; background: var(--hfh-cream); }
.hfh-metric-row small { color: #80786c; font-size: .65rem; }
.hfh-metric-row strong { color: var(--hfh-ink); font-size: .85rem; }
.hfh-chart { position: relative; height: 76px; overflow: hidden; border-radius: 10px; background: repeating-linear-gradient(to bottom, transparent 0, transparent 24px, rgba(23,21,17,.06) 25px); color: var(--hfh-gold); }
.hfh-chart svg { width: 100%; height: 100%; }
.hfh-chart path:not(.hfh-chart-area) { fill: none; stroke: currentColor; stroke-width: 4; vector-effect: non-scaling-stroke; }
.hfh-chart-area { fill: url(#hfh-chart-fill); }
.hfh-float-note { position: absolute; top: 0; right: -2px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 15px 34px rgba(18,16,11,.13); animation: hfh-float 4.5s ease-in-out infinite; }
.hfh-float-note > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--hfh-cream); color: #9a742e; font-weight: 900; }
.hfh-float-note div { display: grid; }
.hfh-float-note strong { color: var(--hfh-ink); font-size: .76rem; }
.hfh-float-note small { color: #7d766c; font-size: .62rem; }
.hfh-float-years { position: absolute; bottom: 75px; left: 0; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border-radius: 14px; background: var(--hfh-ink); color: #fff; box-shadow: 0 18px 35px rgba(18,16,11,.2); }
.hfh-float-years strong { color: var(--hfh-gold); font-size: 1.15rem; }
.hfh-float-years span { max-width: 100px; font-size: .67rem; line-height: 1.3; }
@keyframes hfh-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.hfh-stats { border-top: 1px solid var(--hfh-line); border-bottom: 1px solid var(--hfh-line); background: #fff; }
.hfh-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hfh-stat { min-height: 142px; padding: 28px 20px; display: grid; place-content: center; text-align: center; border-right: 1px solid var(--hfh-line); }
.hfh-stat:first-child { border-left: 1px solid var(--hfh-line); }
.hfh-stat strong { color: var(--hfh-ink); font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; line-height: 1; }
.hfh-stat span { margin-top: 10px; color: #756f66; font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.hfh-section { padding: 116px 0; }
.hfh-section h2 { color: var(--hfh-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4vw, 4.3rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.06; }
.hfh-section h3 { color: var(--hfh-ink); font-size: 1.2rem; line-height: 1.3; }
.hfh-section-heading { max-width: 740px; margin-bottom: 50px; }
.hfh-section-heading-center { margin-inline: auto; text-align: center; }
.hfh-section-heading p, .hfh-section-copy > p { max-width: 680px; color: #686158; font-size: 1.02rem; line-height: 1.85; }

.hfh-about-grid { display: grid; grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(70px, 8vw, 120px); }
.hfh-about-media { position: relative; min-height: 610px; }
.hfh-about-media::before { content: ""; position: absolute; top: -22px; right: -22px; width: 58%; height: 58%; border: 1px solid var(--hfh-gold); border-radius: 22px; }
.hfh-about-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 22px; box-shadow: var(--hfh-shadow); }
.hfh-about-badge { position: absolute; right: -38px; bottom: 35px; display: flex; align-items: center; gap: 12px; max-width: 205px; padding: 18px; border-radius: 15px; background: var(--hfh-ink); color: #fff; box-shadow: 0 18px 40px rgba(20,18,13,.25); }
.hfh-about-badge strong { color: var(--hfh-gold); font-family: Georgia, serif; font-size: 1.8rem; }
.hfh-about-badge span { font-size: .72rem; line-height: 1.4; }
.hfh-check-list { display: grid; gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; }
.hfh-check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--hfh-ink); font-weight: 600; }
.hfh-check-list span { display: grid; place-items: center; flex: 0 0 24px; height: 24px; margin-top: 2px; border-radius: 50%; background: var(--hfh-cream); color: #936f2b; font-size: .75rem; }
.hfh-text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--hfh-ink) !important; font-weight: 800; border-bottom: 1px solid var(--hfh-gold); }
.hfh-text-link span { color: var(--hfh-gold); transition: transform .2s ease; }
.hfh-text-link:hover span { transform: translateX(5px); }

.hfh-services { background: var(--hfh-cream); }
.hfh-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hfh-service-card { position: relative; min-height: 330px; padding: 32px; overflow: hidden; border: 1px solid rgba(23,21,17,.09); border-radius: 15px; background: rgba(255,255,255,.76); transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.hfh-service-card::after { content: ""; position: absolute; right: -50px; bottom: -60px; width: 130px; height: 130px; border: 1px solid rgba(201,163,90,.38); border-radius: 50%; transition: transform .35s ease; }
.hfh-service-card:hover { transform: translateY(-8px); background: #fff; box-shadow: 0 22px 45px rgba(46,36,18,.1); }
.hfh-service-card:hover::after { transform: scale(1.35); }
.hfh-service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 28px; border-radius: 13px; background: var(--hfh-ink); color: var(--hfh-gold); }
.hfh-service-icon svg { width: 27px; height: 27px; }
.hfh-service-card h3 { margin-bottom: 12px; }
.hfh-service-card p { margin-bottom: 25px; color: #6c655b; font-size: .9rem; }
.hfh-service-card a { position: absolute; left: 32px; bottom: 28px; display: inline-flex; gap: 10px; align-items: center; color: #8a6728; font-size: .78rem; font-weight: 800; }

.hfh-process { position: relative; isolation: isolate; background: var(--hfh-ink); color: rgba(255,255,255,.7); }
.hfh-process::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, transparent 50%, rgba(201,163,90,.08)); }
.hfh-process-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.hfh-process h2, .hfh-process h3 { color: #fff; }
.hfh-process-head p { max-width: 480px; margin-bottom: 7px; }
.hfh-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.hfh-process-step { position: relative; min-height: 290px; padding: 0 28px 20px; border-left: 1px solid rgba(255,255,255,.16); }
.hfh-process-step:first-child { padding-left: 0; border-left: 0; }
.hfh-process-step > span { display: inline-grid; place-items: center; width: 54px; height: 54px; margin-bottom: 32px; border: 1px solid rgba(201,163,90,.55); border-radius: 50%; color: var(--hfh-gold); font-family: Georgia, serif; font-size: 1.2rem; }
.hfh-process-step h3 { margin-bottom: 12px; font-size: 1.05rem; }
.hfh-process-step p { font-size: .83rem; line-height: 1.75; }

.hfh-values { background: #fff; }
.hfh-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hfh-value-card { position: relative; min-height: 275px; padding: 36px; border: 1px solid var(--hfh-line); border-radius: 16px; background: #fff; }
.hfh-value-card > span { position: absolute; top: 25px; right: 28px; color: rgba(201,163,90,.35); font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.hfh-value-card h3 { margin-top: 70px; margin-bottom: 13px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.hfh-value-card p { color: #6c655b; }

.hfh-faq { background: #fbfaf7; }
.hfh-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 8vw, 110px); }
.hfh-faq .hfh-section-heading { position: sticky; top: 130px; align-self: start; }
.hfh-faq-item { border-bottom: 1px solid rgba(23,21,17,.15); }
.hfh-faq-item button { width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; border: 0; background: transparent; color: var(--hfh-ink); text-align: left; font-weight: 760; cursor: pointer; }
.hfh-faq-item button i { position: relative; flex: 0 0 24px; height: 24px; border-radius: 50%; background: var(--hfh-ink); }
.hfh-faq-item button i::before, .hfh-faq-item button i::after { content: ""; position: absolute; top: 11px; left: 7px; width: 10px; height: 2px; background: var(--hfh-gold); transition: transform .25s ease; }
.hfh-faq-item button i::after { transform: rotate(90deg); }
.hfh-faq-item.is-open button i::after { transform: rotate(0); }
.hfh-faq-answer { padding: 0 48px 25px 0; }
.hfh-faq-answer p { color: #696259; font-size: .92rem; }

.hfh-contact { padding-top: 0; background: #fbfaf7; }
.hfh-contact-card { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 7vw, 95px); overflow: hidden; padding: clamp(36px, 5vw, 72px); border-radius: 24px; background: var(--hfh-ink); color: rgba(255,255,255,.73); box-shadow: 0 30px 70px rgba(20,18,12,.2); }
.hfh-contact-card::before { content: ""; position: absolute; top: -140px; left: -120px; width: 340px; height: 340px; border: 1px solid rgba(201,163,90,.25); border-radius: 50%; }
.hfh-contact-copy { position: relative; z-index: 1; }
.hfh-contact-copy h2 { color: #fff; }
.hfh-contact-details { display: grid; gap: 10px; margin-top: 35px; }
.hfh-contact-details a { width: fit-content; color: #fff; font-weight: 700; }
.hfh-contact-details span { font-size: .88rem; }
.hfh-form { position: relative; z-index: 1; display: grid; gap: 16px; padding: 29px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.07); }
.hfh-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.hfh-form label { display: grid; gap: 6px; color: rgba(255,255,255,.84); font-size: .72rem; font-weight: 750; letter-spacing: .04em; }
.hfh-form input, .hfh-form select, .hfh-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; outline: 0; background: rgba(255,255,255,.09); color: #fff; transition: border-color .2s ease, background .2s ease; }
.hfh-form select option { color: #1a1814; }
.hfh-form textarea { resize: vertical; }
.hfh-form input:focus, .hfh-form select:focus, .hfh-form textarea:focus { border-color: var(--hfh-gold); background: rgba(255,255,255,.13); }
.hfh-form .hfh-button { justify-self: start; cursor: pointer; }
.hfh-form > small { color: rgba(255,255,255,.5); font-size: .67rem; }
.hfh-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.hfh-form-notice { padding: 11px 13px; border-radius: 5px; font-size: .78rem; }
.hfh-form-success { background: rgba(93,180,110,.16); color: #c5f1cc; }
.hfh-form-error { background: rgba(214,88,68,.16); color: #ffd1ca; }

.hfh-footer { position: relative; padding: 88px 0 26px; background: #0f0e0c; color: rgba(255,255,255,.56); }
.hfh-footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr 1fr; gap: 65px; }
.hfh-footer-brand img { width: 255px; max-height: 100px; object-fit: contain; margin-bottom: 22px; }
.hfh-footer-brand p { max-width: 390px; }
.hfh-footer h3 { margin: 13px 0 25px; color: #fff; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.hfh-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.hfh-footer a:hover { color: var(--hfh-gold); }
.hfh-footer p, .hfh-footer a { font-size: .82rem; }
.hfh-socials { display: flex; gap: 9px; margin-top: 20px; }
.hfh-socials a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(255,255,255,.05); color: #fff; font-weight: 750; }
.hfh-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.hfh-footer-bottom div { display: flex; gap: 28px; }
.hfh-back-top { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(201,163,90,.55); color: var(--hfh-gold) !important; }

[data-hfh-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1); }
[data-hfh-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
	.hfh-container { width: min(1160px, calc(100% - 36px)); }
	.hfh-header-inner { gap: 22px; }
	.hfh-brand { width: 165px; }
	.hfh-header-actions .hfh-phone { display: none; }
	.hfh-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); gap: 42px; }
	.hfh-service-card { padding: 26px; }
	.hfh-service-card a { left: 26px; }
	.hfh-process-step { padding-inline: 20px; }
	.hfh-footer-grid { gap: 38px; }
}

@media (max-width: 960px) {
	.hfh-header-inner { min-height: 78px; }
	.hfh-menu-toggle { display: block; margin-left: auto; order: 2; }
	.hfh-header-actions { display: none; }
	.hfh-nav { position: absolute; top: 100%; right: 18px; left: 18px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--hfh-line); border-radius: 13px; background: #fff; box-shadow: 0 18px 40px rgba(20,18,13,.14); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
	.hfh-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.hfh-nav a { padding: 12px 10px; border-bottom: 1px solid var(--hfh-line); }
	.hfh-nav a:last-child { border-bottom: 0; }
	.hfh-nav a::after { display: none; }
	.hfh-menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
	.hfh-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
	.hfh-menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
	.hfh-hero { padding-top: 70px; }
	.hfh-hero-grid { grid-template-columns: 1fr; }
	.hfh-hero-copy { max-width: 760px; }
	.hfh-hero h1 { max-width: 760px; }
	.hfh-hero-visual { min-height: 600px; }
	.hfh-stats-grid { grid-template-columns: repeat(2, 1fr); }
	.hfh-stat:nth-child(2) { border-right: 0; }
	.hfh-stat:nth-child(-n+2) { border-bottom: 1px solid var(--hfh-line); }
	.hfh-about-grid, .hfh-faq-grid { grid-template-columns: 1fr; }
	.hfh-about-media { width: min(620px, 90%); }
	.hfh-service-grid { grid-template-columns: repeat(2, 1fr); }
	.hfh-process-head { grid-template-columns: 1fr; gap: 20px; }
	.hfh-process-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
	.hfh-process-step:nth-child(odd) { padding-left: 0; border-left: 0; }
	.hfh-process-step:last-child { grid-column: 1 / -1; max-width: 50%; }
	.hfh-value-grid { grid-template-columns: 1fr; }
	.hfh-value-card { min-height: 230px; }
	.hfh-faq .hfh-section-heading { position: static; }
	.hfh-contact-card { grid-template-columns: 1fr; }
	.hfh-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
	.hfh-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.hfh-container { width: min(100% - 28px, 590px); }
	.hfh-header-inner { min-height: 70px; }
	.hfh-brand { width: 148px; }
	.hfh-hero { min-height: auto; padding: 58px 0 65px; }
	.hfh-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
	.hfh-lead { font-size: .98rem; }
	.hfh-actions { display: grid; }
	.hfh-button { width: 100%; }
	.hfh-trust-row { display: grid; gap: 8px; }
	.hfh-hero-visual { min-height: 470px; margin-top: 12px; }
	.hfh-hero-photo { inset: 15px 0 60px; border-width: 7px; }
	.hfh-hero-photo img { object-position: 64% center; }
	.hfh-overview-card { right: -4px; bottom: 0; width: 92%; padding: 15px; }
	.hfh-float-note { top: 0; right: -4px; }
	.hfh-float-years { display: none; }
	.hfh-overview-head strong { font-size: .92rem; }
	.hfh-chart { height: 55px; }
	.hfh-stat { min-height: 120px; padding: 22px 12px; }
	.hfh-stat strong { font-size: 1.7rem; }
	.hfh-stat span { font-size: .59rem; }
	.hfh-section { padding: 78px 0; }
	.hfh-section h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
	.hfh-about-media { width: calc(100% - 12px); min-height: 500px; }
	.hfh-about-media::before { top: -12px; right: -12px; }
	.hfh-about-badge { right: -12px; bottom: 22px; }
	.hfh-service-grid, .hfh-process-grid { grid-template-columns: 1fr; }
	.hfh-service-card { min-height: 315px; }
	.hfh-process-step, .hfh-process-step:nth-child(odd) { min-height: 240px; padding: 0 0 26px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
	.hfh-process-step:last-child { grid-column: auto; max-width: none; border-bottom: 0; }
	.hfh-contact-card { width: 100%; border-radius: 0; padding-inline: 20px; }
	.hfh-form { padding: 20px 15px; }
	.hfh-form-row { grid-template-columns: 1fr; }
	.hfh-footer { padding-top: 65px; }
	.hfh-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
	.hfh-footer-brand { grid-column: 1 / -1; }
	.hfh-footer-grid > div:last-child { grid-column: 1 / -1; }
	.hfh-footer-bottom { display: grid; }
	.hfh-footer-bottom div { flex-wrap: wrap; }
	.hfh-back-top { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
	.hfh-site { scroll-behavior: auto; }
	.hfh-site *, .hfh-site *::before, .hfh-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	[data-hfh-reveal] { opacity: 1; transform: none; }
}

