<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Page Not Found | 2 Timbers Cabins</title>
  <meta name="robots" content="noindex">
  <style>
    :root { --pine:#1d3b2a; --cream:#f6f2e9; --bark:#8a5a33; }
    body { font-family: Georgia, serif; background:var(--cream); color:#22281f; display:flex; min-height:100vh; align-items:center; justify-content:center; text-align:center; margin:0; padding:1rem; }
    h1 { color:var(--pine); font-weight:normal; }
    a { color:var(--bark); }
  </style>
</head>
<body>
  <div>
    <h1>That trail doesn't go anywhere.</h1>
    <p>The page you're looking for isn't here. Head back to <a href="/">2 Timbers Cabins</a> or check out <a href="/location/">things to do in Packwood</a>.</p>
  </div>
</body>
</html>
