{"id":289,"date":"2026-06-25T14:12:08","date_gmt":"2026-06-25T14:12:08","guid":{"rendered":"https:\/\/ristoranteponcinimaggia.ch\/homepage\/"},"modified":"2026-09-08T09:23:15","modified_gmt":"2026-09-08T09:23:15","slug":"homepage","status":"publish","type":"page","link":"https:\/\/ristoranteponcinimaggia.ch\/de\/","title":{"rendered":"Startseite"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_0 et_pb_row et_block_row\">\n<div class=\"et_pb_column_0 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"><link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300;1,300;1,400;1,600&family=Lato:wght@300;400;700&display=swap\" rel=\"stylesheet\"><style>\/* ============================================================\n   CSS CUSTOM PROPERTIES\n   ============================================================ *\/\n:root {\n  --gold:        #b8952a;\n  --gold-light:  #d4b060;\n  --gold-dark:   #8a6f1c;\n  --gold-pale:   #f0e6c8;\n  --dark:        #0d0b08;\n  --dark2:       #181208;\n  --brown:       #2c1a0e;\n  --cream:       #f5f0e6;\n  --cream2:      #ede8dc;\n  --cream3:      #e6dfd3;\n  --white:       #ffffff;\n  --text:        #2a1c0e;\n  --text-mid:    #5c4a38;\n  --text-light:  #8a7a6a;\n  --border:      #ddd5c5;\n  --border2:     #cfc5b5;\n\n  --serif:  'Playfair Display', Georgia, serif;\n  --script: 'Cormorant Garamond', Georgia, serif;\n  --sans:   'Lato', 'Helvetica Neue', Arial, sans-serif;\n\n  --ease:    0.3s ease;\n  --ease-lg: 0.55s ease;\n  --shadow:  0 4px 24px rgba(0,0,0,0.10);\n  --shadow2: 0 8px 40px rgba(0,0,0,0.18);\n  --pad-x:   clamp(1.25rem, 4vw, 2rem);\n  --max-w:   1200px;\n  --nav-h:   70px;\n}\n\n\/* ============================================================\n   RESET & BASE\n   ============================================================ *\/\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\nhtml { scroll-behavior: smooth; font-size: 16px; }\nbody {\n  font-family: var(--sans);\n  color: var(--text);\n  background: var(--white);\n  line-height: 1.65;\n  overflow-x: hidden;\n}\nimg  { display: block; max-width: 100%; height: auto; }\na    { text-decoration: none; color: inherit; }\nul   { list-style: none; }\nbutton { cursor: pointer; border: none; background: none; font: inherit; }\n\n\/* ============================================================\n   UTILITIES\n   ============================================================ *\/\n.container {\n  max-width: var(--max-w);\n  margin: 0 auto;\n  padding: 0 var(--pad-x);\n}\n\n\/* Eyebrow label *\/\n.eyebrow {\n  display: block;\n  font-family: var(--sans);\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 0.6rem;\n}\n.eyebrow--center { text-align: center; }\n.eyebrow--gold   { color: var(--gold-light); }\n\n\/* Section title *\/\n.section-title {\n  font-family: var(--serif);\n  font-size: clamp(1.65rem, 3vw, 2.4rem);\n  font-weight: 600;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  text-align: center;\n  color: var(--text);\n  margin-bottom: 2.5rem;\n}\n.section-title--light { color: var(--white); }\n\n\/* Decorative ornament *\/\n.ornament { text-align: center; margin: 0.5rem 0 1.25rem; }\n\n\/* CTA row *\/\n.section-cta { text-align: center; margin-top: 2.5rem; }\n\n\/* ============================================================\n   BUTTONS\n   ============================================================ *\/\n.btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 0.45rem;\n  padding: 0.85rem 1.75rem;\n  font-family: var(--sans);\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  border: 2px solid transparent;\n  transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease), box-shadow var(--ease);\n  position: relative;\n  overflow: hidden;\n}\n.btn:hover { transform: translateY(-2px); }\n.btn__ico { width: 15px; height: 15px; flex-shrink: 0; }\n\n.btn--gold       { background: var(--gold); color: var(--white); border-color: var(--gold); }\n.btn--gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); box-shadow: 0 6px 20px rgba(184,149,42,0.35); }\n\n.btn--outline-white       { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.8); }\n.btn--outline-white:hover { background: var(--white); color: var(--text); border-color: var(--white); }\n\n.btn--outline-gold       { background: transparent; color: var(--gold); border-color: var(--gold); }\n.btn--outline-gold:hover { background: var(--gold); color: var(--white); }\n\n.btn--outline-dark       { background: transparent; color: var(--text); border-color: var(--border2); }\n.btn--outline-dark:hover { background: var(--text); color: var(--white); border-color: var(--text); }\n\n.btn--block { display: flex; width: 100%; justify-content: center; }\n\n\/* ============================================================\n   LOGO (shared)\n   ============================================================ *\/\n.logo {\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  gap: 1px;\n  line-height: 1;\n  flex-shrink: 0;\n}\n.logo__script {\n  font-family: var(--script);\n  font-style: italic;\n  font-size: 0.78rem;\n  color: var(--gold-light);\n  letter-spacing: 0.04em;\n}\n.logo__main {\n  font-family: var(--serif);\n  font-size: 1.45rem;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  color: var(--gold);\n  line-height: 1;\n}\n.logo__year {\n  font-family: var(--sans);\n  font-size: 0.52rem;\n  letter-spacing: 0.24em;\n  color: var(--gold-light);\n  width: 100%;\n  text-align: center;\n}\n\n\/* ============================================================\n   HEADER \/ NAV\n   ============================================================ *\/\n.header {\n  position: fixed;\n  inset: 0 0 auto 0;\n  z-index: 1000;\n  background: rgba(10, 7, 3, 0.82);\n  backdrop-filter: blur(14px);\n  -webkit-backdrop-filter: blur(14px);\n  border-bottom: 1px solid rgba(184,149,42,0.15);\n  transition: background var(--ease);\n}\n.header.scrolled { background: rgba(10, 7, 3, 0.98); }\n\n.nav {\n  display: flex;\n  align-items: center;\n  height: var(--nav-h);\n  gap: 2rem;\n}\n\n.nav__menu {\n  display: flex;\n  align-items: center;\n  gap: 0;\n  flex: 1;\n  justify-content: center;\n}\n.nav__link {\n  font-size: 0.69rem;\n  font-weight: 400;\n  letter-spacing: 0.11em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.78);\n  padding: 0.55rem 0.85rem;\n  position: relative;\n  transition: color var(--ease);\n}\n.nav__link::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 50%;\n  transform: translateX(-50%);\n  width: 0; height: 1px;\n  background: var(--gold);\n  transition: width var(--ease);\n}\n.nav__link:hover,\n.nav__link--active { color: var(--gold-light); }\n.nav__link:hover::after,\n.nav__link--active::after { width: 60%; }\n\n.nav__right {\n  display: flex;\n  align-items: center;\n  gap: 1.25rem;\n  flex-shrink: 0;\n}\n.nav__lang { display: flex; gap: 0.5rem; }\n.lang-link {\n  font-size: 0.65rem;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  color: rgba(255,255,255,0.45);\n  transition: color var(--ease);\n}\n.lang-link:hover, .lang-link--active { color: var(--gold); }\n.nav__cta { font-size: 0.67rem; padding: 0.58rem 1.1rem; }\n\n\/* Hamburger *\/\n.hamburger {\n  display: none;\n  flex-direction: column;\n  gap: 5px;\n  padding: 4px;\n  margin-left: auto;\n}\n.hamburger span {\n  display: block;\n  width: 23px; height: 2px;\n  background: var(--white);\n  border-radius: 1px;\n  transition: all var(--ease);\n}\n.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }\n.hamburger.open span:nth-child(2) { opacity: 0; transform: translateX(-6px); }\n.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }\n\n\/* ============================================================\n   HERO\n   ============================================================ *\/\n.hero {\n  position: relative;\n  min-height: 100vh;\n  display: flex;\n  align-items: center;\n  background:\n    url('https:\/\/images.unsplash.com\/photo-1414235077428-338989a2e8c0?w=1920&q=85')\n    center \/ cover no-repeat;\n}\n.hero__overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(\n    to right,\n    rgba(8,5,2,0.92)  0%,\n    rgba(8,5,2,0.78) 42%,\n    rgba(8,5,2,0.32) 72%,\n    rgba(8,5,2,0.14) 100%\n  );\n}\n.hero__inner {\n  position: relative;\n  z-index: 1;\n  padding-top: var(--nav-h);\n}\n.hero__content { max-width: 560px; }\n\n.hero__title {\n  font-family: var(--serif);\n  font-size: clamp(2.6rem, 6vw, 5.4rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.06;\n  margin-bottom: 0.75rem;\n}\n.hero__subtitle {\n  font-family: var(--script);\n  font-style: italic;\n  font-size: clamp(1.2rem, 2.2vw, 1.7rem);\n  font-weight: 300;\n  color: var(--gold-light);\n  margin-bottom: 1.2rem;\n}\n.hero__desc {\n  font-size: 0.95rem;\n  font-weight: 300;\n  color: rgba(255,255,255,0.8);\n  line-height: 1.78;\n  margin-bottom: 2.5rem;\n}\n.hero__btns { display: flex; gap: 1rem; flex-wrap: wrap; }\n\n\/* Scroll cue *\/\n.hero__scroll {\n  position: absolute;\n  bottom: 2rem; left: 50%;\n  transform: translateX(-50%);\n  z-index: 2;\n}\n.hero__scroll span {\n  display: block;\n  width: 22px; height: 34px;\n  border: 2px solid rgba(255,255,255,0.35);\n  border-radius: 11px;\n  position: relative;\n}\n.hero__scroll span::before {\n  content: '';\n  position: absolute;\n  top: 5px; left: 50%;\n  transform: translateX(-50%);\n  width: 3px; height: 7px;\n  background: var(--gold);\n  border-radius: 2px;\n  animation: scrollDot 2s ease infinite;\n}\n@keyframes scrollDot {\n  0%   { opacity: 1; top: 5px; }\n  80%  { opacity: 0; top: 18px; }\n  100% { opacity: 0; top: 5px; }\n}\n\n\/* WhatsApp FAB *\/\n.fab-whatsapp {\n  position: fixed;\n  bottom: 1.75rem; right: 1.75rem;\n  width: 52px; height: 52px;\n  background: #25D366;\n  color: var(--white);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  z-index: 900;\n  box-shadow: 0 4px 16px rgba(37,211,102,0.45);\n  transition: transform var(--ease), box-shadow var(--ease);\n}\n.fab-whatsapp:hover { transform: scale(1.1); box-shadow: 0 6px 22px rgba(37,211,102,0.55); }\n.fab-whatsapp svg { width: 28px; height: 28px; }\n\n\/* ============================================================\n   FEATURES \/ PILLARS\n   ============================================================ *\/\n.features {\n  background: var(--cream);\n  border-bottom: 1px solid var(--border);\n  padding: 3.5rem 0;\n}\n.features__grid {\n  display: flex;\n  align-items: center;\n}\n.pillar {\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  gap: 0.6rem;\n  padding: 0.75rem 2rem;\n}\n.pillar__icon {\n  width: 56px; height: 56px;\n  color: var(--gold);\n  margin-bottom: 0.4rem;\n}\n.pillar__icon svg { width: 100%; height: 100%; }\n.pillar__title {\n  font-family: var(--serif);\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--text);\n}\n.pillar__desc {\n  font-size: 0.83rem;\n  color: var(--text-mid);\n  line-height: 1.6;\n}\n.features__sep {\n  width: 1px; height: 70px;\n  background: var(--border);\n  flex-shrink: 0;\n}\n\n\/* ============================================================\n   LA NOSTRA STORIA\n   ============================================================ *\/\n.storia {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  min-height: 620px;\n}\n\n\/* Image column *\/\n.storia__img-col {\n  position: relative;\n  overflow: hidden;\n}\n.storia__img-col img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  transition: transform 0.8s ease;\n}\n.storia:hover .storia__img-col img { transform: scale(1.04); }\n.storia__img-overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.02) 100%);\n}\n.storia__badge {\n  position: absolute;\n  bottom: 2.5rem; right: 2.5rem;\n  background: var(--gold);\n  color: var(--white);\n  width: 100px; height: 100px;\n  border-radius: 50%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.25);\n}\n.storia__badge-num {\n  font-family: var(--serif);\n  font-size: 1.7rem;\n  font-weight: 700;\n  line-height: 1;\n}\n.storia__badge-txt {\n  font-size: 0.6rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  line-height: 1.2;\n}\n\n\/* Content column *\/\n.storia__content {\n  background: var(--cream);\n  padding: 5rem clamp(2rem, 6vw, 5rem) 5rem clamp(2rem, 5vw, 4rem);\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  gap: 0;\n}\n.storia__title {\n  font-family: var(--serif);\n  font-size: clamp(1.6rem, 2.8vw, 2.4rem);\n  font-weight: 700;\n  color: var(--text);\n  line-height: 1.2;\n  margin-bottom: 0.25rem;\n}\n.storia__text {\n  font-size: 0.92rem;\n  color: var(--text-mid);\n  line-height: 1.82;\n  margin-bottom: 1rem;\n}\n\n\/* Timeline *\/\n.timeline {\n  border-left: 2px solid var(--gold-pale);\n  padding-left: 1.5rem;\n  margin: 1.5rem 0 2rem;\n  display: flex;\n  flex-direction: column;\n  gap: 1.5rem;\n}\n.timeline__item { position: relative; }\n.timeline__item::before {\n  content: '';\n  position: absolute;\n  left: -1.875rem; top: 4px;\n  width: 10px; height: 10px;\n  border-radius: 50%;\n  background: var(--gold);\n  border: 2px solid var(--cream);\n  box-shadow: 0 0 0 2px var(--gold);\n}\n.timeline__year {\n  display: block;\n  font-family: var(--serif);\n  font-size: 0.75rem;\n  font-weight: 700;\n  color: var(--gold);\n  letter-spacing: 0.1em;\n  margin-bottom: 0.15rem;\n}\n.timeline__body strong {\n  font-size: 0.88rem;\n  font-weight: 700;\n  color: var(--text);\n  display: block;\n  margin-bottom: 0.15rem;\n}\n.timeline__body p {\n  font-size: 0.82rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ============================================================\n   MENU PREVIEW\n   ============================================================ *\/\n.menu-preview {\n  background: var(--cream2);\n  padding: 5.5rem 0;\n}\n.menu-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1.25rem;\n  margin-bottom: 2.5rem;\n}\n.menu-card {\n  background: var(--white);\n  overflow: hidden;\n  box-shadow: var(--shadow);\n  transition: transform var(--ease), box-shadow var(--ease);\n}\n.menu-card:hover { transform: translateY(-6px); box-shadow: var(--shadow2); }\n.menu-card__img {\n  aspect-ratio: 4\/3;\n  overflow: hidden;\n  background: var(--cream3);\n}\n.menu-card__img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  transition: transform var(--ease-lg);\n}\n.menu-card:hover .menu-card__img img { transform: scale(1.07); }\n.menu-card__body { padding: 1.3rem 1rem; text-align: center; }\n.menu-card__title {\n  font-family: var(--serif);\n  font-size: 0.82rem;\n  font-weight: 600;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: var(--text);\n  margin-bottom: 0.4rem;\n}\n.menu-card__desc { font-size: 0.8rem; color: var(--text-mid); line-height: 1.55; }\n\n\/* ============================================================\n   FEATURED DISHES\n   ============================================================ *\/\n.featured {\n  position: relative;\n  background: var(--dark);\n  padding: 5.5rem 0;\n  overflow: hidden;\n}\n.featured__bg {\n  position: absolute; inset: 0;\n  background: radial-gradient(ellipse at 70% 50%, rgba(184,149,42,0.06) 0%, transparent 70%);\n  pointer-events: none;\n}\n.featured__inner { position: relative; z-index: 1; }\n.featured__ornament { text-align: center; margin: -1.5rem 0 2.5rem; }\n\n.dishes-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1.5rem;\n}\n.dish-card { overflow: hidden; }\n.dish-card__img-wrap {\n  position: relative;\n  aspect-ratio: 4\/3;\n  overflow: hidden;\n  background: #1a1208;\n}\n.dish-card__img-wrap img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  filter: brightness(0.8);\n  transition: transform var(--ease-lg), filter var(--ease-lg);\n}\n.dish-card:hover .dish-card__img-wrap img {\n  transform: scale(1.07);\n  filter: brightness(0.95);\n}\n.dish-card__star {\n  position: absolute;\n  top: 0.8rem; left: 0.8rem;\n  z-index: 2;\n  width: 32px; height: 32px;\n  background: rgba(10,8,4,0.65);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  backdrop-filter: blur(4px);\n}\n.dish-card__body { padding: 1.1rem 0.5rem; text-align: center; }\n.dish-card__title {\n  font-family: var(--serif);\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--white);\n  margin-bottom: 0.35rem;\n}\n.dish-card__desc { font-size: 0.82rem; color: rgba(255,255,255,0.52); }\n\n\/* ============================================================\n   LA CANTINA\n   ============================================================ *\/\n.cantina { background: var(--dark2); }\n\n.cantina__hero {\n  position: relative;\n  height: 400px;\n  overflow: hidden;\n}\n.cantina__hero img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  filter: brightness(0.4);\n}\n.cantina__hero-overlay {\n  position: absolute; inset: 0;\n  background: linear-gradient(to bottom, rgba(24,18,8,0.3), rgba(24,18,8,0.8));\n}\n.cantina__hero-text {\n  position: absolute; inset: 0;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 2rem;\n}\n.cantina__hero-text .section-title { margin-bottom: 1rem; }\n.cantina__hero-desc {\n  font-size: 0.95rem;\n  font-weight: 300;\n  color: rgba(255,255,255,0.72);\n  line-height: 1.75;\n  text-align: center;\n  max-width: 560px;\n  margin: 0 auto;\n}\n\n.cantina__cards-wrap {\n  background: var(--dark2);\n  padding: 0 0 5rem;\n  margin-top: -1px;\n}\n.cantina__cards {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1.5rem;\n  padding-top: 4rem;\n}\n\n.wine-card {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(184,149,42,0.18);\n  overflow: hidden;\n  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);\n}\n.wine-card:hover {\n  border-color: rgba(184,149,42,0.5);\n  transform: translateY(-5px);\n  box-shadow: 0 12px 40px rgba(0,0,0,0.4);\n}\n.wine-card__img {\n  aspect-ratio: 4\/3;\n  overflow: hidden;\n  background: #1a1208;\n}\n.wine-card__img img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  filter: brightness(0.75) saturate(0.9);\n  transition: transform var(--ease-lg), filter var(--ease-lg);\n}\n.wine-card:hover .wine-card__img img {\n  transform: scale(1.06);\n  filter: brightness(0.9) saturate(1.05);\n}\n.wine-card__body { padding: 1.5rem 1.25rem; }\n.wine-card__label {\n  display: inline-block;\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n  color: var(--gold);\n  border: 1px solid rgba(184,149,42,0.4);\n  padding: 0.2rem 0.6rem;\n  margin-bottom: 0.7rem;\n}\n.wine-card__title {\n  font-family: var(--serif);\n  font-size: 1.15rem;\n  font-weight: 600;\n  color: var(--white);\n  margin-bottom: 0.55rem;\n}\n.wine-card__desc {\n  font-size: 0.84rem;\n  color: rgba(255,255,255,0.52);\n  line-height: 1.65;\n  margin-bottom: 1rem;\n}\n.wine-card__link {\n  font-size: 0.75rem;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  color: var(--gold);\n  transition: color var(--ease);\n}\n.wine-card__link:hover { color: var(--gold-light); }\n\n\/* ============================================================\n   GALLERY\n   ============================================================ *\/\n.gallery {\n  display: grid;\n  grid-template-columns: 300px 1fr;\n  min-height: 440px;\n  background: var(--cream2);\n}\n\n.gallery__intro {\n  background: var(--cream3);\n  padding: 4rem 2.5rem;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  gap: 1rem;\n  border-right: 1px solid var(--border);\n}\n.gallery__title {\n  font-family: var(--serif);\n  font-size: clamp(1.4rem, 2vw, 1.9rem);\n  font-weight: 600;\n  color: var(--text);\n  line-height: 1.3;\n}\n.gallery__desc { font-size: 0.88rem; color: var(--text-mid); line-height: 1.65; }\n\n\/* Carousel *\/\n.gallery__carousel {\n  position: relative;\n  overflow: hidden;\n  background: #111;\n}\n.gallery__track-wrap { overflow: hidden; height: 100%; }\n.gallery__track {\n  display: flex;\n  height: 100%;\n  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.gallery__slide {\n  min-width: calc(100% \/ 3);\n  height: 440px;\n  overflow: hidden;\n  flex-shrink: 0;\n  background: var(--dark);\n}\n.gallery__slide img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n  transition: transform var(--ease-lg);\n}\n.gallery__slide:hover img { transform: scale(1.06); }\n\n.gallery__arrow {\n  position: absolute;\n  top: 50%; transform: translateY(-50%);\n  width: 40px; height: 40px;\n  border-radius: 50%;\n  background: rgba(184,149,42,0.75);\n  color: var(--white);\n  font-size: 1.5rem;\n  line-height: 1;\n  display: flex; align-items: center; justify-content: center;\n  z-index: 10;\n  transition: background var(--ease), transform var(--ease);\n}\n.gallery__arrow:hover { background: var(--gold); transform: translateY(-50%) scale(1.08); }\n.gallery__arrow--prev { left: 0.75rem; }\n.gallery__arrow--next { right: 0.75rem; }\n\n.gallery__dots {\n  position: absolute;\n  bottom: 0.9rem; left: 50%;\n  transform: translateX(-50%);\n  display: flex; gap: 0.4rem;\n  z-index: 10;\n}\n.gallery__dot {\n  width: 8px; height: 8px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.3);\n  transition: background var(--ease), transform var(--ease);\n  border: none;\n}\n.gallery__dot.active { background: var(--gold); transform: scale(1.25); }\n\n\/* ============================================================\n   TESTIMONIANZE\n   ============================================================ *\/\n.testi {\n  background: var(--cream);\n  padding: 5.5rem 0;\n  border-top: 1px solid var(--border);\n}\n\n.testi__rating-bar {\n  display: flex;\n  justify-content: center;\n  margin-bottom: 3.5rem;\n  margin-top: -1.5rem;\n}\n.testi__score {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 0.4rem;\n}\n.testi__score-num {\n  font-family: var(--serif);\n  font-size: 3rem;\n  font-weight: 700;\n  color: var(--text);\n  line-height: 1;\n}\n.testi__stars { display: flex; gap: 0.2rem; }\n.testi__score-label { font-size: 0.78rem; color: var(--text-light); letter-spacing: 0.05em; }\n\n.testi__grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 1.5rem;\n  align-items: start;\n}\n.testi-card {\n  background: var(--white);\n  padding: 2rem;\n  box-shadow: var(--shadow);\n  border-top: 3px solid var(--border);\n  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);\n}\n.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow2); }\n.testi-card--featured {\n  border-top-color: var(--gold);\n  position: relative;\n}\n.testi-card__stars {\n  font-size: 1rem;\n  color: var(--gold);\n  letter-spacing: 0.05em;\n  margin-bottom: 1rem;\n}\n.testi-card__quote {\n  font-family: var(--script);\n  font-style: italic;\n  font-size: 1.05rem;\n  color: var(--text-mid);\n  line-height: 1.75;\n  margin-bottom: 1.5rem;\n  quotes: \"\\201C\" \"\\201D\";\n}\n.testi-card__quote::before { content: open-quote; color: var(--gold); font-size: 1.4rem; line-height: 0; vertical-align: -0.3em; margin-right: 0.1em; }\n.testi-card__author {\n  display: flex;\n  align-items: center;\n  gap: 0.75rem;\n}\n.testi-card__avatar {\n  width: 40px; height: 40px;\n  border-radius: 50%;\n  background: var(--gold);\n  color: var(--white);\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.05em;\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n}\n.testi-card__name { font-size: 0.88rem; font-weight: 700; color: var(--text); }\n.testi-card__source { font-size: 0.76rem; color: var(--text-light); }\n\n\/* ============================================================\n   BOTTOM SECTION\n   ============================================================ *\/\n.bottom {\n  background: var(--cream2);\n  border-top: 1px solid var(--border);\n  padding: 5rem 0;\n}\n.bottom__grid {\n  display: grid;\n  grid-template-columns: 260px 1fr 260px;\n  gap: 3rem;\n  align-items: start;\n}\n\n\/* Daily menu *\/\n.daily-menu {\n  border: 2px solid var(--gold);\n  background: var(--white);\n  padding: 2.25rem 1.75rem;\n  text-align: center;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 0.35rem;\n}\n.daily-menu__tag {\n  font-family: var(--serif);\n  font-size: 0.88rem;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--text);\n  margin-top: 0.6rem;\n}\n.daily-menu__subtitle { font-size: 0.8rem; color: var(--text-mid); letter-spacing: 0.05em; }\n.daily-menu__price {\n  font-family: var(--serif);\n  font-size: 2.2rem;\n  font-weight: 700;\n  color: var(--gold);\n  margin: 0.5rem 0;\n}\n.daily-menu .btn { margin-top: 0.6rem; font-size: 0.68rem; padding: 0.78rem 1rem; }\n\n\/* Reservation *\/\n.reservation__title {\n  font-family: var(--serif);\n  font-size: 1.3rem;\n  font-weight: 600;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  text-align: center;\n  color: var(--text);\n  margin-bottom: 1.6rem;\n}\n.res-form { display: flex; flex-direction: column; gap: 0.8rem; }\n.res-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }\n.res-field { position: relative; }\n.res-field--full { grid-column: 1 \/ -1; }\n.res-field--icon .res-ico {\n  position: absolute;\n  right: 0.85rem; top: 50%;\n  transform: translateY(-50%);\n  width: 17px; height: 17px;\n  color: var(--text-light);\n  pointer-events: none;\n}\n.res-input {\n  width: 100%;\n  padding: 0.82rem 1rem;\n  border: 1px solid var(--border);\n  background: var(--white);\n  font-family: var(--sans);\n  font-size: 0.85rem;\n  color: var(--text);\n  outline: none;\n  appearance: none;\n  transition: border-color var(--ease), box-shadow var(--ease);\n}\n.res-input::placeholder { color: var(--text-light); }\n.res-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,149,42,0.12); }\n.res-input.invalid { border-color: #c0392b; }\n.res-select { padding-right: 2.5rem; cursor: pointer; }\n.res-textarea { resize: vertical; min-height: 80px; padding-top: 0.82rem; }\n.res-form .btn { margin-top: 0.2rem; }\n.res-feedback {\n  text-align: center;\n  font-size: 0.83rem;\n  min-height: 1.2rem;\n  transition: color var(--ease);\n}\n\n\/* Contacts *\/\n.contacts { display: flex; flex-direction: column; gap: 1.2rem; }\n.contact-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 0.85rem;\n}\n.contact-item__ico { flex-shrink: 0; margin-top: 1px; }\n.contact-item p { font-size: 0.86rem; color: var(--text); line-height: 1.6; }\n.contact-socials {\n  display: flex;\n  gap: 1rem;\n  padding-left: 1.85rem;\n  margin-top: 0.2rem;\n}\n.soc-ico { color: var(--text-mid); transition: color var(--ease), transform var(--ease); }\n.soc-ico:hover { color: var(--gold); transform: scale(1.15); }\n\n\/* ============================================================\n   FOOTER\n   ============================================================ *\/\n.footer {\n  background: var(--dark);\n  border-top: 1px solid rgba(184,149,42,0.12);\n  padding: 1.5rem 0;\n}\n.footer__inner {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 1.5rem;\n}\n.footer__logo .logo__script,\n.footer__logo .logo__year { color: var(--gold-light); }\n.footer__logo .logo__main  { color: var(--gold); }\n\n.footer__center { text-align: center; flex: 1; }\n.footer__copy { font-size: 0.78rem; color: rgba(255,255,255,0.38); margin-bottom: 0.35rem; }\n.footer__links { display: flex; justify-content: center; gap: 1.5rem; }\n.footer__link { font-size: 0.78rem; color: rgba(255,255,255,0.38); transition: color var(--ease); }\n.footer__link:hover { color: var(--gold-light); }\n.footer__cta { font-size: 0.68rem; padding: 0.62rem 1.2rem; flex-shrink: 0; }\n\n\/* ============================================================\n   SCROLL REVEAL\n   ============================================================ *\/\n.reveal {\n  opacity: 0;\n  transform: translateY(28px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n.reveal.visible { opacity: 1; transform: none; }\n.reveal-delay-1 { transition-delay: 0.1s; }\n.reveal-delay-2 { transition-delay: 0.2s; }\n.reveal-delay-3 { transition-delay: 0.3s; }\n\n\/* ============================================================\n   RESPONSIVE \u2013 1100px\n   ============================================================ *\/\n@media (max-width: 1100px) {\n  .storia { grid-template-columns: 1fr; }\n  .storia__img-col { height: 400px; }\n  .storia__content { padding: 3.5rem 2.5rem; }\n  .bottom__grid { grid-template-columns: 1fr 1fr; }\n  .daily-menu { grid-column: 1 \/ -1; max-width: 380px; margin: 0 auto; }\n  .menu-grid { grid-template-columns: repeat(2, 1fr); }\n}\n\n\/* ============================================================\n   RESPONSIVE \u2013 900px\n   ============================================================ *\/\n@media (max-width: 900px) {\n  .cantina__cards { grid-template-columns: 1fr 1fr; }\n  .dishes-grid { grid-template-columns: 1fr 1fr; }\n  .testi__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }\n  .gallery { grid-template-columns: 1fr; }\n  .gallery__intro { border-right: none; border-bottom: 1px solid var(--border); padding: 3rem 2rem; }\n  .gallery__slide { min-width: 50%; height: 360px; }\n}\n\n\/* ============================================================\n   RESPONSIVE \u2013 768px\n   ============================================================ *\/\n@media (max-width: 768px) {\n  \/* Nav *\/\n  .hamburger { display: flex; }\n  .nav__right { display: none; }\n  .nav__menu {\n    position: fixed;\n    top: var(--nav-h); left: 0; right: 0;\n    background: rgba(8,5,2,0.98);\n    flex-direction: column;\n    padding: 2rem 1.5rem;\n    gap: 0.5rem;\n    transform: translateY(-110%);\n    opacity: 0;\n    pointer-events: none;\n    transition: transform var(--ease), opacity var(--ease);\n    z-index: 999;\n    border-bottom: 1px solid rgba(184,149,42,0.15);\n  }\n  .nav__menu.open {\n    transform: translateY(0);\n    opacity: 1;\n    pointer-events: all;\n  }\n  .nav__link { font-size: 0.95rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); width: 100%; }\n  .nav__link::after { display: none; }\n\n  \/* Hero *\/\n  .hero__content { padding-top: 80px; }\n  .hero__btns { flex-direction: column; align-items: flex-start; }\n  .hero__btns .btn { width: 100%; justify-content: center; }\n\n  \/* Features *\/\n  .features__grid { flex-direction: column; gap: 0; }\n  .features__sep { width: 80%; height: 1px; align-self: center; }\n  .pillar { padding: 1.25rem 1rem; }\n\n  \/* Storia *\/\n  .storia__img-col { height: 300px; }\n  .storia__badge { width: 80px; height: 80px; bottom: 1.5rem; right: 1.5rem; }\n  .storia__badge-num { font-size: 1.4rem; }\n\n  \/* Dishes *\/\n  .dishes-grid { grid-template-columns: 1fr; }\n\n  \/* Cantina *\/\n  .cantina__cards { grid-template-columns: 1fr; }\n  .cantina__hero { height: 300px; }\n\n  \/* Gallery *\/\n  .gallery__slide { min-width: 100%; height: 280px; }\n\n  \/* Bottom *\/\n  .bottom__grid { grid-template-columns: 1fr; gap: 2.5rem; }\n  .daily-menu { max-width: 100%; }\n  .res-row { grid-template-columns: 1fr; }\n\n  \/* Footer *\/\n  .footer__inner { flex-direction: column; text-align: center; gap: 1.2rem; }\n  .footer__logo { align-items: center; }\n}\n\n\/* ============================================================\n   RESPONSIVE \u2013 480px\n   ============================================================ *\/\n@media (max-width: 480px) {\n  .menu-grid { grid-template-columns: 1fr; }\n  .testi__grid { max-width: 100%; }\n  .hero__title { font-size: 2.4rem; }\n  .cantina__hero { height: 250px; }\n}\n\n\n\/* \u2550\u2550\u2550 DIVI OVERRIDE FIXES \u2550\u2550\u2550 *\/\n\n\n\/* \u2500\u2500\u2500 RESET DIVI GLOBALE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.et_pb_section { margin-bottom: 0 !important; }\n.et_pb_row     { margin-bottom: 0 !important; }\n\n\/* \u2500\u2500\u2500 HERO OVERLAY (fix Divi gradient default) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.hero-section {\n  position: relative !important;\n  overflow: hidden;\n}\n.hero-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    90deg,\n    rgba(8,5,2,0.93) 0%,\n    rgba(8,5,2,0.80) 40%,\n    rgba(8,5,2,0.36) 70%,\n    rgba(8,5,2,0.08) 100%\n  );\n  z-index: 1;\n  pointer-events: none;\n}\n.hero-section .et_pb_row,\n.hero-section .et_pb_column,\n.hero-section .et_pb_module { position: relative; z-index: 2; }\n\n\/* \u2500\u2500\u2500 HERO CONTENUTO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.hero-section .et_pb_text_inner { max-width: 580px; }\n.hero-section .hero__title {\n  font-family: var(--serif) !important;\n  font-size: clamp(2.8rem, 6vw, 5.4rem) !important;\n  font-weight: 700 !important;\n  color: #fff !important;\n  line-height: 1.05 !important;\n  margin-bottom: 0.75rem;\n}\n.hero-section .hero__subtitle {\n  font-family: var(--script) !important;\n  font-style: italic;\n  font-size: clamp(1.2rem, 2.2vw, 1.7rem) !important;\n  font-weight: 300 !important;\n  color: var(--gold-light) !important;\n  margin-bottom: 1.2rem;\n}\n.hero-section .hero__desc {\n  font-size: 0.95rem !important;\n  font-weight: 300;\n  color: rgba(255,255,255,0.8) !important;\n  line-height: 1.78;\n  margin-bottom: 2.5rem;\n}\n\n\/* \u2500\u2500\u2500 HERO BOTTONI (HTML puri) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.hero-cta-wrap {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n  gap: 1.2rem;\n  align-items: center;\n  margin-top: 0;\n}\n.hero-cta-gold, .hero-cta-outline {\n  display: inline-block;\n  padding: 0.9rem 2.6rem;\n  font-family: var(--sans,'Lato'),sans-serif;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  text-decoration: none;\n  cursor: pointer;\n  transition: background .25s, color .25s, border-color .25s;\n  border-radius: 0;\n  white-space: nowrap;\n}\n.hero-cta-gold {\n  background: #b8952a;\n  color: #fff !important;\n  border: 2px solid #b8952a;\n}\n.hero-cta-gold:hover {\n  background: #8a6f1c;\n  border-color: #8a6f1c;\n  color: #fff !important;\n}\n.hero-cta-outline {\n  background: transparent;\n  color: #fff !important;\n  border: 2px solid rgba(255,255,255,0.8);\n}\n.hero-cta-outline:hover {\n  background: #fff;\n  color: #2a1c0e !important;\n  border-color: #fff;\n}\n@media (max-width: 580px) {\n  .hero-cta-wrap { flex-direction: column; align-items: flex-start; }\n  .hero-cta-gold, .hero-cta-outline { width: 100%; text-align: center; }\n}\n\n\/* \u2500\u2500\u2500 FEATURES PILLARS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.pillar-col { position: relative; }\n.pillar-col + .pillar-col::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 50%;\n  transform: translateY(-50%);\n  width: 1px; height: 70px;\n  background: var(--border, #ddd5c5);\n}\n.pillar .et_pb_main_blurb_image { display: none; }\n.pillar .et_pb_blurb_content { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.6rem; padding: 0.75rem 2rem; }\n.pillar h4.et_pb_module_header { font-family: var(--serif) !important; font-size: 1rem !important; font-weight: 600 !important; color: var(--text) !important; }\n.pillar .et_pb_blurb_description p { font-size: 0.83rem !important; color: var(--text-mid) !important; line-height: 1.6 !important; }\n.pillar-icon { width: 56px; height: 56px; color: var(--gold); margin: 0 auto 0.4rem; display: block; }\n.pillar-icon svg { width: 56px; height: 56px; }\n\n\/* \u2500\u2500\u2500 STORIA SECTION \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.storia-img-col { position: relative; overflow: hidden; min-height: 620px; }\n.storia-img-col .et_pb_image_wrap { height: 100%; }\n.storia-img-col .et_pb_image_wrap img { width: 100% !important; height: 100% !important; object-fit: cover !important; max-width: none !important; }\n.storia-content-col { display: flex; flex-direction: column; justify-content: center; }\n.storia-content-col .storia__title { font-family: var(--serif) !important; font-size: clamp(1.6rem,2.8vw,2.4rem) !important; font-weight: 700 !important; color: var(--text) !important; line-height: 1.2 !important; margin-bottom: 0.25rem; }\n.storia-content-col .storia__text { font-size: 0.92rem; color: var(--text-mid); line-height: 1.82; margin-bottom: 1rem; }\n\n\/* \u2500\u2500\u2500 MENU CARDS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.menu-card-col { transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }\n.menu-card-col:hover { transform: translateY(-6px); box-shadow: 0 8px 40px rgba(0,0,0,0.18); }\n.menu-card-col .et_pb_image_wrap img { height: 220px !important; object-fit: cover !important; width: 100% !important; max-width: none !important; }\n.menu-card-col .et_pb_text_inner h3 { font-family: var(--serif) !important; font-size: 0.82rem !important; font-weight: 600 !important; letter-spacing: 0.15em !important; text-transform: uppercase; color: var(--text) !important; margin-bottom: 0.4rem; }\n.menu-card-col .et_pb_text_inner p { font-size: 0.8rem; color: var(--text-mid); line-height: 1.55; }\n\n\/* \u2500\u2500\u2500 FEATURED DISHES (sezione scura) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.featured-section .dish-card-col .et_pb_image_wrap img { height: 260px !important; object-fit: cover !important; width: 100% !important; max-width: none !important; filter: brightness(0.82); transition: filter 0.55s, transform 0.55s; }\n.featured-section .dish-card-col:hover .et_pb_image_wrap img { filter: brightness(0.96); transform: scale(1.04); }\n.featured-section .et_pb_text_inner h3 { font-family: var(--serif) !important; font-size: 1rem !important; color: #fff !important; margin-bottom: 0.35rem; }\n.featured-section .et_pb_text_inner p  { font-size: 0.82rem; color: rgba(255,255,255,0.52); }\n.featured-eyebrow { font-family: var(--sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-light); display: block; margin-bottom: 0.4rem; }\n.featured-ornament { text-align: center; margin: -1rem 0 2.5rem; }\n\n\/* \u2500\u2500\u2500 WINE CARDS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.wine-card-col { transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; overflow: hidden; border: 1px solid rgba(184,149,42,0.22); border-radius: 10px; background: rgba(255,255,255,0.035); }\n.wine-card-col:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); border-color: rgba(184,149,42,0.5); }\n.wine-card-col .wine-card-img img { height: 200px !important; object-fit: cover !important; width: 100% !important; max-width: none !important; filter: brightness(0.78) saturate(0.9); transition: filter 0.55s, transform 0.55s; display: block; }\n.wine-card-col:hover .wine-card-img img { filter: brightness(0.9) saturate(1.05); transform: scale(1.06); }\n.wine-card-col .wine-label { display: inline-block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(184,149,42,0.45); border-radius: 3px; padding: 0.25rem 0.7rem; margin-bottom: 0.85rem; }\n.wine-card-col .et_pb_text_inner h3 { font-family: var(--serif) !important; font-size: 1.15rem !important; font-weight: 600 !important; color: #fff !important; margin-bottom: 0.55rem; }\n.wine-card-col .et_pb_text_inner p  { font-size: 0.84rem; color: rgba(255,255,255,0.52); line-height: 1.65; margin-bottom: 1rem; }\n.wine-card-col .et_pb_button_module_wrapper { display: block; margin: 0.4rem 24px 26px; }\n.wine-card-col .et_pb_button {\n  display: inline-flex;\n  align-items: center;\n  gap: 0.4rem;\n  border-width: 1.5px !important;\n  border-radius: 4px !important;\n  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;\n  cursor: pointer;\n}\n.wine-card-col .et_pb_button:hover {\n  background: var(--gold) !important;\n  color: var(--dark) !important;\n  transform: translateY(-2px);\n}\n\n\/* \u2500\u2500\u2500 TESTIMONIANZE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.testi-card-featured .et_pb_testimonial_main { border-top: 3px solid var(--gold) !important; }\n.rating-bar { text-align: center; margin-bottom: 1.5rem; }\n.rating-score { font-family: var(--serif); font-size: 3rem; font-weight: 700; color: var(--text); line-height: 1; display: block; }\n.rating-stars { display: flex; gap: 0.2rem; justify-content: center; margin: 0.3rem 0; }\n.rating-label { font-size: 0.78rem; color: var(--text-light); letter-spacing: 0.05em; display: block; }\n\n\/* \u2500\u2500\u2500 DAILY MENU BOX \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.daily-menu-col { border: 2px solid var(--gold) !important; }\n.daily-menu-col .et_pb_text_inner { text-align: center; }\n.daily-menu-col h3 { font-family: var(--serif) !important; font-size: 2.2rem !important; font-weight: 700 !important; color: var(--gold) !important; margin: 0.5rem 0; }\n.daily-menu-col h4 { font-family: var(--serif) !important; font-size: 0.88rem !important; font-weight: 700 !important; letter-spacing: 0.14em !important; text-transform: uppercase; color: var(--text) !important; margin-top: 0.6rem; }\n.daily-menu-col p  { font-size: 0.8rem; color: var(--text-mid); letter-spacing: 0.05em; }\n\n\/* \u2500\u2500\u2500 CONTACT ITEMS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.contact-item { display: flex; align-items: flex-start; gap: 0.85rem; margin-bottom: 1.2rem; }\n.contact-item__ico { flex-shrink: 0; margin-top: 1px; }\n.contact-item p { font-size: 0.86rem; color: var(--text); line-height: 1.6; margin: 0; }\n.contact-socials { display: flex; gap: 1rem; padding-left: 1.85rem; margin-top: 0.2rem; }\n.soc-ico { color: var(--text-mid); transition: color 0.3s, transform 0.3s; display: inline-block; }\n.soc-ico:hover { color: var(--gold); transform: scale(1.15); }\n\n\/* \u2500\u2500\u2500 RESERVATION FORM \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n.reservation-title { font-family: var(--serif) !important; font-size: 1.3rem !important; font-weight: 600 !important; letter-spacing: 0.1em !important; text-transform: uppercase; text-align: center; color: var(--text) !important; margin-bottom: 1.6rem; }\n.res-input { width: 100%; padding: 0.82rem 1rem; border: 1px solid var(--border); background: #fff; font-family: var(--sans); font-size: 0.85rem; color: var(--text); outline: none; appearance: none; transition: border-color 0.3s, box-shadow 0.3s; }\n.res-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,149,42,0.12); }\n.res-input.invalid { border-color: #c0392b; }\n.res-input::placeholder { color: var(--text-light); }\n.res-form { display: flex; flex-direction: column; gap: 0.8rem; }\n.res-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }\n.res-submit { background: var(--gold); color: #fff; border: 2px solid var(--gold); padding: 0.85rem 1.75rem; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; width: 100%; transition: background 0.3s, border-color 0.3s; }\n.res-submit:hover { background: var(--gold-dark); border-color: var(--gold-dark); }\n.res-feedback { text-align: center; font-size: 0.83rem; min-height: 1.2rem; transition: color 0.3s; margin-top: 0.4rem; }\n\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n@media (max-width: 980px) {\n  .pillar-col + .pillar-col::before { display: none; }\n  .storia-img-col { min-height: 380px; }\n  .menu-card-col .et_pb_image_wrap img { height: 180px !important; }\n  .hero-section .hero__title { font-size: 2.8rem !important; }\n}\n@media (max-width: 767px) {\n  .hero-section::before {\n    background: rgba(8,5,2,0.80) !important;\n  }\n  .storia-img-col { min-height: 240px !important; }\n  .storia__badge { width: 72px; height: 72px; bottom: 1rem; right: 1rem; }\n  .storia__badge-num { font-size: 1.2rem; }\n  .storia__badge-txt { font-size: 0.5rem; }\n  .storia-content-col { padding: 2.25rem 1.5rem !important; }\n  .storia-content-col .storia__title { font-size: 1.5rem !important; }\n  .timeline { padding-left: 1rem; margin: 1rem 0 1.5rem; gap: 1.1rem; }\n  .timeline__item::before { left: -1.375rem; }\n\n  .res-row { grid-template-columns: 1fr; }\n  .hero-btns-row .et_pb_column { flex-direction: column; align-items: stretch; }\n  .hero-btns-row .et_pb_button_module_wrapper { width: 100%; }\n  .hero-btns-row .et_pb_button { width: 100%; justify-content: center; }\n}\n\n\/* --- Divi5 native module conversion additions --- *\/\n.menu-card-col { box-shadow: 0 4px 24px rgba(0,0,0,0.10); }\n.menu-card-col .menu-card-img img { height: 220px !important; object-fit: cover !important; width: 100% !important; max-width: none !important; }\n.testi-icon-wrap { text-align: center; margin-bottom: 0.6rem; }\n@media (max-width: 980px) {\n  .menu-card-col .menu-card-img img { height: 180px !important; }\n}\n<\/style><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section hero-section\" id=\"home\">\n<div class=\"et_pb_row_1 et_pb_row et_block_row\">\n<div class=\"et_pb_column_1 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1 class=\"hero__title\">Ristorante Poncini Cuore di Maggia<\/h1>\n<p class=\"hero__subtitle\"><strong>Typische Tessiner K\u00fcche<\/strong> &mdash; Cuore di Maggia<\/p>\n<p class=\"hero__desc\"><strong>Hausgemachte Pasta<\/strong>, <strong>hausgemachte Gnocchi<\/strong>,<br \/>K\u00e4se und Wurstwaren <strong>aus der Region<\/strong> aus dem Maggiatal.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_2 et_pb_row et_block_row\">\n<div class=\"et_pb_column_2 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough hero-cta-wrap\">\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/contatti\/#prenotazione\">Tisch reservieren<\/a><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/menu\/\">Speisekarte entdecken<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_block_section\" id=\"features\">\n<div class=\"et_pb_row_3 et_pb_row et_block_row\">\n<div class=\"et_pb_column_3 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough pillar-col\">\n<div class=\"et_pb_blurb_0 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_pb_module et_block_module pillar\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Hausgemachte Pasta &amp; Gnocchi<\/h4><div class=\"et_pb_blurb_description\"><p><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M32 10c-10 0-16 9-16 16s6 13 16 15c10-2 16-8 16-15S42 10 32 10z\"\/><path d=\"M24 41l-4 13h24l-4-13\"\/><line x1=\"20\" y1=\"54\" x2=\"44\" y2=\"54\"\/><path d=\"M28 22 Q32 18 36 22 Q40 26 36 30 Q32 34 28 30 Q24 26 28 22z\"\/><\/svg><\/span><\/p>\n<p><strong>Hausgemachte Pasta<\/strong> und <strong>hausgemachte Gnocchi<\/strong><br \/>t\u00e4glich frisch, nach traditionellen Tessiner Rezepten.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_4 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough pillar-col\">\n<div class=\"et_pb_blurb_1 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_pb_module et_block_module pillar\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Regionale Produkte &mdash; Valle Maggia<\/h4><div class=\"et_pb_blurb_description\"><p><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><ellipse cx=\"32\" cy=\"44\" rx=\"22\" ry=\"10\"\/><path d=\"M10 44c0-8 10-14 22-14s22 6 22 14\"\/><path d=\"M20 30l-2-14h28l-2 14\"\/><path d=\"M24 16c0-3 3-6 8-6s8 3 8 6\"\/><circle cx=\"32\" cy=\"44\" r=\"5\"\/><\/svg><\/span><\/p>\n<p>Fleisch aus den Metzgereien des <strong>Valle Maggia<\/strong><br \/>und Alpk\u00e4se aus <strong>lokaler Tessiner Produktion<\/strong>.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_5 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough pillar-col\">\n<div class=\"et_pb_blurb_2 et_pb_blurb et_pb_bg_layout_light et_pb_text_align_center et_pb_blurb_position_top et_pb_module et_block_module pillar\"><div class=\"et_pb_blurb_content\"><div class=\"et_pb_blurb_container\"><h4 class=\"et_pb_module_header\">Das beste Restaurant in der N\u00e4he von Locarno<\/h4><div class=\"et_pb_blurb_description\"><p><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 10h20l4 20H18z\"\/><path d=\"M18 30c0 0 4 10 14 10s14-10 14-10\"\/><line x1=\"32\" y1=\"40\" x2=\"32\" y2=\"54\"\/><line x1=\"22\" y1=\"54\" x2=\"42\" y2=\"54\"\/><line x1=\"20\" y1=\"58\" x2=\"44\" y2=\"58\"\/><\/svg><\/span><\/p>\n<p><strong>Typisches Tessiner Restaurant<\/strong> in Maggia,<br \/>nur 13 km von Locarno entfernt.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_block_section\" id=\"storia\">\n<div class=\"et_pb_row_4 et_pb_row et_block_row\">\n<div class=\"et_pb_column_6 et_pb_column et_pb_column_1_2 et_block_column et_pb_css_mix_blend_mode_passthrough storia-img-col\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"storia__badge\"><span class=\"storia__badge-num\">30+<\/span><span class=\"storia__badge-txt\">Jahre Geschichte<\/span><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 et_pb_column et_pb_column_1_2 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough storia-content-col\">\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"eyebrow\">Seit 1993 &mdash; Ristorante Maggia<\/span><\/p>\n<h2 class=\"storia__title\">Das <strong>typische Tessiner Restaurant<\/strong><br \/>im Herzen von Maggia<\/h2>\n<div class=\"ornament\"><svg viewBox=\"0 0 120 12\" fill=\"none\" width=\"120\" height=\"12\"><line x1=\"0\" y1=\"6\" x2=\"45\" y2=\"6\" stroke=\"#b8952a\" stroke-width=\"1\"\/><circle cx=\"60\" cy=\"6\" r=\"4\" fill=\"#b8952a\"\/><line x1=\"75\" y1=\"6\" x2=\"120\" y2=\"6\" stroke=\"#b8952a\" stroke-width=\"1\"\/><\/svg><\/div>\n<p class=\"storia__text\">Am Al Stradon 60 im Zentrum von <strong>Maggia<\/strong> gelegen &mdash; nur 13 km von Locarno und 27 km von Bosco Gurin entfernt &mdash; ist das <strong>Cuore di Maggia<\/strong> der Bezugspunkt f\u00fcr alle, die auf der Suche nach echter <strong>typischer Tessiner K\u00fcche<\/strong> im Maggiatal sind. Wir \u00f6ffneten unsere T\u00fcren 1993 mit einem Versprechen: nur das Beste der Region auf den Tisch zu bringen.<\/p>\n<p class=\"storia__text\">Jeden Tag bereiten wir <strong>hausgemachte Pasta<\/strong> und <strong>hausgemachte Gnocchi<\/strong> zu, w\u00e4hlen Fleisch aus den Metzgereien des <strong>Maggiatals<\/strong> aus und bieten lokalen Alpk\u00e4se an. <strong>Regionale Produkte<\/strong>, traditionelle Rezepte und authentische Gastfreundschaft: deshalb gelten wir als das <strong>beste Restaurant im Maggiatal<\/strong>.<\/p>\n<div class=\"timeline\">\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">1993<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Er\u00f6ffnung der Locanda<\/strong><\/p>\n<p>Die Familie Poncini er\u00f6ffnet ihre T\u00fcren im Zentrum von Maggia, Maggiatal.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2001<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Erweiterung des Weinkellers<\/strong><\/p>\n<p>Es entsteht die Auswahl an erlesenen Tessiner und italienischen Weinen.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2010<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Renovierung der R\u00e4umlichkeiten<\/strong><\/p>\n<p>Innenrenovierung f\u00fcr eine noch einladendere Atmosph\u00e4re.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2024<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>30 Jahre Exzellenz<\/strong><\/p>\n<p>Die Tradition wird von der zweiten Generation der Familie Poncini fortgef\u00fchrt.<\/p>\n<\/p><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_2_wrapper\"><a class=\"et_pb_button_2 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/contatti\/#prenotazione\">Besuchen Sie uns<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_block_section\" id=\"storia\">\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone storia-content-col\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"eyebrow\">Seit 1993 &mdash; Ristorante Maggia<\/span><\/p>\n<h2 class=\"storia__title\">Das <strong>typische Tessiner Restaurant<\/strong><br \/>im Herzen von Maggia<\/h2>\n<div class=\"ornament\"><svg viewBox=\"0 0 120 12\" fill=\"none\" width=\"120\" height=\"12\"><line x1=\"0\" y1=\"6\" x2=\"45\" y2=\"6\" stroke=\"#b8952a\" stroke-width=\"1\"\/><circle cx=\"60\" cy=\"6\" r=\"4\" fill=\"#b8952a\"\/><line x1=\"75\" y1=\"6\" x2=\"120\" y2=\"6\" stroke=\"#b8952a\" stroke-width=\"1\"\/><\/svg><\/div>\n<p class=\"storia__text\">Am Al Stradon 60 im Zentrum von <strong>Maggia<\/strong> gelegen &mdash; nur 13 km von Locarno und 27 km von Bosco Gurin entfernt &mdash; ist das <strong>Cuore di Maggia<\/strong> der Bezugspunkt f\u00fcr alle, die auf der Suche nach echter <strong>typischer Tessiner K\u00fcche<\/strong> im Maggiatal sind. Wir \u00f6ffneten unsere T\u00fcren 1993 mit einem Versprechen: nur das Beste der Region auf den Tisch zu bringen.<\/p>\n<p class=\"storia__text\">Jeden Tag bereiten wir <strong>hausgemachte Pasta<\/strong> und <strong>hausgemachte Gnocchi<\/strong> zu, w\u00e4hlen Fleisch aus den Metzgereien des <strong>Maggiatals<\/strong> aus und bieten lokalen Alpk\u00e4se an. <strong>Regionale Produkte<\/strong>, traditionelle Rezepte und authentische Gastfreundschaft: deshalb gelten wir als das <strong>beste Restaurant im Maggiatal<\/strong>.<\/p>\n<div class=\"timeline\">\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">1993<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Er\u00f6ffnung der Locanda<\/strong><\/p>\n<p>Die Familie Poncini er\u00f6ffnet ihre T\u00fcren im Zentrum von Maggia, Maggiatal.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2001<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Erweiterung des Weinkellers<\/strong><\/p>\n<p>Es entsteht die Auswahl an erlesenen Tessiner und italienischen Weinen.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2010<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Renovierung der R\u00e4umlichkeiten<\/strong><\/p>\n<p>Innenrenovierung f\u00fcr eine noch einladendere Atmosph\u00e4re.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2024<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>30 Jahre Exzellenz<\/strong><\/p>\n<p>Die Tradition wird von der zweiten Generation der Familie Poncini fortgef\u00fchrt.<\/p>\n<\/p><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_3_wrapper\"><a class=\"et_pb_button_3 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/contatti\/#prenotazione\">Besuchen Sie uns<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_block_section\" id=\"storia\">\n<div class=\"et_pb_row_6 et_pb_row et_block_row\">\n<div class=\"et_pb_column_9 et_pb_column et_pb_column_1_2 et_block_column et_pb_css_mix_blend_mode_passthrough storia-img-col\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"storia__badge\"><span class=\"storia__badge-num\">30+<\/span><span class=\"storia__badge-txt\">Jahre Geschichte<\/span><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_10 et_pb_column et_pb_column_1_2 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough storia-content-col\">\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"eyebrow\">Seit 1993 &mdash; Ristorante Maggia<\/span><\/p>\n<h2 class=\"storia__title\">Das <strong>typische Tessiner Restaurant<\/strong><br \/>im Herzen von Maggia<\/h2>\n<div class=\"ornament\"><svg viewBox=\"0 0 120 12\" fill=\"none\" width=\"120\" height=\"12\"><line x1=\"0\" y1=\"6\" x2=\"45\" y2=\"6\" stroke=\"#b8952a\" stroke-width=\"1\"\/><circle cx=\"60\" cy=\"6\" r=\"4\" fill=\"#b8952a\"\/><line x1=\"75\" y1=\"6\" x2=\"120\" y2=\"6\" stroke=\"#b8952a\" stroke-width=\"1\"\/><\/svg><\/div>\n<p class=\"storia__text\">Am Al Stradon 60 im Zentrum von <strong>Maggia<\/strong> gelegen &mdash; nur 13 km von Locarno und 27 km von Bosco Gurin entfernt &mdash; ist das <strong>Cuore di Maggia<\/strong> der Bezugspunkt f\u00fcr alle, die auf der Suche nach echter <strong>typischer Tessiner K\u00fcche<\/strong> im Maggiatal sind. Wir \u00f6ffneten unsere T\u00fcren 1993 mit einem Versprechen: nur das Beste der Region auf den Tisch zu bringen.<\/p>\n<p class=\"storia__text\">Jeden Tag bereiten wir <strong>hausgemachte Pasta<\/strong> und <strong>hausgemachte Gnocchi<\/strong> zu, w\u00e4hlen Fleisch aus den Metzgereien des <strong>Maggiatals<\/strong> aus und bieten lokalen Alpk\u00e4se an. <strong>Regionale Produkte<\/strong>, traditionelle Rezepte und authentische Gastfreundschaft: deshalb gelten wir als das <strong>beste Restaurant im Maggiatal<\/strong>.<\/p>\n<div class=\"timeline\">\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">1993<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Er\u00f6ffnung der Locanda<\/strong><\/p>\n<p>Die Familie Poncini er\u00f6ffnet ihre T\u00fcren im Zentrum von Maggia, Maggiatal.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2001<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Erweiterung des Weinkellers<\/strong><\/p>\n<p>Es entsteht die Auswahl an erlesenen Tessiner und italienischen Weinen.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2010<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>Renovierung der R\u00e4umlichkeiten<\/strong><\/p>\n<p>Innenrenovierung f\u00fcr eine noch einladendere Atmosph\u00e4re.<\/p>\n<\/p><\/div>\n<\/div>\n<div class=\"timeline__item\">\n  <span class=\"timeline__year\">2024<\/span><\/p>\n<div class=\"timeline__body\">\n    <strong>30 Jahre Exzellenz<\/strong><\/p>\n<p>Die Tradition wird von der zweiten Generation der Familie Poncini fortgef\u00fchrt.<\/p>\n<\/p><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_4_wrapper\"><a class=\"et_pb_button_4 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/contatti\/#prenotazione\">Besuchen Sie uns<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_block_section\" id=\"menu\">\n<div class=\"et_pb_row_7 et_pb_row et_block_row\">\n<div class=\"et_pb_column_11 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"eyebrow eyebrow--center\">Cucina ticinese &mdash; Maggia<\/span><\/p>\n<h2 class=\"section-title\">Unser <strong>Men\u00fc des Tages<\/strong><\/h2>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_8 et_pb_row et_pb_row_4col et_pb_gutters2 et_block_row et_block_row_4col\">\n<div class=\"et_pb_column_12 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough menu-card-col\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_module et_block_module menu-card-img\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1572695157366-5e585ab2b69f?w=500&#038;q=80\" alt=\"Zum Auftakt\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Zum Auftakt<\/h3>\n<p>Echte Aromen f\u00fcr einen<br \/>gelungenen Start Ihres Essens.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_13 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough menu-card-col\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_block_module menu-card-img\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1498579150354-977475b7ea0b?w=500&#038;q=80\" alt=\"Hausgemachte Pasta und Gnocchi\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Erste G\u00e4nge<\/h3>\n<p><strong>Hausgemachte Pasta<\/strong> und <strong>hausgemachte Gnocchi<\/strong><br \/>nach traditionellen Tessiner Rezepten.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_14 et_pb_column et_pb_column_1_4 et_block_column et_pb_css_mix_blend_mode_passthrough menu-card-col\">\n<div class=\"et_pb_image_2 et_pb_image et_pb_module et_block_module menu-card-img\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1544025162-d76694265947?w=500&#038;q=80\" alt=\"Fleisch aus dem Maggiatal\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Hauptg\u00e4nge<\/h3>\n<p>Ausgew\u00e4hltes Fleisch aus den Metzgereien<br \/>des <strong>Maggiatals<\/strong> &mdash; aus der Region.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_15 et_pb_column et_pb_column_1_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough menu-card-col\">\n<div class=\"et_pb_image_3 et_pb_image et_pb_module et_block_module menu-card-img\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1565299624946-b28f40a0ae38?w=500&#038;q=80\" alt=\"Handwerkliche Pinsa\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>PIZZA UND Pinsa<\/h3>\n<p>Leicht, knusprig und reich<br \/>an <strong>lokalen Tessiner Zutaten<\/strong>.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_9 et_pb_row et_block_row\">\n<div class=\"et_pb_column_16 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_5_wrapper\"><a class=\"et_pb_button_5 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/menu\/\">Komplette Speisekarte ansehen<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_7 et_pb_section et_section_regular et_block_section featured-section\" id=\"piatti\">\n<div class=\"et_pb_row_10 et_pb_row et_block_row\">\n<div class=\"et_pb_column_17 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"featured-eyebrow\">Spezialit\u00e4ten &mdash; Tessiner K\u00fcche Maggia<\/span><\/p>\n<h2 class=\"section-title section-title--light\">Die Spezialit\u00e4ten der <strong>Tessiner K\u00fcche<\/strong><\/h2>\n<div class=\"featured-ornament\"><svg viewBox=\"0 0 24 24\" fill=\"#b8952a\" width=\"18\" height=\"18\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_11 et_pb_row et_block_row\">\n<div class=\"et_pb_column_18 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough dish-card-col\">\n<div class=\"et_pb_image_4 et_pb_image et_pb_module et_block_module dish-img\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o.jpg\" alt=\"Pastagericht auf wei\u00dfem Keramikteller\" title=\"Photo by Gabriella Clare Marino\" width=\"1600\" height=\"1067\" srcset=\"https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o.jpg 1600w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-300x200.jpg 300w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-1024x683.jpg 1024w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-768x512.jpg 768w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-1536x1024.jpg 1536w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-1080x720.jpg 1080w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-1280x854.jpg 1280w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-980x654.jpg 980w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/h7bmptisp5o-480x320.jpg 480w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" class=\"wp-image-291\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Tagliatelle mit Steinpilzen<\/h3>\n<p><strong>Hausgemachte Pasta<\/strong> mit Steinpilzen &ndash; Tessiner Rezept.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_19 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough dish-card-col\">\n<div class=\"et_pb_image_5 et_pb_image et_pb_module et_block_module dish-img\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum.jpg\" alt=\"Rindstagliata\" title=\"Rindstagliata\" width=\"1600\" height=\"900\" srcset=\"https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum.jpg 1600w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-300x169.jpg 300w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-1024x576.jpg 1024w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-768x432.jpg 768w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-1536x864.jpg 1536w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-1080x608.jpg 1080w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-1280x720.jpg 1280w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-980x551.jpg 980w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/cpkpj-u9eum-480x270.jpg 480w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" class=\"wp-image-294\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Rindstagliata Maggiatal<\/h3>\n<p>Fleisch <strong>aus der Region<\/strong>, ausgew\u00e4hlt von lokalen Metzgereien.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_20 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough dish-card-col\">\n<div class=\"et_pb_image_6 et_pb_image et_pb_module et_block_module dish-img\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu.jpg\" alt=\"Gnocchi mit Sauce und frischem Basilikum auf einem Teller.\" title=\"Photo by Leandro Rossi\" width=\"1600\" height=\"1067\" srcset=\"https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu.jpg 1600w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-300x200.jpg 300w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-1024x683.jpg 1024w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-768x512.jpg 768w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-1536x1024.jpg 1536w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-1080x720.jpg 1080w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-1280x854.jpg 1280w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-980x654.jpg 980w, https:\/\/ristoranteponcinimaggia.ch\/wp-content\/uploads\/2026\/07\/esn6muftpu-480x320.jpg 480w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" class=\"wp-image-293\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Hausgemachte Gnocchi<\/h3>\n<p><strong>Hausgemachte Gnocchi<\/strong> &ndash; die Spezialit\u00e4t der Locanda.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_8 et_pb_section et_section_regular et_block_section cantina-hero-section\" id=\"cantina\">\n<div class=\"et_pb_row_12 et_pb_row et_block_row\">\n<div class=\"et_pb_column_21 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"eyebrow eyebrow--gold eyebrow--center\">Vinothek &ndash; Tessiner Weine<\/span><\/p>\n<h2 class=\"section-title section-title--light\">Unser <strong>Weinkeller<\/strong><\/h2>\n<p class=\"cantina__hero-desc\">Eine sorgf\u00e4ltige Auswahl an erlesenen <strong>Tessiner und italienischen Weinen<\/strong>,<br \/>ausgew\u00e4hlt, um jedes Gericht der <strong>Tessiner K\u00fcche<\/strong> zu unterstreichen.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_9 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_13 et_pb_row et_block_row\">\n<div class=\"et_pb_column_22 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough wine-card-col\">\n<div class=\"et_pb_image_7 et_pb_image et_pb_module et_block_module wine-card-img\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1510812431401-41d2bd2722f3?w=480&#038;q=80\" alt=\"Vini rossi ticinesi Merlot DOC\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"wine-label\">Rotweine<\/span><\/p>\n<h3>Rotweine<\/h3>\n<p>Barolo, Brunello, Amarone und die grossen <strong>Tessiner Merlot DOC<\/strong>. Die besten <strong>Tessiner Weine<\/strong> im Maggiatal.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_6_wrapper\"><a class=\"et_pb_button_6 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/menu\/\">Auswahl entdecken \u2192<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_column_23 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough wine-card-col\">\n<div class=\"et_pb_image_8 et_pb_image et_pb_module et_block_module wine-card-img\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1474722883778-792e7990302f?w=480&#038;q=80\" alt=\"Vini bianchi ticinesi Maggia\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"wine-label\">Weisse<\/span><\/p>\n<h3>Weissweine\u00a0<\/h3>\n<p>Soave, Pinot Grigio und die frischen weissen <strong>Tessiner Weine<\/strong>, perfekt zur <strong>Tessiner K\u00fcche<\/strong>.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_7_wrapper\"><a class=\"et_pb_button_7 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/menu\/\">Auswahl entdecken \u2192<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_column_24 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough wine-card-col\">\n<div class=\"et_pb_image_9 et_pb_image et_pb_module et_block_module wine-card-img\"><span class=\"et_pb_image_wrap\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1514242879996-d7b3bb2dd531?w=480&#038;q=80\" alt=\"Bollicine selezione Cuore di Maggia\" \/><\/span><\/div>\n\n<div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"wine-label\">Schaumweine<\/span><\/p>\n<h3>Schaumweine<\/h3>\n<p>Prosecco, Franciacorta und Champagner, ausgew\u00e4hlt f\u00fcr besondere Momente in der Locanda.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_8_wrapper\"><a class=\"et_pb_button_8 et_pb_button et_pb_bg_layout_light et_pb_module et_block_module\" href=\"\/menu\/\">Auswahl entdecken \u2192<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_10 et_pb_section et_section_regular et_block_section\" id=\"gallery\">\n<div class=\"et_pb_row_14 et_pb_row et_block_row\">\n<div class=\"et_pb_column_25 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_3 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><section class=\"gallery\" id=\"gallery\">\n  <div class=\"gallery__intro\">\n    <span class=\"eyebrow\">Essen im Maggiatal<\/span>\n    <h2 class=\"gallery__title\">Das Cuore di Maggia<br>in Maggia<\/h2>\n    <p class=\"gallery__desc\">Das <strong>Restaurant mit authentischer Tessiner K\u00fcche<\/strong> im Herzen des Maggiatals.<\/p>\n    <a href=\"\/menu\/\" class=\"btn btn--outline-dark\">Speisekarte ansehen<\/a>\n  <\/div>\n  <div class=\"gallery__carousel\">\n    <div class=\"gallery__track-wrap\">\n      <div class=\"gallery__track\" id=\"gallery-track\">\n        <div class=\"gallery__slide\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1414235077428-338989a2e8c0?w=520&q=80\" alt=\"Restaurantsaal\" loading=\"lazy\"><\/div>\n        <div class=\"gallery__slide\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1517248135467-4c7edcad34c4?w=520&q=80\" alt=\"Elegantes Interieur\" loading=\"lazy\"><\/div>\n        <div class=\"gallery__slide\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1482049016688-2d3e1b311543?w=520&q=80\" alt=\"Tagesgericht\" loading=\"lazy\"><\/div>\n        <div class=\"gallery__slide\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1424847651672-bf20a4b0982b?w=520&q=80\" alt=\"Abendstimmung\" loading=\"lazy\"><\/div>\n        <div class=\"gallery__slide\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1473093295043-cdd812d0e601?w=520&q=80\" alt=\"Frische Pasta\" loading=\"lazy\"><\/div>\n        <div class=\"gallery__slide\"><img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1498579150354-977475b7ea0b?w=520&q=80\" alt=\"Spezialit\u00e4t des Hauses\" loading=\"lazy\"><\/div>\n      <\/div>\n    <\/div>\n    <button class=\"gallery__arrow gallery__arrow--prev\" id=\"gallery-prev\" aria-label=\"Zur\u00fcck\">\u2039<\/button>\n    <button class=\"gallery__arrow gallery__arrow--next\" id=\"gallery-next\" aria-label=\"Weiter\">\u203a<\/button>\n    <div class=\"gallery__dots\" id=\"gallery-dots\" role=\"tablist\"><\/div>\n  <\/div>\n<\/section><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_11 et_pb_section et_section_regular et_block_section\" id=\"testimonianze\">\n<div class=\"et_pb_row_15 et_pb_row et_block_row\">\n<div class=\"et_pb_column_26 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><span class=\"eyebrow eyebrow--center\">Meinungen unserer G\u00e4ste<\/span><\/p>\n<h2 class=\"section-title\">Was man \u00fcber uns sagt<\/h2>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_16 et_pb_row et_block_row\">\n<div class=\"et_pb_column_27 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_4 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"rating-bar\"><span class=\"rating-score\">4.9<\/span><div class=\"rating-stars\"><svg viewBox=\"0 0 24 24\" fill=\"#b8952a\" width=\"18\" height=\"18\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg viewBox=\"0 0 24 24\" fill=\"#b8952a\" width=\"18\" height=\"18\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg viewBox=\"0 0 24 24\" fill=\"#b8952a\" width=\"18\" height=\"18\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg viewBox=\"0 0 24 24\" fill=\"#b8952a\" width=\"18\" height=\"18\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><svg viewBox=\"0 0 24 24\" fill=\"#b8952a\" width=\"18\" height=\"18\"><path d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\/><\/svg><\/div><span class=\"rating-label\"><strong>Bestes Restaurant im Maggiatal<\/strong> &mdash; 320+ Bewertungen<\/span><\/div><\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_17 et_pb_row et_block_row\">\n<div class=\"et_pb_column_28 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_testimonial_0 et_pb_testimonial et_pb_testimonial_no_image et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_testimonial_inner\"><div class=\"et_pb_testimonial_description\"><div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>\"Das beste Restaurant im Maggiatal! Die hausgemachte Pasta ist einfach himmlisch und man schmeckt die regionalen Produkte in jedem Bissen. Wir kommen bestimmt wieder!\"<\/p>\n<\/div><\/div><div class=\"et_pb_testimonial_author\">Marco R.<\/div><div class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_company\">Google Reviews<\/span><\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_29 et_pb_column et_pb_column_1_3 et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_testimonial_1 et_pb_testimonial et_pb_testimonial_no_image et_pb_bg_layout_light et_pb_module et_block_module testi-card-featured\"><div class=\"et_pb_testimonial_inner\"><div class=\"et_pb_testimonial_description\"><div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>\"Wir suchten ein Restaurant mit authentischer Tessiner K\u00fcche in der N\u00e4he von Locarno &mdash; das Cuore di Maggia war eine Offenbarung. Die hausgemachten Gnocchi und die Tessiner Weine: einfach perfekt!\"<\/p>\n<\/div><\/div><div class=\"et_pb_testimonial_author\">Sophie K.<\/div><div class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_company\">TripAdvisor<\/span><\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_30 et_pb_column et_pb_column_1_3 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_testimonial_2 et_pb_testimonial et_pb_testimonial_no_image et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_testimonial_inner\"><div class=\"et_pb_testimonial_description\"><div class=\"et_pb_testimonial_description_inner\"><div class=\"et_pb_testimonial_content\"><p>\"Wir haben unseren Jahrestag im Cuore di Maggia gefeiert, dem typischen Tessiner Restaurant in Maggia. Aussergew\u00f6hnliche K\u00fcche, perfekte Tessiner Weine. Unbedingt zu empfehlen!\"<\/p>\n<\/div><\/div><div class=\"et_pb_testimonial_author\">Andrea M.<\/div><div class=\"et_pb_testimonial_meta\"><span class=\"et_pb_testimonial_company\">Google Reviews<\/span><\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"et_pb_section_12 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_18 et_pb_row et_block_row\">\n<div class=\"et_pb_column_31 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\">\n<div class=\"et_pb_code_5 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div id=\"eventi\" style=\"background:var(--cream2,#ede8dc);padding:88px 0;\">\n<div class=\"container\" style=\"text-align:center;\">\n<span class=\"eyebrow\">Private Feiern &amp; Veranstaltungen<\/span>\n<h2 class=\"section-title\">Feiern Sie Ihre besonderen Momente in der Locanda Poncini<\/h2>\n<p style=\"max-width:680px;margin:0 auto 3rem;color:var(--text-mid);font-size:.95rem;line-height:1.85;\">Der ideale Ort f\u00fcr Geburtstage, private Feiern, Abendessen, Jubil\u00e4en und Gruppenveranstaltungen in Maggia, im Maggiatal.<br><strong>Feiern, geniessen und \u00fcbernachten am selben Ort!<\/strong><\/p>\n<div style=\"display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 0;margin-bottom:3.5rem;\"><div class=\"pillar-col\"><div class=\"pillar\"><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"32\" cy=\"32\" r=\"20\"\/><circle cx=\"32\" cy=\"32\" r=\"6\"\/><path d=\"M14 20 L22 20 M14 44 L22 44 M50 20 L42 20 M50 44 L42 44\"\/><\/svg><\/span><span class=\"pillar__title\">Restaurantsaal<\/span><span class=\"pillar__desc\">Grossz\u00fcgig und einladend, perfekt f\u00fcr jede Art von Veranstaltung.<\/span><\/div><\/div><div class=\"pillar-col\"><div class=\"pillar\"><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 30c-5 0-8-4-8-8s3-8 7-8c1-4 5-7 13-7s12 3 13 7c4 0 7 4 7 8s-3 8-8 8\"\/><path d=\"M20 30v14h24V30\"\/><path d=\"M18 50h28\"\/><\/svg><\/span><span class=\"pillar__title\">Ausgestattete K\u00fcche<\/span><span class=\"pillar__desc\">Voll ausgestattete K\u00fcche f\u00fcr jeden Bedarf.<\/span><\/div><\/div><div class=\"pillar-col\"><div class=\"pillar\"><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><ellipse cx=\"32\" cy=\"46\" rx=\"22\" ry=\"5\"\/><path d=\"M32 12c-8 0-14 8-14 16 0 10 6 15 14 16 8-1 14-6 14-16 0-8-6-16-14-16z\"\/><circle cx=\"32\" cy=\"27\" r=\"4\"\/><\/svg><\/span><span class=\"pillar__title\">Individuelle Men\u00fcs<\/span><span class=\"pillar__desc\">Wir erstellen massgeschneiderte Men\u00fcs nach Ihren W\u00fcnschen und Vorlieben.<\/span><\/div><\/div><div class=\"pillar-col\"><div class=\"pillar\"><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 40V20a4 4 0 0 1 4-4h13v12\"\/><path d=\"M8 40h48v-8a6 6 0 0 0-6-6H27a6 6 0 0 0-6 6v8\"\/><path d=\"M8 40v10 M56 40v10\"\/><\/svg><\/span><span class=\"pillar__title\">\u00dcbernachtung<\/span><span class=\"pillar__desc\">Unterkunft f\u00fcr bis zu 18 Personen in komfortablen Zimmern.<\/span><\/div><\/div><div class=\"pillar-col\"><div class=\"pillar\"><span class=\"pillar-icon\"><svg viewBox=\"0 0 64 64\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 38l5-14a5 5 0 0 1 5-3h24a5 5 0 0 1 5 3l5 14\"\/><rect x=\"7\" y=\"38\" width=\"50\" height=\"12\" rx=\"3\"\/><circle cx=\"18\" cy=\"50\" r=\"4\"\/><circle cx=\"46\" cy=\"50\" r=\"4\"\/><\/svg><\/span><span class=\"pillar__title\">Parkplatz<\/span><span class=\"pillar__desc\">Parkplatz f\u00fcr Sie und Ihre G\u00e4ste verf\u00fcgbar.<\/span><\/div><\/div><\/div>\n<div style=\"max-width:620px;margin:0 auto 3rem;text-align:left;background:#fff;padding:2.2rem 2.4rem;border-top:3px solid var(--gold);\">\n<h3 style=\"font-family:var(--serif);font-size:1.15rem;font-weight:600;color:var(--text);margin-bottom:1.2rem;\">Warum die Locanda Poncini w\u00e4hlen?<\/h3>\n<ul style=\"list-style:none;margin:0;padding:0;\"><li style=\"display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.7rem;font-size:.92rem;color:var(--text-mid);line-height:1.6;\"><span style=\"color:var(--gold);font-weight:700;flex-shrink:0;\">\u2713<\/span><span>Einladende und vielseitige R\u00e4umlichkeiten<\/span><\/li><li style=\"display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.7rem;font-size:.92rem;color:var(--text-mid);line-height:1.6;\"><span style=\"color:var(--gold);font-weight:700;flex-shrink:0;\">\u2713<\/span><span>Ausgestattete K\u00fcche und individuelle Men\u00fcs<\/span><\/li><li style=\"display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.7rem;font-size:.92rem;color:var(--text-mid);line-height:1.6;\"><span style=\"color:var(--gold);font-weight:700;flex-shrink:0;\">\u2713<\/span><span>Unterkunft f\u00fcr bis zu 18 Personen<\/span><\/li><li style=\"display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.7rem;font-size:.92rem;color:var(--text-mid);line-height:1.6;\"><span style=\"color:var(--gold);font-weight:700;flex-shrink:0;\">\u2713<\/span><span>Bequemer und sicherer Parkplatz<\/span><\/li><li style=\"display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.7rem;font-size:.92rem;color:var(--text-mid);line-height:1.6;\"><span style=\"color:var(--gold);font-weight:700;flex-shrink:0;\">\u2713<\/span><span>Ideal f\u00fcr jeden Anlass: Geburtstage, private Feiern, Abendessen, Jubil\u00e4en und Gruppenveranstaltungen<\/span><\/li><\/ul>\n<\/div>\n<p style=\"font-size:.85rem;color:var(--text-mid);margin-bottom:1.6rem;\">Kontaktieren Sie uns f\u00fcr Verf\u00fcgbarkeit, Angebote und Informationen &mdash; oder erfahren Sie mehr auf der speziellen Veranstaltungswebsite.<\/p>\n<div class=\"section-cta\" style=\"display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;\">\n<a href=\"tel:+41794035207\" class=\"hero-cta-gold\">Anrufen: 079 403 52 07<\/a>\n<a href=\"https:\/\/www.locandaponcini.com\/\" target=\"_blank\" rel=\"noopener\" class=\"hero-cta-outline\">locandaponcini.com<\/a>\n<\/div>\n<\/div>\n<\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-289","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/pages\/289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/comments?post=289"}],"version-history":[{"count":5,"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/pages\/289\/revisions"}],"predecessor-version":[{"id":309,"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/pages\/289\/revisions\/309"}],"wp:attachment":[{"href":"https:\/\/ristoranteponcinimaggia.ch\/de\/wp-json\/wp\/v2\/media?parent=289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}