.page{min-height:100vh;position:relative;isolation:isolate;overflow:hidden}
    .page::before{content:"";position:fixed;inset:0;z-index:-3;background:var(--page-background-image) center 18% / cover no-repeat}
    .page::after{content:"";position:fixed;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(8,6,3,.58) 0%,rgba(8,6,3,.67) 31%,rgba(8,6,3,.84) 58%,rgba(8,6,3,.97) 100%),radial-gradient(circle at 50% 14%,rgba(218,170,79,.10),transparent 42%);pointer-events:none}
    .wrap{width:min(1180px,100%);margin:0 auto;padding:0 22px}
    .topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:max(12px,env(safe-area-inset-top));position:relative;z-index:5}
    .topbar-left{display:flex;align-items:center;gap:8px}.topbar-right{display:flex;align-items:center;gap:8px}.support-quick{width:46px;height:46px;flex:0 0 46px;border-radius:15px;border:1px solid rgba(255,255,255,.16);background:rgba(10,8,5,.44);color:#fff;display:inline-grid;place-items:center;text-decoration:none;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .16s ease,background .16s ease,border-color .16s ease}
    .support-quick:hover{transform:translateY(-1px);background:rgba(255,255,255,.12);border-color:rgba(220,174,85,.45)}
    .support-quick svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
    .support-quick.whatsapp svg{width:26px;height:26px}
    .booking-head .support-quick{width:40px;height:40px;flex-basis:40px;border-radius:50%;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);backdrop-filter:none;-webkit-backdrop-filter:none}
    .booking-head .support-quick svg{width:22px;height:22px}
    @media(max-width:560px){
      .topbar{gap:6px}
      .topbar .support-quick{width:42px;height:42px;flex-basis:42px;border-radius:14px}
      .booking-status{padding:8px 10px}
      .booking-status .label{display:none}
      .booking-head{gap:8px;padding-left:10px;padding-right:10px}
      .booking-head-logo{width:42px;height:42px}
      .booking-head .support-quick{width:38px;height:38px;flex-basis:38px}
      .booking-close{width:40px;height:40px}
    }
    .booking-status{appearance:none;border:0;background:rgba(10,8,5,.44);color:#fff;display:inline-flex;align-items:center;gap:10px;padding:9px 12px;border-radius:16px;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
    .booking-status .icon-wrap{position:relative;display:grid;place-items:center;width:30px;height:30px}.booking-status svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.8}
    .booking-status .dot{position:absolute;top:-1px;right:-1px;width:10px;height:10px;border-radius:50%;background:#f28b19;box-shadow:0 0 0 2px rgba(10,8,5,.85)}
    .booking-status .label{font-size:12px;letter-spacing:.09em;text-transform:uppercase;color:#fff;font-weight:700}
    .hero{padding:0 0 12px;text-align:center}.brand-plate{width:clamp(138px,30vw,226px);min-height:118px;margin:-8px auto 7px;padding:var(--brand-plate-padding);display:flex;align-items:center;justify-content:center;border-radius:var(--brand-plate-radius);border:1px solid rgba(220,174,85,.24);box-shadow:0 14px 34px rgba(0,0,0,.22);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}
    .brand-plate.brand-light{background:rgba(255,255,255,.94);border-color:rgba(255,255,255,.72);box-shadow:0 14px 34px rgba(0,0,0,.20)}
    .brand-plate.brand-dark{background:rgba(7,6,4,.78);border-color:rgba(220,174,85,.34);box-shadow:0 14px 34px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.025)}
    .brand-plate.brand-glass{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.20)}
    .logo{display:block;width:100%;height:auto;max-width:200px;max-height:200px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.24))}
    .eyebrow{color:var(--gold2);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;margin:3px 0 5px}
    .hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(31px,7vw,58px);line-height:1.03;font-weight:500;color:#fff}.hero h1 span{color:var(--gold2)}
    .tricolor{display:flex;width:150px;height:3px;border-radius:10px;overflow:hidden;margin:11px auto 9px}.tricolor i{flex:1}.tricolor i:nth-child(1){background:#159447}.tricolor i:nth-child(2){background:#fff}.tricolor i:nth-child(3){background:#d72d2d}
    .hero-copy{margin:0 auto;max-width:520px;color:#fff;font-size:clamp(15px,3.7vw,19px);line-height:1.45}
    .actions{display:grid;gap:10px;margin-top:16px;position:relative;z-index:4}.action-card{min-height:130px;display:grid;grid-template-columns:78px 1fr 42px;align-items:center;gap:15px;padding:16px;border-radius:25px;border:1px solid rgba(220,174,85,.44);box-shadow:var(--shadow);overflow:hidden;position:relative;transition:transform .18s ease,filter .18s ease}
    .action-card:hover{transform:translateY(-2px);filter:brightness(1.05)}.action-card:active{transform:translateY(0)}
    .action-card.primary{color:#fff;border-color:#f3ce83;background:linear-gradient(120deg,#8f5d16 0%,#b9822f 34%,#d1a14b 58%,#9d681d 100%);min-height:146px;grid-template-columns:84px 1fr 46px;padding:19px 18px}
    .action-card.offer{background:linear-gradient(110deg,rgba(22,54,30,.98),rgba(30,75,40,.96))}.action-card.menu{background:linear-gradient(110deg,rgba(98,18,12,.98),rgba(127,30,22,.96))}.action-card.order{background:linear-gradient(110deg,rgba(108,71,15,.98),rgba(144,97,20,.96))}.action-card.generic{background:linear-gradient(110deg,rgba(30,30,30,.98),rgba(55,55,55,.96))}
    .action-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;border:1px solid currentColor;background:rgba(0,0,0,.12);color:var(--gold2)}.primary .action-icon{color:#fff4d6;background:rgba(135,83,10,.20);border-color:rgba(255,248,227,.58)}
    .action-icon svg{width:42px;height:42px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.action-title{display:block;font-size:clamp(22px,5vw,31px);font-weight:700;line-height:1.03;margin:0 0 6px;letter-spacing:-.025em}.action-sub{display:block;font-size:14px;line-height:1.4;color:rgba(255,255,255,.88)}
    .primary .action-title,.primary .action-sub{color:#fff}.primary .action-icon{width:82px;height:82px}.primary .action-title{font-size:clamp(24px,5.4vw,34px)}
    .arrow{width:40px;height:40px;border-radius:50%;border:1.5px solid currentColor;display:grid;place-items:center;color:var(--gold2)}.primary .arrow{color:#fff;border-color:rgba(255,255,255,.9);background:rgba(255,255,255,.12)}.arrow svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2.3}
    @keyframes prenotaPulse{0%,100%{transform:scale(1);box-shadow:0 16px 44px rgba(0,0,0,.28),0 0 0 0 rgba(220,174,85,.28)}50%{transform:scale(1.018);box-shadow:0 18px 48px rgba(0,0,0,.32),0 0 0 10px rgba(220,174,85,0)}}
    .action-card.primary{animation:prenotaPulse 2.6s ease-in-out infinite;will-change:transform,box-shadow}.action-card.primary:hover{animation-play-state:paused;transform:translateY(-2px) scale(1.01)}
    @media (prefers-reduced-motion:reduce){.action-card.primary{animation:none}}
    .features{margin:12px 0 0;padding:14px 6px;border:1px solid var(--line);border-radius:22px;background:rgba(8,7,5,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:grid;grid-template-columns:repeat(4,1fr)}
    .feature{padding:2px 10px;text-align:center;border-right:1px solid rgba(220,174,85,.28)}.feature:last-child{border-right:0}.feature svg{width:30px;height:30px;stroke:var(--gold2);fill:none;stroke-width:1.6;margin-bottom:5px}.feature strong{display:block;color:var(--gold2);font-size:11px;line-height:1.25;text-transform:uppercase;letter-spacing:.025em}.feature span{display:block;color:#fff;font-size:10px;line-height:1.35;margin-top:3px}
    .contacts{margin:12px 0 0;padding:10px 12px;border:1px solid var(--line);border-radius:22px;background:rgba(8,7,5,.78);display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:0}
    .contact{display:flex;align-items:center;gap:10px;padding:8px 12px;min-width:0;color:inherit;text-decoration:none;border-right:1px solid rgba(220,174,85,.30)}.contact:last-child{border-right:0}.contact:hover{background:rgba(220,174,85,.05)}
    .contact-icon{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--gold);color:var(--gold2);background:rgba(220,174,85,.08)}.contact-icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.contact small{display:block;color:var(--gold2);font-size:10px;letter-spacing:.07em;text-transform:uppercase;margin-bottom:2px}.contact strong{font-size:13px;line-height:1.25;display:block;white-space:normal}.contact address{font-style:normal;font-size:12px;line-height:1.35;color:#fff}
    .social{text-align:center;padding:14px 0 24px}.social-title{display:flex;align-items:center;gap:12px;justify-content:center;color:var(--gold2);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.social-title::before,.social-title::after{content:"";height:1px;width:72px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.social-icons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.social-icons a{width:40px;height:40px;border-radius:50%;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold2);background:rgba(0,0,0,.18)}.social-icons svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.tagline{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:22px;color:#fff;margin-top:11px}.tagline b{color:var(--gold2);font-weight:400}
    .db-warning{margin:10px auto 0;max-width:760px;padding:8px 12px;border-radius:10px;background:rgba(180,45,45,.18);border:1px solid rgba(255,120,120,.25);font-size:11px;color:#ffd8d8;text-align:center}
    @media (min-width:760px){.wrap{padding:0 34px}.hero{padding-top:0}.brand-plate{margin-top:-14px}.actions{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin-top:18px}.action-card{min-height:158px;grid-template-columns:72px 1fr 38px;padding:20px 17px}.action-card.primary{min-height:176px;grid-template-columns:80px 1fr 42px;padding:22px 19px}.action-card.primary .action-icon{width:78px;height:78px}.action-title{font-size:24px}.action-sub{font-size:13px}.features{margin-top:18px;padding:18px 12px}.feature strong{font-size:12px}.feature span{font-size:11px}.contacts{margin-top:18px}.booking-status .label{display:inline}}
    @media (min-width:1020px){.page::before{background-position:center 48%}.topbar{min-height:80px}.booking-status{padding:10px 14px}.hero{display:grid;grid-template-columns:260px 1fr;align-items:center;text-align:left;column-gap:28px;padding:0 0 10px}.brand-plate{grid-row:1 / span 4;width:230px;min-height:190px;margin:0 auto;padding:14px}.brand-plate .logo{max-width:202px;max-height:202px}.eyebrow{margin:0 0 5px}.hero h1{font-size:56px}.tricolor{margin:12px 0 10px}.hero-copy{margin:0;max-width:650px}.actions{margin-top:14px}.action-card{min-height:170px}.action-card.primary{min-height:188px}.action-title{font-size:27px}.action-card.primary .action-title{font-size:30px}.contact strong{font-size:14px}.contact address{font-size:13px}.social{padding-bottom:34px}}
    @media (max-width:759px){.wrap{padding:0 13px}.topbar{min-height:58px;padding-top:max(6px,env(safe-area-inset-top))}.booking-status{padding:6px 8px;background:rgba(6,5,3,.32)}.booking-status .label{display:none}.hero{padding-bottom:4px}.brand-plate{width:132px;min-height:108px;margin:-15px auto 3px;padding:9px;border-radius:20px}.brand-plate .logo{max-width:112px;max-height:112px}.eyebrow{font-size:10px;margin:0 0 3px}.hero h1{font-size:31px}.tricolor{width:118px;margin:8px auto 6px;height:2px}.hero-copy{font-size:14px;line-height:1.35;max-width:330px}.actions{margin-top:14px;gap:8px}.action-card{min-height:108px;grid-template-columns:64px 1fr 34px;gap:11px;padding:12px;border-radius:20px}.action-card.primary{min-height:124px;grid-template-columns:70px 1fr 36px;padding:14px 13px}.action-card.primary .action-icon{width:68px;height:68px}.action-card.primary .action-title{font-size:23px}.action-card.primary .action-sub{font-size:12.5px}.action-icon{width:62px;height:62px}.action-icon svg{width:34px;height:34px}.action-title{font-size:21px;margin-bottom:3px}.action-sub{font-size:12px;line-height:1.32}.arrow{width:34px;height:34px}.arrow svg{width:17px;height:17px}.features{margin-top:9px;padding:10px 3px;border-radius:18px}.feature{padding:1px 6px}.feature svg{width:25px;height:25px}.feature strong{font-size:9px}.feature span{display:none}.contacts{margin-top:9px;grid-template-columns:1fr;border-radius:18px;padding:7px 8px}.contact{padding:9px 8px;border-right:0;border-bottom:1px solid rgba(220,174,85,.25)}.contact:last-child{border-bottom:0}.contact-icon{width:34px;height:34px;flex-basis:34px}.contact-icon svg{width:19px;height:19px}.contact small{font-size:9px}.contact strong{font-size:12px}.contact address{font-size:11px}.social{padding:11px 0 max(20px,env(safe-area-inset-bottom))}.tagline{font-size:19px}}
    @media (max-width:390px){.action-card{grid-template-columns:58px 1fr 32px}.action-icon{width:56px;height:56px}.action-title{font-size:19px}.action-sub{font-size:11px}.action-card.primary{grid-template-columns:64px 1fr 34px;min-height:120px}.action-card.primary .action-icon{width:62px;height:62px}.action-card.primary .action-title{font-size:21px}.action-card.primary .action-sub{font-size:11.5px}.feature strong{font-size:8px}.contact strong{font-size:11px}}
  .prenotaplus-legal{
      margin-top:18px;
      padding-top:14px;
      border-top:1px solid rgba(255,255,255,.10);
      color:rgba(255,255,255,.55);
      font-size:.72rem;
      line-height:1.6;
      text-align:center;
    }
    .prenotaplus-legal a{
      color:rgba(255,255,255,.68);
      text-decoration:none;
    }
    .prenotaplus-legal a:hover,
    .prenotaplus-legal a:focus-visible{
      color:var(--gold-light, #d8b46a);
      text-decoration:underline;
    }
    .prenotaplus-links{
      display:flex;
      justify-content:center;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-top:4px;
    }
    @media (max-width:640px){
      .prenotaplus-legal{font-size:.68rem}
      .prenotaplus-links{
        flex-direction:row;
        gap:7px;
        flex-wrap:wrap;
      }
      .prenotaplus-company-line{
        margin-top:2px;
      }
    }

/* =========================================================
   DAL SICILIANO - HOME THEME CONSOLIDATED
   ========================================================= */
body{background:#f7f0e6;color:#3c291b}
.page{
  background:
    radial-gradient(circle at 9% 10%,rgba(188,142,99,.15),transparent 22%),
    radial-gradient(circle at 92% 20%,rgba(188,142,99,.16),transparent 24%),
    linear-gradient(180deg,#fffaf4 0%,#f6ecdf 100%);
}
.page::before{
  background:
    linear-gradient(135deg,transparent 0 65%,rgba(177,124,85,.08) 65% 70%,transparent 70%),
    radial-gradient(circle at 80% 80%,rgba(186,139,99,.12),transparent 28%);
  opacity:1;
}
.page::after{background:linear-gradient(180deg,rgba(255,250,244,.16),rgba(246,236,223,.2))}
.wrap{width:min(1040px,100%)}
.topbar{min-height:70px}

.support-quick.phone{color:#fff;background:linear-gradient(135deg,#b27b25,#d7aa55);border-color:rgba(255,255,255,.30)}
.support-quick.phone:hover{background:linear-gradient(135deg,#c18a30,#dfb45e);border-color:rgba(255,255,255,.45)}
.support-quick.whatsapp{color:#fff;background:#25D366;border-color:rgba(255,255,255,.30)}
.support-quick.whatsapp:hover{background:#20bd5a;border-color:rgba(255,255,255,.45)}

.topbar-right .booking-status{
  position:relative;
  overflow:visible;
  color:#fff;
  background:#382519;
  border:1px solid #382519;
  box-shadow:0 8px 22px rgba(49,30,18,.18);
}
.topbar-right .booking-status:hover{background:#2f1f15}
.topbar-right .booking-status svg{color:#fff;stroke:#fff}
.topbar-right .booking-status .dot{
  top:-2px;
  right:-2px;
  z-index:2;
  width:10px;
  height:10px;
  background:#25D366;
  border:0;
  box-shadow:none;
}

.hero{display:block;text-align:center;padding-bottom:14px}
.brand-plate,
.brand-plate.brand-dark,
.brand-plate.brand-light{
  width:clamp(235px,52vw,430px);
  min-height:auto;
  margin:-14px auto 4px;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.brand-plate .logo{max-width:430px;max-height:245px;filter:drop-shadow(0 9px 10px rgba(71,45,26,.18))}
.hero .eyebrow{margin:12px 0 4px;color:#8b5d30;font-size:11px;letter-spacing:.2em}
.hero h1{margin:0 auto;color:#4a2f1d;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,7vw,62px);letter-spacing:.035em;text-transform:uppercase;text-align:center}
.hero h1 span{color:#4a2f1d}
.sicily-rule{display:flex;align-items:center;justify-content:center;gap:12px;margin:10px auto 9px;color:#bd862e}
.sicily-rule i{width:72px;height:1px;background:#c79a43}
.sicily-rule b{font-weight:400}
.hero-copy{max-width:650px;margin:0 auto;color:#5f4432;font-family:Georgia,"Times New Roman",serif;font-size:clamp(16px,3.7vw,20px);text-align:center}
.hero-copy-siciliano span{display:block}
.hero-copy-siciliano span+span{margin-top:4px}

.actions{gap:12px}
.action-card{color:#fff;border-color:rgba(128,83,42,.14);box-shadow:0 12px 28px rgba(78,49,25,.13)}
.action-card.primary{background:linear-gradient(135deg,#7e201a,#a8382d);border-color:#c49342}
.action-card.offer{background:linear-gradient(135deg,#284d2b,#38683a)}
.action-card.menu{background:linear-gradient(135deg,#ba8326,#d5a443)}
.action-card.generic{background:#5d4431}
.action-icon{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.6)}
.action-title,.action-sub,.arrow{color:#fff}
.arrow{border-color:rgba(255,255,255,.85)}

.features,
.opening-hours,
.contacts{
  color:#3c291b;
  background:rgba(255,252,246,.93);
  border-color:rgba(143,94,51,.18);
  box-shadow:0 10px 26px rgba(75,47,23,.08);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.feature{border-right-color:rgba(143,94,51,.16)}
.feature svg{stroke:#9d6c2b}
.feature strong{color:#8f5d24}
.feature span{color:#725946}

.opening-hours{margin:17px 0 13px;padding:18px;border-radius:24px}
.opening-hours-head{display:flex;align-items:center;gap:11px;margin-bottom:13px;background:linear-gradient(90deg,rgba(201,155,70,.13),transparent)}
.opening-hours-icon{width:34px;height:34px;display:grid;place-items:center;color:#4b3422;background:transparent;border:0;box-shadow:none}
.opening-hours-icon svg{width:27px;height:27px;fill:none;stroke:#4b3422;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.opening-hours-head strong{display:block;color:#4b3422;font-size:16px}
.opening-hours-head span{display:block;margin-top:2px;color:#4b3422;font-size:12px}
.hours-list{display:grid;gap:0}
.hours-row{display:grid;grid-template-columns:minmax(90px,.8fr) 1.4fr;gap:12px;padding:9px 2px;border-top:1px solid rgba(75,52,34,.10);align-items:start}
.hours-row:first-child{border-top:0}
.hours-day{color:#4b3422;font-weight:650}
.hours-times{color:#4b3422;text-align:right;line-height:1.5}
.hours-times.closed{color:#9b5a53}

.contact{color:#3c291b}
.contact:hover{background:rgba(199,154,67,.08)}
.contact-icon{color:#82551f;background:#f0dfbf;border-color:#c79a43}
.contact small{color:#9b6a2d}
.contact address,.contact strong{color:#3c291b}
.social-title,.tagline{color:#68472e}
.social-icons a{color:#fff;background:#3a2718;border-color:#3a2718}
.tagline b{color:#b47c25}
.prenotaplus-legal{border-top-color:rgba(71,47,29,.14);color:#876f5f}
.prenotaplus-legal a{color:#6c503d}

@media(min-width:1020px){
  .hero{display:block;grid-template-columns:none;text-align:center;padding:0 0 16px}
  .hero .brand-plate,
  .hero .brand-plate.brand-dark,
  .hero .brand-plate.brand-light{width:430px;min-height:auto;margin:-10px auto 0;padding:0;grid-row:auto}
  .hero .brand-plate .logo{max-width:430px;max-height:245px;margin:0 auto}
  .hero .eyebrow{margin:16px 0 5px;text-align:center}
  .hero h1{text-align:center}
  .hero .sicily-rule{margin:11px auto 9px}
  .hero .hero-copy{max-width:650px;margin:0 auto;text-align:center}
}

@media(max-width:759px){
  .brand-plate,
  .brand-plate.brand-dark,
  .brand-plate.brand-light{width:245px;margin:-10px auto 2px}
  .brand-plate .logo{max-width:245px;max-height:150px}
  .hero h1{font-size:32px}
  .actions{margin-top:12px}
  .feature span{display:none}
}

@media(max-width:520px){
  .hours-row{grid-template-columns:95px 1fr}
  .opening-hours{padding:15px}
}
