<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized Archivi - Ristorante Atratino</title>
	<atom:link href="https://www.ristoranteatratino.it/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ristoranteatratino.it/category/uncategorized/</link>
	<description>Solo un altro sito WordPress</description>
	<lastBuildDate>Fri, 23 May 2025 10:02:33 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://www.ristoranteatratino.it/wp-content/uploads/2020/11/cropped-77914_184902121523015_1303229_o-32x32.gif</url>
	<title>Uncategorized Archivi - Ristorante Atratino</title>
	<link>https://www.ristoranteatratino.it/category/uncategorized/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>New-home</title>
		<link>https://www.ristoranteatratino.it/uncategorized/new-home/</link>
					<comments>https://www.ristoranteatratino.it/uncategorized/new-home/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 23 May 2025 09:49:22 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.ristoranteatratino.it/?p=1771</guid>

					<description><![CDATA[<p>L'articolo <a href="https://www.ristoranteatratino.it/uncategorized/new-home/">New-home</a> proviene da <a href="https://www.ristoranteatratino.it">Ristorante Atratino</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-vc-full-width="true" data-vc-full-width-init="false" data-vc-stretch-content="true" class="vc_row wpb_row vc_row-fluid vc_row-no-padding vc_row-o-full-height vc_row-o-columns-middle vc_row-flex"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<!DOCTYPE html>
<html lang="it">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Ristorante Atratino - Home</title>
  <meta name="description" content="Ristorante Atratino, cucina tradizionale italiana con ingredienti freschi e di qualità. Scopri il nostro menu e prenota il tuo tavolo." />
  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Open+Sans&display=swap" rel="stylesheet" />
  <style>
    /* Reset e stili base */
    *, *::before, *::after {
      box-sizing: border-box;
    }
    body {
      margin: 0; 
      font-family: 'Open Sans', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #fff;
    }
    a {
      text-decoration: none;
      color: #b85c38;
      transition: color 0.3s ease;
    }
    a:hover {
      color: #8a3c20;
    }
    header {
      background: url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&w=1350&q=80') no-repeat center center/cover;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      padding: 0 20px;
      position: relative;
    }
    header::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.5);
      z-index: 0;
    }
    header > * {
      position: relative;
      z-index: 1;
    }
    header h1 {
      font-family: 'Playfair Display', serif;
      font-size: 3.5rem;
      margin-bottom: 0.2em;
      text-shadow: 0 2px 6px rgba(0,0,0,0.7);
    }
    header p {
      font-size: 1.5rem;
      margin-bottom: 1.2em;
      font-weight: 300;
      max-width: 600px;
      text-shadow: 0 1px 4px rgba(0,0,0,0.7);
    }
    .btn-primary {
      background-color: #b85c38;
      border: none;
      color: white;
      padding: 0.8em 2em;
      font-size: 1.1rem;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .btn-primary:hover {
      background-color: #8a3c20;
    }
    main {
      padding: 4em 1.5em;
      max-width: 1200px;
      margin: 0 auto;
    }
    section {
      margin-bottom: 4em;
    }
    h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 1em;
      color: #b85c38;
    }
    /* Sezione Chi siamo */
    .about {
      display: flex;
      flex-wrap: wrap;
      gap: 2em;
      align-items: center;
      justify-content: center;
    }
    .about img {
      max-width: 450px;
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    }
    .about-text {
      max-width: 600px;
      font-size: 1.1rem;
      color: #555;
    }
    /* Sezione Menu */
    .menu-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
      gap: 2em;
    }
    .menu-item {
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      background: #fff;
      transition: transform 0.3s ease;
    }
    .menu-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }
    .menu-item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .menu-item-content {
      padding: 1em;
    }
    .menu-item-content h3 {
      margin: 0 0 0.5em;
      color: #b85c38;
      font-family: 'Playfair Display', serif;
    }
    .menu-item-content p {
      margin: 0 0 0.8em;
      font-size: 0.95rem;
      color: #666;
    }
    .menu-item-content span {
      font-weight: 700;
      color: #8a3c20;
      font-size: 1.1rem;
    }
    /* Sezione Prenota */
    .reservation {
      text-align: center;
      background: #f9f5f1;
      padding: 3em 1em;
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(184, 92, 56, 0.15);
      max-width: 600px;
      margin: 0 auto;
    }
    .reservation h2 {
      margin-bottom: 1em;
    }
    .reservation p {
      margin-bottom: 2em;
      font-size: 1.1rem;
      color: #555;
    }
    .reservation a.btn-primary {
      font-size: 1.2rem;
      padding: 1em 3em;
      display: inline-block;
    }
    /* Footer */
    footer {
      background: #222;
      color: #bbb;
      padding: 1.5em 1em;
      text-align: center;
      font-size: 0.9rem;
    }
    /* Responsive */
    @media(max-width: 768px) {
      header h1 {
        font-size: 2.5rem;
      }
      header p {
        font-size: 1.2rem;
      }
      .about {
        flex-direction: column;
      }
    }
  </style>
</head>
<body>

<header role="banner">
  <h1>Ristorante Atratino</h1>
  <p>Autentica cucina italiana con ingredienti freschi e passione.</p>
  <a href="#prenota" class="btn-primary" aria-label="Prenota un tavolo">Prenota Ora</a>
</header>

<main role="main">

  <section class="about" aria-labelledby="chi-siamo-title">
    <img decoding="async" src="https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=600&q=80" alt="Interno elegante del ristorante Atratino" />
    <div class="about-text">
      <h2 id="chi-siamo-title">Chi Siamo</h2>
      <p>Da più di 20 anni, Ristorante Atratino offre ai suoi clienti un'esperienza culinaria unica, fatta di ricette tradizionali italiane e ingredienti selezionati con cura. Ambiente raffinato e accogliente, per momenti indimenticabili.</p>
    </div>
  </section>

  <section class="menu" aria-labelledby="menu-title">
    <h2 id="menu-title">Il Nostro Menu</h2>
    <div class="menu-grid">
      <article class="menu-item" role="article">
        <img decoding="async" src="https://images.unsplash.com/photo-1543352634-8f9e9c1de44e?auto=format&fit=crop&w=400&q=80" alt="Tagliatelle al ragù" />
        <div class="menu-item-content">
          <h3>Tagliatelle al Ragù</h3>
          <p>La nostra specialità: pasta fresca fatta in casa con ragù di carne tradizionale.</p>
          <span>€12</span>
        </div>
      </article>
      <article class="menu-item" role="article">
        <img decoding="async" src="https://images.unsplash.com/photo-1604908177527-15aa75c229ee?auto=format&fit=crop&w=400&q=80" alt="Pizza Margherita" />
        <div class="menu-item-content">
          <h3>Pizza Margherita</h3>
          <p>Classica pizza napoletana con mozzarella di bufala e basilico fresco.</p>
          <span>€9</span>
        </div>
      </article>
      <article class="menu-item" role="article">
        <img decoding="async" src="https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?auto=format&fit=crop&w=400&q=80" alt="Tiramisù" />
        <div class="menu-item-content">
          <h3>Tiramisù</h3>
          <p>Il dolce tradizionale italiano per concludere in dolcezza il tuo pasto.</p>
          <span>€6</span>
        </div>
      </article>
    </div>
  </section>

  <section id="prenota" class="reservation" aria-labelledby="prenotazione-title">
    <h2 id="prenotazione-title">Prenota un Tavolo</h2>
    <p>Ti aspettiamo per farti vivere un’esperienza culinaria indimenticabile. Prenota ora il tuo tavolo e scopri i nostri piatti.</p>
    <a href="tel:+390123456789" class="btn-primary" aria-label="Chiama per prenotare">Chiama per Prenotare</a>
  </section>

</main>

<footer role="contentinfo">
  <p>© 2025 Ristorante Atratino - Via Roma 123, 00100 Roma - Tel: +39 012 345 6789</p>
</footer>

</body>
</html>

		</div>
	</div>
</div></div></div></div><div class="vc_row-full-width vc_clearfix"></div>
<p>L'articolo <a href="https://www.ristoranteatratino.it/uncategorized/new-home/">New-home</a> proviene da <a href="https://www.ristoranteatratino.it">Ristorante Atratino</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ristoranteatratino.it/uncategorized/new-home/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!-- Cache served by WPSOL CACHE - Last modified: Sat, 12 Sep 2026 10:59:17 GMT -->
