{"id":197,"date":"2026-02-03T13:37:31","date_gmt":"2026-02-03T13:37:31","guid":{"rendered":"https:\/\/newsite.atenoathens.gr\/?page_id=197"},"modified":"2026-07-13T09:27:06","modified_gmt":"2026-07-13T09:27:06","slug":"home","status":"publish","type":"page","link":"https:\/\/www.atenoathens.gr\/el\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"197\" class=\"elementor elementor-197\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52e2d5d e-con-full ateno-hero-gaya e-flex e-con e-parent\" data-id=\"52e2d5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-dfbc8b3 e-con-full gaya-slide is-active e-flex e-con e-child\" data-id=\"dfbc8b3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c7a90c e-con-full gaya-slide e-flex e-con e-child\" data-id=\"1c7a90c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f1222a3 e-con-full gaya-slide e-flex e-con e-child\" data-id=\"f1222a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24388e6 e-con-full gaya-slide e-flex e-con e-child\" data-id=\"24388e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ee25cf9 e-con-full gaya-slide e-flex e-con e-child\" data-id=\"ee25cf9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45deabf animated-slow elementor-hidden-desktop elementor-hidden-tablet gaya-content e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"45deabf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4378211 elementor-widget elementor-widget-html\" data-id=\"4378211\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.12.5\/dist\/gsap.min.js\"><\/script>\n\n<script>\n(function(){\n  const hero = document.querySelector('.ateno-hero-gaya');\n  if(!hero || !window.gsap) return;\n\n  const slides = Array.from(hero.querySelectorAll('.gaya-slide'));\n  if(slides.length < 2) return;\n\n  let current = slides.findIndex(slide => slide.classList.contains('is-active'));\n  if(current < 0){\n    current = 0;\n    slides[0].classList.add('is-active');\n  }\n\n  const PAN_DURATION  = 5.8;\n  const FADE_DURATION = 1.15;\n  const SWITCH_AFTER  = 4.15;   \/\/ \u03b1\u03bb\u03bb\u03ac\u03b6\u03b5\u03b9 \u03a0\u03a1\u0399\u039d \u03c6\u03c4\u03ac\u03c3\u03b5\u03b9 \u03c4\u03ad\u03c1\u03bc\u03b1 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac\n  const PAN_START     = 2.2;\n  const PAN_END       = -1.6;\n  const SCALE         = 1.055;\n\n  let locked = false;\n  let nextCall = null;\n  let currentPan = null;\n\n  gsap.set(slides, {\n    autoAlpha: 0,\n    xPercent: PAN_START,\n    scale: SCALE,\n    zIndex: 1,\n    force3D: true\n  });\n\n  gsap.set(slides[current], {\n    autoAlpha: 1,\n    xPercent: PAN_START,\n    scale: SCALE,\n    zIndex: 3,\n    force3D: true\n  });\n\n  function scheduleNext(){\n    if(nextCall) nextCall.kill();\n    nextCall = gsap.delayedCall(SWITCH_AFTER, nextSlide);\n  }\n\n  function startPan(slide){\n    gsap.killTweensOf(slide, \"xPercent\");\n\n    gsap.set(slide, {\n      xPercent: PAN_START,\n      scale: SCALE,\n      force3D: true\n    });\n\n    return gsap.to(slide, {\n      xPercent: PAN_END,\n      duration: PAN_DURATION,\n      ease: \"none\",\n      force3D: true\n    });\n  }\n\n  function goTo(next){\n    if(locked || next === current) return;\n    locked = true;\n\n    if(nextCall) nextCall.kill();\n\n    const oldSlide = slides[current];\n    const newSlide = slides[next];\n\n    \/\/ \u039c\u0397\u039d \u03c3\u03ba\u03bf\u03c4\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf pan \u03c4\u03b7\u03c2 \u03c0\u03b1\u03bb\u03b9\u03ac\u03c2 \u03c6\u03c9\u03c4\u03bf.\n    \/\/ \u03a3\u03c5\u03bd\u03b5\u03c7\u03af\u03b6\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03b9\u03bd\u03b5\u03af\u03c4\u03b1\u03b9 \u03cc\u03c3\u03bf \u03c3\u03b2\u03ae\u03bd\u03b5\u03b9.\n    gsap.killTweensOf(newSlide);\n\n    gsap.set(newSlide, {\n      autoAlpha: 0,\n      xPercent: PAN_START,\n      scale: SCALE,\n      zIndex: 4,\n      force3D: true\n    });\n\n    gsap.set(oldSlide, {\n      zIndex: 3,\n      force3D: true\n    });\n\n    const newPan = startPan(newSlide);\n\n    gsap.timeline({\n      defaults:{\n        duration: FADE_DURATION,\n        ease: \"power2.inOut\"\n      },\n      onComplete:function(){\n\n        if(currentPan) currentPan.kill();\n\n        gsap.set(oldSlide, {\n          autoAlpha: 0,\n          xPercent: PAN_START,\n          scale: SCALE,\n          zIndex: 1,\n          force3D: true\n        });\n\n        gsap.set(newSlide, {\n          autoAlpha: 1,\n          zIndex: 3,\n          force3D: true\n        });\n\n        slides.forEach(s => s.classList.remove('is-active'));\n        newSlide.classList.add('is-active');\n\n        current = next;\n        currentPan = newPan;\n        locked = false;\n\n        scheduleNext();\n      }\n    })\n    .to(oldSlide, {\n      autoAlpha: 0\n    }, 0)\n    .to(newSlide, {\n      autoAlpha: 1\n    }, 0);\n  }\n\n  function nextSlide(){\n    goTo((current + 1) % slides.length);\n  }\n\n  function prevSlide(){\n    goTo((current - 1 + slides.length) % slides.length);\n  }\n\n  const nextBtn = hero.querySelector('.ateno-gaya-next');\n  const prevBtn = hero.querySelector('.ateno-gaya-prev');\n\n  if(nextBtn){\n    nextBtn.addEventListener('click', function(e){\n      e.preventDefault();\n      nextSlide();\n    });\n  }\n\n  if(prevBtn){\n    prevBtn.addEventListener('click', function(e){\n      e.preventDefault();\n      prevSlide();\n    });\n  }\n\n  currentPan = startPan(slides[current]);\n  scheduleNext();\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e44e90 e-con-full e-flex e-con e-parent\" data-id=\"5e44e90\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f95098 elementor-widget elementor-widget-spacer\" data-id=\"5f95098\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe7829f elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"fe7829f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Greek Cuisine in the Heart of the City<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5269273 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5269273\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Set within a historic neoclassical building dating back to 1831, at 52 Aiolou Street, Ateno has found its home in the heart of Athens. Here, Chef Nikos Karathanos celebrates Greek cuisine through dishes inspired by the memories, flavours and recipes of Greece,reinterpreted through a contemporary lens.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3f1a51 e-con-full e-flex e-con e-child\" data-id=\"a3f1a51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-302d3c5 e-con-full ateno-gallery e-flex e-con e-child\" data-id=\"302d3c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c965892 e-con-full ateno-gallery-slide is-active e-flex e-con e-child\" data-id=\"c965892\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3b66d42 e-con-full ateno-gallery-slide e-flex e-con e-child\" data-id=\"3b66d42\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb09e7e e-con-full ateno-gallery-slide e-flex e-con e-child\" data-id=\"bb09e7e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-391a57c e-con-full e-flex e-con e-child\" data-id=\"391a57c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be4ff6f elementor-widget elementor-widget-html\" data-id=\"be4ff6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function(){\r\n  const galleries = document.querySelectorAll('.ateno-gallery');\r\n  if(!galleries.length) return;\r\n\r\n  const isMobile = window.matchMedia('(max-width:768px), (hover:none), (pointer:coarse)').matches;\r\n  const AUTO_DELAY = 4200;\r\n\r\n  let cursor = document.getElementById('atenoGalleryCursor');\r\n\r\n  if(!cursor && !isMobile){\r\n    cursor = document.createElement('div');\r\n    cursor.id = 'atenoGalleryCursor';\r\n    cursor.innerHTML = `\r\n      <svg viewBox=\"0 0 24 24\" fill=\"none\">\r\n        <path d=\"M9 6l6 6-6 6\"><\/path>\r\n      <\/svg>\r\n    `;\r\n    document.body.appendChild(cursor);\r\n  }\r\n\r\n  let tx = 0, ty = 0, cx = 0, cy = 0;\r\n\r\n  function animateCursor(){\r\n    if(!cursor) return;\r\n    cx += (tx - cx) * 0.35;\r\n    cy += (ty - cy) * 0.35;\r\n    cursor.style.left = cx + 'px';\r\n    cursor.style.top = cy + 'px';\r\n    requestAnimationFrame(animateCursor);\r\n  }\r\n\r\n  if(cursor) requestAnimationFrame(animateCursor);\r\n\r\n  window.addEventListener('mousemove', function(e){\r\n    tx = e.clientX;\r\n    ty = e.clientY;\r\n  }, { passive:true });\r\n\r\n  galleries.forEach(function(gallery){\r\n    const slides = Array.from(gallery.querySelectorAll('.ateno-gallery-slide'));\r\n    if(slides.length < 2) return;\r\n\r\n    let current = slides.findIndex(s => s.classList.contains('is-active'));\r\n    if(current < 0){\r\n      current = 0;\r\n      slides[0].classList.add('is-active');\r\n    }\r\n\r\n    let timer = null;\r\n\r\n    function next(){\r\n      slides[current].classList.remove('is-active');\r\n      current = (current + 1) % slides.length;\r\n      slides[current].classList.add('is-active');\r\n    }\r\n\r\n    function startAuto(){\r\n      stopAuto();\r\n      timer = setInterval(next, AUTO_DELAY);\r\n    }\r\n\r\n    function stopAuto(){\r\n      if(timer){\r\n        clearInterval(timer);\r\n        timer = null;\r\n      }\r\n    }\r\n\r\n    gallery.addEventListener('click', function(){\r\n      next();\r\n      startAuto();\r\n    });\r\n\r\n    gallery.addEventListener('mouseenter', function(){\r\n      stopAuto();\r\n      if(!isMobile && cursor){\r\n        cursor.classList.add('is-on');\r\n      }\r\n    });\r\n\r\n    gallery.addEventListener('mouseleave', function(){\r\n      startAuto();\r\n      if(!isMobile && cursor){\r\n        cursor.classList.remove('is-on');\r\n      }\r\n    });\r\n\r\n    startAuto();\r\n  });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e273ad9 e-con-full e-flex e-con e-child\" data-id=\"e273ad9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b595c8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1b595c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Team<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b795e89 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b795e89\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAteno is the result of many, many conversations between Nikos Karathanos, Spiros, and Vaggelis Liakos. Together, they set out to create a space where flavours and ingredients rooted in the Greek collective memory could come back into focus, reimagined through new combinations and techniques.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a83742 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"9a83742\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0ead60 elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e0ead60\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Flavours<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-79ecf13 e-con-full e-flex e-con e-child\" data-id=\"79ecf13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-19359d9 e-con-full ateno-snap-carousel e-flex e-con e-child\" data-id=\"19359d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0dee53d e-con-full slide-big e-flex e-con e-child\" data-id=\"0dee53d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1aa7317 e-con-full slide-big e-flex e-con e-child\" data-id=\"1aa7317\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68634ee e-con-full slide-big e-flex e-con e-child\" data-id=\"68634ee\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0829fe7 e-con-full slide-big e-flex e-con e-child\" data-id=\"0829fe7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a42c25d e-con-full slide-big e-flex e-con e-child\" data-id=\"a42c25d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ef4933 e-con-full slide-big e-flex e-con e-child\" data-id=\"0ef4933\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-282c693 e-con-full slide-big e-flex e-con e-child\" data-id=\"282c693\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c6c253 e-con-full slide-big e-flex e-con e-child\" data-id=\"6c6c253\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05c73e0 elementor-widget elementor-widget-html\" data-id=\"05c73e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n(function(){\n  const carousel = document.querySelector('.ateno-snap-carousel');\n  if(!carousel) return;\n\n  const GAP = 28;\n  const THRESHOLD = 0.60;\n\n  \/* cursor *\/\n  let cursor = document.getElementById('atenoCursor');\n  if(!cursor){\n    cursor = document.createElement('div');\n    cursor.id = 'atenoCursor';\n    cursor.innerHTML = `\n      <svg viewBox=\"0 0 24 24\" fill=\"none\">\n        <path d=\"M9 6l6 6-6 6\"><\/path>\n      <\/svg>\n    `;\n    document.body.appendChild(cursor);\n  }\n\n  let raf = null, mx = 0, my = 0;\n\n  function getDir(e){\n    const rect = carousel.getBoundingClientRect();\n    const x = e.clientX - rect.left;\n    return x < rect.width * THRESHOLD ? 'left' : 'right';\n  }\n\n  function move(e){\n    mx = e.clientX;\n    my = e.clientY;\n\n    const dir = getDir(e);\n\n    cursor.classList.toggle('is-left', dir === 'left');\n    cursor.classList.toggle('is-right', dir === 'right');\n\n    if(!raf){\n      raf = requestAnimationFrame(()=>{\n        cursor.style.left = mx + 'px';\n        cursor.style.top  = my + 'px';\n        raf = null;\n      });\n    }\n  }\n\n  carousel.addEventListener('mouseenter', (e)=>{\n    cursor.classList.add('is-visible');\n    move(e);\n  });\n\n  carousel.addEventListener('mouseleave', ()=>{\n    cursor.classList.remove('is-visible');\n  });\n\n  carousel.addEventListener('mousemove', move);\n\n  \/* ===== LOOP: \u039c\u039f\u039d\u039f AFTER CLONES ===== *\/\n  const slides = Array.from(carousel.children);\n  if(slides.length < 2) return;\n\n  const after = slides.map(s => s.cloneNode(true));\n  after.forEach(s => carousel.appendChild(s));\n\n  let originalWidth = 0;\n  slides.forEach(s => originalWidth += s.offsetWidth + GAP);\n\n  carousel.scrollLeft = 0;\n\n  let isJumping = false;\n\n  carousel.addEventListener('scroll', ()=>{\n    if(isJumping) return;\n\n    if(carousel.scrollLeft >= originalWidth){\n      isJumping = true;\n      carousel.scrollLeft = carousel.scrollLeft - originalWidth;\n      requestAnimationFrame(()=>{\n        isJumping = false;\n      });\n    }\n  });\n\n  function stepSize(){\n    return slides[0].offsetWidth + GAP;\n  }\n\n  carousel.addEventListener('click', (e)=>{\n    const dir = getDir(e);\n\n    if(dir === 'right'){\n      carousel.scrollBy({\n        left: stepSize(),\n        behavior:'smooth'\n      });\n    }else{\n      \/* \u03cc\u03c4\u03b1\u03bd \u03b5\u03af\u03bc\u03b1\u03c3\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03ae \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c4\u03ac\u03bc\u03b5 \u03b1\u03c1\u03b9\u03c3\u03c4\u03b5\u03c1\u03ac, \u03c0\u03ac\u03bc\u03b5 \u03c3\u03c4\u03bf \u03c4\u03ad\u03bb\u03bf\u03c2 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03ce\u03c4\u03bf\u03c5 \u03ba\u03cd\u03ba\u03bb\u03bf\u03c5 *\/\n      if(carousel.scrollLeft <= 5){\n        carousel.scrollLeft = originalWidth;\n      }\n\n      carousel.scrollBy({\n        left: -stepSize(),\n        behavior:'smooth'\n      });\n    }\n  });\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ddd53b e-con-full e-flex e-con e-child\" data-id=\"5ddd53b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdab82a elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"fdab82a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At Ateno, tradition and exceptional ingredients are at the heart of everything we do. That is where every dish begins. First comes the flavour we want to bring back to the table. Then, the ingredient that can express it at its very best. Finally, it is shaped through the creative vision of Chef Nikos Karathanos.<\/p><p>For us, contemporary Greek cuisine is not about moving away from tradition; it is tradition, shaped by time. The flavours and recipes remain the same, while the tools, techniques and knowledge continue to evolve. This allows us to tell familiar stories in new ways, preserving their essence while giving them a new expression.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7601d92 elementor-widget elementor-widget-button\" data-id=\"7601d92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/2026\/07\/Ateno-Menu-A4-21x197cm-Apr-26-Draft_021-for-Web-2.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">MENU<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12307ff e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"12307ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e88f6d0 e-con-full e-flex e-con e-child\" data-id=\"e88f6d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33051bb elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"33051bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Flavours<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72a97e7 e-con-full e-flex e-con e-child\" data-id=\"72a97e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c0da20 elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"0c0da20\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;8f1d09e&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;d72e887&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;f00310a&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;bf4fde3&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;970450c&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;6bfc5eb&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;baa37df&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;50d1fa1&quot;}],&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b935d4 e-flex e-con-boxed e-con e-child\" data-id=\"7b935d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cae4e5c elementor-widget elementor-widget-image\" data-id=\"cae4e5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/Aapra062-scaled-rph6ii5ntqyzo8c464aoourxg5byborztwzx7drxww.jpg\" title=\"Aapra062\" alt=\"Aapra062\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-17a3b49 e-flex e-con-boxed e-con e-child\" data-id=\"17a3b49\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7087e20 elementor-widget elementor-widget-image\" data-id=\"7087e20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/Aapra064-scaled-rph6insoyr6plw3x96qg3tcp0gk5lveduowu31jkvk.jpg\" title=\"Aapra064\" alt=\"Aapra064\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-736097e e-flex e-con-boxed e-con e-child\" data-id=\"736097e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4917cdd elementor-widget elementor-widget-image\" data-id=\"4917cdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/Aapra085-scaled-rph6itfq3refjjvqc967irxgkrscw20rvgtqypb7u8.jpg\" title=\"Aapra085\" alt=\"Aapra085\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5afacbe e-flex e-con-boxed e-con e-child\" data-id=\"5afacbe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-677b161 elementor-widget elementor-widget-image\" data-id=\"677b161\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/Aapra090-scaled-rph6iy4x1xkv5lowkt7cd8qrjp56yjjfk436d348z4.jpg\" title=\"Aapra090\" alt=\"Aapra090\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a603d2e e-flex e-con-boxed e-con e-child\" data-id=\"a603d2e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01b6965 elementor-widget elementor-widget-image\" data-id=\"01b6965\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/Aapra103-scaled-rph6j4psdrtvevfcie1qcp2zpe8rgf9jx0nkq0uhrk.jpg\" title=\"Aapra103\" alt=\"Aapra103\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"6\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d0436d1 e-flex e-con-boxed e-con e-child\" data-id=\"d0436d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2ef139 elementor-widget elementor-widget-image\" data-id=\"c2ef139\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/Aapra106-scaled-rph6jgxoumallsxlj1bvr3zzfekj8hm2ap4vymcdio.jpg\" title=\"Aapra106\" alt=\"Aapra106\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"7\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d4976a4 e-flex e-con-boxed e-con e-child\" data-id=\"d4976a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e232b2f elementor-widget elementor-widget-image\" data-id=\"e232b2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/NEW-A-J26-066-scaled-rpyo1tzfp1cysyl58yu9mcccz2o4utmcqz7jc4msfk.jpg\" title=\"Horizontal photo \u2013 19\" alt=\"Horizontal photo - 19\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"8\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 8\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3a19aba e-flex e-con-boxed e-con e-child\" data-id=\"3a19aba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa99983 elementor-widget elementor-widget-image\" data-id=\"fa99983\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/elementor\/thumbs\/NEW-A-J26-074-scaled-rpyo21i57pn9dua8123a6ag1q5n2keg7g0ff6cbn1s.jpg\" title=\"Horizontal photo \u2013 22\" alt=\"Horizontal photo - 22\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59f5295 e-con-full e-flex e-con e-child\" data-id=\"59f5295\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4096bfb elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4096bfb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>At Ateno, tradition and exceptional ingredients are at the heart of everything we do. That is where every dish begins. First comes the flavour we want to bring back to the table. Then, the ingredient that can express it at its very best. Finally, it is shaped through the creative vision of Chef Nikos Karathanos.<\/p><p>For us, contemporary Greek cuisine is not about moving away from tradition; it is tradition, shaped by time. The flavours and recipes remain the same, while the tools, techniques and knowledge continue to evolve. This allows us to tell familiar stories in new ways, preserving their essence while giving them a new expression.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0115feb elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"0115feb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.atenoathens.gr\/wp-content\/uploads\/2026\/07\/Ateno-Menu-A4-21x197cm-Apr-26-Draft_021-for-Web-2.pdf\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">MENU<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a3d790 e-con-full e-flex e-con e-parent\" data-id=\"9a3d790\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8c94350 ateno-gallery e-flex e-con-boxed e-con e-child\" data-id=\"8c94350\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5442d97 e-con-full ateno-gallery-slide e-flex e-con e-child\" data-id=\"5442d97\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c2d6de3 e-con-full ateno-gallery-slide e-flex e-con e-child\" data-id=\"c2d6de3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6c3703 e-con-full e-flex e-con e-child\" data-id=\"d6c3703\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-480ddde elementor-widget elementor-widget-html\" data-id=\"480ddde\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function(){\r\n  const galleries = document.querySelectorAll('.ateno-gallery');\r\n  if(!galleries.length) return;\r\n\r\n  const isMobile = window.matchMedia('(max-width:768px), (hover:none), (pointer:coarse)').matches;\r\n  const AUTO_DELAY = 4200;\r\n\r\n  let cursor = document.getElementById('atenoGalleryCursor');\r\n\r\n  if(!cursor && !isMobile){\r\n    cursor = document.createElement('div');\r\n    cursor.id = 'atenoGalleryCursor';\r\n    cursor.innerHTML = `\r\n      <svg viewBox=\"0 0 24 24\" fill=\"none\">\r\n        <path d=\"M9 6l6 6-6 6\"><\/path>\r\n      <\/svg>\r\n    `;\r\n    document.body.appendChild(cursor);\r\n  }\r\n\r\n  let tx = 0, ty = 0, cx = 0, cy = 0;\r\n\r\n  function animateCursor(){\r\n    if(!cursor) return;\r\n    cx += (tx - cx) * 0.35;\r\n    cy += (ty - cy) * 0.35;\r\n    cursor.style.left = cx + 'px';\r\n    cursor.style.top = cy + 'px';\r\n    requestAnimationFrame(animateCursor);\r\n  }\r\n\r\n  if(cursor) requestAnimationFrame(animateCursor);\r\n\r\n  window.addEventListener('mousemove', function(e){\r\n    tx = e.clientX;\r\n    ty = e.clientY;\r\n  }, { passive:true });\r\n\r\n  galleries.forEach(function(gallery){\r\n    const slides = Array.from(gallery.querySelectorAll('.ateno-gallery-slide'));\r\n    if(slides.length < 2) return;\r\n\r\n    let current = slides.findIndex(s => s.classList.contains('is-active'));\r\n    if(current < 0){\r\n      current = 0;\r\n      slides[0].classList.add('is-active');\r\n    }\r\n\r\n    let timer = null;\r\n\r\n    function next(){\r\n      slides[current].classList.remove('is-active');\r\n      current = (current + 1) % slides.length;\r\n      slides[current].classList.add('is-active');\r\n    }\r\n\r\n    function startAuto(){\r\n      stopAuto();\r\n      timer = setInterval(next, AUTO_DELAY);\r\n    }\r\n\r\n    function stopAuto(){\r\n      if(timer){\r\n        clearInterval(timer);\r\n        timer = null;\r\n      }\r\n    }\r\n\r\n    gallery.addEventListener('click', function(){\r\n      next();\r\n      startAuto();\r\n    });\r\n\r\n    gallery.addEventListener('mouseenter', function(){\r\n      stopAuto();\r\n      if(!isMobile && cursor){\r\n        cursor.classList.add('is-on');\r\n      }\r\n    });\r\n\r\n    gallery.addEventListener('mouseleave', function(){\r\n      startAuto();\r\n      if(!isMobile && cursor){\r\n        cursor.classList.remove('is-on');\r\n      }\r\n    });\r\n\r\n    startAuto();\r\n  });\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77e40c9 e-flex e-con-boxed e-con e-child\" data-id=\"77e40c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04d3ff9 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"04d3ff9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Craft<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d6f39bf elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"d6f39bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Cooking is far more than the execution of a recipe. It is the daily work, the discipline, and the devotion to a vision that shape the culinary identity of a restaurant. At Ateno, we are not only interested in cooking Greek cuisine; we are interested in understanding it. In discovering what allows a flavour to endure through time and become part of our culinary heritage. Only then can we evolve it without losing its essence.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40a348f e-con-full e-flex e-con e-parent\" data-id=\"40a348f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99b3441 elementor-widget__width-initial animated-slow elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"99b3441\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Neoclassical Gem<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4be0103 ateno-stack-carousel e-flex e-con-boxed e-con e-child\" data-id=\"4be0103\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3ed809d e-con-full ateno-item item-1 e-flex e-con e-child\" data-id=\"3ed809d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e20aea e-con-full ateno-item item-2 e-flex e-con e-child\" data-id=\"2e20aea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68d2ad6 e-con-full ateno-item item-3 e-flex e-con e-child\" data-id=\"68d2ad6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cd9fbdb elementor-widget elementor-widget-html\" data-id=\"cd9fbdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function(){\r\n  const carousel = document.querySelector('.ateno-stack-carousel');\r\n  if(!carousel) return;\r\n\r\n  const items = Array.from(carousel.querySelectorAll('.ateno-item'));\r\n  const total = items.length;\r\n\r\n  \/* ======================\r\n     PROGRESS LINE UI\r\n  ====================== *\/\r\n  \/\/ \u03b1\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 (\u03b1\u03c0\u03cc \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf load), \u03bc\u03b7\u03bd \u03c4\u03bf \u03be\u03b1\u03bd\u03b1\u03b2\u03ac\u03b6\u03b5\u03b9\u03c2\r\n  let line = carousel.querySelector('.ateno-progress-line');\r\n  if(!line){\r\n    line = document.createElement('div');\r\n    line.className = 'ateno-progress-line';\r\n    line.innerHTML = `<span class=\"fill\"><\/span><span class=\"thumb\"><\/span>`;\r\n    carousel.appendChild(line);\r\n  }\r\n  const fill = line.querySelector('.fill');\r\n  const thumb = line.querySelector('.thumb');\r\n\r\n  let index = 0; \/\/ 0..total-1\r\n\r\n  function updateProgress(){\r\n    const step = (index + 1) \/ total;          \/\/ 0.2..1\r\n    const pct = Math.max(0.06, step) * 100;    \/\/ min \u03ce\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c6\u03b1\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c0\u03ac\u03bd\u03c4\u03b1\r\n    fill.style.height = pct + '%';\r\n    thumb.style.bottom = `calc(${pct}% - 5px)`;\r\n  }\r\n  updateProgress();\r\n\r\n  \/* ======================\r\n     ROTATION\r\n  ====================== *\/\r\n  function rotate(){\r\n    items.forEach(item => {\r\n      const cls = [...item.classList].find(c => c.startsWith('item-'));\r\n      if(!cls) return;\r\n\r\n      let num = parseInt(cls.split('-')[1], 10);\r\n      let next = num - 1;\r\n      if(next < 1) next = total;\r\n\r\n      item.classList.remove(cls);\r\n      item.classList.add('item-' + next);\r\n    });\r\n\r\n    index = (index + 1) % total;\r\n    updateProgress();\r\n  }\r\n\r\n  carousel.addEventListener('click', rotate);\r\n\r\n  \/* ======================\r\n     CURSOR + DOTS (DESKTOP ONLY)\r\n  ====================== *\/\r\n  if(window.matchMedia('(max-width: 768px)').matches) return;\r\n\r\n  \/\/ create dots (if not already)\r\n  let dotBig = document.getElementById('atenoDotBig');\r\n  let dotSmall = document.getElementById('atenoDotSmall');\r\n  let cursor = document.getElementById('atenoCursor');\r\n\r\n  if(!dotBig){\r\n    dotBig = document.createElement('div');\r\n    dotBig.id = 'atenoDotBig';\r\n    document.body.appendChild(dotBig);\r\n  }\r\n  if(!dotSmall){\r\n    dotSmall = document.createElement('div');\r\n    dotSmall.id = 'atenoDotSmall';\r\n    document.body.appendChild(dotSmall);\r\n  }\r\n  if(!cursor){\r\n    cursor = document.createElement('div');\r\n    cursor.id = 'atenoCursor';\r\n    cursor.innerHTML = `\r\n      <svg viewBox=\"0 0 24 24\" fill=\"none\">\r\n        <path d=\"M9 6l6 6-6 6\"><\/path>\r\n      <\/svg>\r\n    `;\r\n    document.body.appendChild(cursor);\r\n  }\r\n\r\n  let tx=0, ty=0, bx=0, by=0, sx=0, sy=0, cx=0, cy=0;\r\n\r\n  function animate(){\r\n    bx += (tx - bx) * 0.12;\r\n    by += (ty - by) * 0.12;\r\n    sx += (tx - sx) * 0.22;\r\n    sy += (ty - sy) * 0.22;\r\n    cx += (tx - cx) * 0.35;\r\n    cy += (ty - cy) * 0.35;\r\n\r\n    dotBig.style.left = bx + 'px';\r\n    dotBig.style.top  = by + 'px';\r\n    dotSmall.style.left = sx + 'px';\r\n    dotSmall.style.top  = sy + 'px';\r\n    cursor.style.left = cx + 'px';\r\n    cursor.style.top  = cy + 'px';\r\n\r\n    requestAnimationFrame(animate);\r\n  }\r\n  requestAnimationFrame(animate);\r\n\r\n  window.addEventListener('mousemove', e=>{\r\n    tx = e.clientX;\r\n    ty = e.clientY;\r\n  }, { passive:true });\r\n\r\n  carousel.addEventListener('mouseenter', ()=>{\r\n    document.body.classList.add('ateno-on-carousel');\r\n    cursor.classList.add('is-on');\r\n  });\r\n\r\n  carousel.addEventListener('mouseleave', ()=>{\r\n    document.body.classList.remove('ateno-on-carousel');\r\n    cursor.classList.remove('is-on');\r\n  });\r\n\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Greek Cuisine in the Heart of the City Set within a historic neoclassical building dating back to 1831, at 52 Aiolou Street, Ateno has found its home in the heart of Athens. Here, Chef Nikos Karathanos celebrates Greek cuisine through dishes inspired by the memories, flavours and recipes of Greece,reinterpreted through a contemporary lens. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-197","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/pages\/197","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/comments?post=197"}],"version-history":[{"count":514,"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/pages\/197\/revisions"}],"predecessor-version":[{"id":1406,"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/pages\/197\/revisions\/1406"}],"wp:attachment":[{"href":"https:\/\/www.atenoathens.gr\/el\/wp-json\/wp\/v2\/media?parent=197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}