/* Tema Premium — Dark Luxury con solo 2 font locali
   Playfair Display (headings + italic accent) + Inter (body)
   Nero profondo, oro caldo, serif italiano elegante.
   Per bar/ristoranti di lusso, hotel stellati, wine bar.
   Firma: ghost back-title enorme, Playfair italic section-tag, reservation badge floating. */

/* === LOCAL FONTS (solo 2, nessun Google Font) === */
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/playfair-400.ttf') format('truetype')}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400;font-display:swap;src:url('/assets/fonts/playfair-400i.ttf') format('truetype')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/playfair-700.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url('/assets/fonts/inter-300.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/inter-400.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/inter-500.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/inter-600.ttf') format('truetype')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/inter-700.ttf') format('truetype')}

/* === VARIABLES — FULL DARK MODE === */
:root {
  --bg:#0a0a0a;--card:#141414;--ink:#f5f0e1;--green:#C9A959;--green-light:#D9B968;
  --green-pale:#1f1a10;--gold:#C9A959;--gold-light:#1f1a10;--muted:#8a8578;
  --border:#2a241a;--cream:#141414;
  --font-serif:'Playfair Display',Georgia,serif;
  --font-script:'Playfair Display',serif;
  --font-sans:'Inter','Segoe UI',sans-serif;
}
::selection{background:#C9A959;color:#0a0a0a}

body{
  background:
    radial-gradient(at 20% 10%,rgba(201,169,89,.05) 0%,transparent 50%),
    radial-gradient(at 80% 80%,rgba(201,169,89,.04) 0%,transparent 50%),
    #0a0a0a!important;
  color:#e8e0c8!important;
  font-family:'Inter',sans-serif;
}
h1,h2,h3,h4,h5,h6{
  color:#f5f0e1!important;
  font-family:'Playfair Display',Georgia,serif!important;
  font-weight:400!important;
}

/* Ghost back-title rimosso (utente non lo vuole) */

/* === GLOBAL SHAPE — Sharp dark couture === */
.svc-card,.review-card,.team-card,.offerta-card,.blog-card,.contact-card,.orari-card,.faq-item{
  border-radius:0!important;
  border:1px solid #2a241a!important;
  background:#141414!important;
  color:#e8e0c8;
  box-shadow:none;
  transition:all .5s cubic-bezier(.25,.8,.25,1);
}
.svc-card p,.review-card p,.team-card p,.offerta-card p,.blog-card p,.contact-card p,.faq-item p{color:#a8a090!important}
.svc-card:hover,.review-card:hover,.team-card:hover,.offerta-card:hover,.blog-card:hover,.contact-card:hover{
  border-color:#C9A959!important;
  background:#1a1a1a!important;
  transform:translateY(-3px);
  box-shadow:0 20px 50px -15px rgba(201,169,89,.15);
}
/* Remove petrol underline, use gold instead */
.svc-card::after{display:none!important}
.svc-card:hover{border-bottom:1px solid #C9A959!important}

/* === Buttons — Gold on dark === */
.btn-hero,.nav-cta,.filter-btn,.page-btn{border-radius:0!important}
.btn-hero-primary{
  background:#C9A959!important;color:#0a0a0a!important;
  padding:1.1rem 2.8rem!important;
  text-transform:uppercase;letter-spacing:.16em;
  font-size:.75rem!important;font-weight:700;
  border:1px solid #C9A959;
}
.btn-hero-primary:hover{background:#D9B968!important;border-color:#D9B968!important;box-shadow:0 0 30px rgba(201,169,89,.3)}
.btn-hero-outline{
  border:1px solid #C9A959!important;color:#C9A959!important;
  padding:1.1rem 2.8rem!important;
  text-transform:uppercase;letter-spacing:.16em;
  font-size:.75rem!important;font-weight:600;
  background:transparent!important;
}
.btn-hero-outline:hover{background:#C9A959!important;color:#0a0a0a!important}

/* === Icons — square with gold border === */
.svc-icon,.orari-card-icon,.contact-card-icon{
  border-radius:0!important;
  width:58px;height:58px;
  border:1px solid #C9A959;
  background:transparent;
  color:#C9A959;
}
.svc-card:hover .svc-icon{background:#C9A959;color:#0a0a0a}
.contact-card-icon{color:#C9A959!important;border-color:#C9A959!important;background:transparent!important}
.contact-card svg,.contact-card i,.contact-card .icon{color:#C9A959!important;fill:#C9A959!important}
.contact-card *{color:#e8e0c8}
.contact-card h3,.contact-card h4{color:#f5f0e1!important}
.contact-card p,.contact-card span{color:#a8a090}

/* === Hero badge — gold uppercase, no bg === */
.hero-badge{
  border-radius:0;background:transparent;
  color:#C9A959;font-size:.72rem;
  padding:0 0 0 3rem;letter-spacing:.22em;
  text-transform:uppercase;font-weight:600;
  position:relative;
}
.hero-badge::before{
  content:'';position:absolute;left:0;top:50%;
  width:36px;height:1px;background:#C9A959;transform:translateY(-50%);
}

/* === Sections — dark === */
.services,.orari,.reviews,.team,.contact,.gallery,.faq,.offerte-preview,.offerte-section,.turni-section,.booking-section,.blog-section{
  padding:7rem 3rem!important;background:transparent;
}
.reviews{background:#0f0f0f!important}

/* === Hero — tall dark with gold accent === */
/* === HERO full-viewport con overlay scuro + doppia cornice oro === */
.hero{
  min-height:calc(100vh - 46px)!important;
  padding:8rem 3rem 6rem!important;
  background:
    radial-gradient(ellipse at center,rgba(201,169,89,.08) 0%,transparent 60%),
    #0a0a0a!important;
  position:relative;
  display:flex!important;align-items:center;
  overflow:hidden;
}
.hero::before{
  content:'';position:absolute;inset:2.5rem;
  border:1px solid rgba(201,169,89,.25);
  pointer-events:none;z-index:0;
}
.hero::after{
  content:'';position:absolute;bottom:1.5rem;left:50%;
  transform:translateX(-50%);
  width:160px;height:1px;
  background:linear-gradient(90deg,transparent,#C9A959 50%,transparent);
}
.hero-inner{grid-template-columns:1fr!important;text-align:center;max-width:900px!important;margin:0 auto;position:relative;z-index:2}
.hero-content{text-align:center;margin:0 auto}
.hero-visual{display:none!important}
.hero-sub{margin:0 auto!important;max-width:580px;text-align:center}
.hero-buttons{justify-content:center!important}
.hero-stats{justify-content:center!important}
.hero-badge{
  font-family:'Playfair Display',serif!important;font-style:italic!important;
  font-size:2.4rem!important;
  text-transform:none!important;
  background:transparent!important;
  color:#C9A959!important;
  padding:0 0 .5rem 0!important;
  letter-spacing:0!important;
  font-weight:400!important;
  margin-bottom:1rem!important;
  display:block!important;
}
.hero-badge::before{display:none!important}
.hero h1{
  font-size:clamp(3.2rem,7vw,6rem)!important;
  color:#f5f0e1!important;font-weight:400!important;
  letter-spacing:-.02em!important;line-height:1!important;
  font-family:'Playfair Display',serif!important;
  margin-bottom:1.5rem!important;
}
.hero h1 em{color:#C9A959;font-style:italic;font-weight:400}
.hero .lead,.hero-sub{color:#a8a090!important;font-size:1.1rem;line-height:1.8}
.hero-visual-circle{
  width:420px;height:420px;
  background:transparent;
  border:1px solid #C9A959;
  border-radius:0;
}
.hero-visual-cross::before,.hero-visual-cross::after{background:#C9A959;border-radius:0}
.hero-stat-num{color:#C9A959;font-size:2.6rem!important;font-family:'Playfair Display',serif!important}
.hero-float{
  border-radius:0;border:1px solid #EAE4D2;
  box-shadow:0 10px 40px rgba(10,10,10,.08);
  background:#fff;
}
.hero-float-icon.green{background:transparent;color:#0a0a0a;border:1px solid #0a0a0a;border-radius:0}
.hero-float-icon.gold{background:transparent;color:#C9A959;border:1px solid #C9A959;border-radius:0}

/* === Section headings — Playfair Display enorme === */
.section-heading{
  font-size:clamp(2.8rem,5.5vw,4.5rem)!important;
  color:#f5f0e1!important;
  font-family:'Playfair Display',serif!important;
  font-weight:400!important;
  letter-spacing:-.01em!important;
  line-height:1.1!important;
  margin-top:.5rem!important;
  margin-bottom:.8rem!important;
}
.section-desc{color:#a8a090!important;max-width:640px!important;margin:1rem auto 3rem!important}
.section-heading em,.about-title em{color:#C9A959;font-style:italic;font-weight:400}
.section-heading::after{
  content:'';display:block;
  width:60px;height:1px;
  background:linear-gradient(90deg,transparent,#C9A959,transparent);
  margin:1.5rem auto 0;
}

/* === Section-tag in Playfair italic (serif corsivo elegante) === */
.section-tag,.contact-tag{
  color:#C9A959!important;
  font-size:1.8rem!important;
  letter-spacing:-.01em!important;
  text-transform:none!important;
  font-weight:400!important;
  font-style:italic!important;
  font-family:'Playfair Display',Georgia,serif!important;
  display:inline-block!important;
  line-height:1!important;
  margin-bottom:.2rem!important;
}
.section-tag::before,.contact-tag::before{display:none!important}

/* === Service grid — "menu book" style con dotted leaders === */
.svc-grid{
  gap:1.5rem!important;
  grid-template-columns:repeat(2,1fr)!important;
  max-width:1100px;margin:0 auto;
}
.svc-card{
  padding:2rem 2.2rem!important;
  display:flex!important;flex-direction:row!important;
  align-items:flex-start!important;gap:1.4rem!important;text-align:left!important;
  border:1px solid #2a241a!important;
  background:#141414!important;
}
.svc-card .svc-icon{flex-shrink:0}
.svc-card h3{
  font-size:1.35rem!important;
  font-family:'Playfair Display',serif!important;
  font-weight:400;margin-top:0!important;
  color:#f5f0e1!important;
  display:flex;align-items:baseline;gap:.6rem;
}
.svc-card h3::after{
  content:'';flex:1;height:1px;
  background:repeating-linear-gradient(90deg,#C9A959 0 2px,transparent 2px 8px);
  align-self:center;opacity:.5;
}
.svc-card p{color:#a8a090!important;font-size:.92rem;line-height:1.75}
@media(max-width:820px){.svc-grid{grid-template-columns:1fr!important}}

/* === Nav — Solid black with gold === */
.nav{background:rgba(10,10,10,.95)!important;backdrop-filter:blur(20px);border-bottom:1px solid #2a241a!important}
.nav-name,.nav .brand{color:#f5f0e1!important;font-family:'Playfair Display',serif!important}
.nav-links a{color:#cfc8b8!important;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}
.nav-links a:hover{color:#C9A959!important}
.nav-cross::before,.nav-cross::after{background:#C9A959}
.nav-cta{
  background:#C9A959!important;color:#0a0a0a!important;
  font-size:.72rem!important;padding:.7rem 1.6rem!important;
  text-transform:uppercase;letter-spacing:.14em;font-weight:600;
  border-radius:0!important;border:1px solid #C9A959!important;
}
.nav-cta:hover{background:#0a0a0a!important;color:#C9A959!important}
.nav.scrolled{background:rgba(10,10,10,.98);backdrop-filter:blur(18px)}
.nav.scrolled .nav-name{color:#FFFBF5}
.nav.scrolled .nav-links a{color:#cfc8b8}
.nav.scrolled .nav-links a:hover{color:#C9A959}
.nav.scrolled .hamburger span{background:#FFFBF5}
.mobile-overlay{background:#0a0a0a}
.mobile-overlay a{color:#FFFBF5}
.mobile-overlay a:hover{color:#C9A959}

/* === About — Dark with gold glow === */
.about{
  background:
    radial-gradient(ellipse at 30% 50%,rgba(201,169,89,.08),transparent 60%),
    #0a0a0a!important;
  color:#cfc8b8!important;border-radius:0;
  border-top:1px solid #2a241a;border-bottom:1px solid #2a241a;
}
.about h1,.about h2,.about h3,.about-title{color:#f5f0e1!important}
.about-title em{color:#C9A959}
.about-stat-num{color:#C9A959;font-family:'Playfair Display',serif}
.about-quote{border-color:#C9A959;color:#cfc8b8;font-style:italic}
.about-values li{color:#cfc8b8}
.about-values li::before{background:#C9A959}

/* === Reviews === */
.reviews{background:#0f0f0f!important}
.review-card{text-align:center;padding:2.8rem 2rem!important;background:#141414!important}
.review-stars{color:#C9A959;font-size:1.1rem;letter-spacing:.2em}
.review-author{color:#f5f0e1!important;font-weight:600;font-family:'Playfair Display',serif;font-size:1.05rem}
.review-text{color:#a8a090!important;font-style:italic}

/* === Team — square photos with gold border === */
.team-photo{
  border-radius:0!important;
  width:140px!important;height:140px!important;
  filter:grayscale(20%);
  border:1px solid #EAE4D2;
  transition:all .4s;
}
.team-card:hover .team-photo{filter:grayscale(0);border-color:#C9A959}
.team-card{text-align:center;padding:2.4rem 1.6rem!important;background:#141414!important}
.team-role{color:#C9A959;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;font-weight:600}
.team-name{font-family:'Playfair Display',serif;color:#f5f0e1!important;font-size:1.2rem}

/* === Offerte === */
.offerta-badge{background:#C9A959;color:#0a0a0a;border-radius:0;padding:.35rem 1rem;text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:700}
.offerta-scadenza{color:#C9A959}
.offerta-card{overflow:hidden;background:#141414!important}
.offerta-title{font-family:'Playfair Display',serif;color:#f5f0e1!important}

/* === Blog === */
.cat-news,.cat-offerta,.cat-blog{
  background:transparent;color:#C9A959;
  border:1px solid #C9A959;border-radius:0;
  padding:.25rem .9rem;font-size:.68rem;
  text-transform:uppercase;letter-spacing:.14em;
}
.cat-offerta{color:#f5f0e1;border-color:#f5f0e1}
.blog-card h3{font-family:'Playfair Display',serif;color:#f5f0e1!important}
.blog-card{background:#141414!important}

/* === Contact — dark with gold accents === */
.contact{background:#0f0f0f!important}
.contact-card{background:#141414!important}
.contact-card a{color:#f5f0e1}
.contact-card a:hover{color:#C9A959}

/* === Footer — deepest black with gold === */
.site-footer{background:#050505!important;color:#8a8578;border-top:1px solid #C9A959}
.site-footer a{color:#8a8578}
.site-footer a:hover{color:#C9A959}
.footer-logo{color:#C9A959;font-family:'Playfair Display',serif}
.footer-cross::before,.footer-cross::after{background:#C9A959}
.footer-powered a{color:#C9A959}
.footer-col h4{color:#f5f0e1;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}
.footer-bottom{border-top:1px solid #1a1a1a}
.footer-bottom a{color:#C9A959}
.footer-contact-quick a:hover{color:#C9A959}

/* === FAQ === */
.faq-item{background:#141414!important;border:1px solid #2a241a!important;box-shadow:none}
.faq-item.open{border-color:#C9A959!important;border-left:3px solid #C9A959!important;background:#1a1a1a!important}
.faq-item.open .faq-question{color:#C9A959}
.faq-question{font-family:'Playfair Display',serif;color:#f5f0e1}
.faq-item p,.faq-answer{color:#a8a090!important}

/* === Turni === */
.turni-day.today{outline-color:#C9A959;outline-width:2px}
.turni-event{border-left-color:#C9A959;border-radius:0}

/* === Forms === */
.booking-form input,.booking-form textarea,.booking-form select{
  border-radius:0!important;
  border:1px solid #2a241a!important;
  background:#141414!important;color:#f5f0e1!important;
}
.booking-form input:focus,.booking-form textarea:focus{border-color:#C9A959;outline:none}
.booking-form label{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:#C9A959;font-weight:600}

/* === Brands === */
.brands{border-color:#2a241a;background:#0a0a0a}

/* === Filter / Pagination === */
.filter-btn{border-radius:0;border:1px solid #2a241a;background:transparent;color:#e8e0c8;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}
.filter-btn.active,.filter-btn:hover{background:#C9A959;color:#0a0a0a;border-color:#C9A959}
.page-btn{border-radius:0;border:1px solid #2a241a;background:#141414;color:#e8e0c8}
.page-btn.active,.page-btn:hover{background:#C9A959;color:#0a0a0a;border-color:#C9A959}

/* === Cookie === */
.cookie-banner{background:#050505;color:#e8e0c8;border-top:1px solid #C9A959}
.cookie-banner button{background:#C9A959;color:#0a0a0a;border-radius:0;text-transform:uppercase;letter-spacing:.14em;font-weight:700}
.cookie-banner button:hover{background:#D9B968}

/* === Typography + links === */
a{color:#C9A959;transition:color .2s}
a:hover{color:#C9A959}

/* === Mobile === */
@media(max-width:768px){
  .hero{padding:8rem 1.5rem 3rem!important}
  .hero-visual-circle{width:280px;height:280px}
  .services,.orari,.reviews,.team,.contact,.faq{padding:4rem 1.5rem!important}
  .svc-grid{grid-template-columns:1fr!important}
  .svc-card{border:1px solid #EAE4D2!important;margin-bottom:-1px}
}
