{"id":8,"date":"2024-12-02T17:01:21","date_gmt":"2024-12-02T17:01:21","guid":{"rendered":"https:\/\/verintimo.com\/?page_id=8"},"modified":"2024-12-02T17:01:21","modified_gmt":"2024-12-02T17:01:21","slug":"8-2","status":"publish","type":"page","link":"https:\/\/verintimo.com\/?page_id=8","title":{"rendered":""},"content":{"rendered":"\n<html><head><base href=\"\/\">\n<meta charset=\"utf-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>VERINTIMO &#8211; An Artistic Journey Inward<\/title>\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;700&family=Open+Sans:wght@300;400;600&display=swap');\n\n  :root {\n    --primary: #1a1a1a;\n    --secondary: #f5f5f5;\n    --accent: #333333;\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    background: var(--primary);\n    color: var(--secondary);\n    line-height: 1.6;\n  }\n\n  h1, h2, h3 {\n    font-family: 'Playfair Display', serif;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n  }\n\n  h2 {\n    font-size: 2.8rem;\n    margin-bottom: 1.5rem;\n    font-weight: 700;\n  }\n\n  h3 {\n    font-size: 1.8rem;\n    margin-bottom: 1rem;\n    font-weight: 600;\n  }\n\n  p {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 1.1rem;\n    line-height: 1.8;\n    color: rgba(245, 245, 245, 0.9);\n    font-weight: 300;\n    letter-spacing: 0.01em;\n  }\n\n  .header {\n    position: fixed;\n    width: 100%;\n    padding: 1rem;\n    background: rgba(26, 26, 26, 0.9);\n    backdrop-filter: blur(5px);\n    z-index: 1000;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .logo {\n    font-family: 'Thonburi', sans-serif;\n    font-size: 2rem;\n    letter-spacing: 0.2em;\n    color: var(--secondary);\n    text-decoration: none;\n  }\n\n  .nav-menu {\n    display: flex;\n    gap: 2rem;\n    align-items: center;\n  }\n\n  .nav-menu a {\n    color: var(--secondary);\n    text-decoration: none;\n    font-size: 1.1rem;\n    transition: all 0.3s ease;\n    position: relative;\n  }\n\n  .nav-menu a::after {\n    content: '';\n    position: absolute;\n    width: 0;\n    height: 2px;\n    bottom: -5px;\n    left: 0;\n    background-color: var(--secondary);\n    transition: width 0.3s ease;\n  }\n\n  .nav-menu a:hover::after {\n    width: 100%;\n  }\n\n  .mobile-menu-btn {\n    display: none;\n    background: none;\n    border: none;\n    color: var(--secondary);\n    font-size: 1.5rem;\n    cursor: pointer;\n  }\n\n  @media (max-width: 768px) {\n    .nav-menu {\n      display: none;\n      position: fixed;\n      top: 70px;\n      left: 0;\n      width: 100%;\n      background: rgba(26, 26, 26, 0.95);\n      flex-direction: column;\n      padding: 2rem;\n      gap: 1.5rem;\n    }\n\n    .nav-menu.active {\n      display: flex;\n    }\n\n    .mobile-menu-btn {\n      display: block;\n    }\n  }\n\n  .hero {\n    height: 100vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n    background-image: url('\/ps-outpaint-b04a6e-[problembo.com] (1).jpg');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    background-color: var(--primary);\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: rgba(26, 26, 26, 0.5);\n    z-index: 1;\n  }\n\n  .fractal-bg {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    opacity: 0.1;\n    mix-blend-mode: overlay;\n  }\n\n  .hero-content {\n    text-align: center;\n    z-index: 2;\n  }\n\n  .hero h1 {\n    font-family: 'Thonburi', sans-serif;\n    font-size: 4.5rem;\n    letter-spacing: 0.1em;\n    margin-bottom: 1.5rem;\n    font-weight: 400;  \/* Changed from 700 to 400 *\/\n    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n  }\n\n  .tagline {\n    font-size: 1.8rem;\n    font-weight: 300;\n    letter-spacing: 0.05em;\n    opacity: 0.9;\n  }\n\n  section {\n    padding: 5rem 2rem;\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .music-content, .connection-content, .about-content, .contact-content {\n    max-width: 800px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .about-content {\n    display: flex;\n    align-items: center;\n    gap: 4rem;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n\n  .about-image {\n    flex: 1;\n    max-width: 400px;\n  }\n\n  .about-image img {\n    width: 100%;\n    height: auto;\n    border-radius: 10px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n  }\n\n  .about-text {\n    flex: 1;\n  }\n\n  .music-distributors {\n    display: flex;\n    justify-content: center;\n    gap: 2rem;\n    flex-wrap: wrap;\n    margin: 2rem 0;\n  }\n\n  .distributor-link {\n    font-weight: 500;\n    letter-spacing: 0.02em;\n    padding: 1.2rem 2rem;\n    border-radius: 8px;\n    backdrop-filter: blur(10px);\n    background: rgba(255, 255, 255, 0.05);  \n    border: 1px solid rgba(255, 255, 255, 0.1);\n    transition: all 0.3s ease;\n    color: var(--secondary); \/* Added line to match the site's color scheme *\/\n    text-decoration: none; \/* Added to remove any default link styling *\/\n  }\n\n  .distributor-link:hover {\n    background: rgba(255, 255, 255, 0.08);\n    transform: translateY(-3px);\n  }\n\n  .distributor-link svg {\n    width: 24px;\n    height: 24px;\n    fill: var(--secondary); \/* Added line to match the site's color scheme *\/\n  }\n\n  .music-visualizer {\n    width: 100%;\n    height: 200px;\n    margin: 2rem 0;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 5px;\n  }\n\n  .bar {\n    width: 10px;\n    height: 100px;\n    background: var(--secondary);\n    animation: visualize 1.5s ease-in-out infinite;\n  }\n\n  @keyframes visualize {\n    0%, 100% { height: 50px; }\n    50% { height: 150px; }\n  }\n\n  .connection-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 2rem;\n    margin-top: 2rem;\n  }\n\n  .connection-item {\n    padding: 3rem;\n    border-radius: 12px;\n    backdrop-filter: blur(10px);\n    background: rgba(255, 255, 255, 0.05);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    transition: all 0.3s ease;\n  }\n\n  .connection-item:hover {\n    background: rgba(255, 255, 255, 0.08);\n    transform: translateY(-5px);\n  }\n\n  .connection-item h3 {\n    margin-bottom: 1.2rem;\n  }\n\n  .connection-item p {\n    margin-bottom: 2rem;\n  }\n\n  .connection-item a {\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    padding: 0.8rem 2rem;\n    border-radius: 8px;\n  }\n\n  .contact-form {\n    display: grid;\n    gap: 1.5rem;\n    margin-top: 3rem;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .contact-form input,\n  .contact-form textarea {\n    width: 100%;\n    padding: 1rem;\n    background: rgba(255, 255, 255, 0.05);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 12px;\n    color: var(--secondary);\n    font-family: 'Open Sans', sans-serif;\n    font-size: 1rem;\n    transition: all 0.3s ease;\n    backdrop-filter: blur(10px);\n  }\n\n  .contact-form input:focus,\n  .contact-form textarea:focus {\n    outline: none;\n    border-color: rgba(255, 255, 255, 0.3);\n    background: rgba(255, 255, 255, 0.08);\n    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);\n  }\n\n  .contact-form textarea {\n    min-height: 150px;\n    resize: vertical;\n  }\n\n  .contact-form input::placeholder,\n  .contact-form textarea::placeholder {\n    color: rgba(255, 255, 255, 0.5);\n  }\n\n  .submit-btn {\n    padding: 1rem;\n    background: var(--secondary);\n    color: var(--primary);\n    border: none;\n    border-radius: 12px;\n    font-size: 1rem;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .submit-btn:hover {\n    background: #ffffff;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n  }\n\n  .submit-btn:active {\n    transform: translateY(0);\n  }\n\n  .contact-form input:hover,\n  .contact-form textarea:hover {\n    border-color: rgba(255, 255, 255, 0.2);\n  }\n\n  .contact-content {\n    max-width: 600px;\n    margin: 0 auto;\n    padding: 0 2rem;\n  }\n\n  .contact-content h2 {\n    font-size: 2.5rem;\n    margin-bottom: 1rem;\n  }\n\n  .contact-content p {\n    font-size: 1.1rem;\n    opacity: 0.8;\n    margin-bottom: 2rem;\n  }\n\n  @media (max-width: 768px) {\n    .hero h1 {\n      font-size: 3rem;\n    }\n    \n    h2 {\n      font-size: 2.2rem;\n    }\n    \n    p {\n      font-size: 1rem;\n    }\n    \n    .tagline {\n      font-size: 1.4rem;\n    }\n    \n    .about-text p {\n      font-size: 1.1rem;\n    }\n  }\n\n  .connection-item a:hover {\n    background: var(--secondary);\n    color: var(--primary) !important;\n  }\n\n  .featured-song {\n    margin: 3rem auto;\n    max-width: 600px;\n    padding: 2rem;\n    background: rgba(255, 255, 255, 0.05);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 12px;\n    backdrop-filter: blur(10px);\n    transition: all 0.3s ease;\n    cursor: pointer;\n    text-decoration: none;\n    display: block;\n    color: var(--secondary);\n  }\n\n  .featured-song:hover {\n    background: rgba(255, 255, 255, 0.08);\n    transform: translateY(-5px);\n  }\n\n  .featured-song h3 {\n    font-size: 1.5rem;\n    margin-bottom: 0.5rem;\n    color: var(--secondary);\n  }\n\n  .featured-song p {\n    font-size: 1rem;\n    opacity: 0.8;\n    margin-bottom: 1rem;\n  }\n\n  .featured-song .play-button {\n    width: 50px;\n    height: 50px;\n    background: var(--secondary);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto;\n    transition: all 0.3s ease;\n  }\n\n  .featured-song:hover .play-button {\n    transform: scale(1.1);\n  }\n\n  .featured-song svg {\n    width: 24px;\n    height: 24px;\n    fill: var(--primary);\n  }\n\n  .loading-wave {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 4px;\n    height: 30px;\n    margin-top: 1rem;\n  }\n\n  .loading-wave .wave-bar {\n    width: 4px;\n    height: 100%;\n    background: var(--secondary);\n    animation: wave 1s ease-in-out infinite;\n    border-radius: 2px;\n  }\n\n  .loading-wave .wave-bar:nth-child(2) {\n    animation-delay: 0.1s;\n  }\n\n  .loading-wave .wave-bar:nth-child(3) {\n    animation-delay: 0.2s;\n  }\n\n  .loading-wave .wave-bar:nth-child(4) {\n    animation-delay: 0.3s;\n  }\n\n  @keyframes wave {\n    0%, 100% {\n      transform: scaleY(0.5);\n    }\n    50% {\n      transform: scaleY(1);\n    }\n  }\n<\/style>\n<\/head>\n<body>\n  <header class=\"header\">\n    <a href=\"\/\" class=\"logo\">VERINTIMO<\/a>\n    <nav class=\"nav-menu\">\n      <a href=\"#home\">Home<\/a>\n      <a href=\"#music\">Music<\/a>\n      <a href=\"#connection\">Connecting<\/a>\n      <a href=\"#about\">About<\/a>\n      <a href=\"#contact\">Contact<\/a>\n    <\/nav>\n    <button class=\"mobile-menu-btn\">\u2630<\/button>\n  <\/header>\n\n  <section class=\"hero\" id=\"home\">\n    <svg class=\"fractal-bg\" viewBox=\"0 0 1000 1000\" preserveAspectRatio=\"xMidYMid slice\">\n      <defs>\n        <filter id=\"noise\">\n          <feTurbulence type=\"fractalNoise\" baseFrequency=\"0.01\" numOctaves=\"5\"\/>\n          <feDisplacementMap in=\"SourceGraphic\" scale=\"50\"\/>\n        <\/filter>\n      <\/defs>\n      <rect width=\"100%\" height=\"100%\" filter=\"url(#noise)\">\n        <animate attributeName=\"baseFrequency\" dur=\"30s\" values=\"0.01;0.02;0.01\" repeatCount=\"indefinite\"\/>\n      <\/rect>\n    <\/svg>\n    <div class=\"hero-content\">\n      <h1>VERINTIMO<\/h1>\n      <p class=\"tagline\">Music &#038; Connection<\/p>\n    <\/div>\n  <\/section>\n\n  <section id=\"music\">\n    <div class=\"music-content\">\n      <h2>Music from the Depths my Heart<\/h2>\n      <p>Experienced, Composed, Produced and Shared by VERINTIMO<\/p>\n      <div class=\"music-distributors\">\n        <a href=\"https:\/\/open.spotify.com\" class=\"distributor-link\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z\"\/>\n          <\/svg>\n          Spotify\n        <\/a>\n        <a href=\"https:\/\/music.apple.com\" class=\"distributor-link\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M23.997 6.124c0-.738-.065-1.47-.24-2.19-.317-1.31-1.062-2.31-2.18-3.043C21.003.517 20.373.285 19.7.164c-.517-.093-1.038-.137-1.564-.14-.05-.002-.1-.005-.15-.005H5.988c-.107.003-.215.005-.322.012-.707.041-1.397.152-2.062.373-1.62.539-2.818 1.644-3.46 3.22-.29.712-.432 1.458-.466 2.235-.008.176-.011.354-.012.532v9.138c.002.213.006.426.017.637.032.665.157 1.312.369 1.938.557 1.644 1.662 2.853 3.3 3.487.825.317 1.683.451 2.575.458.178.002.357.004.536.004h9.037c.166 0 .33-.003.495-.009.815-.044 1.594-.211 2.343-.496 1.647-.625 2.82-1.813 3.406-3.47.259-.738.38-1.504.381-2.292V6.124zm-2.108 9.158c-.012.535-.045 1.064-.161 1.583-.301 1.354-1.002 2.394-2.22 3.097-.491.286-1.022.445-1.582.532-.782.124-1.57.11-2.352.1l-8.949-.007c-.116-.001-.231-.006-.347-.012-.648-.036-1.271-.17-1.857-.438-1.211-.553-2.001-1.468-2.339-2.765-.164-.632-.178-1.283-.183-1.933-.003-.32-.001-.64-.001-.96V7.442c0-.303-.003-.607.006-.909.048-1.027.246-2.007.868-2.863.759-1.043 1.813-1.638 3.087-1.826.591-.087 1.188-.095 1.783-.097.138-.001.276-.002.413-.002h9.316c.213 0 .426.004.638.014.53.025 1.047.119 1.534.315 1.203.484 2.027 1.313 2.45 2.556.208.609.262 1.241.277 1.882.025 1.075.005 2.151.005 3.227v4.534c0 .611.003 1.223-.008 1.833zM15.778 3.78c-.895-.837-1.93-1.242-3.104-1.235-1.551.008-2.893.599-3.931 1.779-.705.807-1.13 1.762-1.333 2.84-.062.327-.087.658-.1.989-.012.282-.004.563-.004.844H4.419c.005-.136.004-.273.008-.408.037-1.199.262-2.343.81-3.398.897-1.724 2.246-2.873 4.107-3.42.828-.242 1.68-.298 2.538-.193 1.066.132 2.037.492 2.89 1.172zm-3.359 3.998c.871-.012 1.493-.303 1.946-.92.31-.421.397-.857.323-1.36-.06-.423-.243-.789-.539-1.096-.457-.472-1.022-.659-1.697-.629-.72.033-1.299.317-1.737.888-.298.389-.398.82-.337 1.306.059.46.246.852.561 1.17.456.46 1.023.646 1.48.641z\"\/>\n          <\/svg>\n          Apple Music\n        <\/a>\n        <a href=\"https:\/\/music.youtube.com\" class=\"distributor-link\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M12 0C5.376 0 0 5.376 0 12s5.376 12 12 12 12-5.376 12-12S18.624 0 12 0zm0 19.104c-3.924 0-7.104-3.18-7.104-7.104S8.076 4.896 12 4.896s7.104 3.18 7.104 7.104-3.18 7.104-7.104 7.104zm0-13.332c-3.432 0-6.228 2.796-6.228 6.228S8.568 18.228 12 18.228s6.228-2.796 6.228-6.228S15.432 5.772 12 5.772zM9.684 15.54V8.46L15.816 12l-6.132 3.54z\"\/>\n          <\/svg>\n          YouTube Music\n        <\/a>\n        <a href=\"https:\/\/tidal.com\" class=\"distributor-link\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M12.012 3.992L8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004-4.004-4.004zM16.016 7.996l4.004 4.004 4.004-4.004-4.004-4.004-4.004 4.004z\"\/>\n          <\/svg>\n          Tidal\n        <\/a>\n        <a href=\"https:\/\/music.amazon.com\" class=\"distributor-link\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726-1.53.406-3.045.61-4.516.61-2.265 0-4.41-.396-6.435-1.187-2.02-.794-3.82-1.91-5.43-3.35-.1-.074-.15-.15-.15-.22 0-.047.02-.09.05-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.375.15-.63.045-.195-.166-.375-.332-.526-.496l-.31-.347c-.06-.074-.166-.21-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5.55-.133 1.09-.222 1.612-.24.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.09.228.09.39v.15c0 .51-.14 1.11-.415 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.164.12-.27.18-.198.09-.37.09-.524.012-.104-.06-.18-.15-.225-.27-.09-.24-.105-.47-.105-.684 0-.31.07-.63.2-.976.13-.34.35-.73.66-1.17.182-.28.3-.56.36-.84.044-.21.05-.39.016-.54-.12-.067-.27-.1-.45-.09-.18.003-.36.05-.53.147-.21.112-.395.31-.54.606-.15.294-.225.654-.225 1.08 0 .164 0 .33.016.494.015.165.045.3.09.405.047.104.082.19.106.256.024.066.045.15.06.24.016.09.023.16.023.2 0 .13-.03.24-.09.314-.145.196-.42.288-.811.27-.375-.017-.71-.164-1.012-.45-.195-.197-.375-.44-.526-.73-.15-.285-.27-.585-.344-.9-.074-.314-.12-.66-.135-1.035v-.256c0-.97.225-1.91.675-2.865.45-.954 1.11-1.725 1.98-2.31.42-.27.854-.465 1.29-.586.44-.12.855-.18 1.26-.18h.124c.465 0 .885.077 1.26.233.375.164.646.393.8.69.046.074.086.18.12.314.03.13.05.24.05.314v.15c0 .266-.085.506-.255.725-.172.215-.394.323-.675.323-.466 0-.795-.165-.99-.494-.06-.135-.105-.27-.105-.404 0-.238.086-.467.255-.68.17-.22.264-.384.264-.5-.225-.064-.57-.12-1.035-.165-.465-.045-.84 0-1.125.14-.45.216-.81.584-1.08 1.108-.266.524-.405 1.108-.405 1.755 0 .784.195 1.386.57 1.796.374.41.89.62 1.545.62.215 0 .435-.023.674-.07.24-.044.424-.104.554-.18.156-.09.285-.19.39-.285.104-.096.195-.195.27-.3.09-.104.15-.21.186-.324.03-.104.07-.21.12-.314.05-.104.105-.18.165-.224.074-.045.18-.08.314-.105.136-.023.27-.035.404-.035.31 0 .524.104.645.314.12.21.18.435.18.685 0 .33-.104.656-.314.985-.21.325-.519.605-.93.83-.42.224-.976.405-1.65.54-.676.133-1.29.194-1.846.18-.736-.03-1.406-.164-1.995-.404-.596-.24-1.096-.554-1.516-.96-.42-.404-.746-.91-.975-1.51-.225-.605-.345-1.29-.345-2.04 0-.84.15-1.605.45-2.295.296-.69.704-1.29 1.215-1.8.51-.51 1.14-.909 1.875-1.199.736-.29 1.516-.434 2.34-.434.21 0 .435.01.654.03.225.017.42.046.586.074.166.03.323.07.465.12.145.046.24.091.3.121.104.066.195.153.27.26.074.105.12.225.12.359 0 .194-.06.373-.18.54-.12.165-.255.285-.404.36-.147.074-.33.136-.54.18-.21.045-.376.055-.494.055-.12 0-.234-.01-.342-.03l-.3-.06c-.09-.026-.18-.04-.27-.046-.092-.008-.18-.012-.27-.012-.435 0-.835.105-1.2.315-.36.21-.674.509-.93.895-.254.385-.45.826-.576 1.32-.12.493-.18.975-.18 1.44v.12c.002.364.072.705.21 1.02.135.313.344.57.629.773.285.203.63.305 1.035.305.165 0 .3-.014.42-.044.12-.03.256-.075.404-.135.156-.06.3-.164.45-.314.144-.145.284-.33.42-.54l.17-1.035zm4.92-9.512c.016-.03.033-.064.05-.094.075-.135.225-.21.45-.225.33-.03.704.164 1.125.584.42.42.734.913.945 1.484l.615 1.619c.165.465.3.885.405 1.26.135.465.225.825.27 1.08l.09.49v.436c-.046.615-.135 1.05-.27 1.304-.12.24-.315.36-.585.36-.225 0-.39-.075-.494-.225s-.18-.405-.224-.75l-.075-.75c-.03-.195-.054-.35-.075-.494-.045-.15-.09-.27-.135-.36-.15.06-.3.12-.45.18-.15.06-.3.114-.435.165-.135.045-.27.09-.405.135-.135.045-.267.05-.39.016-.255-.104-.405-.375-.45-.795-.045-.42.016-.87.18-1.351.164-.48.39-.945.66-1.38.27-.435.525-.8.75-1.08l.721-.974zm1.365 2.494l-.226.435-.225.436c-.135.225-.285.494-.45.81-.165.314-.27.629-.314.944.075-.016.18-.046.314-.091.135-.045.256-.09.375-.134.105-.046.21-.105.3-.166.09-.06.15-.12.18-.18.09-.15.18-.33.27-.54l.33-.734c.047-.105.136-.345.271-.72.046-.15.046-.27 0-.36-.09-.12-.255-.15-.48-.09-.18.044-.3.164-.345.36v.03zm3.509 3.884c0-.12.015-.24.044-.36l.091-.36c.06-.226.105-.42.15-.585.045-.166.09-.3.135-.405.015-.045.045-.09.09-.135.09-.12.225-.165.404-.135.18.03.33.09.45.18s.195.255.225.48v.09c0 .135-.015.27-.045.404-.03.136-.06.27-.105.405-.09.285-.15.525-.18.72-.03.196-.046.33-.046.405v.15l-.149.33c-.091.135-.136.27-.136.404 0 .046.016.09.046.136.03.044.09.066.18.066.195 0 .404-.075.629-.226.226-.149.452-.345.675-.584.226-.24.436-.494.63-.766.196-.27.361-.524.496-.764l.15-.227.029.002c.135 0 .24.075.314.225.076.15.121.285.136.404v.166l-.047.24c-.029.09-.045.18-.045.27 0 .165.045.27.135.314.09.046.195.01.314-.104.12-.12.255-.285.405-.495.15-.21.286-.42.405-.63.121-.21.226-.404.314-.585l.135-.27c.046-.09.136-.134.271-.134.074 0 .15.03.224.09.076.06.106.165.091.314-.146.51-.375.96-.69 1.351-.314.39-.614.639-.899.99-.376.345-.797.675-1.261.99-.466.314-.977.599-1.532.854-.885.42-1.89.78-3.023 1.08-1.131.3-2.287.509-3.466.629-1.186.12-2.326.165-3.422.135-1.096-.03-2.07-.12-2.925-.27-.856-.149-1.546-.314-2.071-.494-.527-.18-.937-.344-1.232-.494-.294-.15-.502-.27-.622-.36-.225-.165-.357-.314-.397-.449-.045-.135.015-.225.18-.27z\"\/>\n          <\/svg>\n          Amazon Music\n        <\/a>\n        <a href=\"https:\/\/www.deezer.com\" class=\"distributor-link\" target=\"_blank\">\n          <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n            <path d=\"M18.81 4.16v3.03H24v2.58h-5.19v3.03H24v2.58h-5.19v3.03H24v2.58h-5.19v3.01H15.9V4.16h2.91zM12.66 4.16v3.03h5.19v2.58h-5.19v3.03h5.19v2.58h-5.19v3.03h5.19v2.58h-5.19v3.01H9.75V4.16h2.91zM6.51 4.16v3.03h5.19v2.58H6.51v3.03h5.19v2.58H6.51v3.03h5.19v2.58H6.51v3.01H3.6V4.16h2.91zM0.36 4.16v3.03h5.19v2.58H0.36v3.03h5.19v2.58H0.36v3.03h5.19v2.58H0.36v3.01H0V4.16h0.36z\"\/>\n          <\/svg>\n          Deezer\n        <\/a>\n      <\/div>\n      <a href=\"https:\/\/open.spotify.com\/track\/your-track-id\" class=\"featured-song\" target=\"_blank\">\n        <h3>Featured Song Title<\/h3>\n        <p>Now streaming on Spotify<\/p>\n        <div class=\"play-button\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M8 5v14l11-7z\"\/>\n          <\/svg>\n        <\/div>\n        <div class=\"loading-wave\">\n          <div class=\"wave-bar\"><\/div>\n          <div class=\"wave-bar\"><\/div>\n          <div class=\"wave-bar\"><\/div>\n          <div class=\"wave-bar\"><\/div>\n        <\/div>\n      <\/a>\n      <div class=\"music-visualizer\">\n        <div class=\"bar\" style=\"animation-delay: -0.4s\"><\/div>\n        <div class=\"bar\" style=\"animation-delay: -0.2s\"><\/div>\n        <div class=\"bar\" style=\"animation-delay: 0s\"><\/div>\n        <div class=\"bar\" style=\"animation-delay: -0.6s\"><\/div>\n        <div class=\"bar\" style=\"animation-delay: -0.8s\"><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"connection\">\n    <div class=\"connection-content\">\n      <h2>Making Connections<\/h2>\n      <p>Discover the threads that bind us all together through art and expression.<\/p>\n      <div class=\"connection-grid\">\n        <div class=\"connection-item\">\n          <h3>Inner Circle<\/h3>\n          <p>The nurturing space for inner exploration and personal growth.<\/p>\n          <a href=\"https:\/\/t.me\/verintimo\" style=\"color: var(--secondary); text-decoration: none; margin-top: 1rem; display: inline-block; border: 1px solid var(--secondary); padding: 0.8rem 2rem; border-radius: 8px; transition: all 0.3s ease;\">\n            Join\n          <\/a>\n        <\/div>\n        <div class=\"connection-item\">\n          <h3>Collaboration<\/h3>\n          <p>Explore opportunities to create together.<\/p>\n          <a href=\"mailto:verintimo@gmail.com\" style=\"color: var(--secondary); text-decoration: none; margin-top: 1rem; display: inline-block; border: 1px solid var(--secondary); padding: 0.8rem 2rem; border-radius: 8px; transition: all 0.3s ease;\">\n            Get in touch\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"about\">\n    <div class=\"about-content\">\n      <div class=\"about-image\">\n        <img decoding=\"async\" src=\"\/Designer.jpeg\" alt=\"Designer portrait\">\n      <\/div>\n      <div class=\"about-text\">\n        <h2>About the Artist<\/h2>\n        <p>VERINTIMO is an artist focussed on exploration of self-connection. Through music, he invites you to pause, reflect, and explore your inner world. Songwriter, Music Producer and Psychologist, he combines all to create this beautiful project.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section id=\"contact\">\n    <div class=\"contact-content\">\n      <h2>Let&#8217;s Connect<\/h2>\n      <p>Reach out to explore more. Every conversation is a new beginning.<\/p>\n      <form class=\"contact-form\" action=\"https:\/\/formspree.io\/f\/your-form-id\" method=\"POST\">\n        <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required>\n        <input type=\"email\" name=\"email\" placeholder=\"Your Email\" required>\n        <textarea name=\"message\" placeholder=\"Your Message\" rows=\"5\" required><\/textarea>\n        <button type=\"submit\" class=\"submit-btn\">Send Message<\/button>\n      <\/form>\n    <\/div>\n  <\/section>\n\n  <script>\n    document.addEventListener('DOMContentLoaded', () => {\n      const mobileMenuBtn = document.querySelector('.mobile-menu-btn');\n      const navMenu = document.querySelector('.nav-menu');\n\n      mobileMenuBtn.addEventListener('click', () => {\n        navMenu.classList.toggle('active');\n      });\n\n      document.querySelectorAll('.nav-menu a').forEach(link => {\n        link.addEventListener('click', () => {\n          navMenu.classList.remove('active');\n        });\n      });\n\n      document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function (e) {\n          e.preventDefault();\n          document.querySelector(this.getAttribute('href')).scrollIntoView({\n            behavior: 'smooth'\n          });\n        });\n      });\n\n      const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            entry.target.style.opacity = 1;\n            entry.target.style.transform = 'translateY(0)';\n          }\n        });\n      });\n\n      document.querySelectorAll('section').forEach((section) => {\n        section.style.opacity = 0;\n        section.style.transform = 'translateY(20px)';\n        section.style.transition = 'all 0.8s ease-out';\n        observer.observe(section);\n      });\n    });\n  <\/script>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>VERINTIMO &#8211; An Artistic Journey Inward VERINTIMO Home Music Connecting About Contact \u2630 VERINTIMO Music &#038; Connection Music from the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/verintimo.com\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/verintimo.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/verintimo.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/verintimo.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/verintimo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":1,"href":"https:\/\/verintimo.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":11,"href":"https:\/\/verintimo.com\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/11"}],"wp:attachment":[{"href":"https:\/\/verintimo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}