{"id":1686,"date":"2020-07-09T15:22:19","date_gmt":"2020-07-09T13:22:19","guid":{"rendered":"http:\/\/www.lavatoiobistrot.it\/?page_id=1686"},"modified":"2026-07-31T11:38:24","modified_gmt":"2026-07-31T09:38:24","slug":"regala","status":"publish","type":"page","link":"https:\/\/www.lavatoiobistrot.it\/nl\/regala\/","title":{"rendered":"REGALA IL LAVATOIO"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Regala il Lavatoio \u00b7 Un&#8217;esperienza da portare via<\/title>\n<meta name=\"description\" content=\"Regalare una serata al Lavatoio Bistrot significa regalare qualcosa che resta. Un buono regalo per una cena nel giardino di Santarcangelo di Romagna.\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&#038;family=Jost:wght@200;300;400;500&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  :root {\n    --terra:  #9E4B27;\n    --ambra:  #C8894A;\n    --fumo:   #3A2E26;\n    --avorio: #F5EFE4;\n    --latte:  #FBF7F0;\n    --salvia: #7A8C70;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--latte);\n    color: var(--fumo);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    position: relative;\n    height: 100vh;\n    min-height: 600px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    background: var(--fumo);\n  }\n\n  .hero-img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0.55;\n  }\n\n  .hero-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      to bottom,\n      rgba(58,46,38,0.2) 0%,\n      rgba(58,46,38,0.5) 60%,\n      rgba(58,46,38,0.85) 100%\n    );\n  }\n\n  .hero-content {\n    position: relative;\n    z-index: 2;\n    text-align: center;\n    padding: 0 24px;\n    max-width: 740px;\n  }\n\n  .hero-eyebrow {\n    font-family: 'Jost', sans-serif;\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--ambra);\n    margin-bottom: 24px;\n  }\n\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(48px, 8vw, 88px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--avorio);\n    line-height: 1.05;\n    margin-bottom: 28px;\n  }\n\n  .hero-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: 300;\n    color: rgba(245,239,228,0.8);\n    line-height: 1.6;\n    margin-bottom: 48px;\n  }\n\n  .btn {\n    display: inline-block;\n    background: var(--terra);\n    color: var(--avorio);\n    font-family: 'Jost', sans-serif;\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    text-decoration: none;\n    padding: 18px 44px;\n    transition: background 0.3s ease, letter-spacing 0.3s ease;\n  }\n  .btn:hover {\n    background: var(--fumo);\n    letter-spacing: 4px;\n  }\n\n  .btn-outline {\n    background: transparent;\n    border: 1px solid rgba(245,239,228,0.5);\n    color: var(--avorio);\n  }\n  .btn-outline:hover {\n    background: rgba(245,239,228,0.1);\n  }\n\n  \/* \u2500\u2500 SCROLL INDICATOR \u2500\u2500 *\/\n  .scroll-hint {\n    position: absolute;\n    bottom: 36px;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 2;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    opacity: 0.5;\n  }\n  .scroll-hint span {\n    font-family: 'Jost', sans-serif;\n    font-size: 9px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--avorio);\n  }\n  .scroll-line {\n    width: 1px;\n    height: 40px;\n    background: var(--avorio);\n    animation: scrollDrop 2s ease-in-out infinite;\n  }\n  @keyframes scrollDrop {\n    0%, 100% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; }\n    50% { opacity: 1; transform: scaleY(1); transform-origin: top; }\n  }\n\n  \/* \u2500\u2500 SEZIONI \u2500\u2500 *\/\n  section { padding: 100px 24px; }\n\n  .container {\n    max-width: 880px;\n    margin: 0 auto;\n  }\n\n  .container-wide {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  \/* \u2500\u2500 DIVISORE \u2500\u2500 *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .divider::before,\n  .divider::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--ambra);\n    opacity: 0.4;\n  }\n  .divider-label {\n    font-family: 'Jost', sans-serif;\n    font-size: 10px;\n    font-weight: 400;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--ambra);\n  }\n\n  \/* \u2500\u2500 SEZIONE NARRATIVA \u2500\u2500 *\/\n  .section-narrative {\n    background: var(--latte);\n    text-align: center;\n  }\n\n  .narrative-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.7;\n    color: var(--fumo);\n    margin-bottom: 32px;\n  }\n\n  .narrative-body {\n    font-family: 'Jost', sans-serif;\n    font-size: 16px;\n    font-weight: 300;\n    line-height: 1.9;\n    color: var(--fumo);\n    opacity: 0.85;\n    max-width: 640px;\n    margin: 0 auto 48px;\n  }\n\n  \/* \u2500\u2500 SEZIONE COME FUNZIONA \u2500\u2500 *\/\n  .section-steps {\n    background: var(--fumo);\n    color: var(--avorio);\n  }\n\n  .steps-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(30px, 4vw, 46px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--avorio);\n    text-align: center;\n    margin-bottom: 64px;\n  }\n\n  .steps-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 48px;\n  }\n\n  @media (max-width: 680px) {\n    .steps-grid { grid-template-columns: 1fr; gap: 40px; }\n  }\n\n  .step {\n    text-align: center;\n    opacity: 0;\n    transform: translateY(24px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n  .step.visible { opacity: 1; transform: translateY(0); }\n  .step:nth-child(2) { transition-delay: 0.15s; }\n  .step:nth-child(3) { transition-delay: 0.3s; }\n\n  .step-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 64px;\n    font-weight: 300;\n    color: var(--ambra);\n    opacity: 0.4;\n    line-height: 1;\n    margin-bottom: 16px;\n  }\n\n  .step-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 400;\n    font-style: italic;\n    color: var(--avorio);\n    margin-bottom: 12px;\n  }\n\n  .step-text {\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    font-weight: 300;\n    color: rgba(245,239,228,0.65);\n    line-height: 1.8;\n  }\n\n  \/* \u2500\u2500 SEZIONE IMMAGINI ATMOSFERA \u2500\u2500 *\/\n  .section-atmosphere {\n    background: var(--avorio);\n    padding: 0;\n  }\n\n  .atmosphere-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 600px;\n  }\n\n  @media (max-width: 680px) {\n    .atmosphere-grid { grid-template-columns: 1fr; min-height: auto; }\n  }\n\n  .atmosphere-img-wrap {\n    overflow: hidden;\n  }\n\n  .atmosphere-img-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transform: scale(1.03);\n    transition: transform 7s ease;\n  }\n\n  .atmosphere-img-wrap:hover img { transform: scale(1); }\n\n  .atmosphere-text-wrap {\n    background: var(--terra);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 64px 48px;\n  }\n\n  @media (max-width: 680px) {\n    .atmosphere-text-wrap { padding: 64px 32px; min-height: 360px; }\n  }\n\n  .atmosphere-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(24px, 3.5vw, 38px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--avorio);\n    line-height: 1.5;\n    text-align: left;\n  }\n\n  .atmosphere-quote cite {\n    display: block;\n    font-family: 'Jost', sans-serif;\n    font-size: 10px;\n    font-weight: 400;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: rgba(245,239,228,0.55);\n    margin-top: 28px;\n    font-style: normal;\n  }\n\n  \/* \u2500\u2500 SEZIONE CTA FINALE \u2500\u2500 *\/\n  .section-cta {\n    background: var(--latte);\n    text-align: center;\n  }\n\n  .cta-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 5vw, 56px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--fumo);\n    margin-bottom: 20px;\n    line-height: 1.2;\n  }\n\n  .cta-sub {\n    font-family: 'Jost', sans-serif;\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--fumo);\n    opacity: 0.6;\n    letter-spacing: 1px;\n    margin-bottom: 48px;\n  }\n\n  .cta-note {\n    margin-top: 24px;\n    font-family: 'Jost', sans-serif;\n    font-size: 12px;\n    font-weight: 300;\n    color: var(--fumo);\n    opacity: 0.45;\n    letter-spacing: 0.5px;\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .page-footer {\n    background: var(--fumo);\n    padding: 60px 24px;\n    text-align: center;\n  }\n\n  .footer-logo {\n    width: 90px;\n    opacity: 0.35;\n    filter: brightness(10);\n    margin-bottom: 28px;\n  }\n\n  .footer-links {\n    display: flex;\n    justify-content: center;\n    gap: 32px;\n    flex-wrap: wrap;\n    margin-bottom: 32px;\n  }\n\n  .footer-links a {\n    font-family: 'Jost', sans-serif;\n    font-size: 10px;\n    font-weight: 400;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: rgba(245,239,228,0.4);\n    text-decoration: none;\n    transition: color 0.3s;\n  }\n  .footer-links a:hover { color: var(--avorio); }\n\n  .footer-claim {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 14px;\n    font-style: italic;\n    font-weight: 300;\n    color: rgba(245,239,228,0.3);\n    letter-spacing: 1px;\n  }\n\n  \/* \u2500\u2500 REVEAL \u2500\u2500 *\/\n  .lav-reveal {\n    opacity: 0;\n    transform: translateY(28px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n  .lav-reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n  .lav-reveal.delay-1 { transition-delay: 0.1s; }\n  .lav-reveal.delay-2 { transition-delay: 0.2s; }\n  .lav-reveal.delay-3 { transition-delay: 0.35s; }\n\n  \/* \u2500\u2500 GIFT BADGE \u2500\u2500 *\/\n  .gift-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: rgba(200,137,74,0.12);\n    border: 1px solid rgba(200,137,74,0.3);\n    padding: 10px 24px;\n    margin-bottom: 48px;\n  }\n  .gift-badge span {\n    font-family: 'Jost', sans-serif;\n    font-size: 10px;\n    font-weight: 400;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--ambra);\n  }\n  .gift-badge svg {\n    width: 14px;\n    height: 14px;\n    fill: var(--ambra);\n    opacity: 0.7;\n  }\n\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2500\u2500 HERO \u2500\u2500 -->\n<section class=\"hero\">\n  <img decoding=\"async\"\n    class=\"hero-img\"\n    src=\"https:\/\/www.lavatoiobistrot.it\/wp-content\/uploads\/2023\/06\/20-e1685646073564.jpg\"\n    alt=\"Giardino del Lavatoio Bistrot\"\n  >\n  <div class=\"hero-overlay\"><\/div>\n\n  <div class=\"hero-content\">\n    <p class=\"hero-eyebrow\">Lavatoio Bistrot \u00b7 Santarcangelo di Romagna<\/p>\n    <h1 class=\"hero-title\">Regala<br>il Lavatoio.<\/h1>\n    <p class=\"hero-subtitle\">\n      Ci sono regali che finiscono in un cassetto.<br>\n      E ci sono serate che restano.\n    <\/p>\n    <a href=\"https:\/\/app.resmio.com\/lavatoio-bistrot\/vouchers\" class=\"btn btn-outline\" target=\"_blank\" rel=\"noopener\">\n      Scegli il buono regalo\n    <\/a>\n  <\/div>\n\n  <div class=\"scroll-hint\">\n    <div class=\"scroll-line\"><\/div>\n    <span>Ontdek<\/span>\n  <\/div>\n<\/section>\n\n\n<!-- \u2500\u2500 SEZIONE NARRATIVA \u2500\u2500 -->\n<section class=\"section-narrative\">\n  <div class=\"container\">\n    <div class=\"divider lav-reveal\">\n      <span class=\"divider-label\">Il regalo<\/span>\n    <\/div>\n\n    <p class=\"narrative-text lav-reveal delay-1\">\n      Regalare una serata al Lavatoio<br>\n      \u00e8 regalare qualcosa che non si compra due volte.\n    <\/p>\n\n    <p class=\"narrative-body lav-reveal delay-2\">\n      Un compleanno, un anniversario, un &#8220;ti penso&#8221; detto nel modo giusto.\n      Il buono regalo del Lavatoio \u00e8 una gift card digitale \u2014 scegli il valore,\n      la generi in autonomia, la mandi a chi vuoi bene.\n      Chi la riceve decide quando usarla, a tavola sua.\n    <\/p>\n\n    <div class=\"lav-reveal delay-3\">\n      <a href=\"https:\/\/app.resmio.com\/lavatoio-bistrot\/vouchers\" class=\"btn\" target=\"_blank\" rel=\"noopener\">\n        Crea il buono regalo\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- \u2500\u2500 COME FUNZIONA \u2500\u2500 -->\n<section class=\"section-steps\">\n  <div class=\"container\">\n    <h2 class=\"steps-title lav-reveal\">Come funziona<\/h2>\n\n    <div class=\"steps-grid\">\n      <div class=\"step\">\n        <div class=\"step-number\">01<\/div>\n        <h3 class=\"step-title\">Scegli il valore<\/h3>\n        <p class=\"step-text\">\n          Decidi a quanto vuole ammontare il regalo. Puoi scegliere liberamente: il buono vale per tutto ci\u00f2 che \u00e8 in carta.\n        <\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-number\">02<\/div>\n        <h3 class=\"step-title\">Generi la gift card<\/h3>\n        <p class=\"step-text\">\n          In pochi minuti, in totale autonomia. Ricevi una gift card digitale con un codice univoco, pronta da inviare.\n        <\/p>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step-number\">03<\/div>\n        <h3 class=\"step-title\">Chi riceve sceglie quando<\/h3>\n        <p class=\"step-text\">\n          Prenota una serata, porta il codice, e il Lavatoio \u00e8 tutto suo. Senza fretta. A modo suo.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- \u2500\u2500 ATMOSFERA \u2500\u2500 -->\n<div class=\"section-atmosphere\">\n  <div class=\"atmosphere-grid\">\n\n    <div class=\"atmosphere-img-wrap\">\n      <img decoding=\"async\"\n        src=\"https:\/\/www.lavatoiobistrot.it\/wp-content\/uploads\/2023\/06\/rebi_____-e1685645323487.jpg\"\n        alt=\"Atmosfera serata al Lavatoio\"\n        loading=\"lazy\"\n      >\n    <\/div>\n\n    <div class=\"atmosphere-text-wrap\">\n      <blockquote class=\"atmosphere-quote\">\n        &#8220;La cena al Lavatoio \u00e8 il fiore pi\u00f9 profumato, il messaggio pi\u00f9 accurato.&#8221;\n        <cite>\u2014 dal giardino di Santarcangelo<\/cite>\n      <\/blockquote>\n    <\/div>\n\n    <div class=\"atmosphere-text-wrap\" style=\"background: var(--avorio);\">\n      <blockquote class=\"atmosphere-quote\" style=\"color: var(--fumo);\">\n        Luci soffuse, tavoli che diventano promesse di complicit\u00e0.\n        Il tempo sospeso che si regala a chi si ama.\n        <cite style=\"color: rgba(58,46,38,0.4);\">\u2014 Lavatoio Bistrot<\/cite>\n      <\/blockquote>\n    <\/div>\n\n    <div class=\"atmosphere-img-wrap\">\n      <img decoding=\"async\"\n        src=\"https:\/\/www.lavatoiobistrot.it\/wp-content\/uploads\/2023\/06\/IMG_2505.jpg\"\n        alt=\"Cena al Lavatoio Bistrot\"\n        loading=\"lazy\"\n      >\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n<!-- \u2500\u2500 CTA FINALE \u2500\u2500 -->\n<section class=\"section-cta\">\n  <div class=\"container\">\n    <h2 class=\"cta-title lav-reveal\">\n      Un ricordo<br>che vale il gesto.\n    <\/h2>\n    <p class=\"cta-sub lav-reveal delay-1\">\n      I ricordi sono spesso i momenti in cui ci ritroviamo<br>\n      quando abbiamo bisogno di una coccola.\n    <\/p>\n    <div class=\"lav-reveal delay-2\">\n      <a href=\"https:\/\/app.resmio.com\/lavatoio-bistrot\/vouchers\" class=\"btn\" target=\"_blank\" rel=\"noopener\">\n        Regala il Lavatoio\n      <\/a>\n    <\/div>\n    <p class=\"cta-note lav-reveal delay-3\">\n      Buono regalo digitale \u00b7 Generazione immediata \u00b7 Nessuna scadenza forzata\n    <\/p>\n  <\/div>\n<\/section>\n\n\n<!-- \u2500\u2500 FOOTER \u2500\u2500 -->\n<footer class=\"page-footer\">\n  <img decoding=\"async\"\n    class=\"footer-logo\"\n    src=\"https:\/\/www.lavatoiobistrot.it\/wp-content\/uploads\/2025\/11\/logo-il-lavatorio-scaled.png\"\n    alt=\"Lavatoio Bistrot\"\n  >\n  <nav class=\"footer-links\">\n    <a href=\"https:\/\/www.lavatoiobistrot.it\/nl\/prenota\/\">Prenota una serata<\/a>\n    <a href=\"https:\/\/www.lavatoiobistrot.it\/nl\/il-bistrot\/menu\/\">Il menu<\/a>\n    <a href=\"https:\/\/www.lavatoiobistrot.it\/nl\/contatti\/\">Dove siamo<\/a>\n    <a href=\"https:\/\/www.instagram.com\/lavatoiobistrot\/\" target=\"_blank\" rel=\"noopener\">Instagram<\/a>\n  <\/nav>\n  <p class=\"footer-claim\">Naast voedsel, emoties.<\/p>\n<\/footer>\n\n\n<script>\n  \/\/ Scroll reveal\n  const revealEls = document.querySelectorAll('.lav-reveal, .step');\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.15 });\n\n  revealEls.forEach(el => observer.observe(el));\n<\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<div class=\"entry-summary\">\nRegala il Lavatoio \u00b7 Un&#8217;esperienza da portare via Lavatoio Bistrot \u00b7 Santarcangelo&hellip;\n<\/div>\n<div class=\"link-more\"><a href=\"https:\/\/www.lavatoiobistrot.it\/nl\/regala\/\" class=\"more-link\">Lees verder<span class=\"screen-reader-text\"> &ldquo;REGALA IL LAVATOIO&rdquo;<\/span>&hellip;<\/a><\/div>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-template\/_fullwidth.php","meta":{"footnotes":""},"class_list":["post-1686","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/pages\/1686","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/comments?post=1686"}],"version-history":[{"count":2,"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/pages\/1686\/revisions"}],"predecessor-version":[{"id":7927,"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/pages\/1686\/revisions\/7927"}],"wp:attachment":[{"href":"https:\/\/www.lavatoiobistrot.it\/nl\/wp-json\/wp\/v2\/media?parent=1686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}