/* Tema Caldo — Ocra e Miele
   Lora + Nunito. Giallo ocra profondo, miele dorato, avorio caldo.
   Per forni, panetterie, pastifici, apicoltori, miele, torrefazioni.
   Bordi arrotondati soft, ombre calde, feeling artigiano. */

/* === FONTS — DM Serif Display + PT Sans (distinto da Natura) === */
@font-face{font-family:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/dm-serif-display-regular.ttf') format('truetype')}
@font-face{font-family:'DM Serif Display';font-style:italic;font-weight:400;font-display:swap;src:url('/assets/fonts/dm-serif-display-italic.ttf') format('truetype')}
@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/pt-sans-400.ttf') format('truetype')}
@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/pt-sans-700.ttf') format('truetype')}

/* === VARIABLES === */
:root {
  --bg:#FAF7E8;--card:#FFFFFF;--ink:#4A3820;--green:#B8831E;--green-light:#D4992A;
  --green-pale:#FBF3D9;--gold:#E8B440;--gold-light:#FDF0CF;--muted:#8B7547;
  --border:#EADFBF;--cream:#F5ECC8;
  --font-serif:'DM Serif Display',Georgia,serif;
  --font-sans:'PT Sans','Segoe UI',sans-serif;
}

/* === HONEYCOMB PATTERN BACKGROUND === */
body{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cg fill='none' stroke='%23B8831E' stroke-width='1.2' stroke-opacity='.09'%3E%3Cpolygon points='28,1 54,15 54,43 28,57 2,43 2,15'/%3E%3Cpolygon points='28,43 54,57 54,85 28,99 2,85 2,57'/%3E%3C/g%3E%3C/svg%3E"),
    #FAF7E8!important;
  background-size:56px 100px!important;
  color:#4A3820;
  font-family:'PT Sans',sans-serif;
}
h1,h2,h3,h4,h5,h6{font-family:'DM Serif Display',Georgia,serif!important;color:#4A3820;font-weight:400}
::selection{background:#B8831E;color:#FAF7E8}

/* === GLOBAL SHAPE — Soft rounded, warm shadows === */
.svc-card,.review-card,.team-card,.offerta-card,.blog-card,.contact-card,.orari-card,.faq-item{
  border-radius:14px!important;
  border:1px solid #EADFBF!important;
  background:#fff;
  box-shadow:0 4px 18px rgba(184,131,30,.06);
  transition:all .4s cubic-bezier(.25,.8,.25,1);
}
.svc-card:hover,.review-card:hover,.team-card:hover,.offerta-card:hover,.blog-card:hover,.contact-card:hover{
  border-color:#E8B440!important;
  transform:translateY(-5px);
  box-shadow:0 18px 40px -10px rgba(184,131,30,.18);
}
.svc-card::after{display:none!important}
.svc-card:hover{border-bottom:3px solid #E8B440!important}

/* === Buttons — Rounded, honey gradient === */
.btn-hero,.nav-cta,.filter-btn,.page-btn{border-radius:14px!important}
.btn-hero-primary{
  background:linear-gradient(135deg,#B8831E,#D4992A)!important;
  color:#FAF7E8!important;padding:1rem 2.4rem!important;
  font-weight:700;letter-spacing:.02em;
  border:none;box-shadow:0 6px 18px rgba(184,131,30,.25);
}
.btn-hero-primary:hover{
  background:linear-gradient(135deg,#D4992A,#E8B440)!important;
  transform:translateY(-2px);box-shadow:0 10px 26px rgba(184,131,30,.35);
}
.btn-hero-outline{
  border:2px solid #B8831E!important;color:#B8831E;
  padding:1rem 2.4rem!important;background:transparent;font-weight:700;
}
.btn-hero-outline:hover{background:#B8831E;color:#FAF7E8!important}

/* === Icons — circular with warm bg === */
.svc-icon,.orari-card-icon,.contact-card-icon{
  border-radius:50%!important;
  width:64px;height:64px;
  background:#FDF0CF;color:#B8831E;
  border:2px solid transparent;
  transition:all .3s;
}
.svc-card:hover .svc-icon{background:#E8B440;color:#FAF7E8;border-color:#B8831E}
.contact-card-icon{background:#FBF3D9;color:#B8831E}

/* === Hero badge === */
.hero-badge{
  border-radius:50px;background:#FDF0CF;color:#8B5A10;
  padding:.5rem 1.3rem;letter-spacing:.04em;font-size:.82rem;font-weight:600;
}
.hero-badge::before{background:#E8B440}

/* === Sections === */
.services,.orari,.reviews,.team,.contact,.gallery,.faq,.offerte-preview,.offerte-section,.turni-section,.booking-section,.blog-section{
  padding:6rem 2.5rem!important;background:#FAF7E8;
}
.reviews{background:#FBF3D9}

/* === Hero — warm gradient === */
.hero{
  padding:10rem 2.5rem 5rem!important;
  background:linear-gradient(160deg,#FAF7E8 0%,#FDF0CF 60%,#F5ECC8 100%);
  position:relative;
}
/* === HERO CALDO: asimmetrico — testo dominante 4fr SINISTRA, piccolo visual 1fr DESTRA === */
.hero-inner{
  grid-template-columns:4fr 1fr!important;
  gap:3rem!important;
  align-items:center;
}
.hero-content{text-align:left}
.hero-visual{min-height:200px!important;justify-content:flex-end}
.hero-visual-circle{width:200px!important;height:200px!important}
.hero-sub{margin-left:0!important;margin-right:auto!important;text-align:left;max-width:600px}
.hero-buttons{justify-content:flex-start!important}
.hero-stats{justify-content:flex-start!important}
.hero h1{
  font-size:clamp(3rem,6vw,5.5rem)!important;
  color:#4A3820!important;font-weight:700!important;
  font-family:'DM Serif Display',Georgia,serif!important;
  line-height:1!important;letter-spacing:-.02em;
}
.hero h1 em{color:#B8831E;font-style:italic;font-weight:400}
.hero .lead,.hero-sub{color:#6B5530}
.hero-visual-circle{
  width:400px;height:400px;
  background:radial-gradient(circle,#FDF0CF,#E8B440 80%);
  border-radius:50%;
}
.hero-visual-cross::before,.hero-visual-cross::after{background:#B8831E;border-radius:8px}
.hero-stat-num{color:#B8831E;font-size:2.4rem!important;font-family:'DM Serif Display',serif!important}
.hero-float{
  border-radius:14px;border:1px solid #EADFBF;
  box-shadow:0 8px 26px rgba(184,131,30,.1);background:#fff;
}
.hero-float-icon.green{background:#FBF3D9;color:#B8831E}
.hero-float-icon.gold{background:#FDF0CF;color:#D4992A}

/* === Section headings === */
.section-heading{
  font-size:clamp(2rem,4vw,3rem)!important;
  color:#4A3820!important;
  font-family:'DM Serif Display',Georgia,serif!important;
  font-weight:400!important;
}
.section-heading em,.about-title em{color:#B8831E;font-style:italic;font-weight:400}
.section-tag,.contact-tag{
  color:#B8831E!important;font-size:.78rem!important;
  letter-spacing:.16em!important;text-transform:uppercase!important;
  font-weight:700!important;font-family:'PT Sans',sans-serif!important;
}
.section-tag::before,.contact-tag::before{background:#E8B440}


/* === Service grid === */
.svc-grid{gap:1.6rem!important}
.svc-card{padding:2.4rem 2rem!important}
.svc-card h3{font-size:1.22rem!important;font-family:'DM Serif Display',serif!important;color:#4A3820;margin-top:1.4rem}

/* === Nav === */
.nav{background:rgba(250,247,232,.95)!important;backdrop-filter:blur(12px);border-bottom:1px solid #EADFBF!important}
.nav-name,.nav .brand{color:#4A3820!important;font-family:'DM Serif Display',serif!important;font-weight:700}
.nav-links a{color:#6B5530!important;font-weight:600}
.nav-links a:hover{color:#B8831E!important}
.nav-cross::before,.nav-cross::after{background:#B8831E}
.nav-cta{
  background:#B8831E!important;color:#FAF7E8!important;
  font-size:.82rem!important;padding:.7rem 1.6rem!important;
  border-radius:50px!important;font-weight:700;
}
.nav-cta:hover{background:#D4992A!important}
.nav.scrolled{background:rgba(250,247,232,.98);box-shadow:0 4px 20px rgba(184,131,30,.08)}
.mobile-overlay{background:#4A3820}
.mobile-overlay a{color:#FDF0CF}
.mobile-overlay a:hover{color:#E8B440}

/* === About === */
.about{background:linear-gradient(135deg,#4A3820,#5C4528)!important;color:#FDF0CF!important;border-radius:0}
.about h1,.about h2,.about h3,.about-title{color:#FAF7E8!important}
.about-title em{color:#E8B440}
.about-stat-num{color:#E8B440;font-family:'DM Serif Display',serif}
.about-quote{border-color:#E8B440;color:#FDF0CF;font-style:italic}
.about-values li{color:#FDF0CF}
.about-values li::before{background:#E8B440}

/* === Reviews === */
.review-card{text-align:center;padding:2.2rem 1.8rem!important}
.review-stars{color:#E8B440;font-size:1.1rem}
.review-author{color:#B8831E;font-weight:700;font-family:'DM Serif Display',serif}

/* === Team === */
.team-photo{
  border-radius:50%!important;
  width:130px!important;height:130px!important;
  border:4px solid #FDF0CF;
}
.team-card:hover .team-photo{border-color:#E8B440}
.team-card{text-align:center;padding:2rem 1.6rem!important}
.team-role{color:#B8831E;font-weight:700}
.team-name{font-family:'DM Serif Display',serif;color:#4A3820}

/* === Offerte === */
.offerta-badge{background:#B8831E;color:#FAF7E8;border-radius:50px;padding:.35rem 1rem;font-weight:700}
.offerta-scadenza{color:#B8831E}
.offerta-title{font-family:'DM Serif Display',serif;color:#4A3820}

/* === Blog === */
.cat-news{background:#FDF0CF;color:#8B5A10;border-radius:50px}
.cat-offerta{background:#FBF3D9;color:#B8831E;border-radius:50px}
.cat-blog{background:#FDF0CF;color:#8B5A10;border-radius:50px}
.blog-card h3{font-family:'DM Serif Display',serif;color:#4A3820}

/* === Contact === */
.contact{background:linear-gradient(160deg,#FBF3D9,#FDF0CF)}
.contact-card a{color:#4A3820}
.contact-card a:hover{color:#B8831E}

/* === Footer === */
.site-footer{background:#4A3820;color:#FDF0CF;border-top:3px solid #E8B440}
.site-footer a{color:#FDF0CF}
.site-footer a:hover{color:#E8B440}
.footer-logo{color:#E8B440;font-family:'DM Serif Display',serif}
.footer-cross::before,.footer-cross::after{background:#E8B440}
.footer-col h4{color:#FAF7E8}
.footer-bottom a{color:#E8B440}

/* === FAQ === */
.faq-item{background:#fff;border:1px solid #EADFBF;box-shadow:0 2px 12px rgba(184,131,30,.04)}
.faq-item.open{border-color:#E8B440;border-left:4px solid #B8831E!important;box-shadow:0 4px 18px rgba(184,131,30,.1)}
.faq-item.open .faq-question{color:#B8831E}
.faq-question{font-family:'DM Serif Display',serif;color:#4A3820;font-weight:700}

/* === Turni === */
.turni-day.today{outline-color:#E8B440;outline-width:3px}
.turni-event{border-left-color:#B8831E;border-radius:10px}

/* === Forms === */
.booking-form input,.booking-form textarea,.booking-form select{
  border-radius:12px!important;border:1px solid #EADFBF!important;background:#fff;
}
.booking-form input:focus,.booking-form textarea:focus{border-color:#B8831E;outline:none}

/* === Brands === */
.brands{border-color:#EADFBF;background:#FBF3D9}

/* === Filter / Pagination === */
.filter-btn.active,.filter-btn:hover{background:#B8831E;color:#FAF7E8;border-color:#B8831E}
.page-btn.active,.page-btn:hover{background:#B8831E;color:#FAF7E8;border-color:#B8831E}

/* === Cookie === */
.cookie-banner button{background:#B8831E;color:#FAF7E8;border-radius:50px;font-weight:700}
.cookie-banner button:hover{background:#D4992A}

/* === Links (body bg già dichiarato sopra con honeycomb pattern) === */
a{color:#B8831E}
a:hover{color:#D4992A}

/* === Mobile === */
@media(max-width:768px){
  .hero{padding:7rem 1.5rem 3rem!important}
  .hero-visual-circle{width:280px;height:280px}
  .services,.orari,.reviews,.team,.contact,.faq{padding:4rem 1.5rem!important}
}
