{"id":112,"date":"2026-01-07T00:18:25","date_gmt":"2026-01-07T00:18:25","guid":{"rendered":"https:\/\/hearthandpeak.properties\/?page_id=112"},"modified":"2026-01-07T00:26:11","modified_gmt":"2026-01-07T00:26:11","slug":"home-2","status":"publish","type":"page","link":"https:\/\/hearthandpeak.properties\/","title":{"rendered":""},"content":{"rendered":"<p><!-- =========================\nHearth & Peak - Home Page Sections\nPaste into a WordPress \"Custom HTML\" block.\n========================= --><\/p>\n<style>\n  :root{\n    --hp-bg: #ffffff;\n    --hp-ink: #111111;\n    --hp-muted: #5a5a5a;\n    --hp-border: #e8e8e8;\n    --hp-accent: #0f2e2b; \/* deep evergreen\/charcoal *\/\n    --hp-accent-2: #c9b27c; \/* muted gold *\/\n    --hp-soft: #f6f6f6;\n    --hp-radius: 18px;\n    --hp-shadow: 0 12px 30px rgba(0,0,0,.08);\n    --hp-max: 1120px;\n  }<\/p>\n<p>  .hp-wrap{ background: var(--hp-bg); color: var(--hp-ink); font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, \"Apple Color Emoji\",\"Segoe UI Emoji\"; }\n  .hp-container{ max-width: var(--hp-max); margin: 0 auto; padding: 0 20px; }<\/p>\n<p>  .hp-section{ padding: 64px 0; }\n  .hp-section.tight{ padding: 40px 0; }\n  .hp-divider{ border-top: 1px solid var(--hp-border); }<\/p>\n<p>  .hp-h1{ font-size: clamp(34px, 4.2vw, 56px); line-height: 1.05; margin: 0 0 14px; letter-spacing: -0.02em; }\n  .hp-h2{ font-size: clamp(26px, 2.6vw, 38px); line-height: 1.15; margin: 0 0 10px; letter-spacing: -0.01em; }\n  .hp-h3{ font-size: 18px; margin: 0 0 8px; }\n  .hp-p{ font-size: 16px; line-height: 1.6; margin: 0 0 12px; color: var(--hp-muted); }\n  .hp-small{ font-size: 14px; color: var(--hp-muted); line-height: 1.6; }<\/p>\n<p>  .hp-btns{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }\n  .hp-btn{\n    display:inline-flex; align-items:center; justify-content:center;\n    padding: 12px 16px; border-radius: 999px; font-weight: 650; text-decoration:none;\n    border: 1px solid transparent; transition: transform .06s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;\n  }\n  .hp-btn.primary{ background: var(--hp-accent); color: #fff; box-shadow: 0 10px 18px rgba(15,46,43,.18); }\n  .hp-btn.secondary{ background: transparent; color: var(--hp-accent); border-color: rgba(15,46,43,.22); }\n  .hp-btn:hover{ transform: translateY(-1px); }\n  .hp-btn.primary:hover{ box-shadow: 0 14px 22px rgba(15,46,43,.22); }<\/p>\n<p>  \/* HERO *\/\n  .hp-hero{\n    position: relative;\n    border-radius: calc(var(--hp-radius) + 8px);\n    overflow:hidden;\n    box-shadow: var(--hp-shadow);\n    background:\n      linear-gradient(90deg, rgba(15,46,43,.88) 0%, rgba(15,46,43,.74) 45%, rgba(15,46,43,.50) 65%, rgba(15,46,43,.22) 100%),\n      url(\"https:\/\/images.unsplash.com\/photo-1501183638710-841dd1904471?auto=format&fit=crop&w=2200&q=80\");\n    background-size: cover;\n    background-position: center;\n    min-height: 420px;\n    display:flex;\n    align-items:center;\n  }\n  .hp-hero-inner{ padding: 54px 26px; max-width: 680px; }\n  .hp-hero .hp-h1{ color:#fff; }\n  .hp-hero .hp-p{ color: rgba(255,255,255,.88); font-size: 17px; }\n  .hp-badges{ display:flex; gap:10px; flex-wrap:wrap; margin: 14px 0 6px; }\n  .hp-badge{\n    display:inline-flex; align-items:center; gap:8px;\n    padding: 8px 12px; border-radius: 999px; font-size: 13px;\n    background: rgba(255,255,255,.10); color: rgba(255,255,255,.92);\n    border: 1px solid rgba(255,255,255,.16);\n  }\n  .hp-dot{ width:8px; height:8px; border-radius:999px; background: var(--hp-accent-2); display:inline-block; }<\/p>\n<p>  \/* CARDS & GRIDS *\/\n  .hp-grid{ display:grid; gap: 16px; }\n  .hp-grid.cols-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }\n  .hp-grid.cols-2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }<\/p>\n<p>  .hp-card{\n    border: 1px solid var(--hp-border);\n    border-radius: var(--hp-radius);\n    padding: 18px 18px;\n    background: #fff;\n    box-shadow: 0 10px 24px rgba(0,0,0,.05);\n  }\n  .hp-card .hp-p{ margin-bottom: 0; }<\/p>\n<p>  .hp-icon{\n    width: 42px; height: 42px; border-radius: 12px;\n    display:flex; align-items:center; justify-content:center;\n    background: rgba(15,46,43,.08); color: var(--hp-accent);\n    font-size: 18px; margin-bottom: 10px;\n  }<\/p>\n<p>  \/* WHY US *\/\n  .hp-split{\n    display:grid; gap: 18px;\n    grid-template-columns: 1.1fr .9fr;\n    align-items: stretch;\n  }\n  .hp-panel{\n    background: var(--hp-soft);\n    border: 1px solid var(--hp-border);\n    border-radius: var(--hp-radius);\n    padding: 22px;\n  }\n  .hp-list{ margin: 14px 0 0; padding-left: 18px; color: var(--hp-muted); line-height: 1.7; }\n  .hp-kicker{ color: var(--hp-accent); font-weight: 750; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin: 0 0 10px; }<\/p>\n<p>  \/* Service areas pills *\/\n  .hp-pills{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 14px; }\n  .hp-pill{\n    padding: 10px 12px;\n    border-radius: 999px;\n    border: 1px solid var(--hp-border);\n    background:#fff;\n    font-size: 14px;\n    color: var(--hp-muted);\n  }<\/p>\n<p>  \/* CTA *\/\n  .hp-cta{\n    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);\n    border-top: 1px solid var(--hp-border);\n    border-bottom: 1px solid var(--hp-border);\n  }\n  .hp-cta-box{\n    border-radius: calc(var(--hp-radius) + 8px);\n    background: #fff;\n    border: 1px solid var(--hp-border);\n    box-shadow: var(--hp-shadow);\n    padding: 26px;\n    display:grid;\n    grid-template-columns: 1.2fr .8fr;\n    gap: 16px;\n    align-items: center;\n  }\n  .hp-contact{\n    border-left: 1px solid var(--hp-border);\n    padding-left: 18px;\n    color: var(--hp-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n  .hp-contact strong{ color: var(--hp-ink); }<\/p>\n<p>  \/* Responsive *\/\n  @media (max-width: 920px){\n    .hp-grid.cols-3{ grid-template-columns: 1fr; }\n    .hp-grid.cols-2{ grid-template-columns: 1fr; }\n    .hp-split{ grid-template-columns: 1fr; }\n    .hp-cta-box{ grid-template-columns: 1fr; }\n    .hp-contact{ border-left: 0; padding-left: 0; border-top: 1px solid var(--hp-border); padding-top: 14px; }\n    .hp-hero{ min-height: 380px; }\n  }\n<\/style>\n<div class=\"hp-wrap\">\n<p>  <!-- ========== 1) HERO ========== --><\/p>\n<section class=\"hp-section\">\n<div class=\"hp-container\">\n<div class=\"hp-hero\">\n<div class=\"hp-hero-inner\">\n<div class=\"hp-kicker\" style=\"color: rgba(255,255,255,.85);\">Utah County Property Management<\/div>\n<h1 class=\"hp-h1\">Reliable Property Management for Utah Investors<\/h1>\n<p class=\"hp-p\">Hands-off management focused on long-term value, strong tenants, and responsive local support\u2014so your rental performs without the stress.<\/p>\n<div class=\"hp-badges\">\n            <span class=\"hp-badge\"><span class=\"hp-dot\"><\/span> Tenant Screening &#038; Placement<\/span><br \/>\n            <span class=\"hp-badge\"><span class=\"hp-dot\"><\/span> Rent Collection &#038; Reporting<\/span><br \/>\n            <span class=\"hp-badge\"><span class=\"hp-dot\"><\/span> Maintenance Coordination<\/span>\n          <\/div>\n<div class=\"hp-btns\">\n            <a class=\"hp-btn primary\" href=\"\/contact\/\">Request a Consultation<\/a><br \/>\n            <a class=\"hp-btn secondary\" href=\"\/services\/\">View Our Services<\/a>\n          <\/div>\n<div class=\"hp-small\" style=\"margin-top: 12px; color: rgba(255,255,255,.78);\">\n            Serving Mapleton, Spanish Fork, Springville, Provo, Orem &#038; surrounding Utah County areas.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ========== 2) QUIET POSITIONING LINE ========== --><\/p>\n<section class=\"hp-section tight\">\n<div class=\"hp-container\">\n<p class=\"hp-small\" style=\"text-align:center; margin:0;\">\n        \u201cWe specialize in working with small investors and long-term rental portfolios.\u201d\n      <\/p>\n<\/p><\/div>\n<\/section>\n<div class=\"hp-divider\"><\/div>\n<p>  <!-- ========== 3) SERVICES GRID ========== --><\/p>\n<section class=\"hp-section\">\n<div class=\"hp-container\">\n<p class=\"hp-kicker\">Services<\/p>\n<h2 class=\"hp-h2\">Full support for long-term rentals<\/h2>\n<p class=\"hp-p\">A simple, clear approach to protect your property, reduce vacancy, and keep tenants happy.<\/p>\n<div class=\"hp-grid cols-3\" style=\"margin-top: 18px;\">\n<div class=\"hp-card\">\n<div class=\"hp-icon\">\ud83c\udfe0<\/div>\n<h3 class=\"hp-h3\">Full-Service Property Management<\/h3>\n<p class=\"hp-p\">Hands-off management designed to protect your investment and maximize returns.<\/p>\n<\/p><\/div>\n<div class=\"hp-card\">\n<div class=\"hp-icon\">\ud83d\udd11<\/div>\n<h3 class=\"hp-h3\">Tenant Screening &#038; Placement<\/h3>\n<p class=\"hp-p\">Quality tenants, proper leases, and a smooth move-in process.<\/p>\n<\/p><\/div>\n<div class=\"hp-card\">\n<div class=\"hp-icon\">\ud83e\uddfe<\/div>\n<h3 class=\"hp-h3\">Rent Collection &#038; Owner Reporting<\/h3>\n<p class=\"hp-p\">Reliable rent collection with transparent monthly financial reporting.<\/p>\n<\/p><\/div>\n<div class=\"hp-card\">\n<div class=\"hp-icon\">\ud83d\udee0<\/div>\n<h3 class=\"hp-h3\">Maintenance Coordination<\/h3>\n<p class=\"hp-p\">Efficient repair coordination using trusted local vendors.<\/p>\n<\/p><\/div>\n<div class=\"hp-card\">\n<div class=\"hp-icon\">\u2696<\/div>\n<h3 class=\"hp-h3\">Compliance &#038; Owner Support<\/h3>\n<p class=\"hp-p\">We help owners stay compliant and informed in Utah\u2019s rental market.<\/p>\n<\/p><\/div>\n<div class=\"hp-card\">\n<div class=\"hp-icon\">\ud83d\udccd<\/div>\n<h3 class=\"hp-h3\">Utah County Focus<\/h3>\n<p class=\"hp-p\">Local knowledge and reliable communication\u2014no corporate runaround.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ========== 4) WHY US SPLIT ========== --><\/p>\n<section class=\"hp-section\">\n<div class=\"hp-container\">\n<div class=\"hp-split\">\n<div>\n<p class=\"hp-kicker\">Why Hearth &#038; Peak<\/p>\n<h2 class=\"hp-h2\">Local. Intentional. Accountable.<\/h2>\n<p class=\"hp-p\">We manage like owners\u2014because long-term performance matters more than quick churn.<\/p>\n<ul class=\"hp-list\">\n<li>Utah-based and Utah-focused<\/li>\n<li>Clear communication with no runaround<\/li>\n<li>Long-term mindset\u2014not churn management<\/li>\n<li>Owner transparency with consistent reporting<\/li>\n<\/ul>\n<div class=\"hp-btns\">\n            <a class=\"hp-btn secondary\" href=\"\/about\/\">Learn About Us<\/a>\n          <\/div>\n<\/p><\/div>\n<div class=\"hp-panel\">\n<p class=\"hp-kicker\">What to expect<\/p>\n<h3 class=\"hp-h3\" style=\"font-size: 20px;\">A straightforward process<\/h3>\n<p class=\"hp-p\">Start with a quick consultation, review your property details, and we\u2019ll outline a custom management plan.<\/p>\n<div class=\"hp-card\" style=\"margin-top: 14px;\">\n<div class=\"hp-small\"><strong>Owner Support:<\/strong> We stay responsive and proactive so you\u2019re never guessing what\u2019s happening.<\/div>\n<\/p><\/div>\n<div class=\"hp-card\" style=\"margin-top: 12px;\">\n<div class=\"hp-small\"><strong>Maintenance:<\/strong> Fast coordination with trusted local vendors and clear documentation.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ========== 5) SERVICE AREAS ========== --><\/p>\n<section class=\"hp-section\">\n<div class=\"hp-container\">\n<p class=\"hp-kicker\">Service Areas<\/p>\n<h2 class=\"hp-h2\">Serving Utah County<\/h2>\n<p class=\"hp-p\">We provide property management across Utah County with an emphasis on long-term rentals and small investor portfolios.<\/p>\n<div class=\"hp-pills\">\n        <span class=\"hp-pill\">Mapleton<\/span><br \/>\n        <span class=\"hp-pill\">Spanish Fork<\/span><br \/>\n        <span class=\"hp-pill\">Springville<\/span><br \/>\n        <span class=\"hp-pill\">Provo<\/span><br \/>\n        <span class=\"hp-pill\">Orem<\/span><br \/>\n        <span class=\"hp-pill\">Vineyard<\/span><br \/>\n        <span class=\"hp-pill\">Pleasant Grove<\/span><br \/>\n        <span class=\"hp-pill\">American Fork<\/span><br \/>\n        <span class=\"hp-pill\">Lehi<\/span><br \/>\n        <span class=\"hp-pill\">Payson<\/span><br \/>\n        <span class=\"hp-pill\">Salem<\/span>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<p>  <!-- ========== 6) CTA \/ CONTACT ========== --><\/p>\n<section class=\"hp-section hp-cta\">\n<div class=\"hp-container\">\n<div class=\"hp-cta-box\">\n<div>\n<p class=\"hp-kicker\">Get Started<\/p>\n<h2 class=\"hp-h2\" style=\"margin-bottom: 8px;\">Let\u2019s protect your investment<\/h2>\n<p class=\"hp-p\" style=\"margin-bottom: 0;\">\n            Pricing varies by property type and portfolio size. Contact us for a custom quote.\n          <\/p>\n<div class=\"hp-btns\">\n            <a class=\"hp-btn primary\" href=\"\/contact\/\">Get a Custom Quote<\/a><br \/>\n            <a class=\"hp-btn secondary\" href=\"tel:+18018048988\">Call Now<\/a>\n          <\/div>\n<\/p><\/div>\n<div class=\"hp-contact\">\n<div><strong>Phone:<\/strong> (801) 804-8988<\/div>\n<div><strong>Address:<\/strong> 1225 W 1000 S, Orem, Utah<\/div>\n<div style=\"margin-top: 10px;\" class=\"hp-small\">\n            If you\u2019re building a long-term portfolio, we\u2019ll keep your operation clean, compliant, and profitable.\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Utah County Property Management Reliable Property Management for Utah Investors Hands-off management focused on long-term value, strong tenants, and responsive local support\u2014so your rental performs without the stress. Tenant Screening &#038; Placement Rent Collection &#038; Reporting Maintenance Coordination Request a Consultation View Our Services Serving Mapleton, Spanish Fork, Springville, Provo, Orem &#038; surrounding Utah County [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"home-full-width","meta":{"footnotes":""},"class_list":["post-112","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=\/wp\/v2\/pages\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=112"}],"version-history":[{"count":2,"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=\/wp\/v2\/pages\/112\/revisions"}],"predecessor-version":[{"id":114,"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=\/wp\/v2\/pages\/112\/revisions\/114"}],"wp:attachment":[{"href":"https:\/\/hearthandpeak.properties\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}