@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 400; src: url("assets/fonts/manrope-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 500; src: url("assets/fonts/manrope-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 600; src: url("assets/fonts/manrope-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 700; src: url("assets/fonts/manrope-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-display: swap; font-weight: 800; src: url("assets/fonts/manrope-latin-800-normal.woff2") format("woff2"); }

:root {
  --salmon: #faece4;
  --salmon-deep: #4c0af1;
  --peach: #faece4;
  --violet: #4c0af1;
  --plum: #4c0af1;
  --ink: #4c0af1;
  --cream: #faece4;
  --acid: #faece4;
  --blue: #4c0af1;
  --line: rgba(76, 10, 241, .2);
  --shell: min(100% - 56px, 1480px);
  --ease: cubic-bezier(.76, 0, .24, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  background: var(--salmon);
  color: var(--plum);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
  cursor: default;
}
body.menu-open, body.loading { overflow: hidden; }
::selection { background: var(--violet); color: var(--cream); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.shell { width: var(--shell); margin-inline: auto; }
.salmon-stage { background: var(--salmon); color: var(--plum); }
.salmon-deep-stage { background: var(--salmon-deep); color: var(--plum); }
.peach-stage { background: var(--peach); color: var(--plum); }
.plum-stage { background: var(--plum); color: var(--cream); }
.violet-stage { background: var(--violet); color: var(--cream); }
.ink-stage { background: var(--ink); color: var(--cream); }
.acid-stage { background: var(--acid); color: var(--plum); }
.eyebrow, .section-index {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.display-title {
  margin: 0;
  padding-block: .08em;
  font: 600 clamp(3.5rem, 8.2vw, 9rem)/.96 "Manrope", sans-serif;
  letter-spacing: -.055em;
}
.display-title em, .page-title em, .contact-title em { color: var(--salmon); font-style: normal; }
.salmon-stage .display-title em, .peach-stage .display-title em { color: var(--violet); }
.salmon-stage .page-title em, .salmon-stage .contact-title em { color: var(--violet); }

/* Preloader */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  background: var(--salmon);
  color: var(--plum);
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  will-change: clip-path;
}
.preloader::before, .preloader::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(76, 10, 241, .26);
  border-radius: 50%;
}
.preloader::before { width: min(48vw, 620px); aspect-ratio: 1; }
.preloader::after { width: min(32vw, 410px); aspect-ratio: 1; }
.preloader-mark { width: clamp(78px, 9vw, 140px); z-index: 1; }
.preloader-mark img { width: 100%; transform-origin: 50% 55%; }
.preloader p { margin: 0; overflow: hidden; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; z-index: 1; }
.preloader p span { display: block; }
.preloader-line { width: 130px; height: 2px; overflow: hidden; background: rgba(76,10,241,.15); z-index: 1; }
.preloader-line i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--violet); }

/* Cursor */
.cursor-dot, .cursor-ring { position: fixed; z-index: 10000; top: 0; left: 0; pointer-events: none; border-radius: 50%; opacity: 0; }
.cursor-dot { width: 7px; height: 7px; background: var(--acid); mix-blend-mode: difference; }
.cursor-ring { width: 42px; height: 42px; border: 1px solid currentColor; color: var(--violet); transition: width .2s, height .2s, color .2s; }
.cursor-ring.hover { width: 68px; height: 68px; color: var(--acid); }

/* Header and menu */
.site-header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  padding: 23px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(22px, 4vw, 70px);
  align-items: center;
  color: var(--plum);
  pointer-events: none;
  transition: padding .5s var(--ease), color .4s;
}
.site-header > * { pointer-events: auto; }
.brand { position: relative; width: 175px; height: 36px; display: flex; align-items: center; z-index: 2; }
.brand-full { position: absolute; left: 0; display: block; width: 165px; transition: opacity .35s, transform .45s var(--ease); }
.brand-full-cream { opacity: 0; }
.brand-mark {
  position: absolute;
  left: 0;
  width: 52px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  transform: scale(.3) rotate(-70deg);
  opacity: 0;
}
.brand-mark img { width: 48px; }
.site-header.scrolled { padding-block: 14px; color: var(--violet); }
.site-header.scrolled .brand-full { opacity: 0; transform: translateY(-15px); }
.site-header.scrolled .brand-mark { opacity: 1; transform: scale(1) rotate(0); }
.site-header.scrolled::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 0;
  border-bottom: 1px solid rgba(76, 10, 241, .15);
  background: rgba(250, 236, 228, .94);
  box-shadow: none;
  backdrop-filter: blur(16px);
}
.header-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 42px); }
.header-nav a { position: relative; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.header-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.header-nav a:hover::after, .header-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.crazy-toggle {
  grid-column: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 0;
  border-radius: 0;
  padding: 6px 0;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.crazy-toggle i { width: auto; height: auto; display: grid; place-items: center; border-radius: 0; background: transparent; color: currentColor; font-style: normal; transition: transform .5s var(--ease); }
.crazy-toggle:hover i { transform: rotate(160deg); }
.menu-button {
  position: relative;
  justify-self: end;
  width: 52px;
  height: 52px;
  display: none;
  place-items: center;
  gap: 0;
  border: 0;
  border-radius: 50%;
  background: var(--plum);
  color: var(--cream);
  cursor: pointer;
}
.menu-button span { position: absolute; width: 19px; height: 1px; background: currentColor; transition: transform .45s var(--ease); }
.menu-button span:first-child { transform: translateY(-4px); }
.menu-button span:last-child { transform: translateY(4px); }
.menu-open .menu-button span:first-child { transform: rotate(45deg); }
.menu-open .menu-button span:last-child { transform: rotate(-45deg); }
.site-header.scrolled .menu-button { background: var(--violet); color: var(--cream); }
body[data-page="servizi"] .site-header:not(.scrolled), .menu-open .site-header:not(.scrolled) { color: var(--cream); }
body[data-page="servizi"] .site-header:not(.scrolled) .brand-full-violet, .menu-open .site-header:not(.scrolled) .brand-full-violet { opacity: 0; }
body[data-page="servizi"] .site-header:not(.scrolled) .brand-full-cream, .menu-open .site-header:not(.scrolled) .brand-full-cream { opacity: 1; }
.menu-overlay {
  position: fixed;
  z-index: 850;
  inset: 0;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  color: var(--cream);
  background: var(--plum);
  visibility: hidden;
  clip-path: circle(0 at calc(100% - 54px) 48px);
}
.menu-main { padding: 130px 5vw 50px; display: flex; flex-direction: column; justify-content: center; }
.menu-main nav { display: flex; flex-direction: column; }
.menu-main a {
  width: fit-content;
  font: 600 clamp(3.3rem, 7.3vw, 7.5rem)/.88 "Manrope", sans-serif;
  letter-spacing: -.065em;
  overflow: hidden;
  transition: color .25s, transform .35s var(--ease);
}
.menu-main a span { display: inline-block; }
.menu-main a:hover, .menu-main a[aria-current="page"] { color: var(--salmon); transform: translateX(2vw); }
.menu-side { padding: 140px 4vw 50px; background: var(--salmon); color: var(--plum); display: flex; flex-direction: column; justify-content: space-between; }
.menu-side-mark { width: min(17vw, 210px); align-self: flex-end; transform: rotate(-18deg); }
.menu-side p { max-width: 25ch; font-size: 18px; }
.menu-side small { text-transform: uppercase; letter-spacing: .12em; }
.menu-side a { display: block; margin-top: 8px; font-size: 15px; }

/* Hero */
.hero, .page-hero, .contact-hero { position: relative; min-height: 100svh; overflow: hidden; padding: 160px 0 60px; }
.hero-grid { position: relative; z-index: 2; min-height: calc(100svh - 220px); display: flex; flex-direction: column; }
.hero-kicker { margin-bottom: auto; }
.hero-title, .page-title, .contact-title {
  margin: 28px 0 0;
  padding-block: .05em;
  font: 600 clamp(4.2rem, 11.2vw, 11.8rem)/.91 "Manrope", sans-serif;
  letter-spacing: -.065em;
}
.hero-line { display: block; overflow: hidden; padding: .03em .02em .12em; }
.hero-line > span { display: block; }
.hero-line-indent { padding-left: 11vw; }
.accent-dot { position: relative; color: var(--violet); }
.accent-dot::after { content: ""; position: absolute; top: -.02em; right: -.09em; width: .105em; aspect-ratio: 1; border-radius: 50%; background: var(--acid); }
.hero-bottom { margin-top: 30px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.hero-copy { max-width: 44ch; margin: 0 0 8px; font-size: clamp(18px, 2vw, 27px); line-height: 1.25; }
.round-link { width: 132px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 23px; border-radius: 50%; background: var(--violet); color: var(--cream); font-size: 13px; line-height: 1.15; transition: border-radius .4s var(--ease), background .3s; }
.round-link:hover { border-radius: 28%; background: var(--plum); }
.round-link b { align-self: flex-end; font-size: 28px; font-weight: 400; }
.hero-symbol { position: absolute; right: -5vw; top: 23%; width: clamp(220px, 30vw, 520px); opacity: .06; transform: rotate(-25deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(76,10,241,.15); border-radius: 50%; }
.orbit-a { width: 50vw; aspect-ratio: 1; top: -30vw; left: 33%; }
.orbit-b { width: 24vw; aspect-ratio: 1; top: -9vw; left: 46%; }
.scroll-note { position: absolute; right: 31px; top: 50%; z-index: 3; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-note span { font-size: 18px; }

/* Shared editorial sections */
.manifesto { position: relative; overflow: hidden; padding: 150px 0 70px; }
.manifesto-grid { display: grid; grid-template-columns: .25fr 1.65fr .55fr; gap: 40px; align-items: start; }
.manifesto-text { max-width: 19ch; margin: 0; font: 500 clamp(2.8rem, 6.4vw, 7.2rem)/.98 "Manrope", sans-serif; letter-spacing: -.065em; }
.manifesto-aside { padding-top: 10px; }
.manifesto-aside span { display: block; padding-bottom: 12px; border-bottom: 1px solid rgba(250,236,228,.3); font-size: 13px; }
.manifesto-aside p { margin: 18px 0 0; font-size: 16px; }
.word-river { margin-top: 120px; overflow: hidden; white-space: nowrap; transform: rotate(-2deg) scale(1.03); }
.word-river div { width: max-content; color: var(--salmon); font: 700 clamp(3.5rem, 8vw, 9rem)/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.image-story { background: var(--peach); color: var(--plum); padding: 150px 0 0; overflow: hidden; }
.image-story-head { display: grid; grid-template-columns: .4fr 1.6fr; gap: 40px; margin-bottom: 90px; }
.giant-media { position: relative; width: calc(100% - 7vw); height: min(80vw, 900px); margin-left: 7vw; overflow: hidden; clip-path: inset(0 0 0 100% round 260px 0 0 0); }
.giant-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(76,10,241,.75)); }
.giant-media > img { width: 100%; height: 115%; object-fit: cover; object-position: center; }
.media-caption { position: absolute; z-index: 2; left: 4vw; right: 4vw; bottom: 35px; display: flex; justify-content: space-between; color: var(--cream); }
.media-caption b { font-weight: 500; }
.floating-label { position: absolute; z-index: 3; top: 9%; right: 6%; padding: 16px 22px; border-radius: 999px; background: var(--acid); color: var(--plum); font: 600 12px "Manrope"; transform: rotate(8deg); }
.services-preview { padding: 160px 0; }
.services-intro { display: grid; grid-template-columns: .35fr 1.4fr .5fr; gap: 40px; align-items: end; margin-bottom: 100px; }
.large-copy { margin: 0; font-size: 19px; }
.service-stack { border-top: 1px solid rgba(250,236,228,.35); }
.service-card { position: relative; display: grid; grid-template-columns: 80px 1.3fr 1fr 50px; align-items: center; gap: 25px; min-height: 175px; border-bottom: 1px solid rgba(250,236,228,.35); overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--salmon); transform: scaleY(0); transform-origin: bottom; transition: transform .55s var(--ease); }
.service-card > * { position: relative; z-index: 1; }
.service-card > span { font-size: 12px; }
.service-card h3 { margin: 0; padding-block: .07em; font: 600 clamp(2rem, 4.1vw, 4.6rem)/1.02 "Manrope"; letter-spacing: -.04em; }
.service-card p { max-width: 30ch; margin: 0; }
.service-card b { font-size: 34px; font-weight: 400; }
.service-card:hover { color: var(--plum); }
.service-card:hover::before { transform: scaleY(1); transform-origin: top; }
.philosophy { padding: 150px 0; }
.philosophy-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; }
.philosophy-sticky { position: sticky; top: 140px; height: max-content; }
.philosophy-mark { width: min(30vw, 400px); margin-top: 60px; opacity: .18; transform: rotate(-20deg); }
.philosophy-list article { display: grid; grid-template-columns: 50px 1fr; gap: 15px 25px; padding: 45px 0; border-top: 1px solid rgba(76,10,241,.25); }
.philosophy-list article:last-child { border-bottom: 1px solid rgba(76,10,241,.25); }
.philosophy-list article > span { font-size: 12px; }
.philosophy-list h3 { margin: 0; font: 600 clamp(2.2rem, 4vw, 4.5rem)/.98 "Manrope"; letter-spacing: -.055em; }
.philosophy-list p { grid-column: 2; max-width: 45ch; font-size: 17px; }
.team-teaser { padding: 150px 0; }
.team-teaser-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.team-mini > p { font-size: 20px; }
.mini-fan { position: relative; height: 180px; margin-bottom: 38px; }
.mini-fan img { position: absolute; bottom: 0; width: 125px; aspect-ratio: .72; object-fit: cover; border: 3px solid var(--ink); border-radius: 60px; transform-origin: bottom; }
.mini-fan img:nth-child(1) { left: 0; transform: rotate(-13deg); }
.mini-fan img:nth-child(2) { left: 82px; transform: rotate(-4deg); }
.mini-fan img:nth-child(3) { left: 164px; transform: rotate(6deg); }
.mini-fan img:nth-child(4) { left: 246px; transform: rotate(14deg); }
.text-link { display: inline-flex; gap: 35px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-weight: 600; }
.numbers-stage { padding: 35px 0 120px; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.numbers-grid article { min-height: 270px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.numbers-grid article:first-child { border-left: 1px solid var(--line); }
.numbers-grid strong { font: 600 clamp(3rem, 6vw, 7rem)/1 "Manrope"; letter-spacing: -.06em; }
.numbers-grid span { max-width: 24ch; font-size: 14px; }
.cta-stage { padding: 130px 0 50px; }
.cta-inner { min-height: 65vh; display: flex; flex-direction: column; justify-content: space-between; }
.cta-title { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 2px solid currentColor; font: 600 clamp(4.5rem, 13vw, 13rem)/.86 "Manrope"; letter-spacing: -.085em; }
.cta-title b { font-size: .4em; font-weight: 400; }
.cta-note { align-self: flex-end; max-width: 38ch; margin: 50px 0 0; font-size: 17px; }

/* Agency */
.page-hero { padding-top: 170px; }
.page-hero .shell { min-height: calc(100svh - 230px); display: flex; flex-direction: column; }
.page-title { font-size: clamp(4.1rem, 10.2vw, 10.5rem); line-height: .94; letter-spacing: -.06em; margin-block: auto 40px; }
.page-title .small-line { padding-left: 17vw; font-size: .62em; }
.page-hero-foot { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.page-hero-foot p { max-width: 49ch; margin: 0; font-size: 20px; }
.page-hero-foot span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.agency-intro { padding: 150px 0; }
.agency-intro-grid { display: grid; grid-template-columns: .3fr 1.35fr .55fr; gap: 50px; }
.agency-intro h2 { margin: 0; font: 500 clamp(2.6rem, 5.7vw, 6.5rem)/.98 "Manrope"; letter-spacing: -.06em; }
.agency-facts { display: flex; flex-direction: column; }
.agency-facts div { padding: 20px 0; border-top: 1px solid rgba(250,236,228,.25); }
.agency-facts b { display: block; font: 600 2.6rem "Manrope"; }
.agency-facts span { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.values-stage { position: relative; padding: 150px 0; overflow: hidden; }
.values-head { display: grid; grid-template-columns: .3fr 1.7fr; gap: 40px; }
.values-orbit { position: absolute; right: -4vw; top: 55px; width: 300px; aspect-ratio: 1; border: 1px solid rgba(76,10,241,.25); border-radius: 50%; display: grid; place-items: center; }
.values-orbit img { width: 90px; opacity: .25; }
.values-orbit span { position: absolute; top: 48%; left: -80px; padding: 10px 15px; background: var(--acid); font-size: 11px; transform: rotate(-8deg); }
.values-grid { margin-top: 120px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.value-card { min-height: 340px; padding: 25px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.value-card:first-child { border-left: 1px solid var(--line); }
.value-card > span { font-size: 12px; }
.value-card h3 { margin: auto 0 15px; font: 600 clamp(2rem, 3.2vw, 4rem)/1 "Manrope"; letter-spacing: -.05em; }
.value-card p { margin: 0; }
.team-section { padding: 150px 0 200px; }
.team-head { position: relative; margin-bottom: 130px; }
.team-head .section-index { margin-bottom: 70px; }
.team-disclaimer { position: absolute; right: 0; bottom: 4px; max-width: 32ch; font-size: 11px; opacity: .55; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 170px 6vw; }
.team-card-offset { transform: translateY(150px); }
.team-photo { position: relative; height: min(65vw, 720px); overflow: hidden; clip-path: inset(0 0 100% 0 round 180px 180px 0 0); }
.team-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(145deg, rgba(76,10,241,.32), rgba(250,236,228,.12)); mix-blend-mode: multiply; pointer-events: none; }
.team-card:nth-child(even) .team-photo::before { background: linear-gradient(145deg, rgba(76,10,241,.22), rgba(250,236,228,.20)); }
.team-photo img { width: 100%; height: 115%; object-fit: cover; filter: grayscale(.12) saturate(.78) contrast(1.04); }
.team-photo > span { position: absolute; top: 20px; right: 20px; z-index: 2; padding: 10px 15px; border-radius: 100px; background: var(--salmon); color: var(--plum); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.team-info { display: grid; grid-template-columns: .7fr 1.3fr; gap: 15px 35px; margin-top: 30px; }
.team-info > p:first-child { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.team-info h3 { grid-column: 2; margin: 0; padding-block: .06em; font: 600 clamp(2.8rem, 4.6vw, 5.3rem)/.94 "Manrope"; letter-spacing: -.05em; }
.team-info > p:last-child { grid-column: 2; max-width: 43ch; }
.crazy-callout { position: relative; min-height: 70vh; padding: 110px 0; display: grid; place-items: center; overflow: hidden; }
.crazy-callout-inner { position: relative; text-align: center; }
.crazy-callout-inner > img { position: absolute; width: 50vw; max-width: 680px; left: 50%; top: 50%; opacity: .09; transform: translate(-50%,-50%) rotate(-18deg); }
.crazy-callout h2 { position: relative; margin: 40px 0 25px; padding-block: .08em; font: 600 clamp(3.5rem, 7.5vw, 8rem)/.97 "Manrope"; letter-spacing: -.05em; }
.crazy-callout h2 em { color: var(--violet); font-style: normal; }
.crazy-intro { position: relative; max-width: 52ch; margin: 0 auto 34px; font-size: 18px; }
.inline-crazy { position: relative; padding: 16px 24px; border: 1px solid currentColor; border-radius: 999px; background: transparent; cursor: pointer; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: .1em; }
.inline-crazy span { display: inline-block; margin-left: 15px; }

/* Services */
.services-detail { padding: 60px 0 160px; }
.service-row { position: relative; display: grid; grid-template-columns: .18fr .9fr .8fr; gap: 3vw; min-height: 660px; padding: 110px 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.service-number { font-size: 12px; }
.service-row h2 { margin: 20px 0 0; padding-block: .06em; font: 600 clamp(3.2rem, 6.2vw, 6.8rem)/.97 "Manrope"; letter-spacing: -.05em; }
.service-body { padding-top: 45px; }
.service-body > p { max-width: 43ch; font-size: 19px; }
.service-body ul { list-style: none; padding: 0; margin: 55px 0 0; border-top: 1px solid var(--line); }
.service-body li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.service-visual { position: absolute; right: -20px; bottom: -50px; width: clamp(250px, 31vw, 520px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 44% 56% 62% 38% / 43% 35% 65% 57%; background: var(--violet); color: var(--salmon); transform: rotate(-9deg); }
.service-visual span { font: 700 clamp(3rem, 7vw, 7rem) "Manrope"; letter-spacing: -.08em; transform: rotate(9deg); }
.visual-circle { border-radius: 50%; background: var(--salmon-deep); color: var(--plum); }
.visual-wave { background: var(--plum); color: var(--acid); border-radius: 69% 31% 29% 71% / 52% 65% 35% 48%; }
.visual-camera { background: var(--blue); color: var(--cream); border-radius: 12%; }
.all-services { padding: 150px 0; }
.all-services-head { display: grid; grid-template-columns: .35fr 1.65fr; gap: 40px; margin-bottom: 85px; }
.all-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(250,236,228,.35); }
.all-services-grid span { min-height: 105px; padding: 25px 15px 25px 0; display: flex; align-items: flex-end; border-bottom: 1px solid rgba(250,236,228,.35); font: 500 clamp(1.35rem, 2.2vw, 2.4rem)/1.1 "Manrope"; letter-spacing: -.035em; }
.process-stage { padding: 150px 0 100px; overflow: hidden; }
.process-head { display: grid; grid-template-columns: .4fr 1.6fr; margin-bottom: 110px; }
.process-track { display: flex; width: max-content; padding-left: 4vw; gap: 20px; }
.process-step { width: min(32vw, 440px); height: 420px; padding: 28px; border: 1px solid rgba(250,236,228,.32); border-radius: 999px 999px 35px 35px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.process-step b { font-size: 11px; font-weight: 500; }
.process-step h3 { margin: auto 0 5px; font: 600 clamp(2rem, 4vw, 4rem)/1 "Manrope"; letter-spacing: -.05em; }
.process-step p { margin-bottom: 25px; opacity: .7; }

/* Contact */
.contact-hero .shell { min-height: calc(100svh - 220px); display: flex; flex-direction: column; position: relative; z-index: 2; }
.contact-title { margin-block: auto 40px; font-size: clamp(4.3rem, 10.5vw, 10.8rem); line-height: .94; letter-spacing: -.06em; }
.contact-mail { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); font-size: clamp(1.4rem, 2.5vw, 2.8rem); }
.contact-orbit { position: absolute; top: -15vw; right: -10vw; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(76,10,241,.15); border-radius: 50%; display: grid; place-items: center; }
.contact-orbit img { width: 22%; opacity: .1; }
.contact-form-stage { padding: 150px 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.contact-intro h2 { max-width: 14ch; margin-top: 70px; font: 500 clamp(2.5rem, 4.7vw, 5.2rem)/.98 "Manrope"; letter-spacing: -.06em; }
.contact-form label { display: block; padding: 25px 0; border-bottom: 1px solid rgba(250,236,228,.28); }
.contact-form label span { display: block; margin-bottom: 15px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; outline: 0; padding: 0; resize: vertical; background: transparent; color: var(--cream); font: 500 clamp(1.5rem, 2.8vw, 3rem) "Manrope"; letter-spacing: -.04em; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(250,236,228,.35); }
.contact-form select { appearance: none; }
.contact-form option { color: var(--plum); }
.form-submit { width: 100%; margin-top: 35px; padding: 25px; display: flex; justify-content: space-between; border: 0; border-radius: 100px; background: var(--salmon); color: var(--plum); cursor: pointer; font-weight: 600; }
.form-submit b { font-size: 22px; font-weight: 400; }
.form-note { margin: 15px 20px; font-size: 11px; opacity: .55; }
.contact-details { padding: 130px 0; }
.contact-details-grid { margin-top: 70px; border-top: 1px solid var(--line); }
.contact-details-grid a { display: grid; grid-template-columns: .45fr 1.4fr 40px; align-items: center; min-height: 130px; border-bottom: 1px solid var(--line); transition: padding .35s var(--ease), background .35s; }
.contact-details-grid a:hover { padding-inline: 25px; background: var(--salmon); }
.contact-details-grid span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-details-grid strong { font: 500 clamp(1.8rem, 3.5vw, 4rem)/1.05 "Manrope"; letter-spacing: -.05em; }
.contact-details-grid b { font-size: 26px; font-weight: 400; }
.social-stage { padding: 35px 0; }
.social-inner { display: flex; gap: 20px 50px; align-items: center; }
.social-inner p { margin: 0 auto 0 0; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.social-inner a { font-size: 20px; border-bottom: 1px solid currentColor; }

/* Footer */
.site-footer { position: relative; padding: 90px 0 28px; background: var(--plum); color: var(--cream); overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.2fr .6fr .6fr; gap: 6vw; padding-bottom: 90px; }
.footer-brand img { width: 210px; margin-bottom: 25px; }
.footer-brand p { max-width: 35ch; font-size: 17px; }
.footer-column span { display: block; margin-bottom: 20px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; opacity: .55; }
.footer-column a, .footer-column p { display: block; margin: 0 0 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(250,236,228,.2); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-symbol { position: absolute; right: -6vw; top: 30px; width: 24vw; opacity: .06; }

/* Crazy mode: cambia tono, non identità cromatica */
.crazy-burst { position: fixed; z-index: 11000; pointer-events: none; width: 34px; aspect-ratio: 1; border-radius: 50%; }
.crazy-mode .hero-title, .crazy-mode .page-title, .crazy-mode .contact-title { font-style: normal; }
.crazy-mode .service-card:nth-child(odd) h3, .crazy-mode .value-card:nth-child(even), .crazy-mode .team-card:nth-child(odd) { transform: rotate(-.45deg); }
.crazy-mode .service-card:nth-child(even) h3, .crazy-mode .value-card:nth-child(odd), .crazy-mode .team-card:nth-child(even) { transform: rotate(.45deg); }
.crazy-mode .team-card::before { content: attr(data-crazy-tag); position: absolute; z-index: 4; margin: 25px; padding: 10px 14px; background: var(--acid); color: var(--ink); transform: rotate(-8deg); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.crazy-mode .team-card { position: relative; }
.crazy-mode .crazy-toggle i { animation: spin 4s linear infinite; }
.crazy-mode .floating-label { animation: wobble 1.8s ease-in-out infinite alternate; }
.crazy-mode .media-caption span::after { content: " (e un numero sospetto di caffè)"; }
.crazy-mode .page-title em, .crazy-mode .display-title em, .crazy-mode .contact-title em { color: var(--salmon); }
.crazy-mode .salmon-stage .page-title em, .crazy-mode .salmon-stage .contact-title em, .crazy-mode .peach-stage .display-title em { color: var(--violet); }
.crazy-mode .ink-stage .display-title em, .crazy-mode .violet-stage .display-title em { color: var(--cream); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes wobble { to { transform: rotate(-8deg) scale(1.08); } }

/* JS fallbacks / motion helpers */
.split-lines .line-wrap { display: block; overflow: hidden; }
.split-lines .line-inner { display: block; }
html:not(.js) .preloader { display: none; }
.no-motion .preloader { animation: fadeout .35s 1s forwards; }
.no-motion .reveal-media { clip-path: none !important; }
@keyframes fadeout { to { opacity: 0; visibility: hidden; } }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 36px, 1480px); }
  .site-header { padding: 16px 18px; }
  .brand { width: 140px; }
  .brand-full { width: 135px; }
  .crazy-toggle span { display: none; }
  .crazy-toggle { padding: 6px; border: 0; }
  .menu-overlay { grid-template-columns: 1fr; }
  .menu-side { display: none; }
  .manifesto-grid, .services-intro, .agency-intro-grid { grid-template-columns: .25fr 1.4fr; }
  .manifesto-aside, .services-intro .large-copy, .agency-facts { grid-column: 2; }
  .image-story-head, .values-head, .process-head { grid-template-columns: .28fr 1.5fr; }
  .team-teaser-grid { grid-template-columns: 1fr; }
  .team-mini { max-width: 580px; margin-left: auto; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(3) { border-left: 1px solid var(--line); }
  .service-row { grid-template-columns: .16fr 1fr 1fr; min-height: 620px; }
  .service-visual { opacity: .14; }
  .contact-grid { grid-template-columns: .8fr 1.2fr; gap: 5vw; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid article:nth-child(3) { border-left: 1px solid var(--line); }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 15px; }
  .cursor-dot, .cursor-ring { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 8px; }
  .header-nav { display: none; }
  .brand { width: 112px; height: 28px; }
  .brand-full { width: 108px; }
  .brand-mark { width: 42px; height: 42px; }
  .menu-button { width: 44px; height: 44px; display: grid; }
  .menu-main { padding: 110px 22px 45px; }
  .menu-main a { font-size: clamp(3rem, 16vw, 5rem); }
  .hero, .page-hero, .contact-hero { padding: 125px 0 30px; min-height: 100svh; }
  .hero-grid { min-height: calc(100svh - 155px); }
  .hero-title { font-size: clamp(3rem, 13.5vw, 4.4rem); line-height: .98; letter-spacing: -.05em; margin-top: 25px; }
  .hero-line-indent { padding-left: 0; }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-copy { max-width: 30ch; font-size: 18px; }
  .round-link { width: 105px; padding: 17px; justify-self: end; }
  .scroll-note { display: none; }
  .hero-symbol { width: 63vw; top: 34%; }
  .manifesto, .services-preview, .philosophy, .team-teaser, .agency-intro, .values-stage, .team-section, .contact-form-stage { padding: 95px 0; }
  .manifesto-grid, .services-intro, .image-story-head, .agency-intro-grid, .values-head, .process-head { grid-template-columns: 1fr; }
  .manifesto-text, .manifesto-aside, .services-intro .large-copy, .agency-facts { grid-column: auto; }
  .manifesto-text { font-size: 2.9rem; }
  .manifesto-aside { max-width: 28ch; margin-left: auto; }
  .word-river { margin-top: 70px; }
  .image-story { padding-top: 95px; }
  .image-story-head { margin-bottom: 55px; }
  .giant-media { width: calc(100% - 14px); height: 100svh; margin-left: 14px; clip-path: inset(0 0 0 100% round 100px 0 0 0); }
  .media-caption { flex-direction: column; gap: 5px; font-size: 12px; }
  .services-intro { margin-bottom: 55px; }
  .service-card { grid-template-columns: 35px 1fr 30px; min-height: 145px; gap: 12px; }
  .service-card h3 { font-size: 2rem; }
  .service-card p { display: none; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-sticky { position: relative; top: auto; }
  .philosophy-mark { display: none; }
  .philosophy-list h3 { font-size: 2.3rem; }
  .team-teaser-grid { gap: 70px; }
  .numbers-stage { padding-bottom: 80px; }
  .numbers-grid { grid-template-columns: 1fr; }
  .numbers-grid article, .numbers-grid article:nth-child(3) { min-height: 190px; border-left: 1px solid var(--line); }
  .mini-fan { transform: scale(.78); transform-origin: left bottom; width: 420px; }
  .cta-inner { min-height: 52vh; }
  .cta-title { font-size: clamp(2.8rem, 12.5vw, 3.35rem); line-height: .98; letter-spacing: -.055em; }
  .cta-note { max-width: 29ch; }
  .page-title { font-size: clamp(3rem, 14vw, 4.7rem); line-height: 1; }
  .page-title .small-line { padding-left: 0; font-size: .67em; margin-top: 12px; }
  .page-hero-foot { flex-direction: column; align-items: start; }
  .page-hero-foot p { font-size: 17px; }
  .agency-intro h2 { font-size: 2.8rem; }
  .values-orbit { opacity: .4; right: -150px; }
  .values-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .value-card, .value-card:nth-child(3) { min-height: 230px; border-left: 1px solid var(--line); }
  .team-head { margin-bottom: 70px; }
  .team-disclaimer { position: static; margin-top: 35px; }
  .team-grid { grid-template-columns: 1fr; gap: 90px; }
  .team-card-offset { transform: none; }
  .team-photo { height: 125vw; }
  .team-info { grid-template-columns: 1fr; }
  .team-info h3, .team-info > p:last-child { grid-column: auto; }
  .team-info h3 { font-size: 3.8rem; }
  .crazy-callout { min-height: 75vh; }
  .crazy-callout h2 { font-size: clamp(2.8rem, 13vw, 3.5rem); line-height: 1; }
  .service-row { grid-template-columns: 35px 1fr; min-height: 720px; padding: 80px 0; }
  .service-row h2 { font-size: 2.6rem; line-height: 1.02; letter-spacing: -.04em; }
  .service-body { grid-column: 2; padding-top: 10px; }
  .service-visual { width: 320px; right: -80px; bottom: -45px; opacity: .2; }
  .process-head { margin-bottom: 70px; }
  .process-step { width: 75vw; height: 360px; }
  .contact-title { font-size: clamp(3.1rem, 14.5vw, 4.8rem); line-height: 1; }
  .display-title { font-size: clamp(3rem, 14vw, 4.6rem); line-height: 1; }
  .all-services { padding: 95px 0; }
  .all-services-head { grid-template-columns: 1fr; margin-bottom: 55px; }
  .all-services-grid { grid-template-columns: 1fr; }
  .all-services-grid span { min-height: 78px; font-size: 1.65rem; }
  .contact-mail { font-size: 1.25rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .contact-intro h2 { margin-top: 40px; font-size: 2.7rem; }
  .contact-details-grid a { grid-template-columns: 1fr 30px; gap: 10px; padding: 20px 0; }
  .contact-details-grid span { grid-column: 1 / -1; }
  .contact-details-grid strong { font-size: 1.8rem; }
  .social-inner { flex-wrap: wrap; }
  .social-inner p { width: 100%; }
  .footer-top { grid-template-columns: 1fr; padding-bottom: 55px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor-dot, .cursor-ring { display: none; }
  .reveal-media { clip-path: none !important; }
}

/* =========================================================
   EDITORIAL REDESIGN — DUE COLORI, UNA SOLA IDENTITÀ
   ========================================================= */
.ivory-stage { background: var(--cream); color: var(--violet); }
.outline-line > span, .light-outline > span { color: inherit; -webkit-text-stroke: 0; }
.editorial-title {
  margin: 0;
  padding-block: .08em;
  font: 600 clamp(3.5rem, 7.4vw, 8rem)/.98 "Manrope", sans-serif;
  letter-spacing: -.055em;
}
.editorial-title em { font-style: normal; color: inherit; -webkit-text-stroke: 0; opacity: .62; }

/* Home: hero */
.new-hero { min-height: 100svh; padding: 150px 0 42px; overflow: hidden; }
.new-hero-grid { min-height: calc(100svh - 192px); display: grid; grid-template-columns: 1.5fr .5fr; grid-template-rows: auto 1fr auto; gap: 30px 5vw; position: relative; }
.new-hero .hero-kicker { grid-column: 1 / -1; margin: 0; }
.new-hero-title { grid-column: 1 / -1; align-self: center; margin: 0; padding-block: .05em; font: 600 clamp(4.2rem, 9.2vw, 9.5rem)/.88 "Manrope", sans-serif; letter-spacing: -.06em; position: relative; z-index: 2; }
.new-hero-title .hero-line { padding-bottom: .11em; }
.new-hero-title .hero-line:nth-child(2) { padding-left: 7vw; }
.new-hero-title .hero-line:nth-child(3) { padding-left: 15vw; }
.new-hero-title .hero-line:nth-child(4) { padding-left: 5vw; }
.new-hero-copy { max-width: 42ch; align-self: end; position: relative; z-index: 3; }
.new-hero-copy p { font-size: clamp(18px, 1.55vw, 23px); line-height: 1.35; }
.new-hero-copy a, .web-focus-copy a, .underlined-link { display: flex; justify-content: space-between; gap: 30px; padding: 13px 0; border-bottom: 1px solid currentColor; font-weight: 600; }
.new-hero-mark { position: absolute; z-index: 1; width: min(36vw, 520px); right: 1vw; top: 18%; opacity: .09; transform: rotate(-17deg); }
.new-hero-meta { grid-column: 2; align-self: end; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.new-hero-meta span { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

/* Statement */
.statement-stage { min-height: 100svh; padding: 140px 0 50px; display: flex; flex-direction: column; justify-content: space-between; }
.statement-grid { display: grid; grid-template-columns: .3fr 1.7fr; gap: 5vw; }
.statement-title { margin: 0; padding-block: .08em; font: 600 clamp(4.5rem, 10.5vw, 11rem)/.92 "Manrope"; letter-spacing: -.065em; }
.statement-copy { max-width: 46ch; margin: 60px 0 0 auto; font-size: clamp(18px, 1.7vw, 25px); }
.statement-footer { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(250,236,228,.32); }
.statement-footer span { padding: 18px 0; border-right: 1px solid rgba(250,236,228,.32); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.statement-footer span:last-child { border-right: 0; }

/* Studio */
.studio-stage { padding: 105px 0; }
.studio-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 4vw; align-items: center; }
.studio-copy .section-index { margin-bottom: 70px; }
.studio-copy > p:last-child { max-width: 47ch; margin: 35px 0 0 auto; font-size: 17px; }
.studio-photo { position: relative; height: min(76vw, 850px); margin: 0; overflow: hidden; clip-path: inset(0 0 100% 0); }
.studio-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(76,10,241,.18); mix-blend-mode: multiply; }
.studio-photo img { width: 100%; height: 115%; object-fit: cover; }
.studio-photo figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 18px; background: var(--cream); border-top: 1px solid var(--violet); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

/* Web focus */
.web-focus { padding: 150px 0; }
.web-focus-grid { display: grid; grid-template-columns: .26fr 1.15fr .59fr; gap: 5vw; align-items: end; }
.web-focus-copy p { font-size: 18px; line-height: 1.45; }
.web-focus-copy a { margin-top: 45px; }

/* Nine-service mosaic */
.services-mosaic { padding: 150px 0; }
.mosaic-head { display: grid; grid-template-columns: .3fr 1.7fr; gap: 5vw; margin-bottom: 95px; }
.mosaic-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--violet); border-left: 1px solid var(--violet); }
.mosaic-card { min-height: 260px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--violet); border-bottom: 1px solid var(--violet); transition: background .35s, color .35s; }
.mosaic-card > span { font-size: 11px; }
.mosaic-card h3 { margin: auto 0 20px; font: 600 clamp(1.7rem, 2.6vw, 3rem)/1.03 "Manrope"; letter-spacing: -.045em; }
.mosaic-card p { max-width: 40ch; }
.mosaic-card b { align-self: flex-end; font-size: 26px; font-weight: 400; }
.mosaic-card:hover { background: var(--violet); color: var(--cream); }
.mosaic-main { grid-column: span 2; grid-row: span 2; min-height: 520px; background: var(--violet); color: var(--cream); }
.mosaic-main h3 { font-size: clamp(3.1rem, 5.4vw, 6rem); }
.mosaic-main:hover { background: var(--cream); color: var(--violet); }

/* Proof / team */
.proof-stage { padding: 70px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid rgba(250,236,228,.32); }
.proof-grid article { min-height: 340px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(250,236,228,.32); }
.proof-grid strong { font: 600 clamp(3.6rem, 6.8vw, 7.5rem)/1 "Manrope"; letter-spacing: -.06em; }
.proof-grid p { max-width: 28ch; margin: 0; }
.team-strip { padding: 150px 0; }
.team-strip-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; align-items: center; }
.team-strip .section-index { margin-bottom: 65px; }
.team-strip .underlined-link { margin-top: 65px; }
.team-strip-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.team-strip-photos figure { position: relative; height: 410px; margin: 0; overflow: hidden; }
.team-strip-photos figure:nth-child(even) { transform: translateY(55px); }
.team-strip-photos figure::after { content: ""; position: absolute; inset: 0; background: rgba(76,10,241,.24); mix-blend-mode: multiply; }
.team-strip-photos img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18); }
.team-strip-photos figcaption { position: absolute; z-index: 2; left: 12px; bottom: 10px; padding: 6px 9px; background: var(--cream); color: var(--violet); font-size: 11px; text-transform: uppercase; }

/* CTA */
.new-cta { padding: 120px 0 40px; }
.new-cta .shell { min-height: 68vh; display: flex; flex-direction: column; justify-content: space-between; }
.new-cta a { display: flex; justify-content: space-between; align-items: center; padding: .08em 0 .14em; border-bottom: 2px solid currentColor; font: 600 clamp(4rem, 11vw, 11rem)/.94 "Manrope"; letter-spacing: -.065em; }
.new-cta a b { font-size: .32em; font-weight: 400; }
.new-cta .shell > p:last-child { max-width: 42ch; margin: 40px 0 0 auto; }
.inverse-cta { color: var(--violet); }

/* Services */
.service-hero { min-height: 100svh; padding: 150px 0 50px; }
.service-hero .shell { min-height: calc(100svh - 200px); display: flex; flex-direction: column; }
.service-hero h1 { margin: auto 0 40px; padding-block: .06em; font: 600 clamp(4.5rem, 11vw, 11.5rem)/.92 "Manrope"; letter-spacing: -.065em; }
.service-hero-copy { display: grid; grid-template-columns: 1fr auto; gap: 6vw; align-items: end; }
.service-hero-copy p { max-width: 52ch; margin: 0; font-size: 20px; }
.service-hero-copy span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.service-catalog { padding: 35px 0 120px; }
.service-entry { position: relative; display: grid; grid-template-columns: 60px .75fr .9fr; gap: 35px; align-items: start; min-height: 330px; padding-block: 55px; border-bottom: 1px solid var(--violet); overflow: hidden; }
.service-entry-no { font-size: 11px; }
.service-entry h2 { margin: 0; padding-block: .07em; font: 600 clamp(2.7rem, 5.3vw, 5.8rem)/.98 "Manrope"; letter-spacing: -.05em; }
.service-entry > p { max-width: 49ch; padding-top: 12px; font-size: 17px; }
.service-entry > b { position: absolute; right: 0; bottom: -28px; color: rgba(76,10,241,.10); -webkit-text-stroke: 0; font: 700 clamp(5rem, 12vw, 12rem)/1 "Manrope"; letter-spacing: -.08em; pointer-events: none; }
.service-entry-featured { min-height: 500px; padding-top: 90px; }
.service-entry-featured h2 { font-size: clamp(4rem, 8vw, 8.5rem); }
.method-stage { padding: 150px 0; }
.method-head { display: grid; grid-template-columns: .3fr 1.25fr .45fr; gap: 5vw; align-items: end; margin-bottom: 100px; }
.method-head > p:last-child { margin: 0; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(250,236,228,.32); border-left: 1px solid rgba(250,236,228,.32); }
.method-grid article { min-height: 260px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(250,236,228,.32); border-bottom: 1px solid rgba(250,236,228,.32); }
.method-grid b { font-size: 11px; font-weight: 500; }
.method-grid h3 { margin: auto 0 10px; font: 600 clamp(1.8rem, 3.1vw, 3.5rem)/1 "Manrope"; letter-spacing: -.045em; }
.method-grid p { margin: 0; max-width: 28ch; }

/* Crazy mode is a textual layer, not a second art direction */
.crazy-status { position: fixed; z-index: 880; left: 50%; bottom: 14px; width: min(calc(100% - 28px), 680px); min-height: 52px; padding: 10px 48px 10px 15px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; background: var(--cream); color: var(--violet); border: 1px solid var(--violet); transform: translate(-50%, 0); opacity: 1; transition: transform .6s var(--ease), opacity .4s; }
.crazy-status > span { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.crazy-status p { margin: 0; font-size: 13px; }
.crazy-status button { position: absolute; right: 8px; top: 7px; width: 36px; height: 36px; border: 0; background: var(--violet); color: var(--cream); cursor: pointer; }
.crazy-mode .crazy-status { transform: translate(-50%, 0); opacity: 1; }
.crazy-status.is-dismissed { transform: translate(-50%, 110px); opacity: 0; pointer-events: none; }
.crazy-mode .team-card::before { transform: rotate(-2deg); }

@media (max-width: 1000px) {
  .new-hero-title { font-size: clamp(3.7rem, 9vw, 6.8rem); }
  .studio-layout, .team-strip-grid { grid-template-columns: 1fr 1fr; gap: 5vw; }
  .web-focus-grid { grid-template-columns: .22fr 1.15fr; }
  .web-focus-copy { grid-column: 2; max-width: 52ch; margin-left: auto; }
  .mosaic-grid { grid-template-columns: repeat(3, 1fr); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid article { border-bottom: 1px solid rgba(250,236,228,.32); }
  .method-head { grid-template-columns: .25fr 1.4fr; }
  .method-head > p:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  .editorial-title { font-size: clamp(2.8rem, 13vw, 4.2rem); line-height: 1.02; letter-spacing: -.045em; }
  .outline-line > span { -webkit-text-stroke: 0; }
  .new-hero { padding: 120px 0 28px; }
  .new-hero-grid { min-height: calc(100svh - 148px); grid-template-columns: 1fr; grid-template-rows: auto 1fr auto auto; gap: 25px; }
  .new-hero-title { align-self: center; font-size: clamp(2.65rem, 11.5vw, 3.7rem); line-height: .94; letter-spacing: -.045em; }
  .new-hero-title .hero-line:nth-child(2), .new-hero-title .hero-line:nth-child(3), .new-hero-title .hero-line:nth-child(4) { padding-left: 0; }
  .new-hero-copy { max-width: 34ch; }
  .new-hero-meta { grid-column: 1; }
  .new-hero-mark { width: 70vw; right: -20vw; top: 27%; }
  .statement-stage { min-height: 85svh; padding: 95px 0 30px; }
  .statement-grid, .mosaic-head { grid-template-columns: 1fr; }
  .statement-title { font-size: clamp(3.2rem, 15vw, 5rem); line-height: .98; }
  .statement-copy { margin-top: 45px; font-size: 18px; }
  .statement-footer { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .statement-footer span { border-bottom: 1px solid rgba(250,236,228,.32); }
  .studio-stage, .web-focus, .services-mosaic, .team-strip, .method-stage { padding: 95px 0; }
  .studio-layout, .team-strip-grid, .web-focus-grid { grid-template-columns: 1fr; }
  .studio-copy .section-index, .team-strip .section-index { margin-bottom: 45px; }
  .studio-copy > p:last-child { margin-top: 35px; }
  .studio-photo { height: 125vw; }
  .web-focus-copy { grid-column: auto; }
  .mosaic-head { margin-bottom: 55px; }
  .mosaic-grid { grid-template-columns: 1fr; }
  .mosaic-card, .mosaic-main { grid-column: auto; grid-row: auto; min-height: 190px; }
  .mosaic-main { min-height: 360px; }
  .mosaic-main h3 { font-size: 3.2rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 220px; }
  .team-strip-photos { margin-top: 30px; }
  .team-strip-photos figure { height: 62vw; }
  .team-strip-photos figure:nth-child(even) { transform: translateY(25px); }
  .new-cta { padding-top: 85px; }
  .new-cta .shell { min-height: 53vh; }
  .new-cta a { font-size: clamp(2.8rem, 13vw, 4rem); line-height: 1; }
  .service-hero { padding: 120px 0 30px; }
  .service-hero .shell { min-height: calc(100svh - 150px); }
  .service-hero h1 { font-size: clamp(2.8rem, 12vw, 4.2rem); line-height: 1; }
  .service-hero-copy { grid-template-columns: 1fr; }
  .service-entry, .service-entry-featured { grid-template-columns: 35px 1fr; min-height: 390px; padding-block: 60px; }
  .service-entry h2, .service-entry-featured h2 { font-size: clamp(2.4rem, 11vw, 3.6rem); line-height: 1.02; }
  .page-title { font-size: clamp(2.5rem, 10.5vw, 4rem); line-height: 1.03; }
  .service-entry > p { grid-column: 2; font-size: 16px; }
  .service-entry > b { font-size: 5.5rem; bottom: -8px; }
  .method-head { grid-template-columns: 1fr; margin-bottom: 60px; }
  .method-head > p:last-child { grid-column: auto; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: 210px; }
  .crazy-status { grid-template-columns: 1fr; gap: 2px; padding-left: 12px; }
  .crazy-status > span { display: none; }
  .crazy-status p { font-size: 11px; max-width: calc(100% - 15px); }
}

/* Home: patto di lavoro e miti */
.work-rules { padding: 30px 0; }
.work-rule { display: grid; grid-template-columns: .3fr 1.7fr; gap: 5vw; padding-block: 110px; border-bottom: 1px solid rgba(250,236,228,.32); }
.work-rule:last-child { border-bottom: 0; }
.work-rule > div > p { max-width: 68ch; margin: 38px 0 0 auto; font-size: 18px; line-height: 1.55; }
.work-rule-dont { border-top: 1px solid rgba(250,236,228,.32); }
.myths-stage { padding: 115px 0; }
.myths-grid { display: grid; grid-template-columns: .3fr 1.7fr; gap: 5vw; }
.myths-copy { max-width: 850px; margin: 55px 0 0 auto; columns: 2; column-gap: 55px; }
.myths-copy p { break-inside: avoid; margin-bottom: 28px; font-size: 17px; line-height: 1.55; }

/* Inverted competence and proof blocks */
.services-mosaic-inverse .mosaic-grid { border-color: var(--cream); }
.services-mosaic-inverse .mosaic-card { border-color: var(--cream); }
.services-mosaic-inverse .mosaic-card:hover { background: var(--cream); color: var(--violet); }
.services-mosaic-inverse .mosaic-main { background: var(--cream); color: var(--violet); }
.services-mosaic-inverse .mosaic-main:hover { background: var(--violet); color: var(--cream); }
.proof-inverse .proof-grid { border-color: var(--violet); }
.proof-inverse .proof-grid article { border-color: var(--violet); }
.team-strip-inverse .underlined-link { color: var(--cream); }

/* Preloader: solo simbolo */
.preloader { gap: 0; }
.preloader::before, .preloader::after, .preloader p, .preloader-line { display: none !important; }
.preloader-mark { width: clamp(90px, 10vw, 150px); }

/* Modalità iniziale, stile age-gate */
body.mode-gate-open { overflow: hidden; }
.mode-gate { position: fixed; z-index: 11500; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(76,10,241,.94); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .3s, visibility .3s; }
.mode-gate[aria-hidden="false"] { visibility: visible; opacity: 1; pointer-events: auto; }
.mode-gate-panel { width: min(100%, 760px); max-height: calc(100svh - 48px); overflow: auto; overscroll-behavior: contain; scrollbar-gutter: stable; padding: clamp(28px, 5vw, 62px); background: var(--cream); color: var(--violet); border: 1px solid var(--violet); }
.mode-gate-panel > img { width: 58px; margin: 0 0 35px auto; }
.mode-gate-panel h2 { max-width: 9ch; margin: 20px 0; font: 600 clamp(3rem, 6vw, 6rem)/.98 "Manrope"; letter-spacing: -.055em; }
.mode-gate-panel > p:not(.eyebrow) { max-width: 44ch; font-size: 17px; }
.mode-gate-options { margin: 42px 0 25px; border-top: 1px solid var(--violet); }
.mode-gate-options button { width: 100%; padding: 19px 8px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 25px; text-align: left; border: 0; border-bottom: 1px solid var(--violet); background: transparent; color: var(--violet); cursor: pointer; transition: padding .35s var(--ease), background .3s, color .3s; }
.mode-gate-options button:hover { padding-inline: 18px; background: var(--violet); color: var(--cream); }
.mode-gate-options b { font-weight: 700; }
.mode-gate-options span { font-size: 13px; }
.mode-gate-panel > small { display: block; max-width: 64ch; font-size: 10px; opacity: .65; }

/* Crazy headline reveal */
.crazy-wow { position: fixed; z-index: 12000; inset: 0; padding: 6vw; display: flex; flex-direction: column; justify-content: center; background: var(--violet); color: var(--cream); visibility: hidden; opacity: 0; pointer-events: none; overflow: hidden; }
.crazy-wow.show { visibility: visible; opacity: 1; }
.crazy-wow > span { display: block; font: 700 clamp(3.2rem, 8.5vw, 9rem)/.92 "Manrope"; letter-spacing: -.06em; }
.crazy-wow > span:nth-child(2) { align-self: center; }
.crazy-wow > span:nth-child(3) { align-self: flex-end; }
.crazy-wow small { margin-top: 35px; align-self: flex-end; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

/* Contattaci se */
.contact-if-hero { min-height: 92svh; padding: 150px 0 55px; }
.contact-if-hero .shell { min-height: calc(92svh - 205px); display: flex; flex-direction: column; }
.contact-if-hero h1 { margin: auto 0 35px; padding-block: .06em; font: 600 clamp(5rem, 13vw, 13rem)/.9 "Manrope"; letter-spacing: -.07em; }
.contact-if-hero .shell > p:last-child { max-width: 57ch; margin: 0 0 0 auto; font-size: 20px; }
.contact-if-rules { padding: 105px 0; }
.contact-if-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.contact-if-grid ul { list-style: none; padding: 0; margin: 45px 0 0; border-top: 1px solid rgba(250,236,228,.35); }
.contact-if-grid li { padding: 18px 0 18px 28px; border-bottom: 1px solid rgba(250,236,228,.35); position: relative; font-size: 17px; }
.contact-if-grid li::before { content: "↳"; position: absolute; left: 0; }
.contact-form-light { background: var(--cream); color: var(--violet); padding-block: 110px; }
.contact-form-light .contact-intro > p:last-child { max-width: 35ch; }
.contact-form-light .contact-form label { border-color: rgba(76,10,241,.25); }
.contact-form-light .contact-form input, .contact-form-light .contact-form textarea, .contact-form-light .contact-form select { color: var(--violet); }
.contact-form-light .contact-form input::placeholder, .contact-form-light .contact-form textarea::placeholder { color: rgba(76,10,241,.35); }
.contact-form-light .contact-form option { color: var(--violet); background: var(--cream); }
.contact-form-light .form-submit { background: var(--violet); color: var(--cream); }
.contact-details.violet-stage .contact-details-grid { border-color: rgba(250,236,228,.35); }
.contact-details.violet-stage .contact-details-grid a { border-color: rgba(250,236,228,.35); }
.contact-details.violet-stage .contact-details-grid a:hover { background: var(--cream); color: var(--violet); }

@media (max-width: 1000px) {
  .work-rule, .myths-grid { grid-template-columns: .25fr 1.75fr; }
}

@media (max-width: 700px) {
  .work-rule, .myths-grid { grid-template-columns: 1fr; }
  .work-rule { padding-block: 75px; }
  .work-rule > div > p { margin-top: 25px; font-size: 16px; }
  .myths-stage { padding: 85px 0; }
  .myths-copy { margin-top: 35px; columns: 1; }
  .studio-stage { padding: 80px 0; }
  .mode-gate { padding: 12px; }
  .mode-gate-panel { max-height: calc(100svh - 24px); padding: 25px 20px; }
  .mode-gate-panel > img { width: 42px; margin-bottom: 20px; }
  .mode-gate-panel h2 { font-size: clamp(2.6rem, 12vw, 3.7rem); }
  .mode-gate-options { margin-top: 28px; }
  .mode-gate-options button { grid-template-columns: 1fr; gap: 5px; padding-block: 15px; }
  .crazy-wow { padding: 22px; }
  .crazy-wow > span { font-size: clamp(2.7rem, 13vw, 4rem); line-height: .95; }
  .contact-if-hero { min-height: 82svh; padding: 120px 0 35px; }
  .contact-if-hero .shell { min-height: calc(82svh - 155px); }
  .contact-if-hero h1 { font-size: clamp(4rem, 19vw, 6.2rem); line-height: .92; }
  .contact-if-hero .shell > p:last-child { font-size: 17px; }
  .contact-if-rules { padding: 80px 0; }
  .contact-if-grid { grid-template-columns: 1fr; gap: 70px; }
  .contact-form-light { padding-block: 85px; }
}
.outline-line > span, .light-outline > span { color: inherit !important; -webkit-text-stroke: 0 !important; }

/* =========================================================
   REVISIONE STRUTTURALE — NAVIGAZIONE, HOME E PAGINE EDITORIALI
   ========================================================= */

/* Stato compatto dell'header durante lo scroll */
.site-header.scrolled .brand { width: 66px; }
.site-header.scrolled .brand-mark { left: 0; }
body.violet-hero .site-header:not(.scrolled) { color: var(--cream); }
body.violet-hero .site-header:not(.scrolled) .brand-full-violet { opacity: 0; }
body.violet-hero .site-header:not(.scrolled) .brand-full-cream { opacity: 1; }
.footer-top { grid-template-columns: 1.1fr .55fr .55fr .55fr; gap: 4vw; }

/* Scelta iniziale: azione evidente e cliccabile */
.mode-gate-instruction { display: block; margin-top: 24px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.mode-gate-options { margin-top: 16px; border-top-width: 2px; }
.mode-gate-options button { grid-template-columns: .75fr 1.15fr auto; align-items: center; border-bottom-width: 2px; }
.mode-gate-options button em { justify-self: end; padding: 8px 12px; border: 1px solid currentColor; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.mode-gate-options button:focus-visible { outline: 4px solid var(--violet); outline-offset: 3px; }

/* Home compatta: competenze, sede, approccio, team, numeri */
.mosaic-intro { max-width: 57ch; margin: 32px 0 0 auto; font-size: clamp(16px, 1.45vw, 21px); line-height: 1.5; }
.approach-links { padding: 105px 0; }
.approach-link-list { margin-top: 55px; border-top: 1px solid rgba(250,236,228,.38); }
.approach-link-list a { display: grid; grid-template-columns: .82fr 1fr 36px; gap: 35px; align-items: center; min-height: 118px; border-bottom: 1px solid rgba(250,236,228,.38); transition: padding .4s var(--ease), background .35s, color .35s; }
.approach-link-list a:hover { padding-inline: 22px; background: var(--cream); color: var(--violet); }
.approach-link-list span { font: 600 clamp(1.8rem, 3.4vw, 3.8rem)/1.05 "Manrope"; letter-spacing: -.045em; }
.approach-link-list p { max-width: 43ch; margin: 0; }
.approach-link-list b { font-size: 26px; font-weight: 400; }
.team-home-copy { max-width: 43ch; margin: 30px 0 0; font-size: 17px; }
.proof-final { padding: 125px 0 0; }
.proof-final-head { display: grid; grid-template-columns: .3fr 1.7fr; gap: 5vw; margin-bottom: 80px; }
.proof-grid-five { grid-template-columns: repeat(5, 1fr); }
.proof-grid-five article { min-height: 300px; }
.proof-grid-five strong { font-size: clamp(3rem, 5.5vw, 6.4rem); }
.google-proof a { margin-top: 20px; font-size: 12px; text-decoration: underline; text-underline-offset: 5px; }
.proof-contact { margin-top: 70px; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 30px 0 95px; border-top: 1px solid rgba(250,236,228,.38); font-size: clamp(1.2rem, 2.2vw, 2.2rem); }
.proof-contact a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }

/* Pagine editoriali */
.editorial-page-hero { min-height: 100svh; padding: 150px 0 48px; overflow: hidden; }
.editorial-hero-grid { min-height: calc(100svh - 198px); display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: auto 1fr auto; gap: 30px 6vw; }
.editorial-page-hero .hero-kicker { grid-column: 1 / -1; margin: 0; }
.editorial-page-hero h1 { grid-column: 1 / -1; align-self: center; max-width: 100%; margin: 0; padding-block: .05em; font: 600 clamp(4.8rem, 12vw, 12.5rem)/.91 "Manrope"; letter-spacing: -.07em; }
.editorial-page-hero h1 .hero-line { padding-bottom: .12em; }
.editorial-page-hero h1 .hero-line:nth-child(even) { padding-left: 9vw; }
.editorial-hero-note { grid-column: 2; align-self: end; border-top: 1px solid currentColor; }
.editorial-hero-note span { display: block; padding: 12px 0; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editorial-hero-note p { margin: 17px 0 0; font-size: 18px; line-height: 1.45; }
.editorial-statement { padding: 135px 0; }
.editorial-statement .statement-grid { display: grid; grid-template-columns: .3fr 1.15fr .55fr; gap: 5vw; align-items: start; }
.editorial-statement h2 { margin: 0; padding-block: .05em; font: 600 clamp(3rem, 6.4vw, 7rem)/.98 "Manrope"; letter-spacing: -.055em; }
.editorial-statement .statement-grid > p:last-child { margin: 10px 0 0; font-size: 18px; line-height: 1.55; }
.principles-stage, .myth-lab { padding: 145px 0; }
.principles-head { display: grid; grid-template-columns: .3fr 1.7fr; gap: 5vw; margin-bottom: 85px; }
.principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--violet); border-left: 1px solid var(--violet); }
.principle-grid article { min-height: 390px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--violet); border-bottom: 1px solid var(--violet); }
.principle-grid article > span { font-size: 11px; }
.principle-grid h3 { margin: auto 0 22px; font: 600 clamp(2.2rem, 4.2vw, 4.8rem)/1 "Manrope"; letter-spacing: -.055em; }
.principle-grid p { max-width: 52ch; margin: 0; font-size: 16px; line-height: 1.55; }
.editorial-process { padding: 140px 0; }
.process-notes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.process-notes > div { position: sticky; top: 145px; height: max-content; }
.process-notes h2 { max-width: 13ch; margin: 55px 0 0; font: 600 clamp(3rem, 5.5vw, 6rem)/1 "Manrope"; letter-spacing: -.055em; }
.process-notes ol { list-style: none; margin: 0; padding: 0; counter-reset: process; border-top: 1px solid rgba(250,236,228,.4); }
.process-notes li { min-height: 185px; padding: 25px 0; display: grid; grid-template-columns: .7fr 1fr; gap: 30px; align-content: center; border-bottom: 1px solid rgba(250,236,228,.4); }
.process-notes b { font: 600 clamp(2rem, 3.8vw, 4rem)/1 "Manrope"; letter-spacing: -.045em; }
.process-notes span { max-width: 37ch; align-self: center; }
.closing-thought { padding: 145px 0; }
.closing-thought .shell { position: relative; }
.closing-thought img { position: absolute; right: 0; top: -45px; width: min(20vw, 260px); opacity: .12; transform: rotate(-16deg); }
.closing-thought h2 { position: relative; max-width: 20ch; margin: 55px 0 70px; font: 600 clamp(3.2rem, 7vw, 7.6rem)/.98 "Manrope"; letter-spacing: -.06em; }
.closing-thought .underlined-link { width: min(100%, 520px); margin-left: auto; }
.cross-page-nav { padding: 35px 0; }
.cross-page-nav .shell { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid currentColor; border-left: 1px solid currentColor; }
.cross-page-nav a { min-height: 220px; padding: 24px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transition: background .35s, color .35s; }
.cross-page-nav a:hover { background: var(--cream); color: var(--violet); }
.cross-page-nav-light a:hover { background: var(--violet); color: var(--cream); }
.cross-page-nav small { grid-column: 1 / -1; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.cross-page-nav span { align-self: end; font: 600 clamp(2rem, 4vw, 4.2rem)/1 "Manrope"; letter-spacing: -.05em; }
.cross-page-nav b { align-self: end; font-size: 28px; font-weight: 400; }
.refusal-stage { padding: 125px 0; }
.refusal-list { margin-top: 55px; border-top: 1px solid rgba(250,236,228,.4); }
.refusal-list article { min-height: 190px; display: grid; grid-template-columns: 70px 1fr 1fr; gap: 35px; align-items: center; border-bottom: 1px solid rgba(250,236,228,.4); }
.refusal-list strong { font-size: 11px; }
.refusal-list h2 { margin: 0; font: 600 clamp(2.2rem, 4.3vw, 4.7rem)/1 "Manrope"; letter-spacing: -.05em; }
.refusal-list p { max-width: 48ch; margin: 0; line-height: 1.55; }
.no-checklist { padding: 145px 0; }
.no-checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.no-checklist ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--violet); }
.no-checklist li { position: relative; padding: 23px 0 23px 34px; border-bottom: 1px solid var(--violet); font-size: 17px; }
.no-checklist li::before { content: "×"; position: absolute; left: 0; font-size: 22px; font-weight: 800; }
.myth-grid-new { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.myth-grid-new article { min-height: 390px; padding: 28px; display: flex; flex-direction: column; background: var(--violet); color: var(--cream); }
.myth-grid-new article > span { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.myth-grid-new h3 { margin: auto 0 22px; font: 600 clamp(2.1rem, 3.9vw, 4.4rem)/1 "Manrope"; letter-spacing: -.05em; }
.myth-grid-new p { max-width: 48ch; margin: 0; line-height: 1.55; }
.consulting-truth { padding: 145px 0; }
.consulting-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; }
.consulting-grid h2 { max-width: 12ch; margin: 55px 0 0; font: 600 clamp(3rem, 6vw, 6.5rem)/.98 "Manrope"; letter-spacing: -.055em; }
.consulting-grid > div:last-child { padding-top: 80px; }
.consulting-grid > div:last-child p { font-size: 18px; line-height: 1.6; }

/* Form: deve sembrare vuoto, leggero e chiaramente compilabile */
.form-command { display: flex; justify-content: space-between; max-width: 320px; margin: 25px 0 0; padding: 13px 0; border-top: 2px solid var(--violet); border-bottom: 2px solid var(--violet); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-form-light .contact-form label { padding: 22px 0; border-color: rgba(76,10,241,.18); }
.contact-form-light .contact-form label > span { color: rgba(76,10,241,.7); }
.contact-form-light .contact-form input,
.contact-form-light .contact-form textarea,
.contact-form-light .contact-form select { min-height: 38px; font: 400 clamp(1.05rem, 1.45vw, 1.3rem)/1.45 "Manrope"; letter-spacing: 0; }
.contact-form-light .contact-form textarea { min-height: 130px; }
.contact-form-light .contact-form input::placeholder,
.contact-form-light .contact-form textarea::placeholder { color: rgba(76,10,241,.28); }
.contact-form-light .contact-form select:invalid { color: rgba(76,10,241,.32); }
.contact-form-light .form-submit { border-radius: 0; }

@media (max-width: 1180px) {
  .header-nav { gap: 17px; }
  .header-nav a { font-size: 10px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .proof-grid-five { grid-template-columns: repeat(3, 1fr); }
  .proof-grid-five article { border-bottom: 1px solid rgba(250,236,228,.32); }
}

@media (max-width: 1000px) {
  .mode-gate-options button { grid-template-columns: .8fr 1.2fr auto; }
  .editorial-statement .statement-grid { grid-template-columns: .25fr 1.75fr; }
  .editorial-statement .statement-grid > p:last-child { grid-column: 2; max-width: 52ch; margin-left: auto; }
  .process-notes, .no-checklist-grid, .consulting-grid { gap: 5vw; }
  .proof-final-head, .principles-head { grid-template-columns: .25fr 1.75fr; }
}

@media (max-width: 700px) {
  .site-header.scrolled { padding: 8px 10px; }
  .site-header.scrolled .brand { width: 52px; }
  .site-header.scrolled .brand-mark img { width: 39px; }
  .footer-top { grid-template-columns: 1fr; }
  .menu-main a { font-size: clamp(2.4rem, 12.8vw, 4rem); line-height: .94; }
  .mode-gate-instruction { margin-top: 18px; }
  .mode-gate-options button { grid-template-columns: 1fr auto; gap: 7px 12px; padding: 15px 5px; }
  .mode-gate-options button span { grid-column: 1; }
  .mode-gate-options button em { grid-column: 2; grid-row: 1 / 3; }
  .approach-links { padding: 75px 0; }
  .approach-link-list { margin-top: 35px; }
  .approach-link-list a { grid-template-columns: 1fr 28px; gap: 15px; min-height: 145px; padding: 20px 0; }
  .approach-link-list p { grid-column: 1; }
  .approach-link-list b { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .proof-final { padding-top: 85px; }
  .proof-final-head { grid-template-columns: 1fr; margin-bottom: 50px; }
  .proof-grid-five { grid-template-columns: 1fr; }
  .proof-grid-five article { min-height: 205px; }
  .proof-contact { align-items: flex-start; flex-direction: column; padding-bottom: 78px; }
  .editorial-page-hero { min-height: 88svh; padding: 120px 0 32px; }
  .editorial-hero-grid { min-height: calc(88svh - 152px); grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; gap: 20px; }
  .editorial-page-hero h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); line-height: .94; letter-spacing: -.06em; }
  .editorial-page-hero h1 .hero-line:nth-child(even) { padding-left: 0; }
  .editorial-hero-note { grid-column: 1; max-width: 35ch; margin-left: auto; }
  .editorial-hero-note p { font-size: 16px; }
  .editorial-statement, .principles-stage, .myth-lab, .editorial-process, .closing-thought, .refusal-stage, .no-checklist, .consulting-truth { padding: 90px 0; }
  .editorial-statement .statement-grid, .principles-head, .process-notes, .no-checklist-grid, .consulting-grid { grid-template-columns: 1fr; }
  .editorial-statement .statement-grid > p:last-child { grid-column: auto; margin: 25px 0 0 auto; }
  .editorial-statement h2 { font-size: clamp(2.75rem, 12.5vw, 4.1rem); line-height: 1; }
  .principles-head { margin-bottom: 50px; }
  .principle-grid, .myth-grid-new { grid-template-columns: 1fr; }
  .principle-grid article, .myth-grid-new article { min-height: 310px; }
  .process-notes > div { position: relative; top: auto; }
  .process-notes h2, .consulting-grid h2 { margin: 35px 0 55px; font-size: clamp(2.8rem, 12vw, 4rem); }
  .process-notes li { min-height: 155px; grid-template-columns: 1fr; gap: 10px; }
  .closing-thought img { width: 42vw; top: -20px; }
  .closing-thought h2 { margin-top: 45px; font-size: clamp(2.8rem, 12vw, 4.1rem); line-height: 1; }
  .cross-page-nav .shell { grid-template-columns: 1fr; }
  .cross-page-nav a { min-height: 170px; }
  .refusal-list article { grid-template-columns: 35px 1fr; gap: 15px; padding: 35px 0; }
  .refusal-list p { grid-column: 2; }
  .no-checklist ul { margin-top: 55px; }
  .consulting-grid > div:last-child { padding-top: 0; }
  .contact-form-light .contact-intro h2 { margin-top: 45px; }
}

/* =========================================================
   HEADER PULITO + SOTTOMENU APPROCCIO
   ========================================================= */
.site-header,
.site-header.scrolled {
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  padding: 18px 28px;
  gap: clamp(20px, 3vw, 52px);
}
.site-header.scrolled { padding-block: 12px; }
.site-header.scrolled::before {
  border: 0;
  border-radius: 0;
  background: rgba(250,236,228,.95);
  box-shadow: none;
  backdrop-filter: blur(18px);
}
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.header-cta { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; gap: 30px; background: var(--violet); color: var(--cream); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .35s var(--ease), background .3s, color .3s; white-space: nowrap; }
.header-cta:hover { transform: translateY(-3px); }
.header-cta b { font-size: 17px; font-weight: 400; }
.inline-crazy .inline-crazy-label { margin-left: 0; }
body[data-page="servizi"] .site-header:not(.scrolled) .header-cta,
body.violet-hero .site-header:not(.scrolled) .header-cta { background: var(--cream); color: var(--violet); }
.header-nav { align-self: stretch; }
.header-nav > a, .nav-dropdown > a { align-self: center; }
.nav-dropdown { position: relative; height: 100%; display: flex; align-items: center; }
.nav-dropdown > a { display: flex; align-items: center; gap: 7px; }
.nav-dropdown > a i { font-size: 14px; font-style: normal; transition: transform .35s var(--ease); }
.nav-dropdown:hover > a i, .nav-dropdown:focus-within > a i { transform: rotate(45deg); }
.nav-submenu { position: absolute; top: calc(100% + 10px); left: 50%; width: 285px; padding: 9px; background: var(--cream); color: var(--violet); opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: opacity .28s, visibility .28s, transform .4s var(--ease); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-submenu a { min-height: 50px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(76,10,241,.18); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: padding .3s var(--ease), background .3s, color .3s; }
.nav-submenu a:last-child { border-bottom: 0; }
.nav-submenu a:hover { padding-inline: 18px; background: var(--violet); color: var(--cream); }
.nav-submenu a::after { display: none; }
.nav-submenu b { font-size: 17px; font-weight: 400; }
.mobile-approach { display: none; }

/* Crazy Mode: una voce realmente diversa */
main > section:first-child { position: relative; }
.crazy-hero-truth { position: absolute; z-index: 8; top: 112px; right: 24px; width: min(280px, calc(100% - 48px)); margin: 0; padding: 15px 17px; display: none; background: var(--violet); color: var(--cream); font-size: 11px; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; transform: rotate(2deg); box-shadow: 10px 10px 0 var(--cream); }
.violet-stage .crazy-hero-truth, .plum-stage .crazy-hero-truth, .ink-stage .crazy-hero-truth { background: var(--cream); color: var(--violet); box-shadow: 10px 10px 0 var(--violet); }
.crazy-mode .crazy-hero-truth { display: block; animation: truth-in .7s var(--ease) both; }
@keyframes truth-in { from { opacity: 0; transform: translateY(-28px) rotate(-7deg); } to { opacity: 1; transform: translateY(0) rotate(2deg); } }

/* Gerarchie più compatte: niente frasi alte un'intera schermata */
.agency-intro h2 { font-size: clamp(2.6rem, 4.7vw, 5.3rem); line-height: 1.06; letter-spacing: -.05em; }
.editorial-statement h2 { font-size: clamp(2.7rem, 4.7vw, 5.2rem); line-height: 1.055; letter-spacing: -.045em; }
.process-notes h2, .consulting-grid h2 { font-size: clamp(2.8rem, 4.7vw, 5.2rem); line-height: 1.04; letter-spacing: -.045em; }
.closing-thought h2 { max-width: 23ch; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: 1.04; letter-spacing: -.05em; }
.new-cta a { font-size: clamp(3.6rem, 8.5vw, 8.5rem); line-height: .98; }
.contact-intro h2 { font-size: clamp(2.3rem, 3.8vw, 4.2rem); line-height: 1.04; }
.editorial-title { font-size: clamp(3.2rem, 6.3vw, 7rem); line-height: 1.01; }
.editorial-statement p, .closing-thought p, .consulting-grid p, .team-info p, .service-entry p { text-wrap: pretty; }

@media (max-width: 1180px) {
  .site-header, .site-header.scrolled { gap: 18px; }
  .header-actions { gap: 12px; }
  .header-cta { padding-inline: 13px; gap: 18px; }
  .crazy-toggle span { display: none; }
}

@media (max-width: 700px) {
  .site-header, .site-header.scrolled { top: 0; left: 0; width: 100%; padding: 12px 14px; }
  .site-header.scrolled .brand { width: 46px; }
  .header-actions { gap: 7px; }
  .header-actions .crazy-toggle { display: none; }
  .header-cta { min-height: 39px; padding-inline: 11px; gap: 9px; font-size: 8px; }
  .menu-main { justify-content: flex-start; overflow-y: auto; }
  .menu-main nav { gap: 3px; }
  .menu-main > nav > a { font-size: clamp(2.7rem, 13vw, 4rem); }
  .mobile-approach { margin-top: 24px; padding-top: 18px; display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(250,236,228,.3); }
  .mobile-approach small { margin-bottom: 10px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; opacity: .6; }
  .mobile-approach a { width: 100%; padding: 10px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(250,236,228,.22); font: 600 clamp(1.25rem, 6vw, 1.8rem)/1.05 "Manrope"; letter-spacing: -.03em; }
  .mobile-approach a:hover { transform: none; }
  .mobile-approach b { font-size: 18px; font-weight: 400; }
  .crazy-hero-truth { top: 88px; right: 14px; width: min(235px, calc(100% - 28px)); padding: 11px 13px; font-size: 9px; box-shadow: 6px 6px 0 var(--cream); }
  .violet-stage .crazy-hero-truth, .plum-stage .crazy-hero-truth, .ink-stage .crazy-hero-truth { box-shadow: 6px 6px 0 var(--violet); }
  .agency-intro h2, .editorial-statement h2, .process-notes h2, .consulting-grid h2, .closing-thought h2, .contact-intro h2 { font-size: clamp(2.35rem, 10vw, 3.35rem); line-height: 1.06; }
  .editorial-title { font-size: clamp(2.6rem, 11vw, 3.75rem); line-height: 1.05; }
}

/* Evidenziazioni tipografiche disegnate dallo scroll */
.scroll-highlight {
  --highlight-x: 1;
  --highlight-bg: var(--violet);
  --highlight-color: var(--cream);
  position: relative;
  z-index: 0;
  display: inline-block;
  isolation: isolate;
  padding: 0 .07em .035em;
  color: var(--highlight-color) !important;
  opacity: 1 !important;
  font-style: inherit;
}
.hero-line > .scroll-highlight { display: inline-block; width: max-content; max-width: 100%; }
.scroll-highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: .055em -.015em .035em;
  background: var(--highlight-bg);
  transform: scaleX(var(--highlight-x));
  transform-origin: left center;
  will-change: transform;
}
.violet-stage .scroll-highlight,
.plum-stage .scroll-highlight,
.ink-stage .scroll-highlight {
  --highlight-bg: var(--cream);
  --highlight-color: var(--violet);
}
@media (prefers-reduced-motion: reduce) {
  .scroll-highlight { --highlight-x: 1 !important; }
}

/* Etichette editoriali senza numerazione */
.section-index,
.eyebrow {
  width: fit-content;
  padding: 0;
  display: inline-block;
  background: transparent;
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .11em;
}

/* Navigazione estesa: pensiero, contatto e portfolio */
.footer-top { grid-template-columns: 1.12fr repeat(4, .58fr); gap: 3.2vw; }
.nav-submenu-portfolio { width: 330px; }
.header-nav { gap: clamp(13px, 1.35vw, 25px); }
.header-actions { gap: 12px; }
.site-header { grid-template-columns: auto minmax(0, 1fr) auto; }
.day-night-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  transition: transform .35s var(--ease), background .3s, color .3s;
}
.phase-hint,
.mobile-start-cta { display: none; }
.day-night-toggle:hover { transform: rotate(22deg) scale(1.06); background: var(--violet); color: var(--cream); }

/* Portfolio: nessuna anteprima, solo progetti e motivazioni */
.portfolio-hero { min-height: 100svh; padding: 150px 0 55px; overflow: hidden; }
.portfolio-hero > .shell { min-height: calc(100svh - 205px); display: grid; grid-template-columns: 1.45fr .55fr; grid-template-rows: auto 1fr auto; gap: 30px 6vw; }
.portfolio-hero .hero-kicker { grid-column: 1 / -1; margin: 0; }
.portfolio-hero h1 { grid-column: 1 / -1; align-self: center; margin: 0; padding-block: .04em; font: 600 clamp(4.4rem, 10.5vw, 11rem)/.92 "Manrope", sans-serif; letter-spacing: -.067em; }
.portfolio-hero h1 .hero-line:nth-child(2) { padding-left: 9vw; }
.portfolio-hero-note { grid-column: 2; align-self: end; padding-top: 18px; border-top: 1px solid currentColor; }
.portfolio-hero-note p { max-width: 39ch; margin: 0; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; }
.portfolio-stage { padding: 135px 0; }
.portfolio-intro { display: grid; grid-template-columns: .35fr 1.05fr .6fr; gap: 4vw; align-items: start; margin-bottom: 90px; }
.portfolio-intro h2 { margin: 0; font: 600 clamp(2.6rem, 4.6vw, 5.1rem)/1.03 "Manrope", sans-serif; letter-spacing: -.05em; }
.portfolio-intro > p:last-child { margin: 8px 0 0; font-size: 17px; line-height: 1.55; }
.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.portfolio-filters button { min-height: 42px; padding: 0 17px; border: 1px solid rgba(250,236,228,.5); background: transparent; color: var(--cream); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background .3s, color .3s, transform .3s; }
.portfolio-filters button:hover { transform: translateY(-3px); }
.portfolio-filters button.is-active { background: var(--cream); color: var(--violet); }
.portfolio-list { border-top: 1px solid rgba(250,236,228,.45); }
.portfolio-row { position: relative; min-height: 155px; padding: 24px 0; display: grid; grid-template-columns: .38fr 1fr 1fr 42px; gap: 2.8vw; align-items: center; border-bottom: 1px solid rgba(250,236,228,.45); overflow: hidden; transition: padding .45s var(--ease), color .35s; }
.portfolio-row::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--cream); transform: scaleY(0); transform-origin: bottom; transition: transform .48s var(--ease); }
.portfolio-row > * { position: relative; z-index: 1; }
.portfolio-row > span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-row h3 { margin: 0; font: 600 clamp(2rem, 3.5vw, 4rem)/1 "Manrope", sans-serif; letter-spacing: -.052em; }
.portfolio-row p { max-width: 48ch; margin: 0; line-height: 1.5; }
.portfolio-row b { justify-self: end; font-size: 28px; font-weight: 400; transition: transform .35s var(--ease); }
.portfolio-row:hover { padding-inline: 22px; color: var(--violet); }
.portfolio-row:hover::before { transform: scaleY(1); transform-origin: top; }
.portfolio-row:hover b { transform: rotate(45deg); }
.portfolio-row[hidden] { display: none; }
.compact-list .portfolio-row { min-height: 112px; }
.compact-list .portfolio-row p { font-size: 13px; opacity: .75; }
.portfolio-next { padding: 85px 0; }
.portfolio-next .shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5vw; align-items: center; }
.portfolio-next p { margin: 0; }
.portfolio-next a { padding: 24px 0; display: flex; justify-content: space-between; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; font: 600 clamp(2rem, 4vw, 4.3rem)/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.portfolio-next b { font-weight: 400; }
.case-stage { padding: 135px 0; }
.case-stage > .shell > .section-index { margin-bottom: 55px; }
.case-list { border-top: 1px solid rgba(250,236,228,.45); }
.case-row { min-height: 230px; padding: 30px 0; display: grid; grid-template-columns: .35fr 1fr .8fr 35px; gap: 3vw; align-items: center; border-bottom: 1px solid rgba(250,236,228,.45); transition: padding .4s var(--ease), background .3s, color .3s; }
.case-row span { font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.case-row h2 { margin: 0; font: 600 clamp(2.6rem, 5vw, 5.7rem)/.96 "Manrope", sans-serif; letter-spacing: -.06em; }
.case-row p { max-width: 42ch; margin: 0; font-size: 17px; line-height: 1.55; }
.case-row b { font-size: 28px; font-weight: 400; }
.case-row:hover { padding-inline: 24px; background: var(--cream); color: var(--violet); }

/* Il custode dei falsi miti */
.myth-wizard { position: relative; width: min(100%, 980px); height: min(70vw, 720px); margin: 0 0 70px auto; overflow: hidden; clip-path: inset(0 0 100% 0); }
.myth-wizard img { width: 100%; height: 100%; object-fit: cover; }
.myth-wizard figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; display: flex; justify-content: space-between; gap: 30px; background: var(--cream); color: var(--violet); }
.myth-wizard figcaption b { font-size: clamp(1.5rem, 3vw, 3.2rem); letter-spacing: -.04em; }
.myth-wizard figcaption span { max-width: 32ch; align-self: center; }

/* Preloader narrativo tra le pagine in Crazy Mode */
.page-preloader-copy { position: relative; z-index: 2; width: min(100% - 11vw, 1500px); display: none; flex-direction: column; }
.preloader.has-page-copy::before, .preloader.has-page-copy::after { display: none; }
.preloader.has-page-copy .preloader-mark { position: absolute; inset: 0; z-index: 3; width: 100%; display: grid; place-items: center; opacity: 0; visibility: hidden; background: var(--salmon); transform: none; }
.preloader.has-page-copy .preloader-mark img { width: clamp(78px, 9vw, 140px); }
.preloader.has-page-copy .page-preloader-copy { display: flex; }
.page-preloader-copy span { display: block; font: 700 clamp(3.2rem, 8.8vw, 9.5rem)/.9 "Manrope", sans-serif; letter-spacing: -.067em; }
.page-preloader-copy span:nth-child(2) { align-self: center; }
.page-preloader-copy span:nth-child(3) { align-self: flex-end; }
.page-preloader-copy small { margin-top: 30px; align-self: flex-end; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

/* WhatsApp e stato notte */
.whatsapp-float { position: fixed; z-index: 870; right: 18px; bottom: 18px; min-height: 47px; padding: 0 14px; display: flex; align-items: center; gap: 28px; background: var(--violet); color: var(--cream); border: 1px solid var(--cream); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .35s var(--ease), background .3s, color .3s; }
.whatsapp-float:hover { transform: translateY(-5px); background: var(--cream); color: var(--violet); border-color: var(--violet); }
.whatsapp-float b { font-size: 18px; font-weight: 400; }
.crazy-mode .whatsapp-float { bottom: 82px; }
.night-notice { display: none; position: fixed; z-index: 875; left: 18px; bottom: 18px; width: min(620px, calc(100% - 160px)); padding: 15px 18px; background: var(--cream); color: #16052d; border: 1px solid #16052d; }
.night-notice strong { display: block; margin-bottom: 4px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.night-notice p { margin: 0; font-size: 13px; }
.night-notice a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
body.night-mode { background: #16052d; color: var(--cream); }
.night-mode .ivory-stage, .night-mode .peach-stage, .night-mode .salmon-stage, .night-mode .contact-form-light { background: #16052d; color: var(--cream); }
.night-mode .site-header { color: var(--cream); }
.night-mode .site-header.scrolled::before { background: rgba(22,5,45,.95); }
.night-mode .brand-full-violet { opacity: 0; }
.night-mode .brand-full-cream { opacity: 1; }
.night-mode .site-header.scrolled .brand-full-cream { opacity: 0; }
.night-mode .brand-mark img { content: url("assets/logo-symbol-cream.svg"); }
.night-mode .nav-submenu { background: #16052d; color: var(--cream); border: 1px solid rgba(250,236,228,.25); }
.night-mode .nav-submenu a { border-color: rgba(250,236,228,.22); }
.night-mode .nav-submenu a:hover { background: var(--cream); color: var(--violet); }
.night-mode .section-index, .night-mode .eyebrow { background: var(--cream); color: var(--violet); }
.night-mode .portfolio-row::before { background: var(--cream); }
.night-mode .portfolio-next a, .night-mode .portfolio-hero-note { border-color: rgba(250,236,228,.5); }
.night-mode .night-notice { display: block; }
.night-mode .whatsapp-float { bottom: 18px; }
.night-mode.crazy-mode .whatsapp-float { bottom: 82px; }
.night-mode.crazy-mode .night-notice { bottom: 82px; }

/* Segnale notturno discreto: compare automaticamente dalle 22. */
.night-zzz { position: fixed; z-index: 60; right: 5vw; top: 22vh; display: none; align-items: flex-end; gap: 7px; pointer-events: none; color: var(--cream); }
.night-mode .night-zzz { display: flex; }
.night-zzz i { display: block; opacity: 0; font-style: normal; font-weight: 800; line-height: 1; animation: nautilus-sleep 6.5s infinite var(--ease); }
.night-zzz i:nth-child(1) { font-size: clamp(2rem, 4vw, 4.8rem); }
.night-zzz i:nth-child(2) { font-size: clamp(1.4rem, 2.8vw, 3.2rem); animation-delay: 1.1s; transform: translateY(-24px); }
.night-zzz i:nth-child(3) { font-size: clamp(1rem, 1.8vw, 2rem); animation-delay: 2.2s; transform: translateY(-48px); }
@keyframes nautilus-sleep {
  0%, 12%, 78%, 100% { opacity: 0; }
  25%, 62% { opacity: .72; }
}

@media (max-width: 1450px) {
  .site-header, .site-header.scrolled { gap: 16px; padding-inline: 20px; }
  .brand { width: 145px; }
  .brand-full { width: 138px; }
  .header-nav { gap: 13px; }
  .header-nav a { font-size: 9px; }
  .header-cta { padding-inline: 11px; gap: 12px; }
  .header-actions .crazy-toggle span { display: none; }
}

/* Scelta della modalità sempre disponibile nel footer */
.footer-mode-choice { padding: 34px 0; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; border-top: 1px solid rgba(250,236,228,.25); }
.footer-mode-choice span { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-mode-choice p { margin: 6px 0 0; font-size: 13px; opacity: .7; }
.footer-mode-choice > div:last-child { display: flex; gap: 8px; }
.footer-mode-choice button { min-height: 43px; padding: 0 16px; border: 1px solid rgba(250,236,228,.55); background: transparent; color: var(--cream); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background .3s, color .3s, transform .3s; }
.footer-mode-choice button:hover { transform: translateY(-3px); }
.footer-mode-choice button.is-active { background: var(--cream); color: var(--violet); }

/* Nei servizi la Crazy Mode parla anche un po' siciliano */
body[data-page="servizi"].crazy-mode .service-entry h2 { max-width: 13ch; font-size: clamp(3rem, 6.5vw, 7.6rem); line-height: .9; letter-spacing: -.07em; }
body[data-page="servizi"].crazy-mode .service-entry > p { text-align: justify; text-justify: inter-word; }
body[data-page="servizi"].crazy-mode .service-entry:nth-child(2) h2 { transform: scale(1.08); transform-origin: left center; }
body[data-page="servizi"].crazy-mode .service-entry:nth-child(6) h2::after { content: ""; }

/* Icone vettoriali: niente glifi che Safari possa trasformare in emoji. */
.ui-icon,
.icon-arrow svg,
.whatsapp-icon { display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.day-night-toggle span { display: grid; place-items: center; }
.day-night-toggle .ui-icon { width: 19px; height: 19px; }
.crazy-toggle .ui-icon { width: 18px; height: 18px; }
.icon-arrow { display: inline-grid; width: 1em; height: 1em; place-items: center; vertical-align: -.12em; }
.whatsapp-icon { width: 21px; height: 21px; stroke: none; }
.whatsapp-icon .wa-bubble { fill: currentColor; }
.whatsapp-icon .wa-phone { fill: var(--wa-cutout, var(--violet)); }
.whatsapp-float:hover { --wa-cutout: var(--cream); }

/* Hamburger mobile a tre linee, con quella centrale più corta */
.menu-button span { width: 21px; }
.menu-button span:nth-child(1) { transform: translateY(-6px); }
.menu-button span:nth-child(2) { width: 13px; transform: translateX(4px); }
.menu-button span:nth-child(3) { transform: translateY(6px); }
.menu-open .menu-button span:nth-child(1) { transform: rotate(45deg); }
.menu-open .menu-button span:nth-child(2) { transform: translateX(8px) scaleX(0); opacity: 0; }
.menu-open .menu-button span:nth-child(3) { transform: rotate(-45deg); }

.night-mode .section-index, .night-mode .eyebrow { background: transparent; color: inherit; }

@media (max-width: 700px) {
  .footer-mode-choice { grid-template-columns: 1fr; gap: 20px; }
  .footer-mode-choice > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-mode-choice button { padding-inline: 8px; }
}
@media (max-width: 1180px) {
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .day-night-toggle { display: grid; }
}
@media (max-width: 1000px) {
  .portfolio-intro { grid-template-columns: .3fr 1.7fr; }
  .portfolio-intro > p:last-child { grid-column: 2; }
  .portfolio-row { grid-template-columns: .3fr 1.2fr 1fr 32px; }
  .case-row { grid-template-columns: .3fr 1.2fr .8fr 32px; }
}
@media (max-width: 700px) {
  .portfolio-hero { min-height: 88svh; padding: 120px 0 35px; }
  .portfolio-hero > .shell { min-height: calc(88svh - 155px); grid-template-columns: 1fr; }
  .portfolio-hero h1 { font-size: clamp(3.3rem, 15vw, 5.2rem); line-height: .94; }
  .portfolio-hero h1 .hero-line:nth-child(2) { padding-left: 0; }
  .portfolio-hero-note { grid-column: 1; margin-left: 14vw; }
  .portfolio-stage, .case-stage { padding: 85px 0; }
  .portfolio-intro { grid-template-columns: 1fr; margin-bottom: 55px; }
  .portfolio-intro > p:last-child { grid-column: auto; }
  .portfolio-row, .compact-list .portfolio-row { min-height: 150px; grid-template-columns: 1fr 30px; gap: 9px 18px; }
  .portfolio-row > span, .portfolio-row h3, .portfolio-row p { grid-column: 1; }
  .portfolio-row b { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .portfolio-row h3 { font-size: clamp(1.8rem, 9vw, 2.8rem); }
  .portfolio-row:hover { padding-inline: 12px; }
  .portfolio-next .shell { grid-template-columns: 1fr; }
  .portfolio-next a { font-size: clamp(1.9rem, 9vw, 3rem); }
  .case-row { min-height: 220px; grid-template-columns: 1fr 30px; gap: 10px 18px; }
  .case-row span, .case-row h2, .case-row p { grid-column: 1; }
  .case-row b { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .case-row:hover { padding-inline: 12px; }
  .myth-wizard { height: 115vw; margin-bottom: 45px; }
  .myth-wizard figcaption { left: 10px; right: 10px; bottom: 10px; flex-direction: column; gap: 8px; }
  .page-preloader-copy { width: calc(100% - 32px); }
  .page-preloader-copy span { font-size: clamp(2.4rem, 13vw, 4.7rem); }
  .whatsapp-float { position: fixed !important; z-index: 11000; right: 10px; bottom: calc(76px + env(safe-area-inset-bottom)); min-height: 48px; display: flex !important; padding-inline: 13px; }
  .whatsapp-float span { display: inline; }
  .night-notice { left: 10px; bottom: 136px; width: calc(100% - 20px); padding: 11px 12px; }
  .night-notice p { font-size: 11px; }
  .night-mode .whatsapp-float, .night-mode.crazy-mode .whatsapp-float { bottom: calc(76px + env(safe-area-inset-bottom)); }
  .day-night-toggle { width: 36px; height: 36px; font-size: 14px; }
  .night-mode.crazy-mode .night-notice { bottom: 136px; }
  .night-zzz { right: 18px; top: 18vh; }
}

/* Consenso nel selettore iniziale */
.mode-policy-consent { margin-top: 22px; padding: 16px; display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; border: 1px solid rgba(76,10,241,.35); cursor: pointer; }
.mode-policy-consent input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--violet); }
.mode-policy-consent span { font-size: 12px; line-height: 1.5; }
.mode-policy-consent a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.mode-gate-options button:disabled { opacity: .34; cursor: not-allowed; }
.mode-gate-options button:disabled:hover { padding-inline: 8px; background: transparent; color: var(--violet); }
.footer-mode-choice button b { margin-left: 25px; font-size: 18px; font-weight: 400; }

/* Finestre interattive */
.scroll-coach, .interaction-cta { position: fixed; z-index: 13000; visibility: hidden; opacity: 0; background: var(--cream); color: var(--violet); border: 1px solid var(--violet); box-shadow: 18px 18px 0 var(--violet); }
.scroll-coach[aria-hidden="false"], .interaction-cta[aria-hidden="false"] { visibility: visible; opacity: 1; }
.scroll-coach { right: 24px; bottom: 24px; width: min(430px, calc(100% - 48px)); padding: 26px; }
.scroll-coach > button, .interaction-cta > button { position: absolute; top: 10px; right: 10px; width: 38px; height: 38px; border: 0; background: var(--violet); color: var(--cream); cursor: pointer; font-size: 20px; }
.scroll-coach > span { display: block; font: 800 clamp(3.5rem, 7vw, 6rem)/.8 "Manrope"; letter-spacing: -.08em; }
.scroll-coach h2 { margin: 18px 0 8px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; }
.scroll-coach p { max-width: 35ch; margin: 0; }
.interaction-cta { left: 50%; top: 50%; width: min(760px, calc(100% - 40px)); max-height: calc(100svh - 40px); overflow: auto; padding: clamp(28px, 5vw, 70px); transform: translate(-50%, -50%); transform-origin: center; }
.interaction-cta h2 { max-width: 12ch; margin: 25px 0 45px; font: 650 clamp(2.7rem, 5.6vw, 6rem)/.97 "Manrope"; letter-spacing: -.058em; }
.interaction-cta > a { padding: 18px 0; display: flex; justify-content: space-between; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; font-weight: 800; text-transform: uppercase; }
.interaction-cta > a b { font-size: 24px; font-weight: 400; }

/* FormSubmit e informative */
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.contact-form .form-privacy { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.contact-form .form-privacy input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--violet); }
.contact-form .form-privacy span { font-size: 13px; line-height: 1.5; text-transform: none; letter-spacing: 0; }
.contact-form .form-privacy a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-hero { min-height: 92svh; padding: 150px 0 55px; }
.legal-hero .shell { min-height: calc(92svh - 205px); display: flex; flex-direction: column; }
.legal-hero h1 { margin: auto 0 35px; font: 650 clamp(4.4rem, 11vw, 11rem)/.9 "Manrope"; letter-spacing: -.07em; }
.legal-hero .shell > p:last-child { max-width: 56ch; margin: 0 0 0 auto; font-size: 18px; }
.legal-content { padding: 130px 0; }
.legal-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.legal-grid aside { position: sticky; top: 130px; }
.legal-grid aside h2 { max-width: 15ch; margin: 45px 0 0; font: 600 clamp(2.5rem, 4.7vw, 5.1rem)/1.02 "Manrope"; letter-spacing: -.05em; }
.legal-copy { border-top: 1px solid rgba(250,236,228,.4); }
.legal-copy article { padding: 34px 0; border-bottom: 1px solid rgba(250,236,228,.4); }
.legal-copy h3 { margin: 0 0 14px; font-size: clamp(1.4rem, 2.4vw, 2.2rem); letter-spacing: -.035em; }
.legal-copy p { max-width: 66ch; margin: 0; line-height: 1.7; }
.legal-copy a { text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }

@media (max-width: 700px) {
  .scroll-coach { right: 12px; bottom: 12px; width: calc(100% - 24px); box-shadow: 8px 8px 0 var(--violet); }
  .interaction-cta { padding: 34px 22px; }
  .interaction-cta h2 { font-size: clamp(2.4rem, 11vw, 3.7rem); }
  .mode-policy-consent { padding: 12px; }
  .legal-hero { min-height: 80svh; padding: 120px 0 40px; }
  .legal-hero .shell { min-height: calc(80svh - 160px); }
  .legal-hero h1 { font-size: clamp(3.7rem, 18vw, 5.8rem); }
  .legal-hero .shell > p:last-child { font-size: 16px; }
  .legal-content { padding: 85px 0; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-grid aside { position: relative; top: auto; }
  .legal-grid aside h2 { margin-bottom: 55px; }
}

/* Mobile stability pass: stessa identita, movimenti pensati per il touch. */
@media (max-width: 700px) {
  html, body { max-width: 100%; overflow-x: clip; }

  .site-header,
  .site-header.scrolled {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    padding: calc(9px + env(safe-area-inset-top)) 12px 9px;
  }
  .site-header.scrolled::before { inset: 5px 6px; }
  .brand { width: 124px; height: 42px; }
  .site-header.scrolled .brand { width: 48px; }
  .brand-full { width: 120px; }
  .header-actions { gap: 0; }
  .header-actions .crazy-toggle,
  .header-cta { display: none !important; }
  .day-night-toggle { width: 42px; height: 42px; font-size: 16px; }
  .menu-button { width: 46px; height: 46px; }

  .site-header.scrolled::before { inset: 0; border: 0; border-radius: 0; }

  .menu-overlay {
    clip-path: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    transition: transform .62s var(--ease), opacity .25s, visibility 0s linear .62s;
    will-change: transform;
  }
  .menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    transition: transform .62s var(--ease), opacity .2s, visibility 0s;
  }
  .menu-main {
    height: 100svh;
    padding: calc(82px + env(safe-area-inset-top)) 18px calc(28px + env(safe-area-inset-bottom));
    justify-content: flex-start;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .menu-main nav { width: 100%; padding-bottom: 32px; }
  .menu-main > nav > a {
    position: relative;
    width: fit-content;
    padding: 4px 0;
    overflow: visible;
    font-size: clamp(3rem, 13vw, 4.25rem);
    line-height: .92;
    touch-action: manipulation;
  }
  .menu-main > nav > a > span { position: relative; z-index: 0; padding: .01em .1em .08em 0; transition: color .25s, transform .35s var(--ease); }
  .menu-main > nav > a > span::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -.01em -.12em .02em -.12em;
    background: var(--cream);
    transform: scaleX(0) skewX(-5deg);
    transform-origin: right;
    transition: transform .42s var(--ease);
  }
  .menu-main > nav > a[aria-current="page"] > span,
  .menu-main > nav > a:active > span,
  .menu-main > nav > a:focus-visible > span { color: var(--violet); transform: translateX(12px); }
  .menu-main > nav > a[aria-current="page"] > span::before,
  .menu-main > nav > a:active > span::before,
  .menu-main > nav > a:focus-visible > span::before { transform: scaleX(1) skewX(-5deg); transform-origin: left; }
  .menu-main a:hover { transform: none; }
  .mobile-approach { margin-top: 14px; padding-top: 13px; }
  .mobile-approach a { padding: 9px 0; font-size: clamp(1.35rem, 6.15vw, 1.85rem); line-height: 1.06; transition: padding .3s var(--ease), background .3s, color .3s; touch-action: manipulation; }
  .mobile-approach a:active,
  .mobile-approach a:focus-visible { padding-inline: 9px; background: var(--cream); color: var(--violet); }

  .mode-gate { padding: 8px; place-items: start center; }
  .mode-gate-panel {
    width: 100%;
    max-height: calc(100svh - 16px);
    padding: 17px 15px 14px;
    scrollbar-gutter: auto;
  }
  .mode-gate-panel > img { width: 36px; margin: 0 0 9px auto; }
  .mode-gate-panel h2 { margin: 8px 0; font-size: clamp(2rem, 9.2vw, 2.75rem); line-height: .95; }
  .mode-gate-panel > p:not(.eyebrow) { margin: 0; font-size: 13px; line-height: 1.35; }
  .mode-gate-instruction { margin-top: 10px; font-size: 9px; }
  .mode-gate-options { margin: 9px 0 7px; }
  .mode-gate-options button {
    grid-template-columns: .8fr 1.2fr auto;
    gap: 8px;
    padding: 9px 3px;
  }
  .mode-gate-options b { font-size: 12px; }
  .mode-gate-options span { font-size: 10px; line-height: 1.25; }
  .mode-gate-options button em { padding: 5px 7px; font-size: 8px; }
  .mode-policy-consent { margin-top: 7px; padding: 8px; grid-template-columns: 18px 1fr; gap: 8px; }
  .mode-policy-consent input { width: 17px; height: 17px; }
  .mode-policy-consent span { font-size: 9px; line-height: 1.3; }
  .mode-gate-panel > small { font-size: 8px; line-height: 1.3; }

  .page-preloader-copy { width: calc(100% - 28px); }
  .page-preloader-copy span { font-size: clamp(2.15rem, 11.5vw, 4rem); line-height: .95; }
  .preloader.has-page-copy .preloader-mark img { width: 64px; }

  .studio-stage,
  .web-focus,
  .services-mosaic,
  .team-strip,
  .method-stage,
  .portfolio-stage,
  .case-stage { padding-block: 76px; }
  .mini-fan { width: 100%; max-width: 360px; transform: scale(.72); }
  .service-visual { right: -70px; width: min(78vw, 280px); opacity: .14; }
  .team-strip-photos figure:nth-child(even) { transform: none; }

  .interaction-cta {
    width: calc(100% - 20px);
    max-height: calc(100svh - 20px);
    padding: 27px 18px;
    box-shadow: 8px 8px 0 var(--violet);
  }
  .interaction-cta h2 { margin: 20px 0 28px; font-size: clamp(2rem, 10vw, 3.25rem); }
  .scroll-coach { right: 10px; bottom: 68px; width: calc(100% - 20px); padding: 20px 17px; }
  .scroll-coach > span { font-size: 3rem; }
  .scroll-coach h2 { font-size: 1.8rem; }

  .whatsapp-float {
    --wa-cutout: var(--violet);
    right: 9px;
    bottom: calc(68px + env(safe-area-inset-bottom));
    width: 48px;
    min-height: 48px;
    padding: 0;
    justify-content: center;
    gap: 0;
  }
  .whatsapp-float span { display: none; }
  .whatsapp-float .whatsapp-icon { width: 23px; height: 23px; }
  .night-mode .whatsapp-float,
  .night-mode.crazy-mode .whatsapp-float { bottom: calc(68px + env(safe-area-inset-bottom)); }
  .night-notice { bottom: 126px; }
  .night-mode.crazy-mode .night-notice { bottom: 126px; }
  .night-zzz {
    z-index: 880;
    right: 12px;
    top: calc(82px + env(safe-area-inset-top));
    padding: 10px 12px 9px;
    align-items: center;
    gap: 5px;
    background: var(--cream);
    color: #16052d;
    border: 1px solid #16052d;
    box-shadow: 6px 6px 0 var(--violet);
    transform: none;
  }
  .night-zzz::after { content: "IL TEAM STA DORMENDO"; margin-left: 7px; font-size: 9px; font-weight: 800; letter-spacing: .09em; white-space: nowrap; }
  .night-zzz i:nth-child(1) { font-size: 2.7rem; }
  .night-zzz i:nth-child(2) { font-size: 1.9rem; transform: translateY(-5px); }
  .night-zzz i:nth-child(3) { font-size: 1.3rem; transform: translateY(-10px); }

  .site-header.scrolled .header-actions { gap: 6px; }
  .mobile-start-cta {
    min-height: 38px;
    padding: 0 11px;
    align-items: center;
    justify-content: center;
    background: var(--violet);
    color: var(--cream);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .site-header.scrolled .mobile-start-cta { display: flex; }
  .phase-hint {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: max-content;
    padding: 6px 8px;
    background: var(--violet);
    color: var(--cream);
    font-size: 8px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: .09em;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -5px);
  }
  .site-header.scrolled .phase-hint { display: block; animation: phase-hint-mobile 14s 1.8s infinite; }
}

@keyframes phase-hint-mobile {
  0%, 8%, 34%, 100% { opacity: 0; transform: translate(-50%, -5px); }
  12%, 28% { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 700px) {
  body:not(.loading) .new-hero-title .hero-line { overflow: visible; }
  .new-hero-title .hero-line { padding-bottom: .2em; margin-bottom: -.08em; }
}

@media (max-width: 360px) {
  .site-header,
  .site-header.scrolled { gap: 6px; padding-inline: 9px; }
  .brand { width: 112px; }
  .brand-full { width: 108px; }
  .site-header.scrolled .brand { width: 46px; }
  .day-night-toggle { width: 42px; height: 42px; }
  .menu-button { width: 44px; height: 44px; }
  .menu-main > nav > a { font-size: clamp(2.65rem, 12.8vw, 3rem); }
  .mobile-start-cta { padding-inline: 9px; }
}

@media (hover: hover) and (max-width: 700px) {
  .menu-main > nav > a:hover > span { color: var(--violet); transform: translateX(12px); }
  .menu-main > nav > a:hover > span::before { transform: scaleX(1) skewX(-5deg); transform-origin: left; }
  .mobile-approach a:hover { padding-inline: 9px; background: var(--cream); color: var(--violet); }
}

@media (hover: none) and (pointer: coarse) {
  .header-cta:hover,
  .footer-mode-choice button:hover,
  .whatsapp-float:hover { transform: none; }
  .portfolio-row:hover,
  .case-row:hover { padding-inline: 0; }
  .service-card:hover::before { transform: scaleY(0); }
  .whatsapp-float:hover { --wa-cutout: var(--violet); }
}

/* Header mode switch, menu compatto e notifiche mobile — revisione finale. */
.header-actions { position: relative; }
.header-actions .crazy-toggle {
  min-height: 38px;
  padding: 0 11px;
  display: inline-flex;
  gap: 7px;
  border: 1px solid currentColor;
  background: transparent;
  white-space: nowrap;
}
.header-actions .crazy-toggle span { display: inline !important; font-size: 9px; }
.header-actions .crazy-toggle i { width: 17px; height: 17px; }
.crazy-mode .header-actions .crazy-toggle { background: var(--cream); color: var(--violet); }

.services-page-link {
  width: fit-content;
  margin-top: 30px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  text-transform: uppercase;
}
.services-page-link b { font-size: 19px; font-weight: 400; }
.mosaic-card { cursor: default; }
.services-mosaic-inverse .mosaic-card:not(.mosaic-main):hover { background: transparent; color: var(--cream); }
.services-mosaic-inverse .mosaic-main:hover { background: var(--cream); color: var(--violet); }

.whatsapp-icon { fill: currentColor; }
.call-float { display: none; }

.crazy-status,
.crazy-mode .crazy-status {
  width: min(calc(100% - 28px), 470px);
  min-height: 82px;
  padding: 12px 48px 13px 13px;
  display: block;
  border-radius: 19px;
  background: rgba(250, 236, 228, .96);
  box-shadow: 0 16px 55px rgba(22, 5, 45, .24), 0 3px 12px rgba(22, 5, 45, .14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translate(-50%, calc(100% + 42px));
  opacity: 0;
  pointer-events: none;
}
.crazy-status.is-visible,
.crazy-mode .crazy-status.is-visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.crazy-status.is-dismissed,
.crazy-mode .crazy-status.is-dismissed { transform: translate(-50%, calc(100% + 42px)); opacity: 0; pointer-events: none; }
.studio-notification-head { display: grid; grid-template-columns: 29px 1fr auto; gap: 9px; align-items: center; }
.studio-notification-head img { width: 29px; height: 29px; padding: 5px; background: var(--violet); }
.studio-notification-head span { font-size: 8px; font-weight: 800; letter-spacing: .075em; line-height: 1.2; text-transform: uppercase; }
.studio-notification-head time { font-size: 8px; opacity: .55; }
.crazy-status p { margin: 7px 0 0 38px; font-size: 12px; line-height: 1.35; }
.crazy-status button { top: 50%; right: 9px; width: 31px; height: 31px; border-radius: 50%; transform: translateY(-50%); }

@media (max-width: 700px) {
  .header-actions { gap: 5px; }
  .header-actions .crazy-toggle {
    min-height: 42px;
    padding: 0 8px;
    display: inline-flex !important;
    border-color: currentColor;
  }
  .header-actions .crazy-toggle span { font-size: 8px; letter-spacing: .075em; }
  .header-actions .crazy-toggle i { width: 15px; height: 15px; }

  .mobile-start-cta {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-height: 35px;
    width: max-content;
    padding-inline: 12px;
    box-shadow: 4px 4px 0 var(--cream);
  }
  .phase-hint {
    top: 50%;
    right: calc(100% + 8px);
    left: auto;
    transform: translateY(-50%);
  }
  .site-header.scrolled .phase-hint { animation-name: phase-hint-mobile-side; }

  .menu-main {
    padding: calc(76px + env(safe-area-inset-top)) 16px calc(10px + env(safe-area-inset-bottom));
    overflow: hidden;
  }
  .menu-main nav { height: 100%; padding-bottom: 0; gap: 0; }
  .menu-main > nav > a { padding: 2px 0; font-size: clamp(2.75rem, 11vw, 3.35rem); line-height: .9; }
  .mobile-groups { margin-top: 7px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 13px; }
  .mobile-approach { margin: 0; padding-top: 8px; min-width: 0; }
  .mobile-approach small { margin-bottom: 5px; font-size: 8px; }
  .mobile-approach a { min-width: 0; padding: 6px 0; gap: 5px; font-size: clamp(.98rem, 4.4vw, 1.18rem); line-height: 1.03; }
  .mobile-approach b { flex: 0 0 auto; font-size: 15px; }

  .call-float,
  .whatsapp-float {
    position: fixed !important;
    z-index: 11000;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    width: 48px;
    min-height: 48px;
    display: grid !important;
    place-items: center;
    padding: 0;
    border: 1px solid var(--cream);
    background: var(--violet);
    color: var(--cream);
    transition: bottom .55s var(--ease), transform .3s;
  }
  .whatsapp-float { right: 9px; }
  .call-float { right: 63px; }
  .call-float svg { width: 20px; height: 20px; fill: currentColor; }
  .whatsapp-float .whatsapp-icon { width: 25px; height: 25px; }
  .crazy-status.is-visible ~ .whatsapp-float,
  .crazy-status.is-visible ~ .call-float { bottom: calc(112px + env(safe-area-inset-bottom)) !important; }

  .crazy-status,
  .crazy-mode .crazy-status {
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: calc(100% - 20px);
    min-height: 88px;
    padding: 11px 43px 12px 11px;
    border-radius: 18px;
  }
  .studio-notification-head { grid-template-columns: 28px 1fr auto; gap: 8px; }
  .studio-notification-head img { width: 28px; height: 28px; }
  .studio-notification-head span { display: block; font-size: 7.5px; }
  .crazy-status p { max-width: none; margin: 7px 0 0 36px; font-size: 11px; }
}

@keyframes phase-hint-mobile-side {
  0%, 8%, 34%, 100% { opacity: 0; transform: translate(5px, -50%); }
  12%, 28% { opacity: 1; transform: translate(0, -50%); }
}

@media (max-width: 360px) {
  .header-actions .crazy-toggle { padding-inline: 7px; }
  .header-actions .crazy-toggle i { display: none; }
  .menu-main > nav > a { font-size: clamp(2.45rem, 12vw, 2.72rem); }
  .mobile-approach a { font-size: .94rem; }
}

/* Menu mobile editoriale: niente griglia a tabella, CTA finale inequivocabile. */
@media (max-width: 700px) {
  .mobile-start-cta {
    position: fixed;
    top: calc(64px + env(safe-area-inset-top));
    right: 12px;
    min-height: 34px;
    padding-inline: 13px;
    border: 1px solid var(--violet);
    box-shadow: none;
  }
  .menu-open .mobile-start-cta { display: none !important; }

  .menu-main nav { display: flex; flex-direction: column; }
  .menu-main > nav > a:not(.mobile-contact-link) { font-size: clamp(2.75rem, 11vw, 3.35rem); }
  .mobile-groups {
    margin-top: 7px;
    display: block;
    border-top: 1px solid rgba(250,236,228,.35);
  }
  .mobile-approach {
    min-width: 0;
    margin: 0;
    padding: 8px 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0 12px;
    border-top: 0;
    border-bottom: 1px solid rgba(250,236,228,.35);
  }
  .mobile-approach small {
    grid-column: 1;
    grid-row: 1 / 5;
    margin: 4px 0 0;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: .12em;
    opacity: .68;
  }
  .mobile-approach a {
    grid-column: 2;
    width: 100%;
    padding: 4px 0;
    border: 0;
    font-size: clamp(1rem, 4.4vw, 1.16rem);
    line-height: 1.05;
  }
  .mobile-approach a + a { border-top: 1px solid rgba(250,236,228,.14); }

  .menu-main .mobile-contact-link {
    width: 100%;
    min-height: 62px;
    margin-top: auto;
    padding: 10px 13px 11px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 2px 15px;
    align-items: center;
    overflow: visible;
    background: var(--cream);
    color: var(--violet);
    transform: none;
  }
  .menu-main .mobile-contact-link small {
    grid-column: 1;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .menu-main .mobile-contact-link > span {
    grid-column: 1;
    padding: 0;
    font: 650 clamp(1.65rem, 7vw, 2.15rem)/1 "Manrope", sans-serif;
    letter-spacing: -.045em;
    color: var(--violet);
    transform: none;
  }
  .menu-main .mobile-contact-link > span::before { display: none; }
  .menu-main .mobile-contact-link > b { grid-column: 2; grid-row: 1 / 3; font-size: 26px; font-weight: 400; }
  .menu-main .mobile-contact-link:active { background: var(--violet); color: var(--cream); outline: 1px solid var(--cream); }
  .menu-main .mobile-contact-link:active > span { color: var(--cream); }
}

@media (max-width: 700px) and (max-height: 620px) {
  .menu-main { padding-top: calc(66px + env(safe-area-inset-top)); padding-bottom: 7px; }
  .menu-main > nav > a:not(.mobile-contact-link) { font-size: clamp(2.1rem, 9.5vw, 2.65rem); }
  .mobile-approach { padding-block: 5px; }
  .mobile-approach a { padding-block: 3px; font-size: .88rem; }
  .menu-main .mobile-contact-link { min-height: 52px; padding-block: 7px; }
  .menu-main .mobile-contact-link > span { font-size: 1.45rem; }
}

/* Correzione tipografica: le maschere GSAP lasciano spazio a accenti e discendenti. */
.hero-line {
  padding-top: .14em;
  padding-bottom: .24em;
  margin-top: -.14em;
  margin-bottom: -.18em;
}
.split-lines .line-wrap {
  padding: .13em .04em .23em;
  margin: -.13em -.04em -.18em;
}
.hero-line > span,
.split-lines .line-inner { padding-inline: .012em; }
.new-hero-title { line-height: .96; }
.hero-title,
.page-title,
.contact-title,
.service-hero h1,
.contact-if-hero h1,
.editorial-page-hero h1,
.portfolio-hero h1,
.legal-hero h1 { line-height: 1; }
.page-preloader-copy span,
.crazy-wow > span { line-height: 1.02; }
.menu-side .menu-location-label { display: block; margin-top: 26px; }
.mobile-menu-meta { display: none; }

@media (max-width: 700px) {
  /* Sul telefono l'icona sole/luna è già esplicita: niente etichetta sotto al logo. */
  .phase-hint,
  .site-header.scrolled .phase-hint { display: none !important; animation: none !important; }

  /* Il cartiglio Crazy non deve mai coprire il titolo della pagina. */
  .crazy-hero-truth,
  .crazy-mode .crazy-hero-truth { display: none !important; }

  .new-hero-title { line-height: 1; }
  .statement-title,
  .editorial-title,
  .cta-title,
  .new-cta a,
  .service-entry h2,
  body[data-page="servizi"].crazy-mode .service-entry h2 { line-height: 1.04; }

  .mobile-menu-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 2px 0;
  }
  .menu-main .mobile-menu-meta a {
    min-width: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 2px;
    overflow: visible;
    font: 500 10px/1.22 "Manrope", sans-serif;
    letter-spacing: 0;
    transform: none;
  }
  .menu-main .mobile-menu-meta a:last-child { flex: 0 0 auto; text-align: right; }
  .mobile-menu-meta small {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    opacity: .62;
  }
  .mobile-menu-meta span { display: block; }
}

@media (max-width: 700px) and (max-height: 620px) {
  .mobile-menu-meta { padding-top: 5px; }
  .menu-main .mobile-menu-meta a { font-size: 8.5px; }
  .mobile-menu-meta small { font-size: 6.5px; }
}

/* Ultimo passaggio UI: tooltip desktop, menu ad alto contrasto e maschere che si aprono davvero. */
.titles-revealed .hero-line,
.split-lines.type-revealed .line-wrap { overflow: visible; }

.mode-gate-panel h2 {
  max-width: none;
  margin: 12px 0 7px;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.mode-gate-purpose { margin: 0; font-size: 14px !important; line-height: 1.4; }
.mode-gate-options { margin-top: 24px; }

@media (min-width: 701px) {
  /* Niente cerchio che rincorre i link: resta soltanto il puntatore minimale. */
  .cursor-ring { display: none; }

  .phase-hint {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    width: max-content;
    padding: 5px 7px;
    display: block;
    background: var(--violet);
    color: var(--cream);
    font-size: 7px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
    transform: translateX(-50%);
    pointer-events: none;
  }
  body[data-page="servizi"] .site-header:not(.scrolled) .phase-hint,
  body.violet-hero .site-header:not(.scrolled) .phase-hint,
  .night-mode .site-header .phase-hint {
    background: var(--cream);
    color: var(--violet);
  }

  .site-header {
    --nav-state-bg: var(--violet);
    --nav-state-color: var(--cream);
  }
  body[data-page="servizi"] .site-header:not(.scrolled),
  body.violet-hero .site-header:not(.scrolled),
  .night-mode .site-header {
    --nav-state-bg: var(--cream);
    --nav-state-color: var(--violet);
  }
  .header-nav > a,
  .nav-dropdown > a {
    z-index: 0;
    padding: 8px 9px;
    isolation: isolate;
    transition: color .3s var(--ease), transform .3s var(--ease);
  }
  .header-nav > a::before,
  .nav-dropdown > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 2px -2px;
    background: var(--nav-state-bg);
    transform: scaleX(0) skewX(-7deg);
    transform-origin: right;
    transition: transform .38s var(--ease);
  }
  .header-nav > a:hover,
  .header-nav > a:focus-visible,
  .header-nav > a[aria-current="page"],
  .nav-dropdown > a:hover,
  .nav-dropdown > a:focus-visible,
  .nav-dropdown > a[aria-current="page"] {
    color: var(--nav-state-color);
    transform: translateY(-1px);
  }
  .header-nav > a:hover::before,
  .header-nav > a:focus-visible::before,
  .header-nav > a[aria-current="page"]::before,
  .nav-dropdown > a:hover::before,
  .nav-dropdown > a:focus-visible::before,
  .nav-dropdown > a[aria-current="page"]::before {
    transform: scaleX(1) skewX(-7deg);
    transform-origin: left;
  }
  .header-nav > a::after,
  .nav-dropdown > a::after { display: none; }
}

@media (max-width: 700px) {
  .mode-gate-panel h2 { margin: 6px 0 4px; font-size: 1.08rem; line-height: 1.15; }
  .mode-gate-purpose { font-size: 11px !important; }
  .mode-gate-options { margin-top: 12px; }
}

/* Ordine dei livelli mobile: header, menu, stato studio e contatti non si sovrappongono. */
.night-mode .night-notice,
.night-mode .night-zzz { display: none; }
.studio-sleeping.night-mode .night-notice { display: block; }
.studio-sleeping .night-zzz { display: flex; }

body.menu-open .crazy-status,
body.menu-open .night-notice,
body.menu-open .night-zzz,
body.menu-open .whatsapp-float,
body.menu-open .call-float,
body.mode-gate-open .crazy-status,
body.mode-gate-open .night-notice,
body.mode-gate-open .night-zzz,
body.mode-gate-open .whatsapp-float,
body.mode-gate-open .call-float {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 700px) {
  .site-header.scrolled .header-actions { gap: 5px; }
  .header-actions .crazy-toggle {
    min-height: 38px;
    padding-inline: 6px;
    gap: 4px;
  }
  .header-actions .crazy-toggle span { font-size: 7.5px; }
  .header-actions .crazy-toggle i,
  .header-actions .crazy-toggle .ui-icon { width: 13px; height: 13px; }
  .day-night-toggle { width: 38px; height: 38px; }

  .mobile-start-cta {
    position: static;
    min-height: 32px;
    padding-inline: 8px;
    border: 1px solid currentColor;
    box-shadow: none;
    font-size: 7.5px;
    letter-spacing: .075em;
  }
  .menu-open .mobile-start-cta { display: none !important; }

  /* Su mobile la notifica oraria sostituisce il secondo pannello notturno. */
  .studio-sleeping.night-mode .night-notice { display: none !important; }
  .studio-sleeping .night-zzz {
    z-index: 902;
    left: 49px;
    right: auto;
    top: calc(10px + env(safe-area-inset-top));
    width: auto;
    padding: 0;
    gap: 2px;
    background: transparent;
    color: var(--cream);
    border: 0;
    box-shadow: none;
    transform: none;
  }
  .studio-sleeping .night-zzz::after {
    content: "";
    display: none;
  }
  .studio-sleeping .night-zzz i:nth-child(1) { font-size: 1.25rem; }
  .studio-sleeping .night-zzz i:nth-child(2) { font-size: .9rem; transform: translateY(-4px); }
  .studio-sleeping .night-zzz i:nth-child(3) { font-size: .65rem; transform: translateY(-7px); }
}

@media (max-width: 360px) {
  .site-header.scrolled .header-actions { gap: 3px; }
  .header-actions .crazy-toggle { padding-inline: 5px; }
  .header-actions .crazy-toggle span { font-size: 7px; }
  .mobile-start-cta { padding-inline: 6px; font-size: 7px; }
  .day-night-toggle { width: 36px; height: 36px; }
  .studio-sleeping .night-zzz::after { display: none; }
}
