{"id":12,"date":"2026-08-10T12:49:25","date_gmt":"2026-08-10T11:49:25","guid":{"rendered":"https:\/\/andreasespenes.no\/?page_id=12"},"modified":"2026-08-12T09:05:51","modified_gmt":"2026-08-12T08:05:51","slug":"timbo","status":"publish","type":"page","link":"https:\/\/andreasespenes.no\/en\/timbo\/","title":{"rendered":"Timbo"},"content":{"rendered":"<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@500;600;700&display=swap');\n\n  \/* =========================================\n     TIMBO \u2013 EGEN HEADING-FONT\n     ========================================= *\/\n\n  .timbo-hero__title,\n  .timbo-universe__title,\n  .timbo-universe-card__title,\n  .timbo-meet__title,\n  .timbo-meet__note-title,\n  .timbo-forest__title,\n  .timbo-more__title,\n  .timbo-follow__title {\n    font-family: \"Fredoka\", sans-serif !important;\n    font-weight: 600 !important;\n    letter-spacing: -0.02em !important;\n  }\n\n  \/* Litt tyngre p\u00e5 de st\u00f8rste hovedoverskriftene *\/\n  .timbo-universe__title,\n  .timbo-meet__title,\n  .timbo-forest__title,\n  .timbo-more__title,\n  .timbo-follow__title {\n    font-weight: 600 !important;\n  }\n\n  \/* Sm\u00e5 kortoverskrifter *\/\n  .timbo-universe-card__title,\n  .timbo-meet__note-title {\n    font-weight: 600 !important;\n  }\n<\/style>\n\n\n\n<style>\n  \/* =========================================================\n     TIMBO \u2013 HERO\n     Stor logo + mye tettere logo\/undertittel\n     ========================================================= *\/\n\n  .timbo-hero,\n  .timbo-hero * {\n    box-sizing: border-box;\n  }\n\n  .timbo-hero {\n    --timbo-cream: #fbf3e7;\n    --timbo-dark: #2c2118;\n    --timbo-text: #665b51;\n\n    --timbo-red: #ef1f27;\n    --timbo-red-dark: #c7131d;\n\n    --timbo-gold: #c9a24d;\n    --timbo-gold-dark: #9b7426;\n\n    position: relative;\n    left: 50%;\n    width: 100vw;\n    margin-left: -50vw;\n    overflow: hidden;\n\n    color: var(--timbo-dark);\n    font-family: inherit;\n\n    background:\n      radial-gradient(circle at 8% 20%, rgba(239, 31, 39, 0.055), transparent 27%),\n      radial-gradient(circle at 88% 72%, rgba(121, 191, 196, 0.14), transparent 30%),\n      radial-gradient(circle at 65% 16%, rgba(255, 217, 111, 0.18), transparent 28%),\n      linear-gradient(120deg, #fff4e9 0%, #fbf4e8 54%, #f6f5e9 100%);\n  }\n\n  .timbo-hero__inner {\n    position: relative;\n    z-index: 2;\n\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);\n    align-items: center;\n    gap: 80px;\n\n    width: min(1260px, calc(100% - 64px));\n    min-height: 630px;\n    margin: 0 auto;\n    padding: 72px 0 78px;\n  }\n\n  \/* =========================================================\n     VENSTRE SIDE\n     ========================================================= *\/\n\n  .timbo-hero__copy {\n    max-width: 670px;\n  }\n\n  .timbo-hero__logo {\n    display: block;\n    width: 455px;\n    max-width: 94%;\n    height: auto;\n    object-fit: contain;\n\n    \/* Viktig: negativ margin for \u00e5 spise opp luft i PNG *\/\n    margin: 0 0 -52px;\n  }\n\n  .timbo-hero__eyebrow {\n    display: block;\n    margin: 0 0 20px !important;\n\n    color: var(--timbo-red-dark);\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1.35;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .timbo-hero__intro {\n    max-width: 635px;\n    margin: 0 0 30px !important;\n\n    color: var(--timbo-text);\n    font-size: 20px;\n    font-weight: 400;\n    line-height: 1.72;\n  }\n\n  \/* =========================================================\n     KNAPPER\n     ========================================================= *\/\n\n  .timbo-hero__actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: 23px;\n  }\n\n  .timbo-hero__button {\n    display: inline-flex;\n    min-height: 52px;\n    align-items: center;\n    justify-content: center;\n    padding: 13px 24px;\n    border-radius: 999px;\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n\n    transition:\n      transform 0.22s ease,\n      background 0.22s ease,\n      border-color 0.22s ease,\n      box-shadow 0.22s ease;\n  }\n\n  .timbo-hero__button:hover {\n    transform: translateY(-2px);\n  }\n\n  .timbo-hero__button--primary {\n    border: 1px solid var(--timbo-red);\n    background: var(--timbo-red);\n    color: #ffffff !important;\n    box-shadow: 0 10px 26px rgba(239, 31, 39, 0.15);\n  }\n\n  .timbo-hero__button--primary:hover {\n    background: #d91921;\n    border-color: #d91921;\n    box-shadow: 0 14px 32px rgba(239, 31, 39, 0.22);\n  }\n\n  .timbo-hero__button--outline {\n    border: 1px solid rgba(117, 87, 60, 0.40);\n    background: rgba(255, 255, 255, 0.38);\n    color: var(--timbo-dark) !important;\n  }\n\n  .timbo-hero__button--outline:hover {\n    border-color: var(--timbo-gold);\n    background: rgba(255, 255, 255, 0.80);\n  }\n\n  \/* =========================================================\n     VAREMERKETEKST\n     ========================================================= *\/\n\n  .timbo-hero__legal {\n    margin: 0 !important;\n    color: #9b8875;\n    font-size: 11px;\n    font-weight: 400;\n    line-height: 1.5;\n  }\n\n  \/* =========================================================\n     H\u00d8YRE SIDE\n     ========================================================= *\/\n\n  .timbo-hero__visual {\n    position: relative;\n    display: flex;\n    align-items: flex-end;\n    justify-content: center;\n\n    min-height: 480px;\n    padding: 27px 30px 0;\n    overflow: hidden;\n\n    border: 1px solid rgba(239, 31, 39, 0.16);\n    border-radius: 36px;\n\n    background:\n      radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.98), transparent 31%),\n      linear-gradient(180deg, #dceff0 0%, #f4f1d8 61%, #f7df9d 100%);\n\n    box-shadow: 0 26px 62px rgba(79, 55, 28, 0.12);\n  }\n\n  .timbo-hero__visual::before {\n    content: \"\";\n    position: absolute;\n    inset: 16px;\n    border: 1.5px dashed rgba(239, 31, 39, 0.40);\n    border-radius: 27px;\n    pointer-events: none;\n  }\n\n  .timbo-hero__visual::after {\n    content: \"\";\n    position: absolute;\n    width: 270px;\n    height: 270px;\n    top: -115px;\n    right: -100px;\n    border-radius: 50%;\n    background: rgba(255, 225, 119, 0.23);\n    filter: blur(5px);\n    pointer-events: none;\n  }\n\n  .timbo-hero__character {\n    position: relative;\n    z-index: 2;\n    display: block;\n    width: auto;\n    max-width: 91%;\n    height: 445px;\n    object-fit: contain;\n    object-position: bottom center;\n    filter: drop-shadow(0 18px 16px rgba(82, 52, 9, 0.13));\n  }\n\n  \/* =========================================================\n     TABLET\n     ========================================================= *\/\n\n  @media (max-width: 950px) {\n\n    .timbo-hero__inner {\n      grid-template-columns: 1fr;\n      gap: 46px;\n      width: min(100% - 44px, 740px);\n      min-height: auto;\n      padding: 62px 0 68px;\n    }\n\n    .timbo-hero__copy {\n      max-width: none;\n    }\n\n    .timbo-hero__logo {\n      width: 430px;\n      max-width: 90%;\n      margin: 0 0 -44px;\n    }\n\n    .timbo-hero__intro {\n      max-width: 680px;\n    }\n\n    .timbo-hero__visual {\n      width: min(100%, 570px);\n      min-height: 440px;\n      margin: 0 auto;\n    }\n  }\n\n  \/* =========================================================\n     MOBIL\n     ========================================================= *\/\n\n  @media (max-width: 560px) {\n\n    .timbo-hero__inner {\n      gap: 36px;\n      width: calc(100% - 34px);\n      padding: 47px 0 55px;\n    }\n\n    .timbo-hero__logo {\n      width: 330px;\n      max-width: 94%;\n      height: auto;\n      margin: 0 0 -34px;\n    }\n\n    .timbo-hero__eyebrow {\n      margin-bottom: 17px !important;\n      font-size: 11px;\n      letter-spacing: 0.11em;\n    }\n\n    .timbo-hero__intro {\n      margin-bottom: 26px !important;\n      font-size: 17px;\n      line-height: 1.65;\n    }\n\n    .timbo-hero__actions {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .timbo-hero__button {\n      width: 100%;\n    }\n\n    .timbo-hero__legal {\n      font-size: 10px;\n    }\n\n    .timbo-hero__visual {\n      min-height: 375px;\n      padding: 22px 14px 0;\n      border-radius: 27px;\n    }\n\n    .timbo-hero__visual::before {\n      inset: 11px;\n      border-radius: 21px;\n    }\n\n    .timbo-hero__character {\n      max-width: 94%;\n      height: 355px;\n    }\n  }\n<\/style>\n\n\n<section class=\"timbo-hero\">\n\n  <div class=\"timbo-hero__inner\">\n\n\n    <!-- VENSTRE -->\n\n    <div class=\"timbo-hero__copy\">\n\n      <img decoding=\"async\"\n        class=\"timbo-hero__logo\"\n        src=\"https:\/\/andreasespenes.no\/wp-content\/uploads\/2026\/08\/Timbo-logo-uten-bakgrunn.png\"\n        alt=\"Timbo\"\n      >\n\n      <div class=\"timbo-hero__eyebrow\">\n        A children&#039;s book universe by Andreas Sautter Espenes\n      <\/div>\n\n      <p class=\"timbo-hero__intro\">\n        Timbo\u00ae is a kind little beaver in a cozy children&#039;s book universe filled with warm stories, friendship, courage, imagination and little adventures for children.\n      <\/p>\n\n      <div class=\"timbo-hero__actions\">\n\n        <a\n          class=\"timbo-hero__button timbo-hero__button--primary\"\n          href=\"#timbo-univers\"\n        >\n          Explore Timbo\n        <\/a>\n\n        <a\n          class=\"timbo-hero__button timbo-hero__button--outline\"\n          href=\"\/en\/kontakt\/\"\n        >\n          Contact me\n        <\/a>\n\n      <\/div>\n\n      <p class=\"timbo-hero__legal\">\n        Timbo\u00ae is a registered trademark of Andreas Sautter Espenes.\n      <\/p>\n\n    <\/div>\n\n\n    <!-- H\u00d8YRE -->\n\n    <div class=\"timbo-hero__visual\">\n\n      <img decoding=\"async\"\n        class=\"timbo-hero__character\"\n        src=\"https:\/\/andreasespenes.no\/wp-content\/uploads\/2026\/08\/Timbo-figur-uten-ryggsekk.png\"\n        alt=\"Timbo, den vennlige beveren\"\n      >\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<style>\n  \/* =========================================================\n     TIMBO \u2013 ET TRYGT OG SPENNENDE UNIVERS\n     ========================================================= *\/\n\n  .timbo-universe,\n  .timbo-universe * {\n    box-sizing: border-box;\n  }\n\n  .timbo-universe {\n    --timbo-bg: #fffdf9;\n    --timbo-cream: #fbf3e7;\n    --timbo-dark: #2c2118;\n    --timbo-text: #665b51;\n    --timbo-red: #ef1f27;\n    --timbo-red-dark: #c7131d;\n    --timbo-gold: #c9a24d;\n    --timbo-gold-dark: #9b7426;\n\n    position: relative;\n    left: 50%;\n\n    width: 100vw;\n    margin-left: -50vw;\n\n    overflow: hidden;\n\n    color: var(--timbo-dark);\n    font-family: inherit;\n\n    background:\n      radial-gradient(\n        circle at 5% 80%,\n        rgba(239, 31, 39, 0.045),\n        transparent 25%\n      ),\n      radial-gradient(\n        circle at 94% 18%,\n        rgba(201, 162, 77, 0.09),\n        transparent 26%\n      ),\n      var(--timbo-bg);\n  }\n\n  .timbo-universe__inner {\n    width: min(1180px, calc(100% - 64px));\n\n    margin: 0 auto;\n\n    padding: 72px 0 76px;\n  }\n\n  \/* =========================================================\n     OVERSKRIFT\n     ========================================================= *\/\n\n  .timbo-universe__header {\n    max-width: 850px;\n\n    margin: 0 auto 42px;\n\n    text-align: center;\n  }\n\n  .timbo-universe__eyebrow {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    gap: 10px;\n\n    margin: 0 0 14px !important;\n\n    color: var(--timbo-red-dark);\n\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1.3;\n\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .timbo-universe__eyebrow::before,\n  .timbo-universe__eyebrow::after {\n    content: \"\";\n\n    width: 30px;\n    height: 2px;\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--timbo-gold),\n        var(--timbo-red)\n      );\n  }\n\n  .timbo-universe__title {\n    margin: 0 0 20px !important;\n\n    color: var(--timbo-dark);\n\n    font-size:\n      clamp(38px, 4vw, 54px);\n\n    font-weight: 800;\n\n    line-height: 1.06;\n\n    letter-spacing: -0.035em;\n  }\n\n  .timbo-universe__intro {\n    max-width: 780px;\n\n    margin: 0 auto !important;\n\n    color: var(--timbo-text);\n\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  \/* =========================================================\n     HOVEDTEKST\n     ========================================================= *\/\n\n  .timbo-universe__story {\n    max-width: 920px;\n\n    margin: 0 auto 42px;\n\n    padding: 30px 36px;\n\n    border:\n      1px solid rgba(201, 162, 77, 0.20);\n\n    border-radius: 25px;\n\n    background:\n      radial-gradient(\n        circle at 100% 0%,\n        rgba(255, 218, 103, 0.13),\n        transparent 30%\n      ),\n      rgba(255, 255, 255, 0.88);\n\n    box-shadow:\n      0 18px 44px rgba(58, 42, 22, 0.055);\n\n    text-align: center;\n  }\n\n  .timbo-universe__story p {\n    margin: 0 0 15px !important;\n\n    color: var(--timbo-text);\n\n    font-size: 16px;\n    line-height: 1.72;\n  }\n\n  .timbo-universe__story p:last-child {\n    margin-bottom: 0 !important;\n  }\n\n  \/* =========================================================\n     TRE KORT\n     ========================================================= *\/\n\n  .timbo-universe__grid {\n    display: grid;\n\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n\n    gap: 18px;\n  }\n\n  .timbo-universe-card {\n    position: relative;\n\n    min-width: 0;\n\n    padding: 28px 25px 26px;\n\n    overflow: hidden;\n\n    border:\n      1px solid rgba(201, 162, 77, 0.22);\n\n    border-radius: 24px;\n\n    background: #ffffff;\n\n    box-shadow:\n      0 14px 36px rgba(58, 42, 22, 0.055);\n\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .timbo-universe-card:hover {\n    transform: translateY(-5px);\n\n    border-color:\n      rgba(239, 31, 39, 0.28);\n\n    box-shadow:\n      0 22px 48px rgba(58, 42, 22, 0.10);\n  }\n\n  .timbo-universe-card::before {\n    content: \"\";\n\n    position: absolute;\n\n    top: 0;\n    left: 25px;\n\n    width: 55px;\n    height: 4px;\n\n    border-radius:\n      0 0 999px 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--timbo-red),\n        #f5c84e\n      );\n  }\n\n  .timbo-universe-card__icon {\n    display: flex;\n\n    width: 48px;\n    height: 48px;\n\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 0 20px;\n\n    border-radius: 15px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #fff0bd,\n        #f6cf5d\n      );\n\n    color: #6c4612;\n\n    font-size: 22px;\n    line-height: 1;\n\n    box-shadow:\n      0 8px 18px rgba(201, 162, 77, 0.13);\n  }\n\n  .timbo-universe-card__title {\n    margin: 0 0 10px !important;\n\n    color: var(--timbo-dark);\n\n    font-size: 21px;\n    font-weight: 800;\n\n    line-height: 1.2;\n  }\n\n  .timbo-universe-card__text {\n    margin: 0 !important;\n\n    color: var(--timbo-text);\n\n    font-size: 14px;\n    line-height: 1.62;\n  }\n\n  \/* =========================================================\n     NEDERSTE LINJE\n     ========================================================= *\/\n\n  .timbo-universe__bottom {\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    gap: 12px;\n\n    max-width: 850px;\n\n    margin: 38px auto 0;\n\n    color: #8b7764;\n\n    font-size: 13px;\n    font-weight: 600;\n\n    text-align: center;\n  }\n\n  .timbo-universe__bottom::before,\n  .timbo-universe__bottom::after {\n    content: \"\";\n\n    width: 42px;\n    height: 1px;\n\n    background:\n      rgba(201, 162, 77, 0.45);\n  }\n\n  \/* =========================================================\n     TABLET\n     ========================================================= *\/\n\n  @media (max-width: 850px) {\n\n    .timbo-universe__inner {\n      width:\n        min(100% - 44px, 740px);\n\n      padding:\n        62px 0 66px;\n    }\n\n    .timbo-universe__grid {\n      grid-template-columns: 1fr;\n    }\n\n    .timbo-universe-card {\n      max-width: 620px;\n\n      margin: 0 auto;\n\n      width: 100%;\n    }\n  }\n\n  \/* =========================================================\n     MOBIL\n     ========================================================= *\/\n\n  @media (max-width: 560px) {\n\n    .timbo-universe__inner {\n      width:\n        calc(100% - 34px);\n\n      padding:\n        50px 0 56px;\n    }\n\n    .timbo-universe__header {\n      margin-bottom: 30px;\n    }\n\n    .timbo-universe__eyebrow {\n      font-size: 11px;\n    }\n\n    .timbo-universe__eyebrow::before,\n    .timbo-universe__eyebrow::after {\n      width: 20px;\n    }\n\n    .timbo-universe__title {\n      margin-bottom: 16px !important;\n\n      font-size:\n        clamp(34px, 10vw, 44px);\n    }\n\n    .timbo-universe__intro {\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    .timbo-universe__story {\n      margin-bottom: 30px;\n\n      padding: 24px 21px;\n\n      border-radius: 21px;\n    }\n\n    .timbo-universe__story p {\n      font-size: 15px;\n    }\n\n    .timbo-universe__grid {\n      gap: 14px;\n    }\n\n    .timbo-universe-card {\n      padding:\n        25px 21px 23px;\n\n      border-radius: 21px;\n    }\n\n    .timbo-universe-card__icon {\n      width: 44px;\n      height: 44px;\n\n      margin-bottom: 17px;\n    }\n\n    .timbo-universe-card__title {\n      font-size: 20px;\n    }\n\n    .timbo-universe__bottom {\n      margin-top: 28px;\n\n      font-size: 12px;\n    }\n\n    .timbo-universe__bottom::before,\n    .timbo-universe__bottom::after {\n      display: none;\n    }\n  }\n<\/style>\n\n\n<section\n  class=\"timbo-universe\"\n  id=\"timbo-univers\"\n>\n\n  <div class=\"timbo-universe__inner\">\n\n\n    <!-- OVERSKRIFT -->\n\n    <div class=\"timbo-universe__header\">\n\n      <div class=\"timbo-universe__eyebrow\">\n        The Timbo Universe\n      <\/div>\n\n      <h2 class=\"timbo-universe__title\">\n        A safe and exciting universe for children\n      <\/h2>\n\n      <p class=\"timbo-universe__intro\">\n        The Timbo universe is made for children who like cozy stories, animals, nature and little adventures with meaning.\n      <\/p>\n\n    <\/div>\n\n\n    <!-- HOVEDTEKST -->\n\n    <div class=\"timbo-universe__story\">\n\n      <p>\n        The stories should be safe, warm and easy to relate to, while at the same time allowing Timbo and his friends to experience fun, exciting and sometimes challenging situations.\n      <\/p>\n\n      <p>\n        Through the stories, children can encounter themes such as friendship, helpfulness, courage, cooperation and doing their best \u2013 told in a simple and child-friendly way.\n      <\/p>\n\n    <\/div>\n\n\n    <!-- TRE KORT -->\n\n    <div class=\"timbo-universe__grid\">\n\n\n      <article class=\"timbo-universe-card\">\n\n        <div class=\"timbo-universe-card__icon\">\n          \u2665\n        <\/div>\n\n        <h3 class=\"timbo-universe-card__title\">\n          Safe and warm\n        <\/h3>\n\n        <p class=\"timbo-universe-card__text\">\n          A cozy universe with friendship, care and characters that children can get to know and return to.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"timbo-universe-card\">\n\n        <div class=\"timbo-universe-card__icon\">\n          \u2726\n        <\/div>\n\n        <h3 class=\"timbo-universe-card__title\">\n          Little adventures\n        <\/h3>\n\n        <p class=\"timbo-universe-card__text\">\n          The stories should have enough excitement and humor to hold the attention, without being too scary for the target audience.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"timbo-universe-card\">\n\n        <div class=\"timbo-universe-card__icon\">\n          \u2605\n        <\/div>\n\n        <h3 class=\"timbo-universe-card__title\">\n          An important topic\n        <\/h3>\n\n        <p class=\"timbo-universe-card__text\">\n          Each book is based on a new theme that children can recognize and learn something from through the story itself.\n        <\/p>\n\n      <\/article>\n\n\n    <\/div>\n\n\n    <!-- AVSLUTNING -->\n\n    <div class=\"timbo-universe__bottom\">\n      The story comes first \u2013 learning should feel like a natural part of the adventure.\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<style>\n  \/* =========================================================\n     TIMBO \u2013 M\u00d8T TIMBO\n     ========================================================= *\/\n\n  .timbo-meet,\n  .timbo-meet * {\n    box-sizing: border-box;\n  }\n\n  .timbo-meet {\n    --timbo-cream: #fbf3e7;\n    --timbo-dark: #2c2118;\n    --timbo-text: #665b51;\n    --timbo-red: #ef1f27;\n    --timbo-red-dark: #c7131d;\n    --timbo-gold: #c9a24d;\n    --timbo-gold-dark: #9b7426;\n\n    position: relative;\n    left: 50%;\n\n    width: 100vw;\n    margin-left: -50vw;\n\n    overflow: hidden;\n\n    color: var(--timbo-dark);\n    font-family: inherit;\n\n    background:\n      radial-gradient(\n        circle at 85% 22%,\n        rgba(255, 220, 108, 0.16),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 8% 85%,\n        rgba(239, 31, 39, 0.04),\n        transparent 25%\n      ),\n      #fbf4e9;\n  }\n\n  .timbo-meet__inner {\n    display: grid;\n\n    grid-template-columns:\n      minmax(390px, 0.92fr)\n      minmax(0, 1.08fr);\n\n    align-items: center;\n\n    gap: 78px;\n\n    width: min(1180px, calc(100% - 64px));\n\n    margin: 0 auto;\n\n    padding: 74px 0 78px;\n  }\n\n  \/* =========================================================\n     BILDE\n     ========================================================= *\/\n\n  .timbo-meet__visual {\n    position: relative;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    min-height: 430px;\n\n    padding: 28px;\n\n    overflow: hidden;\n\n    border: 1px solid rgba(201, 162, 77, 0.23);\n    border-radius: 32px;\n\n    background:\n      radial-gradient(\n        circle at 50% 38%,\n        rgba(255, 255, 255, 0.96),\n        transparent 34%\n      ),\n      linear-gradient(\n        145deg,\n        #fff5d3 0%,\n        #f4d675 55%,\n        #d5a33d 100%\n      );\n\n    box-shadow:\n      0 24px 56px rgba(70, 48, 18, 0.10);\n  }\n\n  .timbo-meet__visual::before {\n    content: \"\";\n\n    position: absolute;\n\n    inset: 17px;\n\n    border:\n      1px dashed rgba(239, 31, 39, 0.28);\n\n    border-radius: 23px;\n\n    pointer-events: none;\n  }\n\n  .timbo-meet__visual::after {\n    content: \"\u2726\";\n\n    position: absolute;\n\n    top: 27px;\n    right: 33px;\n\n    color: rgba(255, 255, 255, 0.82);\n\n    font-size: 47px;\n    line-height: 1;\n  }\n\n  .timbo-meet__image {\n    position: relative;\n    z-index: 2;\n\n    display: block;\n\n    width: 100%;\n    max-width: 420px;\n    height: auto;\n\n    border-radius: 22px;\n\n    object-fit: contain;\n\n    box-shadow:\n      0 18px 36px rgba(76, 50, 12, 0.10);\n  }\n\n  \/* =========================================================\n     TEKST\n     ========================================================= *\/\n\n  .timbo-meet__eyebrow {\n    display: inline-flex;\n    align-items: center;\n\n    gap: 10px;\n\n    margin: 0 0 14px !important;\n\n    color: var(--timbo-red-dark);\n\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1.3;\n\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .timbo-meet__eyebrow::before {\n    content: \"\";\n\n    width: 34px;\n    height: 2px;\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--timbo-red),\n        var(--timbo-gold)\n      );\n  }\n\n  .timbo-meet__title {\n    margin: 0 0 21px !important;\n\n    color: var(--timbo-dark);\n\n    font-size: clamp(38px, 4vw, 54px);\n    font-weight: 800;\n\n    line-height: 1.05;\n\n    letter-spacing: -0.035em;\n  }\n\n  .timbo-meet__text {\n    max-width: 650px;\n\n    color: var(--timbo-text);\n\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .timbo-meet__text p {\n    margin: 0 0 17px !important;\n  }\n\n  .timbo-meet__text p:last-child {\n    margin-bottom: 0 !important;\n  }\n\n  \/* =========================================================\n     EGENSKAPER\n     ========================================================= *\/\n\n  .timbo-meet__traits {\n    display: flex;\n    flex-wrap: wrap;\n\n    gap: 9px;\n\n    margin: 27px 0 0;\n  }\n\n  .timbo-meet__trait {\n    display: inline-flex;\n\n    align-items: center;\n    justify-content: center;\n\n    min-height: 37px;\n\n    padding: 8px 15px;\n\n    border:\n      1px solid rgba(239, 31, 39, 0.16);\n\n    border-radius: 999px;\n\n    background:\n      rgba(255, 255, 255, 0.68);\n\n    color: #5f4d3e;\n\n    font-size: 12px;\n    font-weight: 750;\n  }\n\n  \/* =========================================================\n     LITEN INFOBOKS\n     ========================================================= *\/\n\n  .timbo-meet__note {\n    position: relative;\n\n    margin-top: 28px;\n\n    padding: 18px 20px 18px 23px;\n\n    border-left:\n      4px solid var(--timbo-red);\n\n    border-radius: 0 15px 15px 0;\n\n    background:\n      rgba(255, 255, 255, 0.68);\n  }\n\n  .timbo-meet__note-title {\n    display: block;\n\n    margin: 0 0 4px;\n\n    color: var(--timbo-dark);\n\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .timbo-meet__note-text {\n    display: block;\n\n    color: var(--timbo-text);\n\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* =========================================================\n     TABLET\n     ========================================================= *\/\n\n  @media (max-width: 900px) {\n\n    .timbo-meet__inner {\n      grid-template-columns: 1fr;\n\n      gap: 44px;\n\n      width:\n        min(100% - 44px, 720px);\n\n      padding:\n        62px 0 68px;\n    }\n\n    .timbo-meet__visual {\n      width:\n        min(100%, 570px);\n\n      margin: 0 auto;\n    }\n  }\n\n  \/* =========================================================\n     MOBIL\n     ========================================================= *\/\n\n  @media (max-width: 560px) {\n\n    .timbo-meet__inner {\n      gap: 34px;\n\n      width:\n        calc(100% - 34px);\n\n      padding:\n        50px 0 56px;\n    }\n\n    .timbo-meet__visual {\n      min-height: 0;\n\n      padding: 20px;\n\n      border-radius: 25px;\n    }\n\n    .timbo-meet__visual::before {\n      inset: 11px;\n\n      border-radius: 18px;\n    }\n\n    .timbo-meet__image {\n      max-width: 100%;\n\n      border-radius: 17px;\n    }\n\n    .timbo-meet__eyebrow {\n      font-size: 11px;\n    }\n\n    .timbo-meet__eyebrow::before {\n      width: 26px;\n    }\n\n    .timbo-meet__title {\n      margin-bottom: 17px !important;\n\n      font-size:\n        clamp(34px, 10vw, 44px);\n    }\n\n    .timbo-meet__text {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .timbo-meet__traits {\n      margin-top: 22px;\n    }\n\n    .timbo-meet__note {\n      margin-top: 23px;\n    }\n  }\n<\/style>\n\n\n<section class=\"timbo-meet\">\n\n  <div class=\"timbo-meet__inner\">\n\n\n    <!-- BILDE -->\n\n    <div class=\"timbo-meet__visual\">\n\n      <img decoding=\"async\"\n        class=\"timbo-meet__image\"\n        src=\"https:\/\/andreasespenes.no\/wp-content\/uploads\/2026\/08\/Timbo-3D.jpg\"\n        alt=\"3D-illustrasjon av Timbo\"\n      >\n\n    <\/div>\n\n\n    <!-- TEKST -->\n\n    <div class=\"timbo-meet__copy\">\n\n      <div class=\"timbo-meet__eyebrow\">\n        Meet the main character\n      <\/div>\n\n      <h2 class=\"timbo-meet__title\">\n        Meet Timbo\n      <\/h2>\n\n      <div class=\"timbo-meet__text\">\n\n        <p>\n          Timbo is a kind and curious little beaver who likes to explore the forest, experience new things and be with his friends.\n        <\/p>\n\n        <p>\n          He always tries to do what feels right, even if that doesn&#039;t necessarily mean he always knows what to do right away.\n        <\/p>\n\n        <p>\n          Through his adventures, Timbo learns about the world around him, about others \u2013 and sometimes a little about himself.\n        <\/p>\n\n      <\/div>\n\n\n      <!-- EGENSKAPER -->\n\n      <div class=\"timbo-meet__traits\">\n\n        <span class=\"timbo-meet__trait\">\n          Kind\n        <\/span>\n\n        <span class=\"timbo-meet__trait\">\n          Curious\n        <\/span>\n\n        <span class=\"timbo-meet__trait\">\n          Helpful\n        <\/span>\n\n        <span class=\"timbo-meet__trait\">\n          Brave\n        <\/span>\n\n        <span class=\"timbo-meet__trait\">\n          Happy with adventure\n        <\/span>\n\n      <\/div>\n\n\n      <!-- INFO -->\n\n      <div class=\"timbo-meet__note\">\n\n        <span class=\"timbo-meet__note-title\">\n          A character children can get to know\n        <\/span>\n\n        <span class=\"timbo-meet__note-text\">\n          Timbo is the main character in the series and will continue to be featured through several stories and new adventures.\n        <\/span>\n\n      <\/div>\n\n    <\/div>\n\n\n  <\/div>\n\n<\/section>\n\n\n\n<style>\n  \/* =========================================================\n     TIMBO \u2013 TIMBO OG SKOGEN\n     ========================================================= *\/\n\n  .timbo-forest,\n  .timbo-forest * {\n    box-sizing: border-box;\n  }\n\n  .timbo-forest {\n    --timbo-dark: #2c2118;\n    --timbo-text: #665b51;\n    --timbo-red: #ef1f27;\n    --timbo-red-dark: #c7131d;\n    --timbo-gold: #c9a24d;\n\n    position: relative;\n    left: 50%;\n\n    width: 100vw;\n    margin-left: -50vw;\n\n    overflow: hidden;\n\n    color: var(--timbo-dark);\n    font-family: inherit;\n\n    background:\n      radial-gradient(\n        circle at 92% 15%,\n        rgba(201, 162, 77, 0.08),\n        transparent 28%\n      ),\n      #fffdf9;\n  }\n\n  .timbo-forest__inner {\n    display: grid;\n\n    grid-template-columns:\n      minmax(380px, 0.92fr)\n      minmax(0, 1.08fr);\n\n    align-items: center;\n\n    gap: 72px;\n\n    width: min(1180px, calc(100% - 64px));\n\n    margin: 0 auto;\n\n    padding: 70px 0 74px;\n  }\n\n  \/* BILDE *\/\n\n  .timbo-forest__visual {\n    position: relative;\n\n    overflow: hidden;\n\n    min-height: 460px;\n\n    border:\n      1px solid rgba(201, 162, 77, 0.22);\n\n    border-radius: 30px;\n\n    background: #eef6e8;\n\n    box-shadow:\n      0 22px 54px rgba(54, 39, 21, 0.09);\n  }\n\n  .timbo-forest__image {\n    display: block;\n\n    width: 100%;\n    height: 460px;\n\n    object-fit: cover;\n    object-position: center;\n\n    transition:\n      transform 0.4s ease;\n  }\n\n  .timbo-forest__visual:hover\n  .timbo-forest__image {\n    transform: scale(1.025);\n  }\n\n  \/* TEKST *\/\n\n  .timbo-forest__eyebrow {\n    display: inline-flex;\n\n    align-items: center;\n\n    gap: 10px;\n\n    margin: 0 0 13px !important;\n\n    color: var(--timbo-red-dark);\n\n    font-size: 14px;\n    font-weight: 800;\n\n    line-height: 1.3;\n\n    letter-spacing: 0.12em;\n\n    text-transform: uppercase;\n  }\n\n  .timbo-forest__eyebrow::before {\n    content: \"\";\n\n    width: 34px;\n    height: 2px;\n\n    border-radius: 999px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--timbo-red),\n        var(--timbo-gold)\n      );\n  }\n\n  .timbo-forest__title {\n    margin: 0 0 21px !important;\n\n    color: var(--timbo-dark);\n\n    font-size: clamp(38px, 4vw, 54px);\n\n    font-weight: 800;\n\n    line-height: 1.06;\n\n    letter-spacing: -0.035em;\n  }\n\n  .timbo-forest__text {\n    max-width: 650px;\n\n    color: var(--timbo-text);\n\n    font-size: 16px;\n\n    line-height: 1.75;\n  }\n\n  .timbo-forest__text p {\n    margin: 0 0 17px !important;\n  }\n\n  .timbo-forest__text p:last-child {\n    margin-bottom: 0 !important;\n  }\n\n  \/* INFOBOKS *\/\n\n  .timbo-forest__quote {\n    position: relative;\n\n    margin-top: 27px;\n\n    padding: 20px 22px 20px 25px;\n\n    border-left:\n      4px solid var(--timbo-red);\n\n    border-radius:\n      0 18px 18px 0;\n\n    background:\n      linear-gradient(\n        110deg,\n        #fff7e8,\n        #fbf1dc\n      );\n\n    color: #493b30;\n\n    font-size: 15px;\n    font-weight: 600;\n\n    line-height: 1.65;\n  }\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n\n    .timbo-forest__inner {\n      grid-template-columns: 1fr;\n\n      gap: 42px;\n\n      width: min(100% - 44px, 720px);\n\n      padding: 60px 0 64px;\n    }\n\n    .timbo-forest__visual {\n      width: min(100%, 570px);\n\n      margin: 0 auto;\n    }\n  }\n\n  \/* MOBIL *\/\n\n  @media (max-width: 560px) {\n\n    .timbo-forest__inner {\n      gap: 32px;\n\n      width: calc(100% - 34px);\n\n      padding: 48px 0 52px;\n    }\n\n    .timbo-forest__visual {\n      min-height: 0;\n\n      border-radius: 24px;\n    }\n\n    .timbo-forest__image {\n      height: auto;\n\n      aspect-ratio: 1 \/ 1;\n\n      object-fit: cover;\n    }\n\n    .timbo-forest__eyebrow {\n      font-size: 11px;\n    }\n\n    .timbo-forest__eyebrow::before {\n      width: 25px;\n    }\n\n    .timbo-forest__title {\n      font-size:\n        clamp(34px, 10vw, 44px);\n    }\n\n    .timbo-forest__text {\n      font-size: 15px;\n    }\n\n    .timbo-forest__quote {\n      margin-top: 22px;\n\n      padding: 17px 18px 17px 20px;\n\n      font-size: 14px;\n    }\n  }\n<\/style>\n\n\n<section class=\"timbo-forest\">\n\n  <div class=\"timbo-forest__inner\">\n\n    <!-- BILDE -->\n\n    <div class=\"timbo-forest__visual\">\n\n      <img decoding=\"async\"\n        class=\"timbo-forest__image\"\n        src=\"https:\/\/andreasespenes.no\/wp-content\/uploads\/2026\/08\/Timbo_pa_tur.png\"\n        alt=\"Timbo p\u00e5 tur i skogen\"\n      >\n\n    <\/div>\n\n\n    <!-- TEKST -->\n\n    <div class=\"timbo-forest__copy\">\n\n      <div class=\"timbo-forest__eyebrow\">\n        The Timbo Universe\n      <\/div>\n\n      <h2 class=\"timbo-forest__title\">\n        Timbo and the forest\n      <\/h2>\n\n      <div class=\"timbo-forest__text\">\n\n        <p>\n          Timbo lives in a small and safe forest universe with a river, trees, animal friends and many little experiences. It is a place where children can join in on stories that are both exciting and good.\n        <\/p>\n\n        <p>\n          The universe is designed with read-alouds, conversations, and small moments in mind where children can identify with the emotions and choices the characters face.\n        <\/p>\n\n      <\/div>\n\n      <div class=\"timbo-forest__quote\">\n        Timbo should be a universe children can return to \u2013 with stories that feel safe, warm and full of imagination.\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<style>\n  \/* =========================================================\n     TIMBO \u2013 MER TIMBO KOMMER ETTER HVERT\n     ========================================================= *\/\n\n  .timbo-more,\n  .timbo-more * {\n    box-sizing: border-box;\n  }\n\n  .timbo-more {\n    position: relative;\n    left: 50%;\n\n    width: 100vw;\n    margin-left: -50vw;\n\n    overflow: hidden;\n\n    color: #ffffff;\n    font-family: inherit;\n\n    background:\n      radial-gradient(\n        circle at 15% 20%,\n        rgba(201, 162, 77, 0.16),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 90% 80%,\n        rgba(239, 31, 39, 0.08),\n        transparent 25%\n      ),\n      linear-gradient(\n        120deg,\n        #422516 0%,\n        #30180e 55%,\n        #24110a 100%\n      );\n  }\n\n  .timbo-more__inner {\n    width: min(1180px, calc(100% - 64px));\n\n    margin: 0 auto;\n\n    padding: 58px 0 64px;\n\n    text-align: center;\n  }\n\n  .timbo-more__eyebrow {\n    display: inline-flex;\n\n    align-items: center;\n\n    gap: 10px;\n\n    margin: 0 0 13px !important;\n\n    color: #e3c579;\n\n    font-size: 14px;\n    font-weight: 800;\n\n    letter-spacing: 0.12em;\n\n    text-transform: uppercase;\n  }\n\n  .timbo-more__eyebrow::before,\n  .timbo-more__eyebrow::after {\n    content: \"\";\n\n    width: 26px;\n    height: 1px;\n\n    background:\n      rgba(227, 197, 121, 0.60);\n  }\n\n  .timbo-more__title {\n    margin: 0 0 15px !important;\n\n    color: #ffffff !important;\n\n    font-size:\n      clamp(36px, 3.7vw, 50px);\n\n    font-weight: 800;\n\n    line-height: 1.06;\n\n    letter-spacing: -0.03em;\n  }\n\n  .timbo-more__intro {\n    max-width: 760px;\n\n    margin: 0 auto 30px !important;\n\n    color:\n      rgba(255, 255, 255, 0.76);\n\n    font-size: 16px;\n\n    line-height: 1.7;\n  }\n\n  \/* KORT *\/\n\n  .timbo-more__grid {\n    display: grid;\n\n    grid-template-columns:\n      repeat(3, minmax(0, 1fr));\n\n    gap: 15px;\n  }\n\n  .timbo-more-card {\n    display: flex;\n\n    min-height: 70px;\n\n    align-items: center;\n    justify-content: center;\n\n    padding: 17px 20px;\n\n    border:\n      1px solid rgba(255, 255, 255, 0.17);\n\n    border-radius: 18px;\n\n    background:\n      rgba(255, 255, 255, 0.075);\n\n    color:\n      rgba(255, 255, 255, 0.92);\n\n    font-size: 13px;\n    font-weight: 700;\n\n    line-height: 1.45;\n\n    text-align: center;\n\n    backdrop-filter: blur(5px);\n\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .timbo-more-card:hover {\n    transform: translateY(-3px);\n\n    border-color:\n      rgba(227, 197, 121, 0.42);\n\n    background:\n      rgba(255, 255, 255, 0.11);\n  }\n\n  \/* TABLET *\/\n\n  @media (max-width: 900px) {\n\n    .timbo-more__inner {\n      width:\n        min(100% - 44px, 760px);\n    }\n\n    .timbo-more__grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  \/* MOBIL *\/\n\n  @media (max-width: 560px) {\n\n    .timbo-more__inner {\n      width:\n        calc(100% - 34px);\n\n      padding:\n        48px 0 52px;\n    }\n\n    .timbo-more__eyebrow {\n      font-size: 11px;\n    }\n\n    .timbo-more__title {\n      font-size:\n        clamp(32px, 9vw, 42px);\n    }\n\n    .timbo-more__intro {\n      font-size: 15px;\n\n      margin-bottom:\n        24px !important;\n    }\n\n    .timbo-more-card {\n      min-height: 62px;\n    }\n  }\n<\/style>\n\n\n<section class=\"timbo-more\">\n\n  <div class=\"timbo-more__inner\">\n\n    <div class=\"timbo-more__eyebrow\">\n      The universe is growing\n    <\/div>\n\n    <h2 class=\"timbo-more__title\">\n      More Timbo coming soon\n    <\/h2>\n\n    <p class=\"timbo-more__intro\">\n      The Timbo universe is under development, and this page will be updated with new content as the projects near completion.\n    <\/p>\n\n    <div class=\"timbo-more__grid\">\n\n      <div class=\"timbo-more-card\">\n        New stories and book projects\n      <\/div>\n\n      <div class=\"timbo-more-card\">\n        Activity books\n      <\/div>\n\n      <div class=\"timbo-more-card\">\n        Teddy bear, products and more from the Timbo universe\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n\n<style>\n  \/* =========================================================\n     TIMBO \u2013 F\u00d8LG TIMBO VIDERE\n     ========================================================= *\/\n\n  .timbo-follow,\n  .timbo-follow * {\n    box-sizing: border-box;\n  }\n\n  .timbo-follow {\n    --timbo-dark: #2c2118;\n    --timbo-text: #665b51;\n\n    --timbo-red: #ef1f27;\n    --timbo-red-dark: #c7131d;\n\n    --timbo-gold: #c9a24d;\n    --timbo-cream: #fbf3e7;\n\n    position: relative;\n    left: 50%;\n\n    width: 100vw;\n    margin-left: -50vw;\n\n    overflow: hidden;\n\n    color: var(--timbo-dark);\n    font-family: inherit;\n\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(201, 162, 77, 0.08),\n        transparent 28%\n      ),\n      var(--timbo-cream);\n  }\n\n  .timbo-follow__inner {\n    width:\n      min(900px, calc(100% - 44px));\n\n    margin: 0 auto;\n\n    padding:\n      62px 0 66px;\n\n    text-align: center;\n  }\n\n  .timbo-follow__eyebrow {\n    display: block;\n\n    margin: 0 0 11px !important;\n\n    color:\n      var(--timbo-red-dark);\n\n    font-size: 14px;\n    font-weight: 800;\n\n    letter-spacing: 0.12em;\n\n    text-transform: uppercase;\n  }\n\n  .timbo-follow__title {\n    margin: 0 0 15px !important;\n\n    color:\n      var(--timbo-dark);\n\n    font-size:\n      clamp(36px, 3.7vw, 48px);\n\n    font-weight: 800;\n\n    line-height: 1.08;\n\n    letter-spacing: -0.03em;\n  }\n\n  .timbo-follow__text {\n    max-width: 700px;\n\n    margin: 0 auto !important;\n\n    color:\n      var(--timbo-text);\n\n    font-size: 16px;\n\n    line-height: 1.7;\n  }\n\n  \/* KNAPPER *\/\n\n  .timbo-follow__actions {\n    display: flex;\n    flex-wrap: wrap;\n\n    justify-content: center;\n\n    gap: 10px;\n\n    margin-top: 25px;\n  }\n\n  .timbo-follow__button {\n    display: inline-flex;\n\n    min-height: 48px;\n\n    align-items: center;\n    justify-content: center;\n\n    padding: 11px 22px;\n\n    border-radius: 999px;\n\n    font-size: 14px;\n    font-weight: 800;\n\n    text-decoration: none !important;\n\n    transition:\n      transform 0.2s ease,\n      background 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .timbo-follow__button:hover {\n    transform: translateY(-2px);\n  }\n\n  .timbo-follow__button--primary {\n    border:\n      1px solid var(--timbo-red);\n\n    background:\n      var(--timbo-red);\n\n    color: #ffffff !important;\n  }\n\n  .timbo-follow__button--primary:hover {\n    background: #d91921;\n  }\n\n  .timbo-follow__button--secondary {\n    border:\n      1px solid rgba(117, 87, 60, 0.35);\n\n    background:\n      rgba(255, 255, 255, 0.42);\n\n    color:\n      var(--timbo-dark) !important;\n  }\n\n  .timbo-follow__button--secondary:hover {\n    border-color:\n      var(--timbo-gold);\n\n    background:\n      rgba(255, 255, 255, 0.80);\n  }\n\n  \/* RETTIGHETER *\/\n\n  .timbo-follow__legal {\n    max-width: 900px;\n\n    margin:\n      34px auto 0 !important;\n\n    color: #9b8875;\n\n    font-size: 10px;\n\n    line-height: 1.6;\n  }\n\n  \/* MOBIL *\/\n\n  @media (max-width: 560px) {\n\n    .timbo-follow__inner {\n      width:\n        calc(100% - 34px);\n\n      padding:\n        50px 0 54px;\n    }\n\n    .timbo-follow__eyebrow {\n      font-size: 11px;\n    }\n\n    .timbo-follow__title {\n      font-size:\n        clamp(32px, 9vw, 40px);\n    }\n\n    .timbo-follow__text {\n      font-size: 15px;\n    }\n\n    .timbo-follow__actions {\n      display: grid;\n\n      grid-template-columns: 1fr;\n    }\n\n    .timbo-follow__button {\n      width: 100%;\n    }\n\n    .timbo-follow__legal {\n      margin-top:\n        28px !important;\n    }\n  }\n<\/style>\n\n\n<section class=\"timbo-follow\">\n\n  <div class=\"timbo-follow__inner\">\n\n    <div class=\"timbo-follow__eyebrow\">\n      The way forward\n    <\/div>\n\n    <h2 class=\"timbo-follow__title\">\n      Follow Timbo further\n    <\/h2>\n\n    <p class=\"timbo-follow__text\">\n      New stories, book projects and other content from the Timbo universe will be posted here over time. Stay tuned to the website or social media to see what happens next.\n    <\/p>\n\n    <div class=\"timbo-follow__actions\">\n\n      <a\n        class=\"timbo-follow__button timbo-follow__button--primary\"\n        href=\"\/en\/kontakt\/\"\n      >\n        Contact me\n      <\/a>\n\n      <a\n        class=\"timbo-follow__button timbo-follow__button--secondary\"\n        href=\"\/en\/\"\n      >\n        Back to the front page\n      <\/a>\n\n    <\/div>\n\n    <p class=\"timbo-follow__legal\">\n      \u00a9 2026 Andreas Sautter Espenes. Timbo\u00ae is a registered trademark. Characters, stories, text, illustrations and other original content belong to Andreas Sautter Espenes. All rights reserved.\n    <\/p>\n\n  <\/div>\n\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Et barnebokunivers av Andreas Sautter Espenes Timbo\u00ae er en snill liten bever i et koselig barnebokunivers fylt med varme historier, vennskap, mot, fantasi og sm\u00e5 eventyr for barn. Utforsk Timbo Kontakt meg Timbo\u00ae er et registrert varemerke tilh\u00f8rende Andreas Sautter Espenes. Timbo-universet Et trygt og spennende univers for barn Timbo-universet er laget for barn som&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":14,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":196,"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/pages\/12\/revisions\/196"}],"wp:attachment":[{"href":"https:\/\/andreasespenes.no\/en\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}