<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use — CalculateHike</title>
<meta name="description" content="Terms of use for CalculateHike, including acceptable use, accuracy limitations of hiking estimates, and liability disclaimers.">
<link rel="canonical" href="https://calculatehike.com/terms.html">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="google-adsense-account" content="ca-pub-9393713019244116">
<meta property="og:type" content="website">
<meta property="og:site_name" content="CalculateHike">
<meta property="og:title" content="Terms of Use — CalculateHike">
<meta property="og:description" content="Terms of use for CalculateHike, including acceptable use, accuracy limitations of hiking estimates, and liability disclaimers.">
<meta property="og:url" content="https://calculatehike.com/terms.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Terms of Use — CalculateHike">
<meta name="twitter:description" content="Terms of use for CalculateHike, including acceptable use, accuracy limitations of hiking estimates, and liability disclaimers.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Source+Serif+4:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9393713019244116" crossorigin="anonymous"></script>
<style>
:root{
  --pine:#1E3A2B; --pine-deep:#132619; --moss:#5E7C56; --stone:#F6F4EC;
  --paper:#FFFFFF; --blaze:#D96C2B; --blaze-soft:#F4E3D3; --ink:#22271F;
  --mist:#8FA08B; --line:#DDD8C8;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{font-family:'Source Serif 4',Georgia,serif;background:var(--stone);color:var(--ink);line-height:1.7;font-size:1.05rem}
h1,h2,h3,h4,.brand,nav,.btn,.eyebrow,.pill,.meta,th{font-family:'Archivo',system-ui,sans-serif}
a{color:var(--pine);text-decoration-color:var(--blaze);text-underline-offset:3px}
a:hover{color:var(--blaze)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--blaze);outline-offset:2px}
.wrap{max-width:1080px;margin:0 auto;padding:0 22px}
header.site{background:var(--pine-deep);color:#fff;border-bottom:4px solid var(--blaze)}
header.site .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;padding-bottom:14px;flex-wrap:wrap}
.brand{font-weight:800;font-size:1.35rem;letter-spacing:-.02em;color:#fff;text-decoration:none;display:flex;align-items:center;gap:10px}
.brand .bz{width:14px;height:22px;background:var(--blaze);display:inline-block;border-radius:2px}
nav.main a{color:#E9EFE6;text-decoration:none;margin-left:18px;font-weight:600;font-size:.95rem}
nav.main a:hover{color:var(--blaze)}
.hero{position:relative;background:var(--pine);color:#fff;overflow:hidden}
.hero .topo{position:absolute;inset:0;opacity:.18;pointer-events:none}
.hero .wrap{position:relative;padding-top:64px;padding-bottom:64px}
.eyebrow{display:inline-block;background:var(--blaze);color:#fff;font-weight:700;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:2px;margin-bottom:18px}
.hero h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.1;letter-spacing:-.02em;max-width:16ch}
.hero p.lede{margin-top:16px;max-width:56ch;color:#DCE5D8;font-size:1.1rem}
.card{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:26px}
.calc{margin-top:34px;box-shadow:0 12px 34px rgba(0,0,0,.22)}
.calc h2{color:var(--pine);font-size:1.25rem;margin-bottom:14px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
@media(max-width:720px){.grid2,.grid3{grid-template-columns:1fr}}
label{display:block;font-family:'Archivo',sans-serif;font-weight:600;font-size:.85rem;color:var(--pine);margin-bottom:5px}
input,select{width:100%;padding:11px 12px;border:1.5px solid var(--line);border-radius:6px;font-size:1rem;font-family:inherit;background:#fff;color:var(--ink)}
.btn{display:inline-block;background:var(--blaze);color:#fff;border:none;border-radius:6px;padding:13px 26px;font-weight:700;font-size:1rem;cursor:pointer;margin-top:16px}
.btn:hover{background:#BB5A20}
.result{display:none;margin-top:22px;border-top:2px dashed var(--line);padding-top:20px}
.result.show{display:block}
.stat{background:var(--stone);border-left:4px solid var(--blaze);padding:14px 16px;border-radius:0 6px 6px 0}
.stat b{display:block;font-family:'Archivo',sans-serif;font-size:1.5rem;color:var(--pine)}
.stat span{font-size:.85rem;color:#5A6154}
section.band{padding:56px 0}
.sec-head{display:flex;align-items:baseline;gap:14px;margin-bottom:26px}
.sec-head h2{font-size:1.7rem;color:var(--pine);letter-spacing:-.01em}
.sec-head .rule{flex:1;height:2px;background:linear-gradient(90deg,var(--blaze),transparent)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:860px){.cards{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.cards{grid-template-columns:1fr}}
.acard{background:var(--paper);border:1px solid var(--line);border-radius:10px;padding:20px;display:flex;flex-direction:column;gap:8px;transition:transform .15s ease,box-shadow .15s ease}
.acard:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(30,58,43,.12)}
.acard .pill{align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blaze);border:1px solid var(--blaze);padding:3px 9px;border-radius:20px}
.acard h3{font-size:1.05rem;line-height:1.35}
.acard h3 a{text-decoration:none;color:var(--pine)}
.acard h3 a:hover{color:var(--blaze)}
.acard p{font-size:.92rem;color:#4C5346}
article.post{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:clamp(24px,5vw,52px);margin:44px auto;max-width:860px}
article.post h1{color:var(--pine);font-size:clamp(1.7rem,4vw,2.4rem);line-height:1.18;letter-spacing:-.02em;margin-bottom:10px}
.meta{color:var(--mist);font-size:.85rem;font-weight:600;margin-bottom:26px}
article.post h2{color:var(--pine);font-size:1.45rem;margin:34px 0 12px;letter-spacing:-.01em}
article.post h3{color:var(--pine);font-size:1.15rem;margin:24px 0 8px}
article.post p{margin:0 0 16px}
article.post ul,article.post ol{margin:0 0 16px 24px}
article.post li{margin-bottom:8px}
table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.95rem}
th{background:var(--pine);color:#fff;text-align:left;padding:10px 12px;font-size:.85rem}
td{padding:10px 12px;border-bottom:1px solid var(--line)}
tr:nth-child(even) td{background:var(--stone)}
.callout{background:var(--blaze-soft);border-left:4px solid var(--blaze);padding:16px 18px;border-radius:0 8px 8px 0;margin:20px 0}
.callout b{color:#8A4415}
.tool-link{background:var(--pine);color:#fff;border-radius:10px;padding:20px 22px;margin:26px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.tool-link a{color:#fff;background:var(--blaze);text-decoration:none;font-family:'Archivo',sans-serif;font-weight:700;padding:10px 18px;border-radius:6px;white-space:nowrap}
.faq h3{margin-top:22px}
.crumbs{font-family:'Archivo',sans-serif;font-size:.85rem;margin:26px 0 0;color:var(--mist)}
.crumbs a{color:var(--moss)}
footer.site{background:var(--pine-deep);color:#C9D4C4;margin-top:60px;padding:44px 0 30px;font-size:.92rem}
footer.site h4{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}
footer.site a{color:#C9D4C4;text-decoration:none;display:block;margin-bottom:8px}
footer.site a:hover{color:var(--blaze)}
.fgrid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:26px}
@media(max-width:760px){.fgrid{grid-template-columns:1fr 1fr}}
.legal{border-top:1px solid #2B4534;margin-top:30px;padding-top:18px;font-size:.8rem;color:#8FA08B}
.gear-cat{margin-bottom:44px}
.gear-item{display:flex;flex-direction:column;gap:6px}
.gear-item .why{font-size:.88rem;color:#4C5346}
.disclosure{background:var(--stone);border:1px dashed var(--mist);border-radius:8px;padding:14px 16px;font-size:.88rem;margin:18px 0 30px}

.sources{margin-top:34px;padding-top:18px;border-top:2px solid var(--line)}
.sources h2{font-size:1.15rem;color:var(--pine);margin-bottom:10px}
.sources ul{list-style:none;padding:0;margin:0}
.sources li{font-size:.92rem;color:#5A6154;margin-bottom:8px;padding-left:18px;position:relative}
.sources li:before{content:"\2192";position:absolute;left:0;color:var(--blaze)}
.sources p.note{font-size:.88rem;color:#6B7266;margin-top:12px;font-style:italic}
.authorbox{background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--pine);
  border-radius:0 8px 8px 0;padding:18px 20px;margin-top:30px}
.authorbox h3{font-family:'Archivo',sans-serif;font-size:1rem;color:var(--pine);margin-bottom:6px}
.authorbox p{font-size:.92rem;color:#4A5147;margin:0}
</style>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://calculatehike.com/"},{"@type":"ListItem","position":2,"name":"Terms of Use","item":"https://calculatehike.com/terms.html"}]}</script>
</head>
<body><header class="site"><div class="wrap">
<a class="brand" href="/"><span class="bz"></span>CalculateHike</a>
<nav class="main" aria-label="Main">
<a href="/#calculator">Calculator</a>
<a href="/#articles">Trail Guides</a>
<a href="/national-parks-hiking-guide.html">National Parks</a>
<a href="/gear.html">Gear</a>
<a href="/how-we-calculate.html">Method</a>
<a href="/about.html">About</a>
</nav>
</div></header>
<div class="wrap"><article class="post"><h1>Terms of Use</h1>
<p class="meta">Last updated August 29, 2026</p>
<p>By using CalculateHike.com you agree to these terms. If you do not agree with them, please do not use the site.</p>

<h2>What the site provides</h2>
<p>This site provides estimated hiking times, energy expenditure figures, and related editorial content. Every figure is an estimate produced by the published formulas set out on the <a href="/how-we-calculate.html">how we calculate</a> page. Estimates are provided for general planning information and are not represented as precise measurements.</p>

<h2>Not a navigation or safety service</h2>
<p>The calculator does not route, does not know the terrain of your intended course, and cannot account for surface, weather, altitude or trail conditions. It is not a navigation tool and it is not a safety margin. Treat its output as the fastest plausible time for a competent party in good conditions, and add your own margin.</p>

<h2>Assumption of risk</h2>
<p>Hiking, backpacking and mountain travel carry inherent risks including injury, exposure, wildlife encounters, terrain hazards and death. You are solely responsible for assessing your own fitness and experience, for the current condition of any route, for weather and daylight, for carrying appropriate equipment, and for complying with all land-management regulations and permit requirements.</p>

<h2>Not medical advice</h2>
<p>Content on this site regarding physical activity, energy expenditure, altitude, heat, hydration and injury is general educational information drawn from published guidance. It is not medical advice, it is not tailored to your circumstances, and it must not be used to diagnose or treat any condition. Consult a qualified healthcare professional before beginning or changing an exercise programme, particularly if you have an existing health condition.</p>

<h2>Emergencies</h2>
<p>Nothing on this site substitutes for emergency services. In an emergency, contact the appropriate authority and follow their direction.</p>

<h2>Affiliate links and advertising</h2>
<p>The gear page contains affiliate links, and the site displays advertising through Google AdSense. Both are disclosed on the <a href="/affiliate-disclosure.html">affiliate disclosure</a> and <a href="/editorial-policy.html">editorial policy</a> pages. We are not the seller of any linked product and are not responsible for the goods, their fitness for purpose, or any transaction between you and a retailer.</p>

<h2>Intellectual property</h2>
<p>All text, design, code and original content on this site is the property of the site operator and is protected by copyright. You may quote short extracts with attribution and a link. You may not reproduce substantial portions, republish pages, or use the content to train commercial models without written permission.</p>

<h2>Acceptable use</h2>
<p>Do not attempt to disrupt the site, circumvent its technical measures, scrape it at volume, or use it in any way that places an unreasonable load on our infrastructure.</p>

<h2>Limitation of liability</h2>
<p>This site is provided on an "as is" basis without warranties of any kind, express or implied. To the fullest extent permitted by law, the operator is not liable for any loss, injury or damage arising from your use of the site or from reliance on its estimates or guidance.</p>

<h2>Changes</h2>
<p>These terms may be updated from time to time. The current version is always the one posted here.</p>
</article></div>
<footer class="site"><div class="wrap">
<div class="fgrid">
<div>
<h4>CalculateHike</h4>
<p style="max-width:38ch">Free hiking time and calorie calculators plus field-tested trail guides — pacing, training, gear, safety, and where to hike.</p>
</div>
<div>
<h4>Site</h4>
<a href="/">Hiking Calculator</a>
<a href="/national-parks-hiking-guide.html">National Parks Guide</a>
<a href="/gear.html">Hiking Gear</a>
<a href="/how-we-calculate.html">How We Calculate</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
</div>
<div>
<h4>Our Network</h4>
<a href="https://calculaterun.com" rel="noopener">CalculateRun</a>
<a href="https://calculatewalk.com" rel="noopener">CalculateWalk</a>
<a href="https://calculatesteps.com" rel="noopener">CalculateSteps</a>
<a href="https://calculatebike.com" rel="noopener">CalculateBike</a>
</div>
<div>
<h4>Legal</h4>
<a href="/privacy.html">Privacy Policy</a>
<a href="/terms.html">Terms of Use</a>
<a href="/affiliate-disclosure.html">Affiliate Disclosure</a>
<a href="/editorial-policy.html">Editorial Policy</a>
</div>
</div>
<div class="legal">© 2026 CalculateHike.com · Educational content, not medical advice. Consult a physician before beginning a new exercise program.</div>
</div></footer>
</body></html>