{"id":14875,"date":"2026-05-28T07:51:15","date_gmt":"2026-05-28T07:51:15","guid":{"rendered":"https:\/\/www.cesstm.com\/?page_id=14875"},"modified":"2026-06-21T06:05:38","modified_gmt":"2026-06-21T06:05:38","slug":"14875-2","status":"publish","type":"page","link":"https:\/\/www.cesstm.com\/es\/14875-2\/","title":{"rendered":"The Artphabet"},"content":{"rendered":"\n<style>\n  .artphabet-hero {\n    position: relative;\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #000;\n    overflow: hidden;\n  }\n\n  .artphabet-hero img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .artphabet-hero-buttons {\n    position: absolute;\n    left: 4.8%;\n    top: 73%;\n    display: flex;\n    gap: 18px;\n    z-index: 10;\n  }\n\n  .artphabet-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 190px;\n    padding: 17px 28px;\n    font-family: inherit;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    text-decoration: none !important;\n    transition: all 0.25s ease;\n    cursor: pointer;\n  }\n\n  .artphabet-btn-primary {\n    background: #ffffff;\n    color: #000000 !important;\n    border: 1px solid #ffffff;\n  }\n\n  .artphabet-btn-primary:hover {\n    background: transparent;\n    color: #ffffff !important;\n  }\n\n  .artphabet-btn-secondary {\n    background: transparent;\n    color: #ffffff !important;\n    border: 1px solid rgba(255,255,255,0.75);\n    pointer-events: none;\n    opacity: 0.55;\n    cursor: default;\n  }\n\n  .artphabet-featured {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #050505;\n    border-top: 1px solid rgba(255,255,255,0.12);\n    border-bottom: 1px solid rgba(255,255,255,0.12);\n    padding: 28px 5vw;\n    box-sizing: border-box;\n  }\n\n  .artphabet-featured-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    gap: 40px;\n  }\n\n  .artphabet-featured-label {\n    color: rgba(255,255,255,0.65);\n    font-size: 11px;\n    letter-spacing: 1.8px;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n\n  .artphabet-featured-links {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 34px;\n    width: 100%;\n    flex-wrap: wrap;\n  }\n\n  .artphabet-featured-links a {\n    color: #fff !important;\n    text-decoration: none !important;\n    line-height: 1;\n    opacity: 0.88;\n    transition: opacity 0.25s ease, transform 0.25s ease;\n    white-space: nowrap;\n  }\n\n  .artphabet-featured-links a:hover {\n    opacity: 1;\n    transform: translateY(-1px);\n  }\n\n  .logo-designboom {\n    font-size: 19px;\n    font-weight: 700;\n    letter-spacing: -0.6px;\n    text-transform: lowercase;\n  }\n\n  .logo-hyperallergic {\n    font-size: 18px;\n    font-weight: 900;\n    letter-spacing: 0.3px;\n    text-transform: uppercase;\n  }\n\n  .logo-domestika {\n    font-size: 18px;\n    font-weight: 800;\n    letter-spacing: -0.2px;\n    text-transform: lowercase;\n  }\n\n  .logo-boredpanda {\n    font-size: 18px;\n    font-weight: 900;\n    letter-spacing: -0.4px;\n    text-transform: uppercase;\n  }\n\n  .logo-cultura {\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n  }\n\n  .logo-experimenta {\n    font-size: 18px;\n    font-weight: 700;\n    letter-spacing: 0.2px;\n    text-transform: lowercase;\n    font-style: italic;\n  }\n\n  @media (max-width: 1024px) {\n    .artphabet-hero-buttons {\n      left: 4.8%;\n      top: 74%;\n      gap: 12px;\n    }\n\n    .artphabet-btn {\n      min-width: 155px;\n      padding: 13px 20px;\n      font-size: 10px;\n      letter-spacing: 1px;\n    }\n  }\n\n  @media (max-width: 900px) {\n    .artphabet-featured-inner {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 18px;\n    }\n\n    .artphabet-featured-links {\n      justify-content: flex-start;\n      gap: 24px 30px;\n    }\n\n    .logo-designboom,\n    .logo-hyperallergic,\n    .logo-domestika,\n    .logo-boredpanda,\n    .logo-cultura,\n    .logo-experimenta {\n      font-size: 16px;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .artphabet-hero-buttons {\n      position: relative;\n      left: auto;\n      top: auto;\n      padding: 24px 22px 34px;\n      background: #000;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .artphabet-btn {\n      width: 100%;\n      min-width: unset;\n      padding: 15px 20px;\n      font-size: 11px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-featured {\n      padding: 24px;\n    }\n\n    .artphabet-featured-links {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px 22px;\n      width: 100%;\n    }\n\n    .logo-designboom,\n    .logo-hyperallergic,\n    .logo-domestika,\n    .logo-boredpanda,\n    .logo-cultura,\n    .logo-experimenta {\n      font-size: 14px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-hero\">\n  <img src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/TheArtphabet_Hero3.png\" alt=\"The Artphabet - 3D typographic tribute to modern and contemporary artists\">\n\n  <div class=\"artphabet-hero-buttons\">\n    <a class=\"artphabet-btn artphabet-btn-primary\" href=\"https:\/\/www.catawiki.com\/es\/u\/29853924-cess\" target=\"_blank\" rel=\"noopener noreferrer\">\n      View on Catawiki\n    <\/a>\n\n    <a class=\"artphabet-btn artphabet-btn-secondary\" href=\"#\" aria-disabled=\"true\">\n      Explore the Project\n    <\/a>\n  <\/div>\n<\/section>\n\n<section class=\"artphabet-featured\">\n  <div class=\"artphabet-featured-inner\">\n    <div class=\"artphabet-featured-label\">Featured on<\/div>\n\n    <div class=\"artphabet-featured-links\">\n      <a class=\"logo-designboom\" href=\"https:\/\/www.designboom.com\/art\/art-phabet-cess-05-02-2018\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        designboom\n      <\/a>\n\n      <a class=\"logo-hyperallergic\" href=\"https:\/\/hyperallergic.com\/cess-artphabet-typeface\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Hyperallergic\n      <\/a>\n\n      <a class=\"logo-domestika\" href=\"https:\/\/www.domestika.org\/es\/blog\/1281-artphabet-el-abecedario-disenado-para-el-arte\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Domestika\n      <\/a>\n\n      <a class=\"logo-boredpanda\" href=\"https:\/\/www.boredpanda.com\/the-artphabet-tribute-project-cess\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Bored Panda\n      <\/a>\n\n      <a class=\"logo-cultura\" href=\"https:\/\/culturainquieta.com\/diseno\/artphabet-el-alfabeto-que-rinde-homenaje-al-mundo-del-arte\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Cultura Inquieta\n      <\/a>\n\n      <a class=\"logo-experimenta\" href=\"https:\/\/www.experimenta.es\/noticias\/grafica-y-comunicacion\/the-artphabet-cess-homenajea-a-los-grandes-del-arte-ilustracion-y-tipografia\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        experimenta\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .artphabet-about {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #f7f6f2;\n    color: #111;\n    padding: 70px 5vw 80px;\n    box-sizing: border-box;\n  }\n\n  .artphabet-about-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1.1fr 1.9fr;\n    gap: 70px;\n    align-items: start;\n  }\n\n  .artphabet-about-text h2 {\n    margin: 0 0 24px;\n    font-size: 28px;\n    line-height: 1.1;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-about-text h2 .art-red {\n    color: #e10600;\n  }\n\n  .artphabet-about-text h2 .art-blue {\n    color: #0047ff;\n  }\n\n  .artphabet-about-text h2 .art-yellow {\n    color: #ffd400;\n  }\n\n  .artphabet-about-text p {\n    max-width: 455px;\n    margin: 0 0 18px;\n    font-size: 15px;\n    line-height: 1.65;\n    color: #222;\n  }\n\n  .artphabet-about-text p:last-child {\n    margin-bottom: 0;\n  }\n\n  .artphabet-about-text strong {\n    color: #111;\n    font-weight: 700;\n  }\n\n  .artphabet-about-features {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-left: 1px solid rgba(0,0,0,0.14);\n  }\n\n  .artphabet-feature {\n    padding: 0 32px;\n    text-align: center;\n    border-right: 1px solid rgba(0,0,0,0.14);\n  }\n\n  .artphabet-feature-icon {\n    height: 58px;\n    margin-bottom: 22px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .artphabet-feature-number {\n    font-size: 58px;\n    line-height: 1;\n    font-weight: 300;\n    margin-bottom: 16px;\n  }\n\n  .artphabet-feature svg {\n    width: 48px;\n    height: 48px;\n    stroke: #111;\n    stroke-width: 1.6;\n    fill: none;\n  }\n\n  .artphabet-feature h3 {\n    margin: 0 0 16px;\n    font-size: 15px;\n    line-height: 1.25;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-feature p {\n    margin: 0 auto;\n    max-width: 160px;\n    font-size: 13px;\n    line-height: 1.55;\n    color: #333;\n  }\n\n  @media (max-width: 1024px) {\n    .artphabet-about-inner {\n      grid-template-columns: 1fr;\n      gap: 48px;\n    }\n\n    .artphabet-about-text p {\n      max-width: 720px;\n    }\n\n    .artphabet-about-features {\n      grid-template-columns: repeat(2, 1fr);\n      border-left: none;\n      gap: 0;\n    }\n\n    .artphabet-feature {\n      padding: 35px 28px;\n      border-right: none;\n      border-top: 1px solid rgba(0,0,0,0.12);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-about {\n      padding: 52px 24px 60px;\n    }\n\n    .artphabet-about-text h2 {\n      font-size: 23px;\n      letter-spacing: 2px;\n    }\n\n    .artphabet-about-text p {\n      font-size: 14px;\n    }\n\n    .artphabet-about-features {\n      grid-template-columns: 1fr;\n    }\n\n    .artphabet-feature {\n      padding: 32px 10px;\n    }\n\n    .artphabet-feature-number {\n      font-size: 48px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-about\" aria-labelledby=\"artphabet-about-title\">\n  <div class=\"artphabet-about-inner\">\n\n    <div class=\"artphabet-about-text\">\n      <h2 id=\"artphabet-about-title\">\n        About the\n        <span class=\"art-red\">A<\/span><span class=\"art-blue\">r<\/span><span class=\"art-yellow\">t<\/span>phabet\n      <\/h2>\n\n      <p>\n        <strong> The alphabet of 26 contemporary 3D artworks<\/strong>, with each letter inspired by the visual universe of an influential modern or contemporary artist.\n      <\/p>\n\n      <p>\n        Every piece is developed as an original digital sculpture, combining typography, materials, colour and form to reinterpret a distinctive artistic language.\n      <\/p>\n\n      <p>\n        Featured by international art and design publications, the project has reached audiences around the world and evolved into a collection of physical editions created for art lovers, collectors and contemporary spaces.\n      <\/p>\n    <\/div>\n\n    <div class=\"artphabet-about-features\" aria-label=\"The Artphabet collection details\">\n\n      <article class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\" aria-hidden=\"true\">\n          <div class=\"artphabet-feature-number\">26<\/div>\n        <\/div>\n\n        <h3>Unique<br>Letters<\/h3>\n\n        <p>\n          A complete alphabet reimagined as 26 individual artworks.\n        <\/p>\n      <\/article>\n\n      <article class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\" aria-hidden=\"true\">\n          <svg viewBox=\"0 0 64 64\">\n            <path d=\"M32 6 54 18v28L32 58 10 46V18L32 6Z\"><\/path>\n            <path d=\"M32 6v25\"><\/path>\n            <path d=\"M10 18l22 13 22-13\"><\/path>\n            <path d=\"M32 31v27\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <h3>3D Digital<br>Artworks<\/h3>\n\n        <p>\n          Detailed digital sculptures created through 3D art and design.\n        <\/p>\n      <\/article>\n\n      <article class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\" aria-hidden=\"true\">\n          <svg viewBox=\"0 0 64 64\">\n            <rect x=\"12\" y=\"12\" width=\"40\" height=\"40\"><\/rect>\n            <rect x=\"18\" y=\"18\" width=\"28\" height=\"28\"><\/rect>\n          <\/svg>\n        <\/div>\n\n        <h3>Physical<br>Editions<\/h3>\n\n        <p>\n          Selected works produced as high-quality prints and sculptural editions.\n        <\/p>\n      <\/article>\n\n      <article class=\"artphabet-feature\">\n        <div class=\"artphabet-feature-icon\" aria-hidden=\"true\">\n          <svg viewBox=\"0 0 64 64\">\n            <path d=\"M32 7l7.5 16 17.5 2.4-12.7 12.2 3 17.2L32 46.7 16.7 54.8l3-17.2L7 25.4 24.5 23 32 7Z\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <h3>Collectible<br>Art<\/h3>\n\n        <p>\n          Contemporary pieces created for collectors, art lovers and interiors.\n        <\/p>\n      <\/article>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n\n\n<style>\n  .artphabet-catawiki {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #f7f6f2;\n    color: #111;\n    padding: 40px 5vw 90px;\n    box-sizing: border-box;\n  }\n\n  .artphabet-catawiki-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding-top: 55px;\n    border-top: 1px solid rgba(0,0,0,0.10);\n    display: grid;\n    grid-template-columns: 0.75fr 1.25fr;\n    gap: 70px;\n    align-items: center;\n  }\n\n  .artphabet-catawiki-text h2 {\n    margin: 0 0 28px;\n    font-size: 34px;\n    line-height: 1.08;\n    letter-spacing: 2.6px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-catawiki-text p {\n    max-width: 390px;\n    margin: 0 0 18px;\n    font-size: 16px;\n    line-height: 1.65;\n    color: #222;\n  }\n\n  .artphabet-catawiki-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 22px;\n    min-width: 220px;\n    padding: 17px 28px;\n    background: #000;\n    color: #fff !important;\n    border: 1px solid #000;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    text-decoration: none !important;\n    transition: all 0.25s ease;\n  }\n\n  .artphabet-catawiki-btn:hover {\n    background: transparent;\n    color: #000 !important;\n  }\n\n  .artphabet-catawiki-image {\n    width: 100%;\n  }\n\n  .artphabet-catawiki-image img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  @media (max-width: 1024px) {\n    .artphabet-catawiki-inner {\n      grid-template-columns: 1fr;\n      gap: 45px;\n    }\n\n    .artphabet-catawiki-text p {\n      max-width: 650px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-catawiki {\n      padding: 25px 24px 65px;\n    }\n\n    .artphabet-catawiki-inner {\n      padding-top: 42px;\n    }\n\n    .artphabet-catawiki-text h2 {\n      font-size: 27px;\n      letter-spacing: 2px;\n    }\n\n    .artphabet-catawiki-text p {\n      font-size: 14px;\n    }\n\n    .artphabet-catawiki-btn {\n      width: 100%;\n      min-width: unset;\n      padding: 15px 20px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-catawiki\" aria-labelledby=\"artphabet-catawiki-title\">\n  <div class=\"artphabet-catawiki-inner\">\n\n    <div class=\"artphabet-catawiki-text\">\n      <h2 id=\"artphabet-catawiki-title\">\n        Collect The Artphabet<br>on Catawiki\n      <\/h2>\n\n      <p>\n        Selected Artphabet artworks and physical editions are available to collectors through Catawiki.\n      <\/p>\n\n      <p>\n        New pieces are added regularly.\n      <\/p>\n\n      <a class=\"artphabet-catawiki-btn\" href=\"https:\/\/www.catawiki.com\/es\/u\/29853924-cess\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"View available The Artphabet artworks on Catawiki\">\n        View Available Artworks\n      <\/a>\n    <\/div>\n\n    <div class=\"artphabet-catawiki-image\">\n      <img src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Catawiki_TheArtpabhet.png\" alt=\"The Artphabet collectible contemporary artworks available on Catawiki\" loading=\"lazy\" decoding=\"async\">\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .artphabet-final-section {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n    background: #f7f6f2;\n    color: #111;\n    padding: 20px 5vw 95px;\n    box-sizing: border-box;\n  }\n\n  .artphabet-final-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding-top: 55px;\n    border-top: 1px solid rgba(0,0,0,0.10);\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 34px;\n  }\n\n  .artphabet-final-card {\n    background: #ffffff;\n    border: 1px solid rgba(0,0,0,0.10);\n    overflow: hidden;\n    text-decoration: none !important;\n    color: #111 !important;\n    display: flex;\n    flex-direction: column;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .artphabet-final-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 24px 55px rgba(0,0,0,0.10);\n  }\n\n  .artphabet-final-image {\n    width: 100%;\n    aspect-ratio: 16 \/ 10;\n    background: #e8e6df;\n    overflow: hidden;\n  }\n\n  .artphabet-final-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .artphabet-final-content {\n    padding: 34px 36px 38px;\n  }\n\n  .artphabet-final-content h2 {\n    margin: 0 0 18px;\n    font-size: 25px;\n    line-height: 1.1;\n    letter-spacing: 2.4px;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  .artphabet-final-content p {\n    margin: 0 0 24px;\n    max-width: 470px;\n    font-size: 15px;\n    line-height: 1.65;\n    color: #333;\n  }\n\n  .artphabet-final-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    color: #111;\n  }\n\n  .artphabet-final-link span {\n    transition: transform 0.25s ease;\n  }\n\n  .artphabet-final-card:hover .artphabet-final-link span {\n    transform: translateX(4px);\n  }\n\n  @media (max-width: 900px) {\n    .artphabet-final-inner {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .artphabet-final-section {\n      padding: 10px 24px 65px;\n    }\n\n    .artphabet-final-inner {\n      padding-top: 42px;\n      gap: 26px;\n    }\n\n    .artphabet-final-content {\n      padding: 28px 24px 32px;\n    }\n\n    .artphabet-final-content h2 {\n      font-size: 22px;\n      letter-spacing: 2px;\n    }\n\n    .artphabet-final-content p {\n      font-size: 14px;\n    }\n  }\n<\/style>\n\n<section class=\"artphabet-final-section\">\n  <div class=\"artphabet-final-inner\">\n\n    <a class=\"artphabet-final-card\" href=\"https:\/\/www.catawiki.com\/es\/u\/29853924-cess\" target=\"_blank\" rel=\"noopener noreferrer\">\n      <div class=\"artphabet-final-image\">\n        <img src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Bauhaus.png\" alt=\"3D Bauhaus collection by CESS Studio\">\n      <\/div>\n\n      <div class=\"artphabet-final-content\">\n        <h2>Discover<br>3D Bauhaus<\/h2>\n        <p>\n          A new collection of colorful 3D artworks inspired by Bauhaus geometry, playful forms and bold visual composition. Available now on Catawiki.\n        <\/p>\n        <div class=\"artphabet-final-link\">View on Catawiki <span>\u2192<\/span><\/div>\n      <\/div>\n    <\/a>\n\n    <a class=\"artphabet-final-card\" href=\"mailto:cess@cesstm.com?subject=The%20Artphabet%20-%20Direct%20purchase%20request&amp;body=Hi%20Cess%2C%0A%0AI%20am%20interested%20in%20purchasing%20one%20or%20more%20artworks%20from%20The%20Artphabet%20collection%20directly%2C%20without%20entering%20an%20auction.%0A%0AI%20would%20like%20to%20know%20which%20letters%20are%20currently%20available%2C%20their%20formats%2C%20prices%20and%20shipping%20options.%0A%0AThank%20you.\">\n      <div class=\"artphabet-final-image\">\n        <img src=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/TheArtphabet_ProjectStory.png\" alt=\"Direct purchase of The Artphabet artworks\">\n      <\/div>\n\n      <div class=\"artphabet-final-content\">\n        <h2>Direct<br>Purchase<\/h2>\n        <p>\n          Purchase your favorite Artphabet artworks directly, without entering an auction. Contact CESS Studio to ask about available letters, formats, prices and shipping options.\n        <\/p>\n        <div class=\"artphabet-final-link\">Request availability <span>\u2192<\/span><\/div>\n      <\/div>\n    <\/a>\n\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>View on Catawiki Explore the Project Featured on designboom Hyperallergic Domestika Bored Panda Cultura Inquieta experimenta About the Artphabet The alphabet of 26 contemporary 3D artworks, with each letter inspired by the visual universe of an influential modern or contemporary artist. Every piece is developed&#8230;<\/p>\n","protected":false},"author":2,"featured_media":14501,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.cesstm.com\/es\/14875-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Cess - 3D \/ AI Video Production Studio\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"3D Art for Collectors | The Artphabet by CESS\" \/>\n\t\t<meta property=\"og:description\" content=\"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.cesstm.com\/es\/14875-2\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-26-083922.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-26-083922.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1018\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1185\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-05-28T07:51:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-21T06:05:38+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"3D Art for Collectors | The Artphabet by CESS\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-26-083922.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cesstm.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#listItem\",\"name\":\"The Artphabet\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#listItem\",\"position\":2,\"name\":\"The Artphabet\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/#organization\",\"name\":\"Cess\",\"description\":\"3D \\\/ AI Video Production Studio\",\"url\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.cesstm.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Captura-de-pantalla-2026-06-20-090211.png\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#organizationLogo\",\"width\":292,\"height\":266},\"image\":{\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/\",\"name\":\"3D Art for Collectors | The Artphabet by CESS\",\"description\":\"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.cesstm.com\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/B-BANKSY.jpg\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#mainImage\",\"width\":1514,\"height\":1100,\"caption\":\"ARTPHABET BANKSY CESS ART ALPHABET 3DALPHABET 3DTYPE 3DLETTERING 3D CGI TYPOGRAPHY\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/14875-2\\\/#mainImage\"},\"datePublished\":\"2026-05-28T07:51:15+00:00\",\"dateModified\":\"2026-06-21T06:05:38+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/\",\"name\":\"Cess\",\"description\":\"3D \\\/ AI Video Production Studio\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cesstm.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"3D Art for Collectors | The Artphabet by CESS","description":"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.","canonical_url":"https:\/\/www.cesstm.com\/es\/14875-2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.cesstm.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/www.cesstm.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#listItem","name":"The Artphabet"}},{"@type":"ListItem","@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#listItem","position":2,"name":"The Artphabet","previousItem":{"@type":"ListItem","@id":"https:\/\/www.cesstm.com\/es#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.cesstm.com\/es\/#organization","name":"Cess","description":"3D \/ AI Video Production Studio","url":"https:\/\/www.cesstm.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/06\/Captura-de-pantalla-2026-06-20-090211.png","@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#organizationLogo","width":292,"height":266},"image":{"@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#webpage","url":"https:\/\/www.cesstm.com\/es\/14875-2\/","name":"3D Art for Collectors | The Artphabet by CESS","description":"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/www.cesstm.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/www.cesstm.com\/wp-content\/uploads\/2018\/05\/B-BANKSY.jpg","@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#mainImage","width":1514,"height":1100,"caption":"ARTPHABET BANKSY CESS ART ALPHABET 3DALPHABET 3DTYPE 3DLETTERING 3D CGI TYPOGRAPHY"},"primaryImageOfPage":{"@id":"https:\/\/www.cesstm.com\/es\/14875-2\/#mainImage"},"datePublished":"2026-05-28T07:51:15+00:00","dateModified":"2026-06-21T06:05:38+00:00"},{"@type":"WebSite","@id":"https:\/\/www.cesstm.com\/es\/#website","url":"https:\/\/www.cesstm.com\/es\/","name":"Cess","description":"3D \/ AI Video Production Studio","inLanguage":"es-ES","publisher":{"@id":"https:\/\/www.cesstm.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"Cess - 3D \/ AI Video Production Studio","og:type":"article","og:title":"3D Art for Collectors | The Artphabet by CESS","og:description":"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.","og:url":"https:\/\/www.cesstm.com\/es\/14875-2\/","og:image":"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-26-083922.png","og:image:secure_url":"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-26-083922.png","og:image:width":1018,"og:image:height":1185,"article:published_time":"2026-05-28T07:51:15+00:00","article:modified_time":"2026-06-21T06:05:38+00:00","twitter:card":"summary_large_image","twitter:title":"3D Art for Collectors | The Artphabet by CESS","twitter:description":"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.","twitter:image":"https:\/\/www.cesstm.com\/wp-content\/uploads\/2026\/05\/Captura-de-pantalla-2026-05-26-083922.png"},"aioseo_meta_data":{"post_id":"14875","title":"3D Art for Collectors | The Artphabet by CESS","description":"Discover The Artphabet, a collection of 3D art for collectors inspired by iconic modern and contemporary artists.","keywords":null,"keyphrases":{"focus":{"keyphrase":"3D art for collectors","score":88,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":4},"keyphraseInURL":{"score":1,"maxScore":5,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-06-20 07:39:57","updated":"2026-06-21 06:11:50"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.cesstm.com\/es\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tThe Artphabet\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.cesstm.com\/es"},{"label":"The Artphabet","link":"https:\/\/www.cesstm.com\/es\/14875-2\/"}],"_links":{"self":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages\/14875"}],"collection":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/comments?post=14875"}],"version-history":[{"count":23,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages\/14875\/revisions"}],"predecessor-version":[{"id":15063,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/pages\/14875\/revisions\/15063"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/media\/14501"}],"wp:attachment":[{"href":"https:\/\/www.cesstm.com\/es\/wp-json\/wp\/v2\/media?parent=14875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}