{"id":4592,"date":"2026-05-09T12:28:14","date_gmt":"2026-05-09T12:28:14","guid":{"rendered":"https:\/\/hansoneducationservices.com\/?p=4592"},"modified":"2026-05-09T12:28:14","modified_gmt":"2026-05-09T12:28:14","slug":"4592","status":"publish","type":"post","link":"https:\/\/hansoneducationservices.com\/?p=4592","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>SEAL Stories | Books by Steph Austin<\/title>\n  <style>\n    :root {\n      --ink: #111820;\n      --charcoal: #1f272c;\n      --paper: #fbf7ef;\n      --white: #ffffff;\n      --copper: #b9633a;\n      --copper-dark: #8d4628;\n      --teal: #28696b;\n      --olive: #657342;\n      --sand: #e7d9c5;\n      --mist: #f4efe6;\n      --line: rgba(17, 24, 32, 0.16);\n      --shadow: 0 18px 48px rgba(17, 24, 32, 0.18);\n      --radius: 8px;\n      --max: 1160px;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      margin: 0;\n      color: var(--ink);\n      background: var(--paper);\n      font-family: Georgia, \"Times New Roman\", serif;\n      line-height: 1.6;\n    }\n\n    img {\n      display: block;\n      max-width: 100%;\n    }\n\n    a {\n      color: inherit;\n    }\n\n    .page {\n      overflow: hidden;\n    }\n\n    .site-nav {\n      position: absolute;\n      top: 0;\n      left: 0;\n      z-index: 4;\n      width: 100%;\n      color: var(--white);\n    }\n\n    .nav-inner {\n      width: min(var(--max), calc(100% - 32px));\n      margin: 0 auto;\n      padding: 22px 0;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    .brand {\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.86rem;\n      font-weight: 800;\n      letter-spacing: 0.18em;\n      text-decoration: none;\n      text-transform: uppercase;\n    }\n\n    .nav-links {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.82rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n    }\n\n    .nav-links a {\n      padding: 8px 10px;\n      text-decoration: none;\n      color: rgba(255, 255, 255, 0.88);\n    }\n\n    .nav-links a:hover {\n      color: var(--white);\n    }\n\n    .hero {\n      min-height: 88vh;\n      position: relative;\n      color: var(--white);\n      display: grid;\n      align-items: end;\n      background-image:\n        linear-gradient(90deg, rgba(12, 17, 21, 0.86) 0%, rgba(12, 17, 21, 0.62) 43%, rgba(12, 17, 21, 0.2) 100%),\n        linear-gradient(180deg, rgba(12, 17, 21, 0.35) 0%, rgba(12, 17, 21, 0.08) 48%, rgba(12, 17, 21, 0.72) 100%),\n        url(\"Dark%20skydiving.png\");\n      background-size: cover;\n      background-position: center 42%;\n    }\n\n    .hero-inner {\n      width: min(var(--max), calc(100% - 32px));\n      margin: 0 auto;\n      padding: 140px 0 190px;\n    }\n\n    .eyebrow {\n      margin: 0 0 14px;\n      color: #ffd4ad;\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.78rem;\n      font-weight: 800;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n    }\n\n    h1,\n    h2,\n    h3 {\n      margin: 0;\n      line-height: 1.05;\n      font-weight: 700;\n    }\n\n    h1 {\n      max-width: 760px;\n      font-size: clamp(3rem, 8vw, 6.8rem);\n    }\n\n    h2 {\n      font-size: clamp(2rem, 4.4vw, 4rem);\n      color: var(--ink);\n    }\n\n    h3 {\n      font-size: clamp(1.4rem, 2.4vw, 2rem);\n    }\n\n    p {\n      margin: 0;\n    }\n\n    .hero-copy {\n      max-width: 650px;\n      margin-top: 24px;\n      font-size: clamp(1.08rem, 2vw, 1.38rem);\n      color: rgba(255, 255, 255, 0.88);\n    }\n\n    .button-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 32px;\n    }\n\n    .button {\n      min-height: 46px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 9px;\n      padding: 12px 18px;\n      border: 1px solid transparent;\n      border-radius: 999px;\n      background: var(--copper);\n      color: var(--white);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.82rem;\n      font-weight: 800;\n      letter-spacing: 0.08em;\n      text-decoration: none;\n      text-transform: uppercase;\n      transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;\n    }\n\n    .button:hover {\n      transform: translateY(-2px);\n      background: var(--copper-dark);\n    }\n\n    .button.secondary {\n      background: transparent;\n      border-color: rgba(255, 255, 255, 0.48);\n      color: var(--white);\n    }\n\n    .button.secondary:hover {\n      border-color: var(--white);\n      background: rgba(255, 255, 255, 0.12);\n    }\n\n    .button.dark {\n      background: var(--ink);\n      color: var(--white);\n    }\n\n    .button.dark:hover {\n      background: var(--teal);\n    }\n\n    .button.light {\n      background: var(--white);\n      color: var(--ink);\n      border-color: rgba(17, 24, 32, 0.12);\n    }\n\n    .button.light:hover {\n      background: var(--mist);\n    }\n\n    .hero-strip {\n      position: absolute;\n      left: 0;\n      bottom: 0;\n      width: 100%;\n      background: rgba(17, 24, 32, 0.78);\n      border-top: 1px solid rgba(255, 255, 255, 0.16);\n      backdrop-filter: blur(8px);\n    }\n\n    .strip-inner {\n      width: min(var(--max), calc(100% - 32px));\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .strip-item {\n      min-height: 78px;\n      padding: 18px 20px;\n      border-left: 1px solid rgba(255, 255, 255, 0.16);\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    .strip-item:last-child {\n      border-right: 1px solid rgba(255, 255, 255, 0.16);\n    }\n\n    .strip-label {\n      display: block;\n      color: #ffd4ad;\n      font-size: 0.72rem;\n      font-weight: 800;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    .strip-text {\n      display: block;\n      margin-top: 5px;\n      color: rgba(255, 255, 255, 0.88);\n      font-size: 0.95rem;\n      font-weight: 700;\n    }\n\n    section {\n      padding: 86px 0;\n    }\n\n    .section-inner {\n      width: min(var(--max), calc(100% - 32px));\n      margin: 0 auto;\n    }\n\n    .section-lead {\n      max-width: 760px;\n      margin-top: 18px;\n      font-size: 1.17rem;\n      color: rgba(17, 24, 32, 0.72);\n    }\n\n    .intro {\n      background: var(--paper);\n    }\n\n    .intro-grid {\n      display: grid;\n      grid-template-columns: 0.9fr 1.1fr;\n      gap: 56px;\n      align-items: center;\n    }\n\n    .stat-band {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      border-top: 1px solid var(--line);\n      border-left: 1px solid var(--line);\n    }\n\n    .stat {\n      min-height: 170px;\n      padding: 24px;\n      border-right: 1px solid var(--line);\n      border-bottom: 1px solid var(--line);\n      background: rgba(255, 255, 255, 0.46);\n    }\n\n    .stat strong {\n      display: block;\n      color: var(--teal);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.78rem;\n      font-weight: 800;\n      letter-spacing: 0.15em;\n      text-transform: uppercase;\n    }\n\n    .stat span {\n      display: block;\n      margin-top: 12px;\n      font-size: 1.16rem;\n      line-height: 1.35;\n    }\n\n    .featured {\n      background: var(--mist);\n      border-top: 1px solid var(--line);\n      border-bottom: 1px solid var(--line);\n    }\n\n    .featured-grid {\n      display: grid;\n      grid-template-columns: minmax(220px, 340px) 1fr;\n      gap: 56px;\n      align-items: center;\n    }\n\n    .cover-frame {\n      padding: 12px;\n      background: var(--white);\n      border: 1px solid rgba(17, 24, 32, 0.12);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n    }\n\n    .cover-frame img {\n      width: 100%;\n      aspect-ratio: 2 \/ 3;\n      object-fit: cover;\n      border-radius: 4px;\n    }\n\n    .program-panel {\n      margin-top: 28px;\n      padding: 26px;\n      border-left: 5px solid var(--teal);\n      background: var(--white);\n      border-radius: var(--radius);\n      box-shadow: 0 10px 28px rgba(17, 24, 32, 0.08);\n    }\n\n    .program-panel h3 {\n      font-size: 1.35rem;\n    }\n\n    .program-panel p {\n      margin-top: 12px;\n      color: rgba(17, 24, 32, 0.74);\n    }\n\n    .series {\n      background: var(--charcoal);\n      color: var(--white);\n    }\n\n    .series h2,\n    .series h3 {\n      color: var(--white);\n    }\n\n    .series .section-lead {\n      color: rgba(255, 255, 255, 0.74);\n    }\n\n    .book-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n      margin-top: 44px;\n    }\n\n    .book-card {\n      display: flex;\n      flex-direction: column;\n      min-height: 100%;\n      background: #f9f2e8;\n      color: var(--ink);\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);\n    }\n\n    .book-card .cover-frame {\n      padding: 0;\n      border: 0;\n      border-radius: 0;\n      box-shadow: none;\n      background: #111820;\n    }\n\n    .book-card .cover-frame img {\n      border-radius: 0;\n    }\n\n    .book-body {\n      display: flex;\n      flex: 1;\n      flex-direction: column;\n      padding: 24px;\n    }\n\n    .book-meta {\n      margin-bottom: 10px;\n      color: var(--copper-dark);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.74rem;\n      font-weight: 800;\n      letter-spacing: 0.13em;\n      text-transform: uppercase;\n    }\n\n    .book-body p {\n      margin-top: 14px;\n      color: rgba(17, 24, 32, 0.72);\n    }\n\n    .book-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: auto;\n      padding-top: 22px;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      width: fit-content;\n      min-height: 28px;\n      margin-bottom: 12px;\n      padding: 6px 10px;\n      border-radius: 999px;\n      background: rgba(40, 105, 107, 0.12);\n      color: var(--teal);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.72rem;\n      font-weight: 800;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n\n    .audio {\n      background:\n        linear-gradient(90deg, rgba(17, 24, 32, 0.88), rgba(17, 24, 32, 0.68)),\n        url(\"Dark%20skydiving.png\");\n      background-size: cover;\n      background-position: center;\n      color: var(--white);\n    }\n\n    .audio-grid {\n      display: grid;\n      grid-template-columns: 1fr 0.9fr;\n      gap: 44px;\n      align-items: center;\n    }\n\n    .audio h2 {\n      color: var(--white);\n    }\n\n    .audio .section-lead {\n      color: rgba(255, 255, 255, 0.76);\n    }\n\n    .audio-list {\n      display: grid;\n      gap: 12px;\n      font-family: Arial, Helvetica, sans-serif;\n    }\n\n    .audio-item {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 18px;\n      padding: 15px 18px;\n      border: 1px solid rgba(255, 255, 255, 0.18);\n      border-radius: var(--radius);\n      background: rgba(255, 255, 255, 0.08);\n    }\n\n    .audio-item span {\n      font-weight: 800;\n    }\n\n    .audio-item small {\n      color: rgba(255, 255, 255, 0.68);\n      font-size: 0.78rem;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n    }\n\n    .author {\n      background: var(--paper);\n    }\n\n    .author-grid {\n      display: grid;\n      grid-template-columns: minmax(220px, 360px) 1fr;\n      gap: 56px;\n      align-items: center;\n    }\n\n    .author-photo {\n      position: relative;\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      background: var(--ink);\n    }\n\n    .author-photo img {\n      width: 100%;\n      aspect-ratio: 4 \/ 5;\n      object-fit: cover;\n      object-position: center 16%;\n    }\n\n    .theme-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n      margin-top: 34px;\n    }\n\n    .theme {\n      padding: 22px;\n      border-top: 4px solid var(--olive);\n      border-radius: var(--radius);\n      background: var(--white);\n      box-shadow: 0 10px 28px rgba(17, 24, 32, 0.07);\n      font-family: Arial, Helvetica, sans-serif;\n      font-weight: 800;\n      color: var(--charcoal);\n    }\n\n    .closing {\n      padding: 72px 0;\n      background: var(--teal);\n      color: var(--white);\n      text-align: center;\n    }\n\n    .closing h2 {\n      color: var(--white);\n    }\n\n    .closing p {\n      max-width: 680px;\n      margin: 18px auto 0;\n      color: rgba(255, 255, 255, 0.8);\n      font-size: 1.12rem;\n    }\n\n    .closing .button-row {\n      justify-content: center;\n    }\n\n    .footer {\n      padding: 30px 0;\n      background: var(--ink);\n      color: rgba(255, 255, 255, 0.7);\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 0.84rem;\n      text-align: center;\n    }\n\n    @media (max-width: 940px) {\n      .nav-inner {\n        align-items: flex-start;\n        flex-direction: column;\n      }\n\n      .nav-links {\n        flex-wrap: wrap;\n      }\n\n      .hero {\n        min-height: 92vh;\n      }\n\n      .hero-inner {\n        padding-top: 170px;\n        padding-bottom: 72px;\n      }\n\n      .strip-inner,\n      .intro-grid,\n      .featured-grid,\n      .audio-grid,\n      .author-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .hero-strip {\n        position: relative;\n        background: var(--ink);\n      }\n\n      .book-grid,\n      .theme-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .featured-grid,\n      .author-grid {\n        gap: 34px;\n      }\n    }\n\n    @media (max-width: 620px) {\n      section {\n        padding: 64px 0;\n      }\n\n      .nav-links a {\n        padding-left: 0;\n      }\n\n      .hero {\n        background-position: 58% center;\n      }\n\n      .hero-inner {\n        width: min(100% - 28px, var(--max));\n      }\n\n      .button,\n      .button-row {\n        width: 100%;\n      }\n\n      .strip-inner,\n      .stat-band {\n        grid-template-columns: 1fr;\n      }\n\n      .strip-item,\n      .strip-item:last-child {\n        border-right: 1px solid rgba(255, 255, 255, 0.16);\n      }\n\n      .audio-item {\n        align-items: flex-start;\n        flex-direction: column;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page\">\n    <header class=\"hero\" id=\"top\">\n      <nav class=\"site-nav\" aria-label=\"Primary navigation\">\n        <div class=\"nav-inner\">\n          <a class=\"brand\" href=\"#top\">SEAL Stories<\/a>\n          <div class=\"nav-links\">\n            <a href=\"#journey\">A Boy&#8217;s Journey<\/a>\n            <a href=\"#mysteries\">Mysteries<\/a>\n            <a href=\"#audio\">Audio<\/a>\n            <a href=\"#steph\">Meet Steph<\/a>\n          <\/div>\n        <\/div>\n      <\/nav>\n\n      <div class=\"hero-inner\">\n        <p class=\"eyebrow\">Books by Steph Austin<\/p>\n        <h1>SEAL Stories<\/h1>\n        <p class=\"hero-copy\">Stories of discipline, compassion, mystery, and the courage to become capable when life asks more of you.<\/p>\n        <div class=\"button-row\">\n          <a class=\"button\" href=\"#mysteries\">Explore the Books<\/a>\n          <a class=\"button secondary\" href=\"#journey\">A Boy&#8217;s Journey Program<\/a>\n          <!-- Replace #audio-teaser with an Audible, Spotify, BookFunnel, or hosted audio sample link. -->\n          <a class=\"button secondary\" href=\"#audio-teaser\">Hear a Free Audio Teaser<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"hero-strip\" aria-label=\"Series highlights\">\n        <div class=\"strip-inner\">\n          <div class=\"strip-item\">\n            <span class=\"strip-label\">Nonfiction<\/span>\n            <span class=\"strip-text\">A memoir and maturity program for young people.<\/span>\n          <\/div>\n          <div class=\"strip-item\">\n            <span class=\"strip-label\">Historical Mystery<\/span>\n            <span class=\"strip-text\">Fiction rooted in real places, pressure, and moral stakes.<\/span>\n          <\/div>\n          <div class=\"strip-item\">\n            <span class=\"strip-label\">Audiobooks<\/span>\n            <span class=\"strip-text\">Free audio teasers available as each title comes to life.<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/header>\n\n    <main>\n      <section class=\"intro\" aria-labelledby=\"intro-title\">\n        <div class=\"section-inner intro-grid\">\n          <div>\n            <p class=\"eyebrow\">The Series<\/p>\n            <h2 id=\"intro-title\">Adventure with a conscience.<\/h2>\n            <p class=\"section-lead\">SEAL Stories moves between real-life growth and fictional mysteries, always returning to the same foundation: character matters when the pressure is real.<\/p>\n          <\/div>\n          <div class=\"stat-band\" aria-label=\"Book series categories\">\n            <div class=\"stat\">\n              <strong>Grow Up Strong<\/strong>\n              <span>A Boy&#8217;s Journey gives young people a practical path toward maturity, self-reliance, and responsibility.<\/span>\n            <\/div>\n            <div class=\"stat\">\n              <strong>Solve the Mystery<\/strong>\n              <span>The historical mysteries follow a compassionate Navy SEAL whose unusual thinking skills reveal what others miss.<\/span>\n            <\/div>\n            <div class=\"stat\">\n              <strong>Real Settings<\/strong>\n              <span>Riberalta, Panama City, and Rio de Janeiro become more than backdrops; they shape the danger and discovery.<\/span>\n            <\/div>\n            <div class=\"stat\">\n              <strong>Hear the Story<\/strong>\n              <span>Audiobook editions are in production, with free teaser links ready for Audible or another provider.<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"featured\" id=\"journey\" aria-labelledby=\"journey-title\">\n        <div class=\"section-inner featured-grid\">\n          <div class=\"cover-frame\">\n            <img decoding=\"async\" src=\"A-Boys-Journey-Cover.jpg\" alt=\"Cover of A Boy's Journey\" \/>\n          <\/div>\n          <div>\n            <p class=\"eyebrow\">Nonfiction Memoir<\/p>\n            <h2 id=\"journey-title\">A Boy&#8217;s Journey<\/h2>\n            <p class=\"section-lead\">An inspirational memoir for young people trying to grow into mature, self-reliant adults. It speaks to the transition from childhood into responsibility with honesty, encouragement, and practical purpose.<\/p>\n            <div class=\"button-row\">\n              <!-- Replace # with the book purchase or detail link. -->\n              <a class=\"button dark\" href=\"#\">Learn About the Book<\/a>\n              <!-- Replace #audio-teaser with the audio teaser link for A Boy's Journey. -->\n              <a class=\"button light\" href=\"#audio-teaser\">Free Audio Teaser<\/a>\n            <\/div>\n            <div class=\"program-panel\">\n              <h3>The A Boy&#8217;s Journey Program<\/h3>\n              <p>The companion program deserves its own space because it extends the book into action: reflection, discussion, and steady growth for young people learning how to carry themselves with discipline and confidence.<\/p>\n              <div class=\"button-row\">\n                <!-- Replace # with the program page, PDF, signup form, or contact link. -->\n                <a class=\"button dark\" href=\"#\">Explore the Program<\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"series\" id=\"mysteries\" aria-labelledby=\"series-title\">\n        <div class=\"section-inner\">\n          <p class=\"eyebrow\">Historical Mystery Series<\/p>\n          <h2 id=\"series-title\">A Navy SEAL with a mind built for mysteries.<\/h2>\n          <p class=\"section-lead\">Idealistic, compassionate, and trained for danger, the protagonist discovers that his extraordinary thinking skills may be his greatest asset when deaths, kidnappings, and hidden motives refuse to explain themselves.<\/p>\n\n          <div class=\"book-grid\">\n            <article class=\"book-card\">\n              <div class=\"cover-frame\">\n                <img decoding=\"async\" src=\"The%20First%20Fall%20cover.png\" alt=\"Cover of The First Fall\" \/>\n              <\/div>\n              <div class=\"book-body\">\n                <p class=\"book-meta\">Book 1 | Riberalta, Bolivia<\/p>\n                <h3>The First Fall<\/h3>\n                <p>A mystery in the Bolivian Amazon tests instinct, compassion, and the ability to see a pattern before it becomes a threat.<\/p>\n                <div class=\"book-actions\">\n                  <!-- Replace # with the book purchase or detail link. -->\n                  <a class=\"button dark\" href=\"#\">Learn More<\/a>\n                  <!-- Replace #audio-teaser with this book's teaser link. -->\n                  <a class=\"button light\" href=\"#audio-teaser\">Audio Teaser<\/a>\n                <\/div>\n              <\/div>\n            <\/article>\n\n            <article class=\"book-card\">\n              <div class=\"cover-frame\">\n                <img decoding=\"async\" src=\"A%20Just%20Cause%20cover.png\" alt=\"Cover of A Just Cause\" \/>\n              <\/div>\n              <div class=\"book-body\">\n                <p class=\"book-meta\">Book 2 | Panama City, Panama<\/p>\n                <h3>A Just Cause<\/h3>\n                <p>Set during and after the 1989 invasion, this story follows a dangerous trail through loyalty, justice, and the cost of buried truth.<\/p>\n                <div class=\"book-actions\">\n                  <!-- Replace # with the book purchase or detail link. -->\n                  <a class=\"button dark\" href=\"#\">Learn More<\/a>\n                  <!-- Replace #audio-teaser with this book's teaser link. -->\n                  <a class=\"button light\" href=\"#audio-teaser\">Audio Teaser<\/a>\n                <\/div>\n              <\/div>\n            <\/article>\n\n            <article class=\"book-card\">\n              <div class=\"cover-frame\">\n                <img decoding=\"async\" src=\"The%20Ghost%20of%20Ipanema%20cover.png\" alt=\"Cover of The Ghost of Ipanema\" \/>\n              <\/div>\n              <div class=\"book-body\">\n                <span class=\"badge\">Coming Soon<\/span>\n                <p class=\"book-meta\">Book 3 | Rio de Janeiro, Brazil<\/p>\n                <h3>The Ghost of Ipanema<\/h3>\n                <p>A new mystery waits in Rio, where beauty, memory, and danger meet under the shadow of a ghost no one can quite explain.<\/p>\n                <div class=\"book-actions\">\n                  <!-- Replace # with a preorder, announcement, or mailing list link. -->\n                  <a class=\"button dark\" href=\"#\">Get Updates<\/a>\n                  <!-- Replace #audio-teaser with this book's teaser link when ready. -->\n                  <a class=\"button light\" href=\"#audio-teaser\">Audio Teaser<\/a>\n                <\/div>\n              <\/div>\n            <\/article>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"audio\" id=\"audio\" aria-labelledby=\"audio-title\">\n        <div class=\"section-inner audio-grid\">\n          <div>\n            <p class=\"eyebrow\">Audiobooks<\/p>\n            <h2 id=\"audio-title\">Free audio teasers are on the way.<\/h2>\n            <p class=\"section-lead\">Audiobook editions are being created for the SEAL Stories titles. Each teaser button can point to Audible, another audiobook provider, or a dedicated sample page as soon as the audio is ready.<\/p>\n            <div class=\"button-row\" id=\"audio-teaser\">\n              <!-- Replace # with your main audio teaser destination. -->\n              <a class=\"button\" href=\"#\">Hear a Free Audio Teaser<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"audio-list\" aria-label=\"Audiobook teaser status\">\n            <div class=\"audio-item\">\n              <span>A Boy&#8217;s Journey<\/span>\n              <small>Teaser Link Ready<\/small>\n            <\/div>\n            <div class=\"audio-item\">\n              <span>The First Fall<\/span>\n              <small>Teaser Link Ready<\/small>\n            <\/div>\n            <div class=\"audio-item\">\n              <span>A Just Cause<\/span>\n              <small>Teaser Link Ready<\/small>\n            <\/div>\n            <div class=\"audio-item\">\n              <span>The Ghost of Ipanema<\/span>\n              <small>Coming Soon<\/small>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"author\" id=\"steph\" aria-labelledby=\"author-title\">\n        <div class=\"section-inner author-grid\">\n          <div class=\"author-photo\">\n            <img decoding=\"async\" src=\"Steph%20Austin%20Image.jpg\" alt=\"Steph Austin\" \/>\n          <\/div>\n          <div>\n            <p class=\"eyebrow\">Meet Steph Austin<\/p>\n            <h2 id=\"author-title\">Stories shaped by courage, character, and clear-eyed compassion.<\/h2>\n            <p class=\"section-lead\">Steph Austin writes for readers who want action with moral weight: young people looking for a path toward maturity, and mystery readers drawn to service, history, and the kind of thinking that notices what others overlook.<\/p>\n            <div class=\"theme-grid\" aria-label=\"Recurring themes\">\n              <div class=\"theme\">Courage Under Pressure<\/div>\n              <div class=\"theme\">Mature Self-Reliance<\/div>\n              <div class=\"theme\">Compassionate Strength<\/div>\n              <div class=\"theme\">Historical Stakes<\/div>\n              <div class=\"theme\">Mystery and Discovery<\/div>\n              <div class=\"theme\">Discipline with Purpose<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <section class=\"closing\" aria-labelledby=\"closing-title\">\n        <div class=\"section-inner\">\n          <h2 id=\"closing-title\">Begin the journey.<\/h2>\n          <p>Choose the nonfiction path of growth, the historical mysteries of SEAL Stories, or hear the first audio teaser as the books move toward audiobook release.<\/p>\n          <div class=\"button-row\">\n            <a class=\"button light\" href=\"#journey\">A Boy&#8217;s Journey<\/a>\n            <a class=\"button light\" href=\"#mysteries\">Historical Mysteries<\/a>\n            <a class=\"button light\" href=\"#audio\">Audio Teasers<\/a>\n          <\/div>\n        <\/div>\n      <\/section>\n    <\/main>\n\n    <footer class=\"footer\">\n      <div class=\"section-inner\">\n        &copy; 2026 Steph Austin. All rights reserved.\n      <\/div>\n    <\/footer>\n  <\/div>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>SEAL Stories | Books by Steph Austin SEAL Stories A Boy&#8217;s Journey Mysteries Audio Meet Steph Books by Steph Austin SEAL Stories Stories of discipline, compassion, mystery, and the courage to become capable when life asks more of you. Explore the Books A Boy&#8217;s Journey Program Hear a Free Audio Teaser Nonfiction A memoir and<span class=\"post-excerpt-end\">&hellip;<\/span><\/p>\n<p class=\"more-link\"><a href=\"https:\/\/hansoneducationservices.com\/?p=4592\" class=\"themebutton\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-4592","post","type-post","status-publish","format-standard","hentry","category-hes"],"_links":{"self":[{"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=\/wp\/v2\/posts\/4592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4592"}],"version-history":[{"count":1,"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=\/wp\/v2\/posts\/4592\/revisions"}],"predecessor-version":[{"id":4593,"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=\/wp\/v2\/posts\/4592\/revisions\/4593"}],"wp:attachment":[{"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hansoneducationservices.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}