\^>Q\ETWLJ
M.?]74_P$4$L#!!0 ( -V&BUJ7BKL-8?20$3;8T.P6BP^
M0"X99K>]9!:G7&BN"^)]NK+NY *W3"W\RQ+50/>I"MJ(-.)
M_#1EZA$VY8<1(86>Y4)88TS<;_3\1C0>09:'[L#TA(XA+@W#"CTN*+N@U6/@24D
MM0H#E>QV3N7TR@ZN6>1>9!CG*(.XLH/P4:V%&@/8-SF0!)?DJG547>EYIM[IFBG#S^0W1UW6E\
M./VR./ /,+Q=Z*E%9"E*%1KD3,)HMC;!4N++3):BJ#(9BBJ6<%H@XLD@;6E6
M?;!/3K3G>1,)KM\,<'AT_@%02P,$% @ W8:+6F60>9(9 0
MSP, !, !;0V]N=&5N=%]4>7!E&ULK9--3L,P$(6O$F5;)2XL6*"F
M&V +77 !8T\:J_Z39UK2VS-.VDJ@$A6%3:QXWKS/GI>LWH\1L.B=]=B4'5%\
M% )5!TYB'2)XKK0A.4G\FK8B2K636Q#WR^6#4,$3>*HH>Y3KU3.T.EY
M&TWP39G 8ED\C<+,:DH9HS5*$M?%P>L?E.I$J+EST&!G(BY84(JKA%SY'7#J
M>SM 2D9#L9&)7J5CE>BM0#I:P'K:XLH90]L:!3JHO>.6&F,"J;$#(&?KT70Q
M32:>,(S/N]G\P68*R,I-"A$YL01_QYTCR=U59"-(9*:O>"&R]>S[04Y;@[Z1
MS>/]#&DWY(%B6.;/^'O&%_\;SO$1PNZ_/[&\UDX:?^:+X3]>?P%02P$"% ,4
M " #=AHM:1L=-2)4 #- $ @ $ 9&]C4')O
M<',O87!P+GAM;%!+ 0(4 Q0 ( -V&BUJ"$! !X;"]T:&5M92]T:&5M93$N
M>&UL4$L! A0#% @ W8:+6A%B(%UF!@ .AP !@ ("!
M(@@ 'AL+W=O7!E&UL4$L%!@ ) D /@( !\6
$ $!
end
XML
10
Show.js
IDEA: XBRL DOCUMENT
// Edgar(tm) Renderer was created by staff of the U.S. Securities and Exchange Commission. Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection. 17 U.S.C. 105.
var Show={};Show.LastAR=null,Show.showAR=function(a,r,w){if(Show.LastAR)Show.hideAR();var e=a;while(e&&e.nodeName!='TABLE')e=e.nextSibling;if(!e||e.nodeName!='TABLE'){var ref=((window)?w.document:document).getElementById(r);if(ref){e=ref.cloneNode(!0);
e.removeAttribute('id');a.parentNode.appendChild(e)}}
if(e)e.style.display='block';Show.LastAR=e};Show.hideAR=function(){Show.LastAR.style.display='none'};Show.toggleNext=function(a){var e=a;while(e.nodeName!='DIV')e=e.nextSibling;if(!e.style){}else if(!e.style.display){}else{var d,p_;if(e.style.display=='none'){d='block';p='-'}else{d='none';p='+'}
e.style.display=d;if(a.textContent){a.textContent=p+a.textContent.substring(1)}else{a.innerText=p+a.innerText.substring(1)}}}
XML
11
report.css
IDEA: XBRL DOCUMENT
/* Updated 2009-11-04 */
/* v2.2.0.24 */
/* DefRef Styles */
.report table.authRefData{
background-color: #def;
border: 2px solid #2F4497;
font-size: 1em;
position: absolute;
}
.report table.authRefData a {
display: block;
font-weight: bold;
}
.report table.authRefData p {
margin-top: 0px;
}
.report table.authRefData .hide {
background-color: #2F4497;
padding: 1px 3px 0px 0px;
text-align: right;
}
.report table.authRefData .hide a:hover {
background-color: #2F4497;
}
.report table.authRefData .body {
height: 150px;
overflow: auto;
width: 400px;
}
.report table.authRefData table{
font-size: 1em;
}
/* Report Styles */
.pl a, .pl a:visited {
color: black;
text-decoration: none;
}
/* table */
.report {
background-color: white;
border: 2px solid #acf;
clear: both;
color: black;
font: normal 8pt Helvetica, Arial, san-serif;
margin-bottom: 2em;
}
.report hr {
border: 1px solid #acf;
}
/* Top labels */
.report th {
background-color: #acf;
color: black;
font-weight: bold;
text-align: center;
}
.report th.void {
background-color: transparent;
color: #000000;
font: bold 10pt Helvetica, Arial, san-serif;
text-align: left;
}
.report .pl {
text-align: left;
vertical-align: top;
white-space: normal;
width: 200px;
white-space: normal; /* word-wrap: break-word; */
}
.report td.pl a.a {
cursor: pointer;
display: block;
width: 200px;
overflow: hidden;
}
.report td.pl div.a {
width: 200px;
}
.report td.pl a:hover {
background-color: #ffc;
}
/* Header rows... */
.report tr.rh {
background-color: #acf;
color: black;
font-weight: bold;
}
/* Calendars... */
.report .rc {
background-color: #f0f0f0;
}
/* Even rows... */
.report .re, .report .reu {
background-color: #def;
}
.report .reu td {
border-bottom: 1px solid black;
}
/* Odd rows... */
.report .ro, .report .rou {
background-color: white;
}
.report .rou td {
border-bottom: 1px solid black;
}
.report .rou table td, .report .reu table td {
border-bottom: 0px solid black;
}
/* styles for footnote marker */
.report .fn {
white-space: nowrap;
}
/* styles for numeric types */
.report .num, .report .nump {
text-align: right;
white-space: nowrap;
}
.report .nump {
padding-left: 2em;
}
.report .nump {
padding: 0px 0.4em 0px 2em;
}
/* styles for text types */
.report .text {
text-align: left;
white-space: normal;
}
.report .text .big {
margin-bottom: 1em;
width: 17em;
}
.report .text .more {
display: none;
}
.report .text .note {
font-style: italic;
font-weight: bold;
}
.report .text .small {
width: 10em;
}
.report sup {
font-style: italic;
}
.report .outerFootnotes {
font-size: 1em;
}
XML
13
FilingSummary.xml
IDEA: XBRL DOCUMENT
3.25.1
html
4
23
1
true
3
0
false
0
false
false
R1.htm
000 - Document - Document And Entity Information
Sheet
http://www.khov.com/role/statement-document-and-entity-information
Document And Entity Information
Cover
1
false
false
All Reports
Book
All Reports
hov-20250411.htm
hov-20250411.xsd
hov-20250411_cal.xml
hov-20250411_def.xml
hov-20250411_lab.xml
hov-20250411_pre.xml
http://xbrl.sec.gov/dei/2024
true
true
JSON
15
MetaLinks.json
IDEA: XBRL DOCUMENT
{
"version": "2.2",
"instance": {
"hov-20250411.htm": {
"nsprefix": "hov",
"nsuri": "http://www.khov.com/20250411",
"dts": {
"inline": {
"local": [
"hov-20250411.htm"
]
},
"schema": {
"local": [
"hov-20250411.xsd"
],
"remote": [
"http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd",
"http://www.xbrl.org/2003/xbrl-linkbase-2003-12-31.xsd",
"http://www.xbrl.org/2003/xl-2003-12-31.xsd",
"http://www.xbrl.org/2003/xlink-2003-12-31.xsd",
"http://www.xbrl.org/2005/xbrldt-2005.xsd",
"http://www.xbrl.org/2006/ref-2006-02-27.xsd",
"http://www.xbrl.org/lrr/role/negated-2009-12-16.xsd",
"https://www.xbrl.org/2020/extensible-enumerations-2.0.xsd",
"https://www.xbrl.org/dtr/type/2020-01-21/types.xsd",
"https://www.xbrl.org/dtr/type/2022-03-31/types.xsd",
"https://xbrl.fasb.org/srt/2024/elts/srt-2024.xsd",
"https://xbrl.fasb.org/srt/2024/elts/srt-roles-2024.xsd",
"https://xbrl.fasb.org/srt/2024/elts/srt-types-2024.xsd",
"https://xbrl.fasb.org/us-gaap/2024/elts/us-gaap-2024.xsd",
"https://xbrl.fasb.org/us-gaap/2024/elts/us-roles-2024.xsd",
"https://xbrl.fasb.org/us-gaap/2024/elts/us-types-2024.xsd",
"https://xbrl.sec.gov/country/2024/country-2024.xsd",
"https://xbrl.sec.gov/dei/2024/dei-2024.xsd",
"https://xbrl.sec.gov/stpr/2024/stpr-2024.xsd"
]
},
"calculationLink": {
"local": [
"hov-20250411_cal.xml"
]
},
"definitionLink": {
"local": [
"hov-20250411_def.xml"
]
},
"labelLink": {
"local": [
"hov-20250411_lab.xml"
]
},
"presentationLink": {
"local": [
"hov-20250411_pre.xml"
]
}
},
"keyStandard": 23,
"keyCustom": 0,
"axisStandard": 1,
"axisCustom": 0,
"memberStandard": 0,
"memberCustom": 3,
"hidden": {
"total": 3,
"http://xbrl.sec.gov/dei/2024": 3
},
"contextCount": 4,
"entityCount": 1,
"segmentCount": 3,
"elementCount": 32,
"unitCount": 0,
"baseTaxonomies": {
"http://xbrl.sec.gov/dei/2024": 28
},
"report": {
"R1": {
"role": "http://www.khov.com/role/statement-document-and-entity-information",
"longName": "000 - Document - Document And Entity Information",
"shortName": "Document And Entity Information",
"isDefault": "true",
"groupType": "document",
"subGroupType": "",
"menuCat": "Cover",
"order": "1",
"firstAnchor": {
"contextRef": "D20250411",
"name": "dei:EntityRegistrantName",
"unitRef": null,
"xsiNil": "false",
"lang": "en-US",
"decimals": null,
"ancestors": [
"span",
"p",
"div",
"div",
"body",
"html"
],
"reportCount": 1,
"baseRef": "hov-20250411.htm",
"first": true,
"unique": true
},
"uniqueAnchor": {
"contextRef": "D20250411",
"name": "dei:EntityRegistrantName",
"unitRef": null,
"xsiNil": "false",
"lang": "en-US",
"decimals": null,
"ancestors": [
"span",
"p",
"div",
"div",
"body",
"html"
],
"reportCount": 1,
"baseRef": "hov-20250411.htm",
"first": true,
"unique": true
}
}
},
"tag": {
"dei_AmendmentFlag": {
"xbrltype": "booleanItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "AmendmentFlag",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Amendment Flag",
"documentation": "Boolean flag that is true when the XBRL content amends previously-filed or accepted submission."
}
}
},
"auth_ref": []
},
"dei_CityAreaCode": {
"xbrltype": "normalizedStringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "CityAreaCode",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "City Area Code",
"documentation": "Area code of city"
}
}
},
"auth_ref": []
},
"hov_ClassACommonStock001ParValuePerShareCustomMember": {
"xbrltype": "domainItemType",
"nsuri": "http://www.khov.com/20250411",
"localname": "ClassACommonStock001ParValuePerShareCustomMember",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Class A Common Stock 001 Par Value Per Share Custom [Member]"
}
}
},
"auth_ref": []
},
"us-gaap_ClassOfStockDomain": {
"xbrltype": "domainItemType",
"nsuri": "http://fasb.org/us-gaap/2024",
"localname": "ClassOfStockDomain",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Class of Stock [Domain]"
}
}
},
"auth_ref": []
},
"hov_DepositarySharesEachRepresenting11000thOfAShareOf7625SeriesAPreferredStockCustomMember": {
"xbrltype": "domainItemType",
"nsuri": "http://www.khov.com/20250411",
"localname": "DepositarySharesEachRepresenting11000thOfAShareOf7625SeriesAPreferredStockCustomMember",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Depositary Shares Each Representing 11000th Of A Share Of 7625 Series A Preferred Stock Custom [Member]"
}
}
},
"auth_ref": []
},
"dei_DocumentInformationLineItems": {
"xbrltype": "stringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "DocumentInformationLineItems",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Document Information [Line Items]",
"documentation": "Line items represent financial concepts included in a table. These concepts are used to disclose reportable information associated with domain members defined in one or many axes to the table."
}
}
},
"auth_ref": []
},
"dei_DocumentInformationTable": {
"xbrltype": "stringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "DocumentInformationTable",
"lang": {
"en-us": {
"role": {
"label": "Document Information [Table]",
"documentation": "Container to support the formal attachment of each official or unofficial, public or private document as part of a submission package."
}
}
},
"auth_ref": []
},
"dei_DocumentPeriodEndDate": {
"xbrltype": "dateItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "DocumentPeriodEndDate",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Document, Period End Date",
"documentation": "For the EDGAR submission types of Form 8-K: the date of the report, the date of the earliest event reported; for the EDGAR submission types of Form N-1A: the filing date; for all other submission types: the end of the reporting or transition period. The format of the date is YYYY-MM-DD."
}
}
},
"auth_ref": []
},
"dei_DocumentType": {
"xbrltype": "submissionTypeItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "DocumentType",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Document, Type",
"documentation": "The type of document being provided (such as 10-K, 10-Q, 485BPOS, etc). The document type is limited to the same value as the supporting SEC submission type, or the word 'Other'."
}
}
},
"auth_ref": []
},
"dei_EntityAddressAddressLine1": {
"xbrltype": "normalizedStringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityAddressAddressLine1",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Address, Address Line One",
"documentation": "Address Line 1 such as Attn, Building Name, Street Name"
}
}
},
"auth_ref": []
},
"dei_EntityAddressCityOrTown": {
"xbrltype": "normalizedStringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityAddressCityOrTown",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Address, City or Town",
"documentation": "Name of the City or Town"
}
}
},
"auth_ref": []
},
"dei_EntityAddressPostalZipCode": {
"xbrltype": "normalizedStringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityAddressPostalZipCode",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Address, Postal Zip Code",
"documentation": "Code for the postal or zip code"
}
}
},
"auth_ref": []
},
"dei_EntityAddressStateOrProvince": {
"xbrltype": "stateOrProvinceItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityAddressStateOrProvince",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Address, State or Province",
"documentation": "Name of the state or province."
}
}
},
"auth_ref": []
},
"dei_EntityCentralIndexKey": {
"xbrltype": "centralIndexKeyItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityCentralIndexKey",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Central Index Key",
"documentation": "A unique 10-digit SEC-issued value to identify entities that have filed disclosures with the SEC. It is commonly abbreviated as CIK."
}
}
},
"auth_ref": [
"r1"
]
},
"dei_EntityDomain": {
"xbrltype": "domainItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityDomain",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity [Domain]",
"documentation": "All the names of the entities being reported upon in a document. Any legal structure used to conduct activities or to hold assets. Some examples of such structures are corporations, partnerships, limited liability companies, grantor trusts, and other trusts. This item does not include business and geographical segments which are included in the geographical or business segments domains."
}
}
},
"auth_ref": []
},
"dei_EntityEmergingGrowthCompany": {
"xbrltype": "booleanItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityEmergingGrowthCompany",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Emerging Growth Company",
"documentation": "Indicate if registrant meets the emerging growth company criteria."
}
}
},
"auth_ref": [
"r1"
]
},
"dei_EntityFileNumber": {
"xbrltype": "fileNumberItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityFileNumber",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, File Number",
"documentation": "Commission file number. The field allows up to 17 characters. The prefix may contain 1-3 digits, the sequence number may contain 1-8 digits, the optional suffix may contain 1-4 characters, and the fields are separated with a hyphen."
}
}
},
"auth_ref": []
},
"dei_EntityIncorporationStateCountryCode": {
"xbrltype": "edgarStateCountryItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityIncorporationStateCountryCode",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Incorporation, State or Country Code",
"documentation": "Two-character EDGAR code representing the state or country of incorporation."
}
}
},
"auth_ref": []
},
"dei_EntityRegistrantName": {
"xbrltype": "normalizedStringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityRegistrantName",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Registrant Name",
"documentation": "The exact name of the entity filing the report as specified in its charter, which is required by forms filed with the SEC."
}
}
},
"auth_ref": [
"r1"
]
},
"dei_EntityTaxIdentificationNumber": {
"xbrltype": "employerIdItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "EntityTaxIdentificationNumber",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Entity, Tax Identification Number",
"documentation": "The Tax Identification Number (TIN), also known as an Employer Identification Number (EIN), is a unique 9-digit value assigned by the IRS."
}
}
},
"auth_ref": [
"r1"
]
},
"dei_LegalEntityAxis": {
"xbrltype": "stringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "LegalEntityAxis",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Legal Entity [Axis]",
"documentation": "The set of legal entities associated with a report."
}
}
},
"auth_ref": []
},
"dei_LocalPhoneNumber": {
"xbrltype": "normalizedStringItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "LocalPhoneNumber",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Local Phone Number",
"documentation": "Local phone number for entity."
}
}
},
"auth_ref": []
},
"dei_NoTradingSymbolFlag": {
"xbrltype": "trueItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "NoTradingSymbolFlag",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "No Trading Symbol Flag",
"documentation": "Boolean flag that is true only for a security having no trading symbol."
}
}
},
"auth_ref": []
},
"dei_PreCommencementIssuerTenderOffer": {
"xbrltype": "booleanItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "PreCommencementIssuerTenderOffer",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Pre-commencement Issuer Tender Offer",
"documentation": "Boolean flag that is true when the Form 8-K filing is intended to satisfy the filing obligation of the registrant as pre-commencement communications pursuant to Rule 13e-4(c) under the Exchange Act."
}
}
},
"auth_ref": [
"r3"
]
},
"dei_PreCommencementTenderOffer": {
"xbrltype": "booleanItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "PreCommencementTenderOffer",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Pre-commencement Tender Offer",
"documentation": "Boolean flag that is true when the Form 8-K filing is intended to satisfy the filing obligation of the registrant as pre-commencement communications pursuant to Rule 14d-2(b) under the Exchange Act."
}
}
},
"auth_ref": [
"r5"
]
},
"hov_PreferredStockPurchaseRights1CustomMember": {
"xbrltype": "domainItemType",
"nsuri": "http://www.khov.com/20250411",
"localname": "PreferredStockPurchaseRights1CustomMember",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Preferred Stock Purchase Rights1 Custom [Member]"
}
}
},
"auth_ref": []
},
"dei_Security12bTitle": {
"xbrltype": "securityTitleItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "Security12bTitle",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Title of 12(b) Security",
"documentation": "Title of a 12(b) registered security."
}
}
},
"auth_ref": [
"r0"
]
},
"dei_SecurityExchangeName": {
"xbrltype": "edgarExchangeCodeItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "SecurityExchangeName",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Security Exchange Name",
"documentation": "Name of the Exchange on which a security is registered."
}
}
},
"auth_ref": [
"r2"
]
},
"dei_SolicitingMaterial": {
"xbrltype": "booleanItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "SolicitingMaterial",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Soliciting Material",
"documentation": "Boolean flag that is true when the Form 8-K filing is intended to satisfy the filing obligation of the registrant as soliciting material pursuant to Rule 14a-12 under the Exchange Act."
}
}
},
"auth_ref": [
"r4"
]
},
"us-gaap_StatementClassOfStockAxis": {
"xbrltype": "stringItemType",
"nsuri": "http://fasb.org/us-gaap/2024",
"localname": "StatementClassOfStockAxis",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Class of Stock [Axis]"
}
}
},
"auth_ref": []
},
"dei_TradingSymbol": {
"xbrltype": "tradingSymbolItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "TradingSymbol",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Trading Symbol",
"documentation": "Trading symbol of an instrument as listed on an exchange."
}
}
},
"auth_ref": []
},
"dei_WrittenCommunications": {
"xbrltype": "booleanItemType",
"nsuri": "http://xbrl.sec.gov/dei/2024",
"localname": "WrittenCommunications",
"presentation": [
"http://www.khov.com/role/statement-document-and-entity-information"
],
"lang": {
"en-us": {
"role": {
"label": "Written Communications",
"documentation": "Boolean flag that is true when the Form 8-K filing is intended to satisfy the filing obligation of the registrant as written communications pursuant to Rule 425 under the Securities Act."
}
}
},
"auth_ref": [
"r6"
]
}
}
}
},
"std_ref": {
"r0": {
"role": "http://www.xbrl.org/2003/role/presentationRef",
"Publisher": "SEC",
"Name": "Exchange Act",
"Number": "240",
"Section": "12",
"Subsection": "b"
},
"r1": {
"role": "http://www.xbrl.org/2003/role/presentationRef",
"Publisher": "SEC",
"Name": "Exchange Act",
"Number": "240",
"Section": "12",
"Subsection": "b-2"
},
"r2": {
"role": "http://www.xbrl.org/2003/role/presentationRef",
"Publisher": "SEC",
"Name": "Exchange Act",
"Number": "240",
"Section": "12",
"Subsection": "d1-1"
},
"r3": {
"role": "http://www.xbrl.org/2003/role/presentationRef",
"Publisher": "SEC",
"Name": "Exchange Act",
"Number": "240",
"Section": "13e",
"Subsection": "4c"
},
"r4": {
"role": "http://www.xbrl.org/2003/role/presentationRef",
"Publisher": "SEC",
"Name": "Exchange Act",
"Number": "240",
"Section": "14a",
"Subsection": "12"
},
"r5": {
"role": "http://www.xbrl.org/2003/role/presentationRef",
"Publisher": "SEC",
"Name": "Exchange Act",
"Number": "240",
"Section": "14d",
"Subsection": "2b"
},
"r6": {
"role": "http://www.xbrl.org/2003/role/presentationRef",
"Publisher": "SEC",
"Name": "Securities Act",
"Number": "230",
"Section": "425"
}
}
}
ZIP
16
0001753926-25-000619-xbrl.zip
IDEA: XBRL DOCUMENT
begin 644 0001753926-25-000619-xbrl.zip
M4$L#!!0 ( -V&BUI/*>0(KA$ .9S 0 :&]V+3(P,C4P-#$Q+FAT
M;>U=;7,:N;+^OK]"E^QNG"H&F &,C1U.$4RR[";8!>2?++3$C8*Z'T:PD
M;-A??[NE&1C>;!P'8OLX5;%A]-*MUJ-^&;7D\W],QP&Y84+Z/'S_ULX5WA(6
MNMSSP^'[M_5NH]5Z^X_:3^?_8UD-P:AB'NG/R"<6,NE+\M$/H)XDGS\WLN2*
MWS)AREN=5I;/*T[[(LA)YN:&_"8/!4L586#7\YJW
MM[74QUE%0/)^-[Y 0UF/#=>0,>[M"&
MA]9*NZGT[D=\7'D[Q'$=9VKG(T:]VKGR5W<\V^(5+. O<]X
MOHP".L/A,V# GU:Q(A.UGWXB1'_U/8^%-?AFOD/%MI& H315'83"1<+J_U[!
MY#,!&K"KN'M]-1'N"!1$QQ^.E+0;$ZGX^ L;]QDLOY".D07F5]N\)R@JV^YL
MW.?!QX .,\0'R?;HT#G.U)28L//\$OG=64H3JH]9Z,%_M4RBDJD-:""_#XUF
M"#,U:P 108-6Z+'I'VRVH'62J17@7[%<<4Y+&PCJ1PNQ(W4M4K!'3,8#NBZ_'%2.G7(71LID
M?1DH2\@PE.>TF19H\G#^V/>P8. S0;0HV$8ETVC]L2SPU<9K_4HV1(0LGLZM2P>85Q=S\O6VT%JVY+FZ1D
MA:4T]>19C,$=<+F[$GJY4-M9!J_H64&/EF>]P<=C'FKA@3&_HN*?-)BP*R;T
MROPO =%#1?&*I64L_1AH/&MI:A4US'\FX:\9I/L^#:ZW]
MZR4G>P#CLP9T[ >S*GFK8!%*$K); A1I^#9+]),SHJM)_V]6)78A4F?&9;P8
MG_1OHN#OOXJE:^YY'JA"'B/S!&.@V&U\[K5ZKV27U]@5I_MGXK=[^U"2-
MRR]?6MUNZ[+]([CZ5[W[6ZO]J7?9SI*+7"-'G$*Y=)IPDH]@>K>,5BMG6:[1SK-J\M.[T>LS:NOG>[7.K#0NR2@/7J@
M(HA=))<=8I>/O'?D\B/I_=;\P;ILKL?JC1YR9)\62Z]@W&UX6Z2+_@KA P(!
M.1>*'"7?&04OA4E%V UP1(0N9MZ[*DD$GN:FSP7X E; !EIT(3LC\2-A".IG
MYF7;MRBE*^U!-8U[-==.4-6\/GV?\:>JZD&9!3Z[&F$'ED=GU@R&8;$P4ZM'
MP@^(;6?UIL*K0MOWHOVV]X<=-O0EOA97;2A9O#[,U'Z[_&>[WF[5VP349+-S
MU6EUF]TL:;4;N6V3^7@=M65L1\TI.-T$630K)V&:4$FZ$7,Q+O&@ ?&5) T(
M%V$VWCT3C"G:#]C*LG9Y$-!( @?)IW3?4T(GBL=\;?7X-[GZ+@L"$(J+&XZ9
M@OD>4<]+OM_ZGAJ]S]B%PB_H^BO])A]^"_SA)4S>,*%\EP;)Z!6/SDQ3(%3)
M'?]R]J"XX:FOD5;H<@'*6 >+^DU&@T]")6:XRSI?,L4EU8B[41C0*A8)?H,]
MHDZ\@(CSEHJU#8 EI!Y,;ML6FQXBX8)I P#.. CY[
M8FIO6<"DS7/K$,2?0O_41AL_H&/QI%V?%^]>USU/,"GC7Y^A:WN^,"J9VFF!
M?*$*7((06*1>%I3,0(W(QX!S\>"E\A(%UX"/EZ+';\.YV$XRM5AFJQ+*?F,.
M14Q+NSV7X@K\-5]G1,4$3W=P[%!6OS,AV6R5JU"IE:H
M5$J5PP=B,5\8A5T)$),?T8 TI\R=*/^&DS!@/W-P=JY&/%SU\6P'*)0J5N6D4#@\4A8T"_7=8(+1+X&HC,)87P&[!\"VN2+U"'?JT2/9
M_]1_!%$S$;\N$B3^&JLNF/0!OB(*A\PC7=3T>V?H,Y4J?MW[$M!UJ!?EC1%S
MKXD:,4(C,+81#%4Q0-J4]%G ;W$>L1"GEYQ8?Y"!3I GOH0^% L]F%_%B?3'
MDT#1D/&)#&9$@@LM!S/=,F[ ^R OXUESTZ58O&"<0#^"T'"6E UX ,2Q'3H
M/L:&LKJSNNFS(&?G:(B:-]B%>6FV+]7FUFESS+.>J_VPUTINXK[ X"NY:4$R8V
M@N_XA8"OR*S2D;L;^.*ZS]\3UY_L\F%72,I/,5ZR/H::GA&HH7UI6ZN#V&N&
M6<@]$X$?;C^>),R<%*/I8H^H4/CE,5OU">OSD5:@\\S2%E7<#_">JY012,FO
M$G*UNH$U]CTO8.D-RN(O"]YU]TGN49\KQ<=64A-[6R[1#%2)!"_&6RT#T7)1
M)6\*^M]!=\DRM1X>>S1I6.Z(N'@@X_51';)8\6C1+KW"[22*[]
M@9JCED1J:WG1Z-!\D3HQG!'-
M6I;\7,@5;)@E06Z001+A49^1SCB*,;+JQCU M_U7KL*]@V3I2/K",S_5&9AW
M; (_V"1]EY7\.L>/401)4+*<:UM8#\)0W:?WEO_-Q;59X_/ YEYHO%J!)X.=
M;[JM8KOU*.L0V?08HR+IDYA.U[(0CNR=_*]7E;_:')>CY4\M6+H
MFV!-I#@@=M[.:B8PEJ/&&\>/E1RP\@LQS( COZ+1OX?G]S#5\8J"[2C8XJ17
MS#&IJR?NIC_)F>V-V&Y7?1UNC6^T"?;)/3:!2H_^M>9P&0OQA8IKIO#*QA>?
MK[W6Q1+5_P/1^X/9WE+W[7=F*THKC.0N#;P/KQI0?&'.0NMKU\SIXJ8-DGS<
MY?Z.^8T?&\_AI@_=)BLM=3;W&QLAU!<68],KGSB#$<0&O4,Q=WU]K^?=\4&.
MZ)[OK@1=^\JG03!;ITJ.P6.?1RV90)UY<(\BSN$T5)-;P3
M1?<+ XMTIE7( #RAI49\(FGHK=E./.49&\X/Y/=)Z'[email protected]%_)+R2U'
M4/_<$T414 L"1@T2<&D(DT\4V %&)(LH7I\*S^>\ZYW'8(86?XG.:IB0@F=M
M/81X,8M_7P=A0@]W@1G>>^OJ]$!@YIK55S-W?/UJF"@D8<#7TM;4N;3DOS3G%W>M$NU>USV3K=-2=9*Y##H::Y@H!-]RE\
M+UHQNG;(CSAA4D&<,SH/IK\$=&@F/(VQ4;_Y:
M5C(8*<("YJ*IUW:)DPF8+:P%THISG_&R8U^G8ICKT+1)1%K&3-WZ0!H5(:8H
M0(E@-[Z$=J 2:>AB7B%U73SHKG=Q%=AA*CQILIZ];3D?Q2,ZS_E(Z[K<7A?$
M')G+6G(UF2.=8/'PRQ,VW(>@TP0@HAN&/+.^DXU!U^;(R4#SSB!@))+>1USX
M?P,S-,#S@QTVYC?,RZRXDIM?VB5.I>+16M%:5>I> Q[!CUE[]9>/UW4R7#ID
M'P2CUZDQ#YG5QT=6GP'*0&8TN*4SB8.EQ%P9_*9WV8"O>9J,'V>(_)#5N?O1
ME99B8W*2*]B[ /C;*&N(>. DFYL#JK$KZ6-0L(4K?3$#:>(]03+WF'1%$D_%
MW4UCWC6CH*(8:N?B\2'UYF5(EN\3RA(^$>0#!Y6$ZN;"%Z"!N)"8B:47#"@H
M8 .B(Z%3"$&;Z<_HW(.^PL80U"3N/NBTH:!C[.EGITR W0!F(D>^SM,)URMG
MT8%,^M1_B 'KK7,4'S*3>#P2HQCT/,>H5C&!;DPAR +UNLA;9%/0\?@H13$9
MDSFCL@C+4F/=2AX31KH,O$A]-:N1G@.\AUZ*>:ASP=RXRHFN4\J26X:GXM)4
M0'(IMB81/OBY6,@>%^RL4RXB891L$JBZ)A"2)N!:"',NP45G$BS=#$)%^.4E
M$2&@!0GHW^"A\XB%VAXR96P;U39'"QBZ]&],1!:"%5$F"$[70@O'<=G<@I$S
MT1]TK$_^@2CT(2-730 F'B;XB7B.4AQZ8# #*&; AI88)>BJ,*5/!N&EH(O)
MUHE/ 1M"=P*OSS<8A%)@TX7H=S!1$Y"LHE."-Z7/$UN1%5 $(1^#6X=?XN'"
M(T]; 634QYQ6^3A7+MUURU-:
M&/??,+32>ZF8*Y5/]& XCB5\GW'NH/3(?9P[[PF\[PZ=1U-/'?/?=B7.LYZ<
M54JO0SK(D/2("N4[NW\D^UV=#72^#ID ]&A)Y&6>- ,(
M;_I,C4C/G]_(0!X,DO1=:]\9(>FN=X''0_I>V;['*=R?N'%WN[I9X/O4U#I[
M9O-=Q@_OS/P!PX#@19R2!=^G4QT-@4\E&"8;/&##?D_>YR$OI*[.WZ_LM%Z?@[+/[\HI6TG]_(_YI_N*=_CMXM?\'4$L#!!0 ( -V&BUIL2B,D
M5 0 !,3 0 :&]V+3(P,C4P-#$Q+GAS9,U76T_C.A!^/]+Y#SYY)LVE
MI:@59565!2&5 P)VM6\K)YFV%HF=M1TN_W['3M(;:6F!U?+2)I[OF_G&'COC
MXR]/64H>0"HF^, )6KY#@,3?_\Y
M_L]U1Q*HAH1$S^0<."BFR!E+D:S(>#PZ(-?B$61IO[BYN"4C*B/!#\@WSGX5
M0$8B =(]FO2.XO91"$##*(PZ'4CB;B 89)9@65_U$2U<_YZ &SDSKO.]YCX^/K:=(IBTA
MIQZ:/6/VT%_H^FVW'3@5$U.7(ETB3JB*+*FV&%)G"3ZE-&]$&\,Z>%74,MI:
M5N )L#G22E<0MZ;BP4/#"M 8$[V*-5Y#WS_T2F,-E3!IGA+$=CVTUD .4[,
M&\$]STR&5\'FK")[9<81 9+%A&EX@6]7L^SUN6595L$
MK;N>B8<5]#T.M&*1F7(Y]#L!ECFDD '79T)FIS"A18J%\ZN@*9LPLXY4:\FB
M0L,*H.!+$$WE%/3_- .5TQA>"8C[DQ"[0RGG0E.-!XX=JT?SG/&)J(9PT.3?
MKV?Z!B;$SDC?5,+ 42S+4Y.N'9N5Y2P>W#KB1I@BW3)_MH:1HG!&
MK++Q(F[M@LKXA9<7"X9.1 Y2,]S#BRKQ/BJKF*;[9H64N$@_\W$:K1>F_I,]-8/Q6ID]?"T1R<6HY":
M\,:3>'NS4W9+8Q%;ER51[<"T[ZJ%T>LJVZYD4_>T*;Z-W=A$>9!J-7=C=ESG
M;3*6VK)WJ# C[Q"QW.V]0X5ULZ>,#:WD5A7K9OW4ZX9
M"W6L3W>!^YIO([30NX!GD[HQ)&A=(BNX0L EE^RK$-^+D_L^R+YO?M
M?B(RRO@%-@7FHX:9%I'"SW=A\CR7HL"KLKW4]!E"',)9BOV/Z7*T+!!.$2UI
MK.OW$HL=#A/)71FJD%7_L3'_:RP5D!(2F\)U(>.9::W8=*95T)SX'I3/F/$I
MY$(QO)@]VR527VD\NX&J\6%\&@388NG9U61H[5>3HVYX>(LQ0 U74V^>GC_E
M_R_/9=E:E9OQY#=02P,$% @ W8:+6B1B-XRW 0 W , !0 !H;W8M
M,C R-3 T,3%?8V%L+GAM;*U2VVH;,1!]+_0?IMM7:[47)\:+G1 ,"08'@M-
M7K72.!;9E5Q)]MI_7TGN)C:E"86^Z#9GSCDSFLGUOFU@A\9*K:9)GF8)H.):
M2/4R3;:6,,NE3, ZI@1KM,)I&::O-"BRR[H,[email protected]>,-U79=V98_,Z?/]XI&OL65OX.8,
M>\I;TN>%-]$C@Z$/L+W?=Q?R?EX/*8QFIQT1'Y@Z(3:
MRLI&O87FS,41^;0.^"LBW$@/(^&)Y 4I\]0W/O'_!W#\0:,;7.(*POZTG)]I
MOJ[U+N6ZI2%(O5&'+2I'A.;;>/!S2OPNW<'W:*5-&WW[6B*U.VS\!%O9;AKL
MW]8&5UY#[T@8JVR81T/?_X&;GICGK.';)@;"$)SIXMZA$BAZY5##_ZDN.)C0
ML_F_^@502P,$% @ W8:+6D%"&0J>!P [$T !0 !H;W8M,C R-3 T
M,3%?9&5F+GAM;-5<76_B.!1]7VG_0Y9Y;0JA7ULTG1&B[0AM/U#I[([V9622
M"UB3Q*R=M/#OUTY(&X@=!P(D?:$A/KF^Q^[email protected][@<7G_J3\T>HB.B']D?/?Q?R$8/>* <7XQOKRP
M3R[: *@]:H].3\&QST^=HR@DC>)W ^.6XB/#LHSNC!KM5ON,?W1.VAVK97R[
M?S9-D1"O^%='?(P0 X,S\UEG/J*N$UPUID$PZS2;XNLQH9-FN]4Z:\:%C03*
MG#?M)@K2:/^[OAO84//0&=E>PZ;@GS1]W/(D$*1+*P2;YOF>!]5F8
MV!>2V.]796I97F==7EXVH])&JD5P3D*IT QW6%3?';%1$%E$R\-0(L0W,X&9
MXI1IM?C]J9]5$/M!T\%>?)1K& QXY9EV)NYD)R;4A@KB22F$/F=BX.\XNB[2"K
M*4^%VN$(3'X6?-$C[#!+:?0=9/T6S8QUVJ7PF="[S1?&*'2#_22B'_FF#V.GD.2/L8W%>]*TKU<(\ -\!)ZE84-@)N:CZ) &7V"NUNJ)+
M)#0K%4OD9V ?3\A+TP',]6J?B@/1%J>Q6(!_7B\3Z+]7RME!G^?'DL N&@$?
M:XK".0G!7@]O[IW=3=2B3S#!+*#(#QZ0!Q)6>; 4&SELE<6[2;HTX;/\X6TY
M?HPI\39H?%*8TO5;JD;'T,4W F)HXT:Z<3(-(V3\B,Q$",3'!D(=H%<-/K6+
M.XR.[1(&?*XS1B[+M.$^??[,(^;X.ETL\7%<7$_%2=$9H1&XHAMT>
M"?V +L1]GW(D*'159F#07%5/XVQ.N,2P4:P:G:E.JC;5+7;A(4RW?<9!64C&
M+FE(G;VAI%+"")*8.M5/JU;]&&)+3.&!<+PJGNL.!5QED0S\
M _@DGV)YLZCBZQSS9TT<,R L0.Z_>)9[FY,'5KEE#?P!O))'K[Q3Y-%U/KFL
MSB>B'^Q20 IGR(I37E@MKJ?Z.12VTEL:3[L05N%:IWA4Z@ZFQ%??I:H@*:FS
MD'K*K:&RE>3*F%K9*UP _8?B( "_1SPO])=W2[)G.+FXE $4N'JZH BIK:R0
M'UCKAPI70(?$Q3:GZT_N^6R&8N1*S* &I9P@ ]73!EHZ6WD@)ZK6 !6N5@XH
M"-L"G\%&#W+$(VKZ.!Y+1P0].&6(/' ]C5&8WE8&*1!=:Y0*%SC7TN\S%@+=
MR"[*2]2FD5SR(:RCH[H+ ZGKT-JHP@7/(=@A'RT75GOT+-I"-MPH(.G!)@.I
MIRTT5+8;:%0QM;)7N(CY3)%X67>X\$9$-L60EJ<$7RNOI]IY)+:26AY0JW.%
M:Y(/9"7G6Q=-)&KGH%*:2U'U5%Y/:"O]\\)J75#A.F/21=W,[2GR)Z!XI2X/
M)NGL5V'U-$(!2J4Z?6E&U[V-5N"K9Y00=05(Q<$C+4XY8*Z^G!_)(;*6Z/*!6
MYPJ7(6.?]GC*%+E]?@R]40*O5FKC*VUA39IJY]YF!L3^)>FE"^.7+5@ 7\<>?%.:&_7GQ8-_* NE64B[
M"CUPS30RX,%&@N(JD0VHK1A%6T7:+3FA#SIRK.^[YB?BW+KB69?8 <03;+6L
M :)_(S>$ =#A%%'HA2P@WCU(WETJ$V+9KMN%.,SM9@$%R4X:06JN;*W"5:5J
MJ]QO UX$E((3I3T(J3U%#)[P9!HP2V.TC:]-.6R#:^MFK6UI;^BIS:LYZ!@G
M,],US C# :*+R/'L!MG3)YCQ([%#R9]85JO5"J:/XVY4_CB^.&^?#8%B8-U5
MNAKG[;>BE$WW55'=/'V0!MWP![#GG"K;FWW@&6'F5NSP6.)H7Y-YJ'
MFA9J>M;/S;7FO.-?Q;]#B\^+#_$/M[[\#U!+ P04 " #=AHM:1!5]7!@*
M "17P % &AO=BTR,#(U,#0Q,5]L86(N>&ULS5Q1;]LX$GX_X/X#S_MR
M!\1Q[*0M&C1>&&Y:!.PJ%+/#]D<<]7X=__4O'_[6[T\I=F+LH>41?<8ACOP(??(#IARAV6QZ@>;D
M&=-$_O#M88&F#EV2\ +]%OI_[C&:$@^CM^]6[]^YU^]&&#NCY6AYL#^WUZ/;X17Z_.6IW^<58H[_N.5_EDZ$
M$6M9&(G;N]XFCG>W@\'S\_/E84F#2T+7@]'5U?4@0_=2^"'R)?3S=88=#O[S
M9;9P-WCK]/V0=XB;:Y6\I'K#]^_?#X3T!&7N?4.%"J8C_S82_F;$=6(1(&L[
MD!;![_H9K,^+^L-1_WIX>8B\'NL]A-+^A6]-.3LPQP9E2TYZYG@\5^S%NDAPWDEG"K
M4ELHCLB>NJI?\<]:R4K=R2TIU;5:WP:L(CR7<=C_;=%#OF=5&F<25!"A[T+X
MOP^#O''E#IE0.;X.=;,*LTM+(U/$P"6,_KNX+[5W1)?>OS#2P[XFISQ2.%2$YP8QQ.YM=*R=:BE:QR>3:<78)Q7 0
M1UE)SK6TX/=%S"9]?+"=!DX4/:X6,7'_ $8^*RYMKP%7BY96__4X:C*O)ZQ>
M:RQ*$%DA4=:)T=(>0E*YMQ5V:_$YU:L3XZ?POE@+<+35 ]*V0X!:%-=[K,=M
MT*Z>U "\Q.9.C,F&"!%[GRH,+@-SZE:(="7.DA^\76(*L?0%ZD4.GZ5>G^$OJ&T#
M_#_/JR4[SC&6YLX$)3II!C$MQ-20T$-,$0E-E*BB[XER%Q+L)>0B=0,.)><9
M9I34K4/P%R?VG(DPI=@3;NVE=GZ-7*X;/K5R]Y
MSW&GS]KJ5L8G:)JI&1BEZ&ZEZ/EL(2\.I)*4E?7S;'PY1W_.8N;,#_$#FZ6J
M/WZJ0/6+F@5HTPN;I5HTOKA9]'#6 F>NJ%GDY D$-U;Z2Q'U[3:J>."8<7S
MI&)<]=0SI[65IV]X[46B"2"M1*J2!%2G8:Q,K4R7+MA4J12%=
MJ;I >3GB@BZL6&EB1:KT+;B")4/5E2Q+W%L@WV8(J)JV,U'6*% R$; QQ$-^1:.!&4"E.C4Q(; Y
MLLT/S/JGZ8($NTC6T!&A* 6+'3M=F$-4XP)Y0;# &8914YUPG,>ZUA+LDQ_@
MKWM@-4FD@*R:HM PK@$]UY&4H*N\!J(";$UH\@7W.82DY#
M7%MCXI-S>/#8D\9?^5L60%JG#$A+3Q>(R]%CV(G9BRF4C?2+/\(8R
M+0IB>Q'5'-?+OAMDNF2\(L\+.F66ZA(>56QS/O3#]0,TR'RZ\(+
M9X"9#& :*"J:7+!1I^V$F),H=H+_^COMPHX)""6# FPN%< :-)@(JOV*:2"K
ME9,@D2,&Z,SZC#&D< *8P@_27U+0D-],E1:HSY\\[email protected]*-OS)HGJ[6<#
MO-3!4AA)YQGV8KIVH&Y2,F+1U&DPM7AK]UB.GSK2>H;#&."U&Q72@MBFOA,H3-(#TA9"@'IGB;0>:QXB
M@NP:3@^5X>.\#&6%KWQH2!\=8N]/A:-E8.%\D#W*+;!S3C%/"?C!RGMRBY?UW*P?U/C-VF
MD$W"Y$PS1Z\%FGTEDLM/@;-6J&! I&T"$;6(9_!9CWZP83T)(?SX*T$R&Q$O
M?UU*FJ)$*G2K0D\ F9.T2KQ;?#[?']P-BQ8&SC&9(,IS6H8T\JR&O#;SO%8L
MVY_9DL(X*T59<0>.,1E#57IT&P*J/KZ+T/(CW!CVUM[BWF\Q7;.$^4S)<[QA
M,]V=$Q[!U[A&I/0>5X-LX$6NL0Y-O,G5.;"]RH7U3N]R,S%*Y"@%=.%5KCFL
MY(S^!U_F@AKJV]QJA&DA!R;L)YW'?]8!LPM0EK91D=5B-NBG'I=5DWKVRLCQ
MZ;8#\P:X_XFQVQ0*2IB<=.;HM3;43IE'Z@0/H8D%K.(O)S.*N,?NTX*YR);G54*!)BQJ[X-^O3(C_Y
M+OOX_U!+ P04 " #=AHM:I5,.V/@& /3 % &AO=BTR,#(U,#0Q
M,5]P&ULW9Q=<^(V%(;O.]/_X-+;$&-"D@VSV0Y#DAVF9,,$MMWIS8ZP
M!6AB6U0R ?Y])8,3?TBR,,FNU1N^]/KHO-)C29:=?/QC$_C6,R04X?"ZX9RV
M&A8,7>RA<'[=6-$FH"Y"#8M&(/2 CT-XW=A"VOCCTZ^_?/RMV>P3""+H6=.M
M]1F&D")JW2&?'4RMX;!_8HWP&I)=^>!Q,+;Z@$QQ>&)]#=&_*VCUL0>MB\O9
MU:5[=MF&$+2G[6FG SWWHN.=Q"%)'+\767<$G5B.8_66Q&JWVN?LI7O6[CHM
MZ_/]I-GD";&*G[K\90HHM)BSD'8W4^)[T75C$47+KFWSKZ>8S.UVJW5N[PH;
MB91Z+[KU>GVZ/DN4COWM?CAV%S +V(_HTW'/;._#5D2B9(GI- F^;YF@E2AEOUQSM75E1V7-E(M@A0)I4)3U*5Q?4/L@BA&I-2')57P;\U$
MUN0_-9UV\\PY90W?8/UG6;L>)-B'CW!F\?>OCX-,G4\+_'SJXL#FA39+-((!
M#*.FA]U5_(%QVF3O*-JR-IIA$L1Y,R]QZ&B[9 13%"Q]F/RV('#&ZL#/38Y5
MJ^/$"?U^0&P[E?R20,HT<0FG(%,QW$0P]*"75,U-O(F].($D!1^[F5I]WGF8
MY/RR2FER0E#HGL[QL^U!Q+JJW>$?>&MTXI9@7[[?[!,8O%8Z =/71O3!%+(S
M0D?*DN>NU5+[W1T-X1SXMW%3]C:("HQ(%*G\"XILVFD6>B1K 1 W"<@^%D#(
MGCE[A;T$A$/@+I#_PM",X$"SX;&.KU$J::MKJ0);$;:$ 5>4!<)++@1^PUH2
MA DKO&ZPZ043#Y+X$VN>&21L>ACNVEQJ/_8>=\R/ &-GY 8' (4"*D3%*22R
MQ3^5!UD_XU(C @9RP9*NSP:I<;_/ )W&D=FB9@[ #7WM!Y)#/1\XK&B$UX#-,0BVM$'AX%,NS.$E
M$OXTKO1YP0=8S5%56DD:+5'PF@U@^34I^V&7=J^/@P"'<>[LPF $R%_ 7\$1
M).,%ZX+^BD8XN(?!%)(<1<>$V#=ZM1 _G3P%3/A-VD4"8[%>3F&U^@S@K1\U)#=A\G
M'[EFR\UJ8]*$152,0>EBP9BS*S:&$(6KBF1D(]9L#5B-"'9MA;!W&WHW(%*A
M(=0)&,GIC(-%Y?-(:G*A_P=3T2!T,5EB$ON.-YKZ>!5&9,MO9DMG)JVC"A-5
MR5'&@'9X&QPUC954I 'A6GT+
ME-+!-4"Z- .D>!'X0$8$/Z/=HXU*FB1R&5(%N9EUY8H/P3T"@80D47&*G6RQ,;0H
M7%7D(QM19^.ROGO9_/E[?[3 H?RJ7R9)/ZY\.]QC[R$7\*89[ME C
MB%LHP",7I<@1B8S!IM1A169$<76 J>]N-&L(?@9 MIB/[Q'ROVXB#[.9<(8J
M%Z< 4HF- 4G;<46@5/%UP*KO!G;.V8#2%20'X24]1 Z9X!!342MS_S; "6K1
MP:Z^&]ICZ*YXNDY[.N$-)9K^))+TY%>0&(-1B;NJ$U\AJ@XF]=VDGA# _T)^
MO VF6+1$$I:G ,F5&T.'RE=%-'(A=;BH[Y[S%YRQ<^>#N8 .A2K%B%!E#"GE
M'BOR(@RL0\V''SE_W&[R,F,8T'!YY'R2C:Q#07UW?7?;
MV;"U]&"K;66(-Q*;RS[JCH*D IU'%^N[@=QC
MWCWN7S(G"2'2%
MD::@,X87'9]'C2Z%T#K\'+=C_-$NM#I+[HG_QZQ="7_A_Y/ITW]02P$"% ,4
M " #=AHM:3RGD"*X1 #F
'-D4$L! A0#% @ W8:+6B1B
M-XRW 0 W , !0 ( !7A8 &AO=BTR,#(U,#0Q,5]C86PN
M>&UL4$L! A0#% @ W8:+6D%"&0J>!P [$T !0 ( !
M1Q@ &AO=BTR,#(U,#0Q,5]D968N>&UL4$L! A0#% @ W8:+6D05?5P8
M"@ D5\ !0 ( !%R &AO=BTR,#(U,#0Q,5]L86(N>&UL
M4$L! A0#% @ W8:+6J53#MCX!@ #TP !0 ( !82H
K &AO=BTR,#(U,#0Q,5]P&UL4$L%!@ & 8 A $ (LQ $!
end
XML
17
hov-20250411_htm.xml
IDEA: XBRL DOCUMENT
0000357294
hov:DepositarySharesEachRepresenting11000thOfAShareOf7625SeriesAPreferredStockCustomMember
2025-04-11
2025-04-11
0000357294
hov:PreferredStockPurchaseRights1CustomMember
2025-04-11
2025-04-11
0000357294
hov:ClassACommonStock001ParValuePerShareCustomMember
2025-04-11
2025-04-11
0000357294
2025-04-11
2025-04-11
true
false
0000357294
8-K
2025-04-11
HOVNANIAN ENTERPRISES, INC.
DE
1-8551
22-1851059
90 Matawan Road, Fifth Floor
Matawan
NJ
07747
732
747-7800
false
false
false
false
Class A Common Stock, $0.01 par value per share
HOV
NYSE
Preferred Stock Purchase Rights
NYSE
Depositary Shares each representing 1/1,000th of a share of 7.625% Series A Preferred Stock
HOVNP
NASDAQ
false