/*
Theme Name: Fancy Ingrosso Blog SEO Stitch Plus V9
Theme URI: https://fancyingrosso.com
Author: Gucci
Author URI: https://fancyingrosso.com
Description: Tema WordPress editoriale per il blog di Fancy Ingrosso, ispirato al layout Stitch e pensato per portare traffico verso il sito principale e WhatsApp.
Version: 1.5.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: fancy-ingrosso-blog
*/

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
}

img {
  max-width: 100%;
  height: auto;
}

.fancy-prose {
  color: #454842;
  font-size: 1.125rem;
  line-height: 1.85;
}

.fancy-prose > * + * {
  margin-top: 1.5rem;
}

.fancy-prose h2,
.fancy-prose h3,
.fancy-prose h4 {
  color: #1b1e1a;
  font-family: "Noto Serif", serif;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.fancy-prose h2 {
  font-size: clamp(1.9rem, 2vw, 2.4rem);
}

.fancy-prose h3 {
  font-size: clamp(1.45rem, 1.7vw, 1.9rem);
}

.fancy-prose p,
.fancy-prose ul,
.fancy-prose ol,
.fancy-prose blockquote {
  color: #454842;
}

.fancy-prose a {
  color: #745853;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.fancy-prose ul,
.fancy-prose ol {
  padding-left: 1.25rem;
}

.fancy-prose li + li {
  margin-top: 0.5rem;
}

.fancy-prose blockquote {
  border-left: 4px solid rgba(116, 88, 83, 0.25);
  padding-left: 1rem;
  font-style: italic;
}

.fancy-prose img,
.fancy-prose .wp-block-image img {
  border-radius: 1rem;
}

.fancy-shadow-soft {
  box-shadow: 0 24px 60px rgba(27, 28, 26, 0.06);
}

.fancy-surface-card {
  background: #ffffff;
  border-radius: 1.25rem;
}

.fancy-cta-gradient {
  background: linear-gradient(135deg, #1b1e1a 0%, #30332e 100%);
}

.fancy-label {
  letter-spacing: 0.18em;
}

@media (max-width: 767px) {
  .fancy-prose {
    font-size: 1rem;
    line-height: 1.8;
  }
}
