/* Radicalmente Umani — editorial pastel website */
:root {
  --cream: #FAF7F2;
  --butter: #FCEFB4;
  --powder: #D1E5EE;
  --sage: #C3D8C8;
  --grass: #A2C5A1;
  --pink: #F4D3CC;
  --peach: #F6B8A2;
  --lavender: #D5CFE1;
  --terracotta: #C97A6D;
  --burgundy: #7A2F3B;
  --brown: #4A3A35;
  --ink: #1C304A;
  --paper-white: #FFFDF8;
  --shadow-soft: 0 30px 80px rgba(0, 0, 0, 0.08);
  --shadow-card: 0 8px 30px rgba(0, 0, 0, 0.06);
  --ease-organic: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bouncy: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Nunito', sans-serif;
  color: var(--brown);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
::selection { background: var(--pink); color: var(--brown); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4 {
  font-family: 'Crimson Pro', serif;
  color: var(--brown);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.hand, .nav-logo span, .footer-logo span {
  font-family: 'Kalam', cursive;
  font-weight: 700;
  display: inline-block;
  color: var(--terracotta);
}

.paper-bg {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
}
.container { max-width: 1120px; margin: 0 auto; position: relative; z-index: 2; }
.container.narrow { max-width: 780px; }
.section { position: relative; padding: 128px 24px; overflow: hidden; transition: background-color 1s ease-in-out; }
.centered { text-align: center; }
.centered-text { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading { max-width: 790px; margin: 0 auto 56px; }
.section-heading.centered { text-align: center; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--burgundy);
  font-family: 'Kalam', cursive;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  transform: rotate(-1deg);
}
.section-title { font-size: clamp(2.7rem, 6vw, 5.2rem); font-weight: 700; }
.section-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: rgba(74, 58, 53, 0.82);
  margin-top: 18px;
  max-width: 720px;
}
.centered .section-subtitle, .section-heading.centered .section-subtitle { margin-left: auto; margin-right: auto; }
.intro-text, .rich-copy {
  font-size: 1.08rem;
  max-width: 720px;
  margin-top: 20px;
  color: rgba(74, 58, 53, 0.82);
}
.rich-text p + p { margin-top: 18px; }
.microcopy { font-size: 0.98rem; font-style: italic; opacity: 0.72; }

/* Navigation */
.site-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: min(94vw, 1050px);
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 22px;
  background: rgba(250, 247, 242, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(74, 58, 53, 0.1);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
}
.site-nav.scrolled { top: 10px; min-height: 58px; padding: 10px 18px; }
.nav-logo { text-decoration: none; color: var(--burgundy); font: 700 1.25rem 'Crimson Pro', serif; white-space: nowrap; }
.nav-logo span { font-size: 1.4rem; margin-left: 2px; }
.nav-links { display: flex; align-items: center; gap: 16px; }
.nav-links a {
  position: relative;
  text-decoration: none;
  color: var(--brown);
  font-weight: 700;
  font-size: 0.92rem;
  transition: color 0.25s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 0;
  background: var(--terracotta);
  border-radius: 999px;
  transition: width 0.25s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--terracotta); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.35s var(--ease-organic), background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.nav-cta { padding: 10px 22px; background: var(--burgundy); color: var(--cream); font-family: 'Crimson Pro', serif; font-size: 1.06rem; }
.nav-cta:hover, .btn-primary:hover { background: var(--terracotta); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(122, 47, 59, 0.16); }
.mobile-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--brown); border-radius: 999px; transition: all 0.25s ease; }
.mobile-overlay {
  position: fixed; inset: 0; z-index: 1200; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  background: var(--pink); color: var(--brown); opacity: 0; transition: opacity 0.35s ease;
}
.mobile-overlay.open { display: flex; opacity: 1; }
.mobile-overlay a { font: 700 2.15rem 'Crimson Pro', serif; text-decoration: none; }
.mobile-pill { background: var(--burgundy); color: var(--cream) !important; padding: 10px 24px; border-radius: 999px; }
.mobile-close { position: absolute; top: 24px; right: 28px; border: 0; background: rgba(250,247,242,0.65); color: var(--brown); width: 48px; height: 48px; border-radius: 50%; font-size: 2rem; cursor: pointer; }

.btn { padding: 14px 30px; font-size: 1rem; }
.btn-primary { background: var(--burgundy); color: var(--cream); }
.btn-secondary { background: transparent; color: var(--brown); border: 2px solid var(--brown); }
.btn-secondary:hover { background: var(--brown); color: var(--cream); transform: translateY(-2px); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* Hero */
.hero { min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, var(--butter) 0%, var(--cream) 42%, var(--peach) 100%); padding-top: 126px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr); gap: clamp(42px, 6vw, 72px); align-items: center; }
.hero-copy { max-width: 630px; }
.hero-title { font-size: clamp(4.2rem, 8vw, 8.6rem); font-weight: 700; color: var(--burgundy); margin-bottom: 18px; }
.hero-title .hand { display: block; font-size: 1.02em; margin-left: clamp(28px, 7vw, 72px); margin-top: -0.18em; transform: rotate(-5deg); }
.hero-subtitle { font-size: clamp(1.35rem, 2.8vw, 2rem); line-height: 1.25; font-family: 'Crimson Pro', serif; color: var(--brown); margin-bottom: 20px; }
.hero-text { max-width: 550px; font-size: 1.08rem; color: rgba(74, 58, 53, 0.78); margin-bottom: 34px; }
.hero-collage { position: relative; min-height: 610px; }
.collage-img, .collage-card { position: absolute; overflow: hidden; box-shadow: var(--shadow-soft); background: var(--paper-white); }
.collage-img img, .collage-card img, .section-photo img { width: 100%; height: 100%; object-fit: cover; }
.collage-img.founders { top: 16px; right: 28px; width: min(58%, 340px); height: 420px; border-radius: 42% 58% 66% 34% / 43% 48% 52% 57%; z-index: 3; }
.collage-img.circle { bottom: 22px; left: 8px; width: min(56%, 330px); height: 330px; border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; z-index: 2; }
.workshop-postcard { top: 238px; right: 10px; width: min(43%, 240px); border-radius: 32px; transform: rotate(5deg); z-index: 4; padding: 10px; }
.workshop-postcard img { border-radius: 24px; height: auto; }
.hand-note { position: absolute; left: 54%; top: 78px; z-index: 5; font-family: 'Kalam', cursive; color: var(--burgundy); font-size: 1.75rem; transform: rotate(-8deg); background: rgba(250,247,242,0.8); padding: 2px 14px; border-radius: 999px; }
.soft-blob { position: absolute; border-radius: 50%; filter: blur(56px); pointer-events: none; z-index: 0; }
.blob-peach { top: 14%; left: -110px; width: 360px; height: 360px; background: rgba(246,184,162,0.35); }
.blob-powder { right: -140px; bottom: 10%; width: 460px; height: 460px; background: rgba(209,229,238,0.48); }
.blob-contact { left: 10%; bottom: 10%; width: 340px; height: 340px; background: rgba(244,211,204,0.45); }
.floating-glyph { position: absolute; z-index: 1; pointer-events: none; font-family: 'Kalam', cursive; opacity: 0.65; }
.leaf { top: 20%; left: 8%; color: var(--grass); font-size: 4.6rem; }
.brush { bottom: 16%; left: 15%; color: var(--terracotta); font-size: 5rem; }
.wine { top: 18%; right: 10%; color: var(--burgundy); font-size: 5.6rem; }

/* Reveal and animation system */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 1.2s var(--ease-organic), transform 1.2s var(--ease-organic); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.10s; }
.reveal-delay-2 { transition-delay: 0.20s; }
.reveal-delay-3 { transition-delay: 0.30s; }
.reveal-delay-4 { transition-delay: 0.40s; }
.reveal-line { opacity: 0; transform: translateY(12px); transition: all 0.8s var(--ease-organic); }
.reveal-line.visible { opacity: 1; transform: translateY(0); }
.reveal-line:nth-child(1).visible { transition-delay: 0s; }
.reveal-line:nth-child(2).visible { transition-delay: 0.15s; }
.reveal-line:nth-child(3).visible { transition-delay: 0.3s; }
.hover-lift { transition: transform 0.5s var(--ease-bouncy), box-shadow 0.5s ease; }
.hover-lift:hover { transform: translateY(-10px) rotate(-1deg); }
.delay-1 { animation-delay: 1s; }
.delay-2 { animation-delay: 2s; }
@keyframes float { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-15px) rotate(5deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes float-slow { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(-3deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes pulse-soft { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.8; transform: scale(1.05); } }
@keyframes dot-orbit { 0% { transform: rotate(0deg) translateX(92px) rotate(0deg); } 100% { transform: rotate(360deg) translateX(92px) rotate(-360deg); } }
@keyframes ink-spread { 0% { opacity: 0; transform: scale(0.8); } 100% { opacity: 0.4; transform: scale(1.55); } }
@keyframes lavender-drift { 0% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-8px) rotate(2deg); } 100% { transform: translateY(0) rotate(0deg); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.animate-float { animation: float 6s ease-in-out infinite; }
.animate-float-slow { animation: float-slow 8s ease-in-out infinite; }
.animate-pulse-soft { animation: pulse-soft 4s ease-in-out infinite; }

/* Sections */
.manifesto { background: linear-gradient(135deg, var(--pink), var(--cream)); text-align: center; }
.manifesto-lines { margin: 28px auto 32px; font-family: 'Crimson Pro', serif; font-size: clamp(2.2rem, 5.5vw, 4.8rem); color: var(--burgundy); line-height: 0.98; }
.manifesto-lines p:nth-child(2) { color: var(--terracotta); }
.botanical-line { position: absolute; width: 170px; height: 170px; opacity: 0.22; border: 2px solid var(--brown); border-left: 0; border-bottom: 0; border-radius: 70% 30% 50% 50%; }
.top-left { left: 4%; top: 16%; transform: rotate(-35deg); }
.bottom-right { right: 5%; bottom: 12%; transform: rotate(145deg); }

.about { background: linear-gradient(135deg, var(--lavender), var(--cream)); }
.about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; max-width: 920px; margin: 0 auto; }
.about-card { background: rgba(250,247,242,0.74); border: 1px solid rgba(74,58,53,0.08); border-radius: 48px; padding: 48px 42px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); transition: transform 0.45s var(--ease-organic); }
.about-card:hover { transform: translateY(-8px); }
.profile-letter { width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; margin: 0 auto 22px; background: linear-gradient(135deg, var(--peach), var(--pink)); font: 700 3rem 'Crimson Pro', serif; color: var(--burgundy); position: relative; }
.profile-letter::after { content: ''; position: absolute; inset: -8px; border: 2px dashed var(--terracotta); border-radius: 50%; opacity: 0.34; animation: spin 22s linear infinite; }
.about-card h3 { font-size: 2.1rem; text-align: center; margin-bottom: 6px; color: var(--burgundy); }
.card-kicker { text-align: center; font-style: italic; color: rgba(74,58,53,0.72); margin-bottom: 20px; }

.workshop-intro { background: linear-gradient(90deg, var(--powder), var(--sage)); }
.icon-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; max-width: 520px; margin: -18px auto 52px; }
.icon-row span { display: grid; place-items: center; height: 72px; border-radius: 999px; background: rgba(250,247,242,0.55); color: var(--burgundy); font-size: 1.65rem; box-shadow: var(--shadow-card); }
.workshop-list { display: grid; gap: 28px; max-width: 980px; margin: 0 auto; }
.workshop-card {
  position: relative;
  overflow: hidden;
  background: rgba(250,247,242,0.82);
  border: 1px solid rgba(74,58,53,0.08);
  border-radius: 3rem;
  box-shadow: var(--shadow-soft);
  transition: padding 0.6s var(--ease-organic), transform 0.4s ease, box-shadow 0.4s ease;
}
.workshop-card:hover { transform: translateY(-4px); box-shadow: 0 35px 90px rgba(0,0,0,0.1); }
.workshop-card::before { content: ''; position: absolute; inset: auto auto -18% -8%; width: 360px; height: 360px; background: var(--pink); opacity: 0.28; border-radius: 60% 40% 50% 70% / 50% 60% 40% 50%; transform: scale(0.8); pointer-events: none; }
.workshop-card.artisti:hover::before { animation: ink-spread 1.5s cubic-bezier(0.2,0.8,0.2,1) forwards; background: var(--burgundy); }
.workshop-card.naturali::before { background: var(--sage); }
.workshop-header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 22px; width: 100%; padding: 34px 38px; border: 0; background: transparent; text-align: left; cursor: pointer; color: inherit; }
.workshop-header-left { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; }
.workshop-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: rgba(122,47,59,0.11); color: var(--burgundy); font-size: 1.75rem; }
.workshop-card.naturali .workshop-icon { background: rgba(162,197,161,0.35); color: var(--brown); animation: lavender-drift 7s ease-in-out infinite; }
.workshop-header h3 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--burgundy); }
.workshop-header .tag { font-family: 'Kalam', cursive; color: var(--terracotta); font-size: 1.18rem; }
.workshop-header p { color: rgba(74,58,53,0.75); font-family: 'Crimson Pro', serif; font-size: 1.22rem; }
.chevron { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(122,47,59,0.1); color: var(--burgundy); transition: transform 0.4s ease; }
.workshop-card.expanded .chevron { transform: rotate(180deg); }
.workshop-details { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.6s var(--ease-organic), opacity 0.6s var(--ease-organic), padding 0.6s var(--ease-organic); padding: 0 42px; }
.workshop-card.expanded .workshop-details { max-height: 1100px; opacity: 1; padding: 0 42px 46px; }
.workshop-detail-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(240px,0.9fr); gap: 30px; align-items: start; }
.workshop-detail-image { border-radius: 36px; overflow: hidden; box-shadow: var(--shadow-card); background: var(--paper-white); }
.workshop-detail-image img { width: 100%; height: 330px; object-fit: cover; }
.detail-text p { margin-bottom: 18px; color: rgba(74,58,53,0.85); }
.detail-highlight { padding: 20px 24px; border-radius: 24px; background: rgba(252,239,180,0.55); color: var(--burgundy); font-family: 'Crimson Pro', serif; font-size: 1.25rem; font-style: italic; margin: 22px 0; }
.detail-list { list-style: none; margin: 22px 0 28px; display: grid; gap: 10px; }
.detail-list li { position: relative; padding-left: 28px; }
.detail-list li::before { content: '✹'; position: absolute; left: 0; color: var(--terracotta); }
.status-pill { display: inline-flex; width: fit-content; align-items: center; gap: 8px; background: rgba(195,216,200,0.55); padding: 8px 14px; border-radius: 999px; font-weight: 800; color: var(--brown); margin: 2px 0 18px; }
.status-pill.soldout { background: rgba(244,211,204,0.75); color: var(--burgundy); }
.status-pill.past { background: rgba(74,58,53,0.10); color: rgba(74,58,53,0.70); }

.cerchi { background: linear-gradient(180deg, var(--sage), var(--powder) 58%, var(--cream)); }
.split-grid { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr); gap: clamp(38px, 6vw, 74px); align-items: center; }
.section-photo { min-height: 560px; border-radius: 46% 54% 62% 38% / 52% 44% 56% 48%; overflow: hidden; box-shadow: var(--shadow-soft); position: relative; }
.section-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 0%, rgba(250,247,242,0.22) 100%); }
.soft-box { padding: 22px 26px; border-radius: 24px; background: rgba(250,247,242,0.58); color: var(--burgundy); font: italic 1.2rem 'Crimson Pro', serif; margin: 28px 0 20px; }
.circle-orbit { position: absolute; top: 23%; right: 9%; width: 210px; height: 210px; pointer-events: none; opacity: 0.55; }
.dot { position: absolute; top: 50%; left: 50%; width: 14px; height: 14px; border-radius: 50%; transform-origin: 0 0; }
.dot-1 { background: var(--peach); animation: dot-orbit 12s linear infinite; }
.dot-2 { background: var(--powder); animation: dot-orbit 12s linear infinite -4s; }
.dot-3 { background: var(--pink); animation: dot-orbit 12s linear infinite -8s; }
.dot-4 { background: var(--lavender); animation: dot-orbit 10s linear infinite -2s; }
.dot-5 { background: var(--butter); animation: dot-orbit 10s linear infinite -5s; }
.dot-6 { background: var(--terracotta); animation: dot-orbit 10s linear infinite -7s; }

.project-art { background: linear-gradient(180deg, var(--pink), var(--cream)); }
.quote-line { margin: 24px auto 0; max-width: 690px; color: var(--burgundy); font: italic clamp(1.35rem, 3vw, 2rem) 'Crimson Pro', serif; }
.paper-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; max-width: 980px; margin: 56px auto 0; }
.paper-sheet { position: relative; min-height: 280px; display: grid; place-items: center; background: var(--paper-white); box-shadow: var(--shadow-card); padding: 18px; transform: rotate(var(--r)); transition: transform 0.45s var(--ease-organic), box-shadow 0.45s ease; }
.paper-sheet:nth-child(1) { --r: -3deg; }
.paper-sheet:nth-child(2) { --r: 2deg; }
.paper-sheet:nth-child(3) { --r: -1deg; }
.paper-sheet:nth-child(4) { --r: 3deg; }
.paper-sheet::before { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 54px; height: 20px; border-radius: 4px; background: rgba(201,122,109,0.22); }
.paper-sheet::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(122,47,59,0.18); background: radial-gradient(circle at 50% 35%, rgba(244,211,204,0.48), transparent 36%), linear-gradient(120deg, transparent 45%, rgba(74,58,53,0.06) 46%, transparent 47%); }
.paper-sheet span { position: relative; z-index: 2; font-family: 'Kalam', cursive; color: var(--burgundy); font-size: 1.6rem; }
.paper-sheet:hover { transform: rotate(0deg) translateY(-10px); box-shadow: 0 20px 60px rgba(0,0,0,0.12); z-index: 2; }

.blog-preview, .blog-main { background: linear-gradient(180deg, var(--cream), var(--lavender)); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; min-height: 100%; background: rgba(250,247,242,0.82); border: 1px solid rgba(74,58,53,0.08); border-radius: 28px; box-shadow: var(--shadow-card); text-decoration: none; transition: transform 0.45s var(--ease-organic), box-shadow 0.45s ease; color: var(--brown); }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 18px 55px rgba(0,0,0,0.12); }
.blog-img { height: 210px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--peach), var(--pink)); position: relative; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-img.fallback { font-family: 'Kalam', cursive; color: var(--burgundy); font-size: 1.5rem; padding: 20px; text-align: center; }
.category-tag { position: absolute; left: 18px; bottom: 18px; display: inline-flex; padding: 6px 14px; border-radius: 999px; background: var(--butter); color: var(--burgundy); font-weight: 800; font-size: 0.78rem; }
.blog-card-body { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.blog-date { color: var(--terracotta); font-weight: 800; font-size: 0.85rem; margin-bottom: 8px; }
.blog-card h3 { font-size: 1.65rem; margin-bottom: 10px; color: var(--brown); transition: color 0.25s ease; }
.blog-card:hover h3 { color: var(--burgundy); }
.blog-card p { color: rgba(74,58,53,0.72); flex: 1; }
.blog-read { margin-top: 18px; color: var(--burgundy); font-weight: 800; }
.centered-action { display: flex; justify-content: center; margin-top: 42px; }
.blog-hero { padding-top: 150px; padding-bottom: 70px; background: transparent; }
.blog-list-section { padding-top: 20px; }
.article-view { padding-top: 145px; background: linear-gradient(180deg, var(--cream), var(--pink)); }
.article-container { max-width: 820px; }
.article-back { display: inline-flex; margin-bottom: 28px; color: var(--burgundy); font-weight: 800; text-decoration: none; }
.article-content { background: rgba(250,247,242,0.88); border-radius: 42px; padding: clamp(28px, 5vw, 58px); box-shadow: var(--shadow-soft); }
.article-content h1 { color: var(--burgundy); font-size: clamp(2.5rem, 6vw, 4.8rem); margin-bottom: 14px; }
.article-meta { color: var(--terracotta); font-weight: 800; margin-bottom: 26px; }
.article-cover { width: 100%; max-height: 430px; object-fit: cover; border-radius: 28px; margin-bottom: 28px; }
.article-content .portable p { margin-bottom: 18px; font-size: 1.08rem; color: rgba(74,58,53,0.86); }
.article-content .portable h2 { margin: 34px 0 14px; color: var(--burgundy); font-size: 2rem; }
.article-content .portable ul { margin: 16px 0 22px 26px; }
.article-content .portable li { margin: 8px 0; }

.events { background: linear-gradient(180deg, var(--cream), var(--butter)); }
.event-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 980px; margin: 46px auto 0; }
.event-card { position: relative; background: var(--paper-white); border-radius: 20px; padding: 36px 30px 32px; box-shadow: var(--shadow-card); transform: rotate(var(--event-r, 0deg)); transition: transform 0.45s var(--ease-organic), box-shadow 0.45s ease; }
.event-card:nth-child(1) { --event-r: -1.5deg; }
.event-card:nth-child(2) { --event-r: 1deg; }
.event-card:nth-child(3) { --event-r: -0.5deg; }
.event-card:hover { transform: rotate(0deg) translateY(-8px); box-shadow: 0 18px 60px rgba(0,0,0,0.12); }
.pin { position: absolute; top: -10px; left: 50%; width: 22px; height: 22px; transform: translateX(-50%); border-radius: 50%; background: var(--terracotta); box-shadow: 0 2px 8px rgba(201,122,109,0.3); }
.event-card h3 { color: var(--burgundy); font-size: 1.8rem; margin-bottom: 10px; }
.event-card p { color: rgba(74,58,53,0.72); }

.contact { background: linear-gradient(180deg, var(--peach), var(--butter)); }
.contact-wrap { max-width: 780px; }
.contact-form { position: relative; z-index: 2; display: grid; gap: 20px; background: rgba(250,247,242,0.82); border: 1px solid rgba(74,58,53,0.08); border-radius: 3rem; box-shadow: var(--shadow-soft); padding: clamp(28px, 5vw, 48px); }
.contact-form label { display: grid; gap: 8px; color: rgba(74,58,53,0.78); font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 2px solid rgba(201,122,109,0.20); background: rgba(252,239,180,0.42); color: var(--brown); border-radius: 16px; padding: 13px 16px; outline: 0; transition: border 0.25s ease, background 0.25s ease; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--terracotta); background: rgba(250,247,242,0.9); }
.form-note { font-size: 0.88rem; opacity: 0.62; text-align: center; }

.footer { background: var(--brown); color: var(--cream); text-align: center; padding: 62px 24px 42px; }
.footer-logo { font: 700 2rem 'Crimson Pro', serif; margin-bottom: 12px; color: var(--cream); }
.footer p { opacity: 0.72; max-width: 560px; margin: 0 auto 26px; }
.footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; }
.footer a { color: var(--cream); opacity: 0.74; text-decoration: none; transition: opacity 0.2s ease; }
.footer a:hover { opacity: 1; }
.footer small { opacity: 0.46; }

.sanity-empty { padding: 26px; border-radius: 24px; background: rgba(250,247,242,0.55); text-align: center; color: rgba(74,58,53,0.74); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--terracotta); border-radius: 999px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

/* ======================================================
   Radicalmente Umani — aggiornamenti editoriali v2
   ====================================================== */
body {
  font-family: 'Marcellus', serif;
  letter-spacing: 0.005em;
}
h1, h2, .section-title, .manifesto-lines {
  font-family: 'Homemade Apple', cursive;
  font-weight: 400;
  letter-spacing: -0.03em;
}
h3, h4, .hero-subtitle, .detail-highlight, .soft-box, .quote-line, .footer-logo, .profile-letter {
  font-family: 'Marcellus', serif;
}
.hero-title, .nav-logo, .footer-logo {
  font-family: 'Lotus Heater Stans', 'Homemade Apple', cursive;
  font-weight: 400;
  letter-spacing: -0.045em;
}
.hero-title .hand, .nav-logo span, .footer-logo span, .hand, .eyebrow {
  font-family: 'Homemade Apple', cursive;
  font-weight: 400;
}
.nav-links a, .btn, .contact-form label, .blog-read, .status-pill { font-weight: 400; }

/* Instagram links in header */
.nav-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-social a, .profile-link {
  text-decoration: none;
  color: var(--burgundy);
  background: rgba(250,247,242,0.68);
  border: 1px solid rgba(122,47,59,0.18);
  border-radius: 999px;
  padding: 8px 14px;
  transition: transform 0.3s var(--ease-organic), background 0.3s ease, color 0.3s ease;
}
.nav-social a:hover, .profile-link:hover {
  background: var(--burgundy);
  color: var(--cream);
  transform: translateY(-2px);
}
.profile-link { display: inline-flex; margin-top: 22px; }
.mobile-pill.alt { background: var(--terracotta); }

/* Botanical decorations replacing generic blobs */
.soft-blob { display: none; }
.botanical-drift {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  font-family: 'Homemade Apple', cursive;
  color: var(--burgundy);
  opacity: 0.35;
  filter: drop-shadow(0 10px 20px rgba(74,58,53,0.08));
  animation: botanicalFloat 9s ease-in-out infinite;
}
.root-thread {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 220px;
  height: 220px;
  opacity: 0.2;
  border-radius: 50% 50% 30% 70% / 55% 40% 60% 45%;
  border: 2px solid var(--brown);
  border-top: 0;
  border-right: 0;
  transform: rotate(-20deg);
  animation: rootBreath 11s ease-in-out infinite;
}
.root-thread::before, .root-thread::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 92px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 0 80%;
  color: var(--brown);
}
.root-thread::before { left: 44px; top: 92px; transform: rotate(28deg); }
.root-thread::after { left: 90px; top: 110px; transform: rotate(-18deg); }
.hero-leaf-one { top: 19%; left: 7%; font-size: 5.2rem; color: var(--grass); }
.hero-leaf-two { right: 9%; bottom: 20%; font-size: 6rem; color: var(--terracotta); opacity: 0.26; }
.hero-hydrangea { right: 16%; top: 18%; font-size: 4.6rem; color: var(--lavender); opacity: 0.55; }
.root-thread-hero { left: 12%; bottom: 10%; color: var(--brown); }
.manifesto-leaves { left: 8%; top: 20%; font-size: 5rem; color: var(--grass); }
.manifesto-roots { right: 8%; top: 17%; font-size: 5.4rem; color: var(--terracotta); transform: rotate(24deg); }
.manifesto-hydrangea { right: 11%; bottom: 14%; font-size: 5.5rem; color: var(--lavender); opacity: 0.5; }
.section:not(.hero)::before,
.section:not(.hero)::after {
  content: '✿';
  position: absolute;
  pointer-events: none;
  z-index: 1;
  font-family: 'Homemade Apple', cursive;
  color: var(--burgundy);
  opacity: 0.16;
  animation: botanicalFloat 10s ease-in-out infinite;
}
.section:not(.hero)::before { top: 9%; left: 3.5%; font-size: 3.8rem; }
.section:not(.hero)::after { content: '❧'; right: 5%; bottom: 10%; font-size: 4.6rem; color: var(--grass); animation-delay: 2s; }
.workshop-intro::before { content: '☘'; color: var(--grass); }
.workshop-intro::after { content: '✿'; color: var(--lavender); opacity: 0.28; }
.cerchi::before { content: '❀'; color: var(--pink); opacity: 0.35; }
.project-section::before { content: '✿'; color: var(--terracotta); opacity: 0.23; }
.contact::after { content: '☘'; color: var(--grass); }
@keyframes botanicalFloat {
  0%,100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-18px) rotate(7deg); }
}
@keyframes rootBreath {
  0%,100% { transform: rotate(-20deg) scale(1); opacity: 0.18; }
  50% { transform: rotate(-14deg) scale(1.06); opacity: 0.3; }
}

/* Hero: only two visual boxes */
.hero { background: linear-gradient(135deg, var(--butter) 0%, var(--cream) 48%, var(--pink) 100%); }
.hero-collage { min-height: 560px; }
.collage-img.founders {
  top: 22px;
  right: 8%;
  width: min(64%, 390px);
  height: 470px;
  border-radius: 44% 56% 63% 37% / 42% 53% 47% 58%;
}
.collage-img.future-slot {
  left: 2%;
  bottom: 28px;
  width: min(46%, 280px);
  height: 310px;
  border: 2px dashed rgba(122,47,59,0.24);
  background:
    radial-gradient(circle at 35% 25%, rgba(213,207,225,0.68), transparent 34%),
    radial-gradient(circle at 70% 80%, rgba(246,184,162,0.58), transparent 38%),
    rgba(250,247,242,0.58);
  border-radius: 60% 40% 38% 62% / 50% 43% 57% 50%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.collage-img.future-slot::after {
  content: '✿';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: 'Homemade Apple', cursive;
  font-size: 4rem;
  color: rgba(122,47,59,0.22);
}

/* About */
.vision-copy {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 28px;
  background: rgba(252,239,180,0.38);
  color: rgba(74,58,53,0.88);
}
.vision-copy p + p { margin-top: 12px; }
.vision-copy strong { color: var(--burgundy); }

/* Workshop: vertical cards side by side, Sanity-driven */
.workshop-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  max-width: 1080px;
}
.workshop-card {
  border-radius: 42px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.workshop-card::before { display: none; }
.workshop-header {
  display: block;
  padding: 0;
}
.workshop-cover {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 42px 42px 0 0;
  background: var(--paper-white);
}
.workshop-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.workshop-card:hover .workshop-cover img { transform: scale(1.045); }
.workshop-date-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(250,247,242,0.88);
  color: var(--burgundy);
  box-shadow: var(--shadow-card);
}
.workshop-card-summary {
  padding: 28px 30px 30px;
  display: grid;
  gap: 8px;
  position: relative;
}
.workshop-card-summary .tag { color: var(--terracotta); font-family: 'Homemade Apple', cursive; }
.workshop-card-summary h3 { color: var(--burgundy); font-size: clamp(2rem, 3vw, 2.9rem); }
.workshop-card-summary p { color: rgba(74,58,53,0.78); }
.workshop-card-summary .chevron {
  position: absolute;
  right: 26px;
  bottom: 28px;
}
.workshop-details { padding: 0 30px; }
.workshop-card.expanded .workshop-details { padding: 0 30px 34px; }
.workshop-detail-grid { grid-template-columns: 1fr; gap: 0; }
.workshop-detail-image { display: none; }
.detail-list li::before { content: '✿'; }
.workshop-card.naturali .workshop-date-badge { color: var(--brown); background: rgba(195,216,200,0.9); }
.workshop-card.artisti .workshop-date-badge { background: rgba(244,211,204,0.92); }

/* Per stare insieme */
.cerchi { background: linear-gradient(180deg, var(--sage), var(--cream) 58%, var(--powder)); }
.cerchi .section-title, .cerchi .hand { color: var(--burgundy); }
.cerchi .section-subtitle, .cerchi .rich-copy, .cerchi .microcopy { color: rgba(74,58,53,0.88); }
.cerchi .soft-box { background: rgba(250,247,242,0.72); color: var(--burgundy); }
.section-photo { border-radius: 38px; min-height: 620px; }
.circle-orbit { opacity: 0.38; }

/* Progetti artistici */
.project-section .intro-text { margin-left: auto; margin-right: auto; }
.project-section .intro-text strong { color: var(--burgundy); }
.project-section .paper-sheet { min-height: 220px; }
.project-section .paper-sheet::after {
  background: radial-gradient(circle at 50% 40%, rgba(246,184,162,0.38), transparent 38%), linear-gradient(120deg, transparent 43%, rgba(74,58,53,0.045) 44%, transparent 45%);
}

/* Contact form: real external submit through FormSubmit */
.contact-form button[type="submit"] { width: fit-content; justify-self: center; }
.form-note { color: rgba(74,58,53,0.7); }

/* Aggiornamento v3: immagine profilo Martina */
.profile-photo {
  width: 132px;
  height: 132px;
  margin: 0 auto 22px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--peach), var(--pink));
  box-shadow: 0 16px 45px rgba(74,58,53,0.14);
}
.profile-photo::after {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px dashed var(--terracotta);
  border-radius: 50%;
  opacity: 0.34;
  animation: spin 22s linear infinite;
  pointer-events: none;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}
.martina-photo { border: 5px solid rgba(250,247,242,0.72); }
@media (max-width: 560px) {
  .profile-photo { width: 106px; height: 106px; }
}
.profile-photo { overflow: visible; }
.profile-photo img { border-radius: 50%; }

/* ============================================
   v4 overrides — typography, logos, motifs, cursor, footer
   ============================================ */
:root {
  --rose: #e97f66;
  --olive: #8a8b27;
  --stone: #655043;
  --paper: #fbf7f0;
}

html {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M18 4 C25 8 29 15 26 21 C23 27 17 30 10 29 C8 23 9 17 12 11 C14 7 16 5 18 4 Z' fill='%23dff0dc' stroke='%238a8b27' stroke-width='1.7'/%3E%3Cpath d='M12 24 C15 19 18 14 23 10' fill='none' stroke='%23c97a6d' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 4 4, auto;
}
a, button, input, textarea, select, label {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M18 3 C24 6 28 12 27 17 C25 24 19 29 12 30 C8 25 8 18 11 12 C13 7 15 4 18 3 Z' fill='%23f5ded8' stroke='%23c97a6d' stroke-width='1.6'/%3E%3Cpath d='M12 23 C14.5 19 18 14.5 22.5 11' fill='none' stroke='%238a8b27' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 6 2, pointer;
}
body {
  font-family: 'Marcellus', serif;
  color: var(--stone);
  background: linear-gradient(180deg, #fcfaf5 0%, #f7f1ea 100%);
}
h1, h2, h3, h4, .nav-logo, .nav-links a, .mobile-overlay a, .footer-logo {
  font-family: 'Fraunces', serif;
}
.hand, .nav-logo span, .footer-logo span {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--terracotta);
}
.section-title {
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.eyebrow {
  font-family: 'Marcellus', serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: var(--terracotta);
  transform: none;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  color: var(--burgundy);
}
.nav-logo-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.08));
}
.nav-logo-text {
  line-height: 1;
  max-width: 10ch;
}
.nav-logo-text, .footer-logo span { font-style: normal; font-weight: 600; color: var(--burgundy); }
.site-nav {
  background: rgba(251, 247, 240, 0.92);
  border-color: rgba(74,58,53,0.08);
}
.nav-links a, .nav-social a {
  font-size: 0.9rem;
  font-weight: 500;
}
.nav-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nav-social a {
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244,211,204,0.45);
  border: 1px solid rgba(201,122,109,0.16);
}
.mobile-overlay {
  background: radial-gradient(circle at top, rgba(244,211,204,0.88), rgba(250,247,242,0.97));
}
.hero {
  background: linear-gradient(135deg, #f4ede2 0%, #f9f6ef 48%, #d8e9ee 100%);
}
.hero-brand {
  width: min(220px, 44vw);
  margin-bottom: 16px;
}
.hero-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-title {
  font-size: clamp(3.6rem, 7vw, 6rem);
  color: var(--burgundy);
  margin-bottom: 14px;
}
.hero-subtitle {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}
.hero-text, .section-subtitle, .intro-text, .rich-copy, .rich-text, .card-kicker, .vision-copy, .detail-text p, .detail-list, .blog-card-body p, .form-note {
  font-family: 'Marcellus', serif;
}
.hero-collage, .section-photo, .workshop-card, .about-card, .blog-card, .contact-form, .paper-sheet {
  box-shadow: 0 20px 55px rgba(74,58,53,0.08);
}
.collage-img.future-slot::after {
  content: '';
  inset: 0;
  background: url('../assets/images/logo-icon.png') center/56% auto no-repeat;
  opacity: 0.16;
}
.collage-img.future-slot::before {
  content: 'contenuto in arrivo';
  position: absolute;
  inset: auto 0 26px;
  text-align: center;
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: rgba(122,47,59,0.6);
  letter-spacing: 0.03em;
}
.profile-letter {
  font-family: 'Fraunces', serif;
  background: linear-gradient(135deg, rgba(244,211,204,0.75), rgba(209,229,238,0.7));
}
.about-card h3 {
  font-size: 2rem;
  color: var(--burgundy);
}
.about-card .hand { font-size: inherit; }

/* refined botanical motifs */
.botanical-drift {
  position: absolute;
  display: block;
  font-size: 0 !important;
  width: 160px;
  height: 160px;
  background: url('../assets/images/logo-icon.png') center/contain no-repeat;
  opacity: 0.12;
  filter: saturate(0.9);
  animation: botanicalFloat 12s ease-in-out infinite;
}
.hero-leaf-one { top: 10%; left: 2%; transform: rotate(-18deg); }
.hero-leaf-two { right: 3%; bottom: 12%; transform: rotate(14deg); }
.hero-hydrangea { right: 18%; top: 10%; width: 120px; height: 120px; opacity: 0.08; }
.manifesto-leaves { left: 2%; top: 18%; transform: rotate(-12deg); }
.manifesto-roots { right: 2%; top: 16%; transform: rotate(12deg); }
.manifesto-hydrangea { right: 8%; bottom: 8%; width: 120px; height: 120px; }
.section:not(.hero)::before,
.section:not(.hero)::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.08;
  animation: botanicalFloat 13s ease-in-out infinite;
}
.section:not(.hero)::before {
  top: 7%;
  left: -1%;
  width: 140px;
  height: 180px;
  background-image: url('../assets/images/logo-icon.png');
  transform: rotate(-12deg);
}
.section:not(.hero)::after {
  right: -1%;
  bottom: 8%;
  width: 120px;
  height: 120px;
  opacity: 0.06;
  background-image: radial-gradient(circle at center, rgba(233,127,102,0.6) 0 2px, transparent 2px),
    linear-gradient(rgba(233,127,102,0.55), rgba(233,127,102,0.55));
  background-size: 100% 100%, 2px 40%;
  background-position: center, center;
}
.root-thread {
  position: absolute;
  width: 220px;
  height: 120px;
  border-bottom: 2px solid rgba(138,139,39,0.18);
  border-left: 2px solid rgba(138,139,39,0.18);
  border-radius: 0 0 0 100%;
  opacity: 0.35;
}
.root-thread::after,
.root-thread::before {
  content: '';
  position: absolute;
  border-bottom: 2px solid rgba(201,122,109,0.18);
  border-left: 2px solid rgba(201,122,109,0.18);
  border-radius: 0 0 0 100%;
}
.root-thread::before { width: 90px; height: 46px; left: 48px; top: 28px; }
.root-thread::after { width: 64px; height: 34px; left: 130px; top: 54px; }
.hero-copy, .split-copy, .section-heading, .contact-wrap { position: relative; z-index: 2; }
.workshop-intro::before, .cerchi::before, .project-section::before, .contact::after { background-image: url('../assets/images/logo-icon.png'); }
.workshop-intro::after, .cerchi::after, .project-section::after { background-image: none; }

.workshop-list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.workshop-card {
  overflow: hidden;
  background: rgba(255,253,248,0.92);
  border: 1px solid rgba(122,47,59,0.08);
}
.workshop-card.artisti { background: linear-gradient(180deg, rgba(255,253,248,0.98), rgba(244,211,204,0.44)); }
.workshop-card.naturali { background: linear-gradient(180deg, rgba(255,253,248,0.98), rgba(209,229,238,0.45)); }
.workshop-header {
  background: transparent;
  border: 0;
  text-align: left;
}
.workshop-date-badge {
  font-family: 'Fraunces', serif;
  font-size: 0.95rem;
}
.workshop-card-summary .tag {
  font-family: 'Marcellus', serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}
.workshop-card-summary h3 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.45rem);
}
.workshop-details { overflow: hidden; }
.workshop-details .btn { margin-top: 8px; }
.detail-highlight {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--burgundy);
}
.detail-list li::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--olive));
  margin-top: 0.4rem;
}
.blog-card, .paper-sheet, .contact-form, .about-card { background: rgba(255,253,248,0.85); }
.blog-img.fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(209,229,238,0.9), rgba(244,211,204,0.7));
  padding: 20px;
}
.blog-fallback-title {
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  color: var(--burgundy);
  text-align: center;
}
.sanity-empty {
  text-align: center;
  padding: 34px 28px;
  border-radius: 30px;
  background: rgba(255,253,248,0.76);
  border: 1px dashed rgba(122,47,59,0.2);
  color: rgba(74,58,53,0.78);
}
.footer {
  padding: 48px 24px 60px;
  text-align: center;
  background: linear-gradient(180deg, rgba(250,247,242,0.85), rgba(209,229,238,0.4));
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 1.35rem;
  color: var(--burgundy);
}
.footer-logo-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.footer-links {
  margin: 18px 0 14px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-credit {
  margin-top: 10px;
  font-size: 0.96rem;
}
.footer-credit a {
  color: var(--burgundy);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-form {
  border: 1px solid rgba(122,47,59,0.08);
}
.contact-form label { color: var(--stone); }
.contact-form input,
.contact-form textarea,
.contact-form select {
  background: rgba(255,255,255,0.82);
}

@keyframes botanicalFloat {
  0%, 100% { transform: translateY(0px) rotate(-5deg); }
  50% { transform: translateY(-14px) rotate(6deg); }
}

/* ============================================
   v5 overrides — profiles, services, footer visibility, web3forms
   ============================================ */
.footer {
  background: #ffffff;
  border-top: 1px solid rgba(122, 47, 59, 0.08);
}
.footer,
.footer p,
.footer small,
.footer a,
.footer-logo,
.footer-logo span,
.footer .footer-credit,
.footer .footer-links a {
  color: var(--stone) !important;
}
.footer a:hover,
.footer-credit a:hover,
.footer-links a:hover {
  color: var(--burgundy) !important;
}

.profile-photo-link {
  display: block;
  text-decoration: none;
}
.profile-photo {
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 auto 22px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(74,58,53,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  background: linear-gradient(135deg, rgba(244,211,204,0.45), rgba(209,229,238,0.4));
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.profile-photo-link:hover .profile-photo,
.profile-photo-link:focus-visible .profile-photo {
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: 0 22px 44px rgba(74,58,53,0.16);
}
.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.services-disclosure {
  margin-top: 6px;
  width: 100%;
}
.services-disclosure summary {
  list-style: none;
}
.services-disclosure summary::-webkit-details-marker {
  display: none;
}
.services-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(122,47,59,0.14);
}
.services-toggle::after {
  content: '＋';
  margin-left: auto;
  font-size: 1rem;
}
.services-disclosure[open] .services-toggle::after {
  content: '−';
}
.services-panel {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(122,47,59,0.08);
}
.services-panel a {
  text-decoration: none;
  color: var(--burgundy);
  background: rgba(244,211,204,0.18);
  border: 1px solid rgba(201,122,109,0.12);
  border-radius: 16px;
  padding: 12px 14px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.services-panel a:hover,
.services-panel a:focus-visible {
  transform: translateY(-2px);
  background: rgba(244,211,204,0.35);
  border-color: rgba(201,122,109,0.22);
}
.hidden-botcheck {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status {
  min-height: 1.4em;
  margin-top: 6px;
  font-size: 0.98rem;
}
.form-status.success {
  color: #2f6a37;
}
.form-status.error {
  color: #8e2f3b;
}

/* ============================================
   v6 patch — header logo, less whitespace, botanical WebP icons
   ============================================ */
.site-nav {
  min-height: 58px;
  padding: 8px 18px;
  gap: 14px;
}
.site-nav.scrolled {
  min-height: 54px;
  padding: 7px 16px;
}
.nav-logo {
  min-width: 120px;
  max-width: 155px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.nav-logo-full {
  width: 150px;
  max-width: 100%;
  max-height: 48px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(74,58,53,0.08));
}
.nav-logo-icon,
.nav-logo-text {
  display: none !important;
}

/* meno vuoto bianco tra sezioni */
.section {
  padding-top: 92px;
  padding-bottom: 92px;
}
.section-heading {
  margin-bottom: 38px;
}
.hero {
  min-height: auto;
  padding-top: 112px;
  padding-bottom: 76px;
}
.hero-grid {
  gap: clamp(28px, 4vw, 54px);
}
.hero-collage {
  min-height: 470px;
}
.collage-img.founders {
  top: 0;
  right: 10%;
  height: 455px;
}
.collage-img.future-slot {
  display: none !important;
}
.blog-hero,
.article-view {
  padding-top: 112px;
}
.contact.section {
  padding-bottom: 78px;
}
.footer {
  padding-top: 36px;
  padding-bottom: 44px;
}

/* icone botaniche dinamiche in WebP */
:root {
  --botanical-icon-opacity-soft: 0.11;
  --botanical-icon-opacity-strong: 0.2;
}
.botanical-drift,
.section:not(.hero)::before,
.section:not(.hero)::after,
.blog-hero::before,
.blog-hero::after {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  pointer-events: none !important;
  will-change: transform, opacity, filter;
}
.botanical-drift {
  font-size: 0 !important;
  display: block;
}
.hero-leaf-one {
  width: 170px !important;
  height: 170px !important;
  background-image: url('../assets/images/botanical-icons/botanical-fiore-singolo.webp') !important;
  left: 3% !important;
  top: 13% !important;
  opacity: 0.15 !important;
  animation: botanicalDriftOne 18s ease-in-out infinite, botanicalFade 9s ease-in-out infinite !important;
}
.hero-leaf-two {
  width: 190px !important;
  height: 190px !important;
  background-image: url('../assets/images/botanical-icons/botanical-eucalipto.webp') !important;
  right: 3% !important;
  bottom: 8% !important;
  opacity: 0.13 !important;
  animation: botanicalDriftTwo 22s ease-in-out infinite, botanicalFade 11s ease-in-out infinite !important;
}
.hero-hydrangea {
  width: 150px !important;
  height: 150px !important;
  background-image: url('../assets/images/botanical-icons/botanical-bacche.webp') !important;
  right: 18% !important;
  top: 11% !important;
  opacity: 0.11 !important;
  animation: botanicalDriftThree 20s ease-in-out infinite, botanicalFade 10s ease-in-out infinite !important;
}
.manifesto-leaves {
  width: 190px !important;
  height: 190px !important;
  background-image: url('../assets/images/botanical-icons/botanical-fiori-doppi.webp') !important;
  left: 1% !important;
  top: 13% !important;
  opacity: 0.14 !important;
  animation: botanicalDriftTwo 21s ease-in-out infinite, botanicalFade 10s ease-in-out infinite !important;
}
.manifesto-roots {
  width: 170px !important;
  height: 170px !important;
  background-image: url('../assets/images/botanical-icons/botanical-ulivo.webp') !important;
  right: 1% !important;
  top: 15% !important;
  opacity: 0.13 !important;
  animation: botanicalDriftOne 23s ease-in-out infinite, botanicalFade 12s ease-in-out infinite !important;
}
.manifesto-hydrangea {
  width: 150px !important;
  height: 150px !important;
  background-image: url('../assets/images/botanical-icons/botanical-eucalipto.webp') !important;
  right: 10% !important;
  bottom: 7% !important;
  opacity: 0.1 !important;
  animation: botanicalDriftThree 20s ease-in-out infinite, botanicalFade 11s ease-in-out infinite !important;
}
section.section::before,
section.section::after,
.blog-hero::before,
.blog-hero::after {
  content: '' !important;
  position: absolute !important;
  z-index: 1 !important;
  opacity: var(--botanical-icon-opacity-soft) !important;
  filter: saturate(0.92) contrast(0.98);
}
#about::before {
  width: 180px !important;
  height: 180px !important;
  left: -20px !important;
  top: 7% !important;
  background-image: url('../assets/images/botanical-icons/botanical-eucalipto.webp') !important;
  animation: botanicalDriftOne 22s ease-in-out infinite, botanicalFade 12s ease-in-out infinite !important;
}
#about::after {
  width: 155px !important;
  height: 155px !important;
  right: 4% !important;
  bottom: 8% !important;
  background-image: url('../assets/images/botanical-icons/botanical-fiore-singolo.webp') !important;
  opacity: 0.16 !important;
  animation: botanicalDriftTwo 19s ease-in-out infinite, botanicalFade 9s ease-in-out infinite !important;
}
#workshop::before {
  width: 170px !important;
  height: 170px !important;
  left: 4% !important;
  top: 9% !important;
  background-image: url('../assets/images/botanical-icons/botanical-fiori-doppi.webp') !important;
  opacity: 0.14 !important;
  animation: botanicalDriftThree 23s ease-in-out infinite, botanicalFade 10s ease-in-out infinite !important;
}
#workshop::after {
  width: 190px !important;
  height: 190px !important;
  right: 2% !important;
  bottom: 6% !important;
  background-image: url('../assets/images/botanical-icons/botanical-ulivo.webp') !important;
  opacity: 0.12 !important;
  animation: botanicalDriftOne 24s ease-in-out infinite, botanicalFade 13s ease-in-out infinite !important;
}
#cerchi::before {
  width: 175px !important;
  height: 175px !important;
  left: 2% !important;
  bottom: 7% !important;
  top: auto !important;
  background-image: url('../assets/images/botanical-icons/botanical-bacche.webp') !important;
  opacity: 0.13 !important;
  animation: botanicalDriftTwo 20s ease-in-out infinite, botanicalFade 10s ease-in-out infinite !important;
}
#cerchi::after {
  width: 165px !important;
  height: 165px !important;
  right: 3% !important;
  top: 7% !important;
  bottom: auto !important;
  background-image: url('../assets/images/botanical-icons/botanical-eucalipto.webp') !important;
  opacity: 0.11 !important;
  animation: botanicalDriftThree 24s ease-in-out infinite, botanicalFade 12s ease-in-out infinite !important;
}
#progetti::before {
  width: 190px !important;
  height: 190px !important;
  left: 0 !important;
  top: 8% !important;
  background-image: url('../assets/images/botanical-icons/botanical-ulivo.webp') !important;
  opacity: 0.12 !important;
  animation: botanicalDriftOne 25s ease-in-out infinite, botanicalFade 11s ease-in-out infinite !important;
}
#progetti::after {
  width: 160px !important;
  height: 160px !important;
  right: 5% !important;
  bottom: 8% !important;
  background-image: url('../assets/images/botanical-icons/botanical-fiore-singolo.webp') !important;
  opacity: 0.14 !important;
  animation: botanicalDriftTwo 20s ease-in-out infinite, botanicalFade 9s ease-in-out infinite !important;
}
#blog::before,
.blog-hero::before {
  width: 160px !important;
  height: 160px !important;
  left: 3% !important;
  top: 8% !important;
  background-image: url('../assets/images/botanical-icons/botanical-fiori-doppi.webp') !important;
  opacity: 0.12 !important;
  animation: botanicalDriftThree 21s ease-in-out infinite, botanicalFade 11s ease-in-out infinite !important;
}
#blog::after,
.blog-hero::after {
  width: 170px !important;
  height: 170px !important;
  right: 3% !important;
  bottom: 8% !important;
  background-image: url('../assets/images/botanical-icons/botanical-eucalipto.webp') !important;
  opacity: 0.1 !important;
  animation: botanicalDriftOne 23s ease-in-out infinite, botanicalFade 13s ease-in-out infinite !important;
}
#contatti::before {
  width: 170px !important;
  height: 170px !important;
  left: 5% !important;
  top: 8% !important;
  background-image: url('../assets/images/botanical-icons/botanical-bacche.webp') !important;
  opacity: 0.11 !important;
  animation: botanicalDriftTwo 22s ease-in-out infinite, botanicalFade 10s ease-in-out infinite !important;
}
#contatti::after {
  width: 170px !important;
  height: 170px !important;
  right: 4% !important;
  bottom: 7% !important;
  background-image: url('../assets/images/botanical-icons/botanical-fiore-singolo.webp') !important;
  opacity: 0.13 !important;
  animation: botanicalDriftThree 19s ease-in-out infinite, botanicalFade 10s ease-in-out infinite !important;
}
@keyframes botanicalDriftOne {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-7deg) scale(1); }
  35% { transform: translate3d(14px, -20px, 0) rotate(5deg) scale(1.04); }
  70% { transform: translate3d(-10px, 10px, 0) rotate(-3deg) scale(0.98); }
}
@keyframes botanicalDriftTwo {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(8deg) scale(0.98); }
  40% { transform: translate3d(-16px, -14px, 0) rotate(-4deg) scale(1.03); }
  75% { transform: translate3d(10px, 12px, 0) rotate(6deg) scale(1); }
}
@keyframes botanicalDriftThree {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg) scale(1); }
  45% { transform: translate3d(8px, -18px, 0) rotate(8deg) scale(1.05); }
  80% { transform: translate3d(-14px, 8px, 0) rotate(-7deg) scale(0.99); }
}
@keyframes botanicalFade {
  0%, 100% { opacity: 0.07; filter: blur(0px) saturate(0.9); }
  50% { opacity: var(--botanical-icon-opacity-strong); filter: blur(0.2px) saturate(1); }
}
@media (prefers-reduced-motion: reduce) {
  .botanical-drift,
  section.section::before,
  section.section::after,
  .blog-hero::before,
  .blog-hero::after {
    animation: none !important;
    transform: none !important;
  }
}


/* ============================================
   v7 patch — hero cleanup, dynamic botanical rhythm, tighter layouts
   ============================================ */
/* header: no image logo in the headbar */
.nav-logo {
  display: none !important;
}
.site-nav {
  padding-inline: clamp(14px, 2vw, 26px);
  gap: 18px;
}
.nav-links {
  margin-left: 0 !important;
}

/* tighter sections and boxes */
.section {
  padding-top: clamp(72px, 8vw, 96px) !important;
  padding-bottom: clamp(70px, 7vw, 90px) !important;
}
.section + .section {
  margin-top: 0 !important;
}
.section-heading,
.about-grid,
.workshop-grid,
.split-grid,
.blog-grid,
.contact-grid,
.paper-grid {
  margin-bottom: 0;
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
}
.hero {
  padding-top: 116px !important;
  padding-bottom: 64px !important;
}
.hero-grid {
  align-items: center;
  gap: clamp(28px, 4vw, 48px) !important;
}
.hero-copy {
  padding-block: 8px;
}
.hero-brand {
  position: relative;
  display: block;
  width: min(300px, 62vw);
  aspect-ratio: 0.74;
  background: url('../assets/images/logo-icon.png') center/contain no-repeat;
  margin-bottom: 8px;
  opacity: 0.9;
  filter: drop-shadow(0 8px 18px rgba(122,47,59,0.07));
}
.hero-brand img {
  display: none !important;
}
.hero-title {
  margin-top: 0;
}

/* remove the large rectangular backdrop under founders photo */
.hero-collage {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: 500px !important;
  align-self: center;
}
.hero-collage::before,
.hero-collage::after {
  display: none !important;
}
.collage-img.founders {
  top: 4px;
  right: 0;
  left: auto;
  width: min(68%, 420px);
  height: auto;
  aspect-ratio: 0.76;
  border-radius: 48% 52% 46% 54% / 50% 46% 54% 50%;
  box-shadow: 0 16px 40px rgba(74,58,53,0.08);
}
.collage-img.founders::after {
  display: none !important;
}
.collage-img.future-slot {
  display: block !important;
  position: absolute;
  inset: auto auto 28px 0;
  width: min(42%, 260px);
  aspect-ratio: 0.92;
  border-radius: 58% 42% 62% 38% / 44% 60% 40% 56%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255,255,255,0.85) 0 18%, transparent 19%),
    linear-gradient(145deg, rgba(209,229,238,0.32), rgba(244,211,204,0.16));
  border: 1px solid rgba(146,160,123,0.28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.55), 0 18px 34px rgba(74,58,53,0.05);
  overflow: hidden;
  transform: rotate(-6deg);
  opacity: 0.95;
}
.collage-img.future-slot::before {
  content: '';
  position: absolute;
  inset: 10% 12%;
  border: 1px dashed rgba(201,122,109,0.32);
  border-radius: 63% 37% 48% 52% / 43% 56% 44% 57%;
  animation: botanicalOrbit 16s ease-in-out infinite;
}
.collage-img.future-slot::after {
  content: '' !important;
  position: absolute;
  width: 46%;
  height: 46%;
  right: 12%;
  top: 16%;
  background: url('../assets/images/botanical-icons/botanical-eucalipto.webp') center/contain no-repeat;
  opacity: 0.18;
  animation: botanicalFloatSmall 12s ease-in-out infinite;
}

/* boxes fit their content better */
.hero-collage,
.section-photo,
.workshop-card,
.about-card,
.blog-card,
.contact-form,
.paper-sheet,
.services-panel,
.manifesto-lines {
  min-height: 0 !important;
  height: auto !important;
}
.about-card,
.workshop-card,
.blog-card,
.contact-form,
.paper-sheet {
  align-self: start;
}
.about-card,
.workshop-card,
.contact-form {
  padding: clamp(22px, 2.5vw, 32px) !important;
}
.workshop-card-summary,
.blog-card-body,
.services-panel {
  padding-inline: clamp(18px, 2vw, 24px) !important;
}
.workshop-card.expanded .workshop-details {
  padding: 0 clamp(18px, 2vw, 24px) clamp(18px, 2vw, 24px) !important;
}
.workshop-cover {
  aspect-ratio: 1 / 1.12;
}

/* more dynamic botanical symbols across sections */
#manifesto::before,
#about::before,
#workshop::before,
#cerchi::before,
#progetti::before,
#contatti::before,
#manifesto::after,
#about::after,
#workshop::after,
#cerchi::after,
#progetti::after,
#contatti::after {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#contatti::before {
  width: 160px !important;
  height: 160px !important;
  left: 2% !important;
  top: 7% !important;
  background-image: url('../assets/images/botanical-icons/botanical-flower-pair.webp') !important;
  opacity: 0.12 !important;
  animation: botanicalDriftThree 22s ease-in-out infinite, botanicalFade 10s ease-in-out infinite !important;
}
#contatti::after {
  width: 150px !important;
  height: 150px !important;
  right: 3% !important;
  bottom: 10% !important;
  background-image: url('../assets/images/botanical-icons/botanical-berries-branch.webp') !important;
  opacity: 0.12 !important;
  animation: botanicalDriftOne 24s ease-in-out infinite, botanicalFade 11s ease-in-out infinite !important;
}
.hero-copy::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  right: 2%;
  bottom: 2%;
  background: url('../assets/images/botanical-icons/botanical-olive-branch.webp') center/contain no-repeat;
  opacity: 0.15;
  pointer-events: none;
  animation: botanicalFloatSmall 13s ease-in-out infinite;
}
.about-card:nth-child(1)::after,
.about-card:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 72px;
  right: 18px;
  top: 16px;
  opacity: 0.12;
  background: url('../assets/images/botanical-icons/botanical-fiore-singolo.webp') center/contain no-repeat;
  pointer-events: none;
  animation: botanicalFloatSmall 11s ease-in-out infinite;
}
.about-card:nth-child(2)::after {
  background-image: url('../assets/images/botanical-icons/botanical-bacche.webp');
}

@keyframes botanicalFloatSmall {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(4deg); }
}
@keyframes botanicalOrbit {
  0%,100% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(6deg) scale(1.03); }
}
.hero-copy { position: relative; }
.about-card { position: relative; }

.hero-brand::before,
.hero-brand::after {
  content: '';
  position: absolute;
  inset: auto;
  pointer-events: none;
}
.hero-brand::before {
  width: 120px;
  height: 120px;
  right: -26px;
  top: 18px;
  background:
    radial-gradient(circle at 15px 16px, rgba(235,134,102,0.9) 0 3px, transparent 4px),
    radial-gradient(circle at 86px 22px, rgba(235,134,102,0.9) 0 3px, transparent 4px),
    radial-gradient(circle at 104px 86px, rgba(235,134,102,0.9) 0 3px, transparent 4px),
    radial-gradient(circle at 22px 98px, rgba(235,134,102,0.9) 0 3px, transparent 4px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23eb8666' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M30 30h24M42 18v24M34 22l16 16M50 22 34 38'/%3E%3Cpath d='M78 52h12M84 46v12M80 48l8 8M88 48 80 56'/%3E%3Cpath d='M62 90h18M71 81v18M65 84l12 12M77 84 65 96'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.95;
  animation: botanicalDriftThree 14s ease-in-out infinite;
}
.hero-brand::after {
  width: 100%;
  height: 100%;
  inset: 0;
}


/* ============================================
   v9 patch — mobile headbar visibility + compact mobile layout
   ============================================ */
.site-nav {
  z-index: 9999 !important;
  backdrop-filter: blur(18px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.08) !important;
  background: rgba(255, 252, 246, 0.94) !important;
  border: 1px solid rgba(122, 47, 59, 0.10) !important;
  box-shadow: 0 14px 38px rgba(74, 58, 53, 0.12) !important;
}
.nav-logo.nav-wordmark {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  overflow: visible !important;
  font-family: 'Fraunces', serif !important;
  font-size: 1.02rem !important;
  line-height: 1 !important;
  color: var(--burgundy) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  letter-spacing: -0.02em;
}
.nav-logo-full,
.nav-logo-icon,
.nav-logo-text {
  display: none !important;
}
.mobile-toggle {
  position: relative;
  width: 46px !important;
  height: 42px !important;
  min-width: 46px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(122,47,59,0.16) !important;
  background: rgba(244,211,204,0.36) !important;
  box-shadow: 0 8px 18px rgba(74,58,53,0.08) !important;
}
.mobile-toggle span {
  width: 18px !important;
  height: 2px !important;
  background: var(--burgundy) !important;
  border-radius: 999px !important;
}
.mobile-overlay {
  z-index: 10000 !important;
  background: rgba(255, 252, 246, 0.98) !important;
  color: var(--stone) !important;
}
.mobile-close {
  color: var(--burgundy) !important;
  background: rgba(244,211,204,0.5) !important;
  border: 1px solid rgba(122,47,59,0.12) !important;
}
.mobile-overlay a {
  color: var(--stone) !important;
}
.mobile-overlay .mobile-pill {
  color: var(--burgundy) !important;
  background: rgba(244,211,204,0.34) !important;
  border: 1px solid rgba(122,47,59,0.12) !important;
}

/* evita che l'hero finisca sotto l'headbar su mobile */
.hero {
  padding-top: clamp(96px, 10vw, 122px) !important;
}

/* compatta i vuoti verticali su mobile/tablet */
.section {
  scroll-margin-top: 92px;
}

@media (min-width: 1061px) {
  .nav-logo.nav-wordmark {
    display: none !important;
  }
}

@media (max-width: 1060px) {
  .site-nav {
    top: 10px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    transform: none !important;
    padding: 10px 12px !important;
    border-radius: 26px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 58px !important;
  }
  .nav-links,
  .nav-social {
    display: none !important;
  }
  .nav-logo.nav-wordmark {
    display: inline-flex !important;
    font-size: 1.06rem !important;
  }
  .mobile-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 4px !important;
  }
}

@media (max-width: 820px) {
  .hero {
    padding-top: 92px !important;
    padding-bottom: 42px !important;
  }
  .section {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .section-heading {
    margin-bottom: 24px !important;
  }
  .hero-grid,
  .split-grid,
  .about-grid,
  .blog-grid,
  .paper-gallery,
  .workshop-list {
    gap: 22px !important;
  }
}

@media (max-width: 560px) {
  .site-nav {
    top: 8px !important;
    left: 8px !important;
    right: 8px !important;
    padding: 9px 10px !important;
    min-height: 54px !important;
    border-radius: 22px !important;
  }
  .nav-logo.nav-wordmark {
    font-size: 0.98rem !important;
    max-width: 170px !important;
    white-space: normal !important;
    line-height: 1.05 !important;
  }
  .mobile-toggle {
    width: 42px !important;
    height: 38px !important;
    min-width: 42px !important;
  }
  .hero {
    padding-top: 82px !important;
    padding-bottom: 34px !important;
  }
  .section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .hero-title {
    font-size: clamp(2.7rem, 16vw, 4.2rem) !important;
    line-height: 0.98 !important;
  }
}

/* ============================================
   v10 patch — figura dietro al titolo + riquadri progetto originali
   ============================================ */
.hero {
  padding-top: 84px !important;
  padding-bottom: 52px !important;
}
.hero-grid {
  align-items: center !important;
}
.hero-copy {
  position: relative !important;
  isolation: isolate !important;
  padding-top: 0 !important;
  padding-block: 0 !important;
}
.hero-brand {
  position: absolute !important;
  z-index: -1 !important;
  left: 7% !important;
  top: -36px !important;
  width: min(360px, 46vw) !important;
  height: min(440px, 56vw) !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  opacity: 0.16 !important;
  filter: none !important;
  pointer-events: none !important;
  transform: rotate(-3deg) !important;
}
.hero-brand::before {
  opacity: 0.22 !important;
  transform: scale(0.84) !important;
}
.hero-title,
.hero-subtitle,
.hero-text,
.hero .button-row {
  position: relative !important;
  z-index: 2 !important;
}
.hero-title {
  margin-top: 0 !important;
}
/* ripristina la dimensione corretta dei quattro riquadri: Autodeterminazione / Consenso / Relazione / Riappropriazione */
.project-section .paper-gallery {
  align-items: stretch !important;
}
.project-section .paper-sheet,
.paper-gallery .paper-sheet {
  min-height: 220px !important;
  height: auto !important;
  padding: 18px !important;
  display: grid !important;
  place-items: center !important;
}
.project-section .paper-sheet span,
.paper-gallery .paper-sheet span {
  font-size: 1.6rem !important;
}


/* ============================================
   v11 patch — right hero visual back to original vertical position
   ============================================ */
@media (min-width: 821px) {
  .hero-grid {
    align-items: center !important;
  }

  .hero-collage {
    min-height: 560px !important;
    align-self: center !important;
    transform: translateY(-72px) !important;
  }

  .collage-img.founders {
    top: 22px !important;
    right: 8% !important;
    bottom: auto !important;
    width: min(64%, 390px) !important;
    height: 470px !important;
    aspect-ratio: auto !important;
  }

  .collage-img.future-slot {
    top: 60px !important;
    left: 4% !important;
    bottom: auto !important;
    width: min(42%, 260px) !important;
    height: 300px !important;
  }
}

/* ============================================
   v12 patch — hero image vertically centered with left text
   ============================================ */
@media (min-width: 821px) {
  .hero-grid {
    align-items: center !important;
  }

  .hero-collage {
    min-height: 535px !important;
    align-self: center !important;
    transform: translateY(0) !important;
  }

  .collage-img.founders {
    top: 56px !important;
    right: 8% !important;
    bottom: auto !important;
    width: min(64%, 390px) !important;
    height: 470px !important;
    aspect-ratio: auto !important;
  }

  .collage-img.future-slot {
    top: 92px !important;
    left: 4% !important;
    bottom: auto !important;
    width: min(42%, 260px) !important;
    height: 300px !important;
  }
}
