{"id":12,"date":"2026-07-31T18:00:21","date_gmt":"2026-07-31T18:00:21","guid":{"rendered":"https:\/\/taqart.ir\/?page_id=12"},"modified":"2026-07-31T18:09:14","modified_gmt":"2026-07-31T18:09:14","slug":"taq-art-coming-soon","status":"publish","type":"page","link":"https:\/\/taqart.ir\/","title":{"rendered":"Taq Art Coming Soon"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>TAQ ART \u2014 Under Construction<\/title>\n  <meta name=\"description\" content=\"TAQ ART \u2014 Art Investment Advisory Platform\">\n  <style>\n    :root {\n      --bg: #f5f2ed;\n      --text: #111111;\n      --muted: rgba(17, 17, 17, 0.68);\n      --line: rgba(17, 17, 17, 0.12);\n      --gold: #a88a57;\n      --white: #ffffff;\n      --overlay: rgba(255,255,255,0.28);\n      --overlay-dark: rgba(0,0,0,0.08);\n      --card: rgba(255,255,255,0.46);\n      --blur: 14px;\n      --radius: 22px;\n      --shadow: 0 10px 40px rgba(0,0,0,0.08);\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html, body {\n      margin: 0;\n      padding: 0;\n      width: 100%;\n      min-height: 100%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background: var(--bg);\n      color: var(--text);\n      overflow-x: hidden;\n    }\n\n    body {\n      position: relative;\n    }\n\n    .page {\n      position: relative;\n      min-height: 100vh;\n      isolation: isolate;\n      background: linear-gradient(to bottom, rgba(255,255,255,0.08), rgba(255,255,255,0.18));\n    }\n\n    .bg-wrap {\n      position: absolute;\n      inset: 0;\n      overflow: hidden;\n      z-index: -3;\n    }\n\n    .bg-image {\n      position: absolute;\n      inset: -4%;\n      background-image: url(\"https:\/\/taqart.ir\/wp-content\/uploads\/2026\/07\/bg.png\");\n      background-size: cover;\n      background-position: center center;\n      transform: scale(1.04);\n      animation: slowZoom 18s ease-in-out infinite alternate;\n      filter: grayscale(100%);\n    }\n\n    .bg-overlay {\n      position: absolute;\n      inset: 0;\n      background:\n        linear-gradient(180deg, rgba(255,255,255,0.52) 0%, rgba(255,255,255,0.20) 38%, rgba(255,255,255,0.42) 100%),\n        linear-gradient(90deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.02) 40%, rgba(0,0,0,0.04) 100%);\n      z-index: 1;\n    }\n\n    .grain {\n      position: absolute;\n      inset: 0;\n      z-index: 2;\n      opacity: 0.08;\n      pointer-events: none;\n      background-image:\n        radial-gradient(circle at 20% 20%, rgba(0,0,0,0.18) 0 0.6px, transparent 0.8px),\n        radial-gradient(circle at 80% 40%, rgba(0,0,0,0.12) 0 0.7px, transparent 0.9px),\n        radial-gradient(circle at 50% 70%, rgba(0,0,0,0.15) 0 0.5px, transparent 0.7px);\n      background-size: 18px 18px, 22px 22px, 16px 16px;\n      animation: grainMove 10s linear infinite;\n    }\n\n    .container {\n      width: min(1180px, calc(100% - 48px));\n      margin: 0 auto;\n    }\n\n    .topbar {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 26px 0 10px;\n    }\n\n    .logo-slot {\n      display: inline-flex;\n      align-items: center;\n      gap: 16px;\n      text-decoration: none;\n      color: inherit;\n    }\n\n    .logo-slot img {\n      height: 64px;\n      width: auto;\n      display: block;\n      object-fit: contain;\n    }\n\n    .lang {\n      font-size: 14px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--text);\n      opacity: 0.88;\n    }\n\n    .hero {\n      display: grid;\n      grid-template-columns: 1.15fr 0.85fr;\n      align-items: end;\n      min-height: calc(100vh - 110px);\n      padding: 24px 0 40px;\n      gap: 36px;\n    }\n\n    .hero-copy {\n      align-self: center;\n      max-width: 700px;\n    }\n\n    .eyebrow {\n      display: inline-block;\n      margin-bottom: 18px;\n      padding: 8px 14px;\n      border: 1px solid var(--line);\n      border-radius: 999px;\n      background: rgba(255,255,255,0.34);\n      backdrop-filter: blur(8px);\n      -webkit-backdrop-filter: blur(8px);\n      font-size: 12px;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: rgba(17,17,17,0.78);\n      animation: fadeUp 1s ease 0.15s both;\n    }\n\n    h1 {\n      margin: 0;\n      font-size: clamp(42px, 7vw, 88px);\n      line-height: 0.98;\n      letter-spacing: -0.04em;\n      font-weight: 300;\n      animation: fadeUp 1s ease 0.3s both;\n    }\n\n    .lead {\n      margin-top: 24px;\n      max-width: 620px;\n      font-size: clamp(16px, 2vw, 21px);\n      line-height: 1.8;\n      color: var(--muted);\n      animation: fadeUp 1s ease 0.48s both;\n    }\n\n    .actions {\n      display: flex;\n      gap: 14px;\n      flex-wrap: wrap;\n      margin-top: 34px;\n      animation: fadeUp 1s ease 0.62s both;\n    }\n\n    .btn {\n      appearance: none;\n      border: none;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 52px;\n      padding: 0 22px;\n      border-radius: 999px;\n      font-size: 14px;\n      letter-spacing: 0.04em;\n      transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;\n      cursor: pointer;\n    }\n\n    .btn-primary {\n      background: var(--gold);\n      color: var(--white);\n      box-shadow: 0 8px 24px rgba(168,138,87,0.22);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 12px 28px rgba(168,138,87,0.28);\n    }\n\n    .btn-secondary {\n      background: rgba(255,255,255,0.42);\n      color: var(--text);\n      border: 1px solid rgba(17,17,17,0.12);\n      backdrop-filter: blur(10px);\n      -webkit-backdrop-filter: blur(10px);\n    }\n\n    .btn-secondary:hover {\n      transform: translateY(-2px);\n      background: rgba(255,255,255,0.62);\n    }\n\n    .info-card {\n      align-self: end;\n      justify-self: end;\n      width: min(420px, 100%);\n      padding: 24px;\n      border-radius: var(--radius);\n      background: var(--card);\n      backdrop-filter: blur(var(--blur));\n      -webkit-backdrop-filter: blur(var(--blur));\n      border: 1px solid rgba(255,255,255,0.45);\n      box-shadow: var(--shadow);\n      animation: fadeUp 1.1s ease 0.75s both, floatSoft 6s ease-in-out infinite;\n    }\n\n    .info-card .label {\n      font-size: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      color: rgba(17,17,17,0.58);\n      margin-bottom: 16px;\n    }\n\n    .info-card p {\n      margin: 0;\n      font-size: 16px;\n      line-height: 1.9;\n      color: rgba(17,17,17,0.78);\n    }\n\n    .bottom-note {\n      display: grid;\n      grid-template-columns: 1fr auto;\n      gap: 20px;\n      align-items: center;\n      padding: 0 0 26px;\n      border-top: 1px solid rgba(17,17,17,0.10);\n      margin-top: 10px;\n    }\n\n    .bottom-note p {\n      margin: 18px 0 0;\n      font-size: 14px;\n      line-height: 1.8;\n      color: rgba(17,17,17,0.70);\n      max-width: 720px;\n    }\n\n    .status {\n      margin-top: 18px;\n      font-size: 13px;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: rgba(17,17,17,0.6);\n      white-space: nowrap;\n    }\n\n    .line-accent {\n      position: absolute;\n      left: 0;\n      right: 0;\n      top: 104px;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, rgba(17,17,17,0.10), transparent);\n      opacity: 0.8;\n    }\n\n    @keyframes slowZoom {\n      0% {\n        transform: scale(1.04) translate3d(0, 0, 0);\n      }\n      100% {\n        transform: scale(1.09) translate3d(-0.4%, -0.6%, 0);\n      }\n    }\n\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(24px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @keyframes floatSoft {\n      0%, 100% {\n        transform: translateY(0px);\n      }\n      50% {\n        transform: translateY(-8px);\n      }\n    }\n\n    @keyframes grainMove {\n      0% {\n        transform: translate(0, 0);\n      }\n      50% {\n        transform: translate(-6px, 4px);\n      }\n      100% {\n        transform: translate(0, 0);\n      }\n    }\n\n    @media (max-width: 980px) {\n      .hero {\n        grid-template-columns: 1fr;\n        align-items: center;\n        padding-top: 12px;\n      }\n\n      .info-card {\n        justify-self: start;\n        margin-top: 8px;\n      }\n\n      .bottom-note {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .container {\n        width: min(100% - 28px, 1180px);\n      }\n\n      .topbar {\n        padding-top: 18px;\n      }\n\n      .logo-slot img {\n        height: 48px;\n      }\n\n      .hero {\n        min-height: calc(100vh - 90px);\n        gap: 24px;\n        padding-bottom: 24px;\n      }\n\n      .lead {\n        line-height: 1.75;\n      }\n\n      .info-card {\n        padding: 18px;\n        border-radius: 18px;\n      }\n\n      .actions {\n        margin-top: 26px;\n      }\n\n      .btn {\n        width: 100%;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .bg-image,\n      .grain,\n      .info-card,\n      .eyebrow,\n      h1,\n      .lead,\n      .actions {\n        animation: none !important;\n      }\n\n      .btn {\n        transition: none;\n      }\n    }\n  <\/style>\n\n\n  <main class=\"page\">\n    <div class=\"bg-wrap\">\n      <div class=\"bg-image\"><\/div>\n      <div class=\"bg-overlay\"><\/div>\n      <div class=\"grain\"><\/div>\n    <\/div>\n\n    <div class=\"line-accent\"><\/div>\n\n    <div class=\"container\">\n      <header class=\"topbar\">\n        <a class=\"logo-slot\" href=\"#\" aria-label=\"TAQ ART\">\n          <!-- \u0644\u0648\u06af\u0648\u06cc \u0636\u0645\u06cc\u0645\u0647 \u0631\u0627 \u0627\u06cc\u0646\u062c\u0627 \u0628\u06af\u0630\u0627\u0631 -->\n          <img decoding=\"async\" src=\"https:\/\/taqart.ir\/wp-content\/uploads\/2026\/07\/logo.png\" alt=\"TAQ ART Logo\">\n        <\/a>\n        <div class=\"lang\">FA<\/div>\n      <\/header>\n\n      <section class=\"hero\">\n        <div class=\"hero-copy\">\n          <div class=\"eyebrow\">Launching Soon<\/div>\n          <h1>Where Thought Becomes Value<\/h1>\n          <p class=\"lead\">\n            TAQ ART is preparing a refined platform for integrated art investment\n            advisory\u2014combining cultural insight, strategic guidance, and a\n            scientific perspective on the economics of art.\n          <\/p>\n\n          <div class=\"actions\">\n            <a href=\"mailto:info@taqart.com\" class=\"btn btn-primary\">Contact Us<\/a>\n            <a href=\"https:\/\/www.instagram.com\/taq.art.magazine\/\" class=\"btn btn-secondary\">Learn More<\/a>\n          <\/div>\n        <\/div>\n\n        <aside class=\"info-card\" id=\"details\">\n          <div class=\"label\">Under Construction<\/div>\n          <p>\n            A unified advisory experience for collectors, investors, and\n            institutions\u2014designed to bridge art, value formation, and\n            long-term strategic thinking.\n          <\/p>\n        <\/aside>\n      <\/section>\n\n      <footer class=\"bottom-note\">\n        <p>\n          We are building a platform shaped by research, clarity, and informed\n          decision-making in the art market.\n        <\/p>\n        <div class=\"status\">Website in Progress<\/div>\n      <\/footer>\n    <\/div>\n  <\/main>\n\n  <script>\n    document.documentElement.classList.add('js');\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    }, { threshold: 0.15 });\n\n    document.querySelectorAll('.hero-copy, .info-card, .bottom-note').forEach(el => {\n      el.style.opacity = \"0\";\n      el.style.transform = \"translateY(24px)\";\n      el.style.transition = \"opacity 0.9s ease, transform 0.9s ease\";\n      observer.observe(el);\n    });\n\n    const card = document.querySelector('.info-card');\n    window.addEventListener('mousemove', (e) => {\n      if (window.innerWidth < 980 || !card) return;\n\n      const x = (e.clientX \/ window.innerWidth - 0.5) * 6;\n      const y = (e.clientY \/ window.innerHeight - 0.5) * 6;\n\n      card.style.transform = `translateY(-2px) rotateX(${(-y) * 0.25}deg) rotateY(${x * 0.25}deg)`;\n    });\n\n    window.addEventListener('mouseleave', () => {\n      if (!card) return;\n      card.style.transform = '';\n    });\n  <\/script>\n","protected":false},"excerpt":{"rendered":"<p>TAQ ART \u2014 Under Construction FA Launching Soon Where Thought Becomes Value TAQ ART is preparing a refined platform for integrated art investment advisory\u2014combining cultural insight, strategic guidance, and a scientific perspective on the economics of art. Contact Us Learn More Under Construction A unified advisory experience for collectors, investors, and institutions\u2014designed to bridge art,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":9,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":true,"_kad_post_footer":true,"_kad_post_classname":"","footnotes":""},"class_list":["post-12","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/taqart.ir\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taqart.ir\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/taqart.ir\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/taqart.ir\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taqart.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":4,"href":"https:\/\/taqart.ir\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":20,"href":"https:\/\/taqart.ir\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/20"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taqart.ir\/index.php?rest_route=\/wp\/v2\/media\/9"}],"wp:attachment":[{"href":"https:\/\/taqart.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}