:root {
  --black: #050505;
  --white: #ffffff;
  --paper: #f6f6f1;
  --muted: #6a6a61;
  --line: #d8d8cf;
  --line-dark: #282822;
  --yellow: #ffd319;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 84px;
  background: rgba(5, 5, 5, 0.96);
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
}

.brand {
  display: grid;
  grid-template-columns: auto minmax(150px, 260px);
  align-items: center;
  gap: 24px;
  padding: 20px 36px;
  border-right: 1px solid var(--line-dark);
}

.brand strong,
footer strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand span,
footer span,
nav a,
.section-label,
.button,
.audience span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand span {
  line-height: 1.15;
}

nav {
  display: flex;
  align-items: stretch;
}

nav a {
  display: grid;
  place-items: center;
  min-width: 126px;
  padding: 0 18px;
  border-left: 1px solid var(--line-dark);
}

nav a:hover {
  background: var(--yellow);
  color: var(--black);
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(420px, 1.08fr);
  min-height: 720px;
  max-height: none;
  background: var(--black);
  color: var(--white);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(44px, 6vw, 96px);
  background-image:
    linear-gradient(var(--line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 92px 92px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: Impact, "Arial Black", sans-serif;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: none;
}

h1 {
  max-width: 620px;
  font-size: clamp(54px, 5.6vw, 86px);
}

h2 {
  font-size: clamp(46px, 5.5vw, 82px);
}

h3 {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 32px;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero p {
  max-width: 500px;
  margin-top: 28px;
  font-size: clamp(18px, 1.6vw, 22px);
  color: #e7e7df;
}

.typing-line {
  display: block;
  width: min(100%, 640px);
  min-height: 34px;
  margin-top: 26px;
  color: var(--yellow);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 900;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}

.typing-line span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  border-right: 2px solid var(--yellow);
  animation: typing 5.4s steps(32, end) infinite, cursor 760ms step-end infinite;
}

@keyframes typing {
  0%,
  10% {
    max-width: 0;
  }
  54%,
  78% {
    max-width: 100%;
  }
  100% {
    max-width: 0;
  }
}

@keyframes cursor {
  0%,
  100% {
    border-color: transparent;
  }
  50% {
    border-color: var(--yellow);
  }
}

@media (prefers-reduced-motion: reduce) {
  .typing-line span {
    max-width: none;
    border-right: 0;
    animation: none;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 28px;
  background: var(--yellow);
  color: var(--black);
  border: 1px solid var(--yellow);
  transition: transform 180ms ease, background 180ms ease;
}

.button span {
  margin-left: 12px;
  font-size: 16px;
}

.button:hover {
  transform: translateY(-2px);
  background: #ffe05a;
}

.hero-media {
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--line-dark);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% 38%;
  filter: grayscale(18%) contrast(1.08);
}

.audience {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px 28px;
  background: var(--paper);
}

.audience span {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}

.audience span:first-child {
  padding-left: 0;
  font-size: 14px;
  font-weight: 900;
}

.audience span:last-child {
  border-right: 0;
}

.statement,
.what,
.method,
.engagement-fit,
.services {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px;
  border-top: 1px solid var(--line);
}

#cosa-faccio,
#metodo,
#costo,
#servizi,
#contatto {
  scroll-margin-top: 104px;
}

.statement {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
  gap: 92px;
  align-items: start;
}


.section-label {
  margin-bottom: 26px;
  color: var(--muted);
}

.statement-copy,
.section-head > p,
.closing p {
  max-width: 460px;
  font-size: 20px;
}

.engagement-fit .section-head > p,
.services .section-head > p {
  margin-top: 16px;
}

.statement-copy {
  display: grid;
  gap: 22px;
}

.statement-copy p {
  max-width: 460px;
}

.what-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.what-list article {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 42px;
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
}

.what-index {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 56px;
  line-height: 1;
}

.what-list h3 {
  max-width: 760px;
  font-size: clamp(34px, 4vw, 58px);
}

.what-list p {
  max-width: 820px;
  margin-top: 22px;
  font-size: 20px;
}

.what-list ul {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  font-size: 16px;
}

.what-list .fit {
  max-width: 760px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--black);
  font-weight: 700;
}

.section-head {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 72px;
  align-items: start;
  margin-bottom: 70px;
}

.phase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.phase-grid article {
  min-height: 380px;
  padding: 34px 28px 30px 0;
  border-right: 1px solid var(--line);
}

.phase-grid article + article {
  padding-left: 28px;
}

.phase-grid article:last-child {
  border-right: 0;
}

.phase-grid span {
  display: block;
  margin-bottom: 34px;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 34px;
}

.phase-grid p {
  margin: 20px 0 0;
  min-height: 76px;
  color: #24241f;
}

.risk-cost {
  padding: 96px 28px;
  background: var(--black);
  color: var(--white);
}

.risk-cost-inner {
  max-width: calc(var(--max) - 56px);
  margin: 0 auto;
}

.risk-cost .section-label {
  color: var(--yellow);
}

.risk-cost-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.62fr);
  gap: 92px;
  align-items: end;
  margin-bottom: 64px;
}

.risk-cost-head h2 {
  max-width: 820px;
}

.risk-cost-head > p {
  max-width: 520px;
  color: #c7c7c1;
  font-size: 20px;
}

.cost-scenario {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  border: 1px solid var(--line-dark);
}

.cost-formula,
.cost-total {
  min-height: 220px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cost-formula {
  border-right: 1px solid var(--line-dark);
}

.cost-formula span,
.cost-total span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cost-formula strong {
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 62px);
  line-height: 0.95;
  text-transform: uppercase;
}

.cost-total {
  background: var(--yellow);
  color: var(--black);
}

.cost-total strong {
  font-family: var(--display);
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.9;
}

.cost-formula p,
.cost-total p {
  max-width: 420px;
}

.decision-compare {
  margin-top: 32px;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.decision-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
}

.decision-row > div {
  min-height: 92px;
  padding: 24px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  align-items: center;
  color: #c7c7c1;
}

.decision-row > div:first-child {
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
}

.decision-row > div:last-child {
  color: var(--white);
}

.decision-header > div {
  min-height: 68px;
  background: #171714;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-header > div:last-child {
  background: var(--yellow);
  color: var(--black);
}

.cost-takeaway {
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  gap: 32px;
  padding: 36px 0 24px;
  border-bottom: 1px solid var(--line-dark);
}

.cost-takeaway strong {
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.cost-takeaway p {
  max-width: 760px;
  color: #c7c7c1;
}

.cost-note {
  margin-top: 16px;
  color: #8e8e88;
  font-size: 13px;
}

.engagement-fit {
  border-top: 0;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fit-column {
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fit-column h3 {
  margin-bottom: 28px;
  font-size: 30px;
}

.fit-column ul {
  list-style: none;
  padding-left: 0;
}

.fit-column li {
  position: relative;
  padding: 15px 0 15px 34px;
  border-top: 1px solid var(--line);
}

.fit-column li::before {
  position: absolute;
  left: 0;
  font-weight: 900;
}

.fit-yes li::before {
  content: "+";
}

.fit-no {
  background: #ecece6;
}

.fit-no li::before {
  content: "-";
}

ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 820px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card-featured {
  background: var(--black);
  color: var(--white);
  border-top: 8px solid var(--yellow);
  padding-top: 24px;
}

.service-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card-meta span:first-child {
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
}

.service-card-meta span:last-child {
  max-width: 190px;
  text-align: right;
}

.service-card-badge {
  position: absolute;
  top: -16px;
  left: 32px;
  background: var(--yellow);
  color: var(--black);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 16px;
}

.service-card h3 {
  min-height: 96px;
  font-size: clamp(30px, 2.6vw, 42px);
}

.service-descriptor {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.service-build-callout {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--black);
  background: var(--yellow);
  padding: 4px 10px;
}

.service-build-callout--dark {
  background: var(--black);
  color: var(--white);
}

.service-tagline {
  min-height: 108px;
  margin-top: 22px;
  font-size: 18px;
  font-weight: 700;
}

.service-card-section {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.service-card-section > span,
.service-outcome > span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--muted);
}

.service-card-section p {
  color: #282824;
}

.service-card-section ul {
  display: grid;
  gap: 10px;
  color: #282824;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.service-card-section ul li {
  padding-left: 1.1em;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

.service-card-section ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--muted);
}

.service-card-featured .service-card-section ul li::before {
  color: var(--yellow);
}

.service-card-featured .service-card-section {
  border-color: var(--line-dark);
}

.service-card-featured .service-card-section > span,
.service-card-featured .service-outcome > span {
  color: var(--yellow);
}

.service-card-featured .service-card-section p,
.service-card-featured .service-card-section ul {
  color: #e6e6df;
}

.service-outcome {
  margin-top: 28px;
  padding: 24px;
  background: #ecece6;
  border: 1px solid var(--line);
}

.service-outcome strong {
  display: block;
  font-size: 18px;
}

.service-outcome p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.service-outcome ul {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: #282824;
  font-size: 14px;
}

.service-card-featured .service-outcome {
  background: var(--yellow);
  color: var(--black);
  border-color: var(--yellow);
}

.service-card-featured .service-outcome > span,
.service-card-featured .service-outcome p,
.service-card-featured .service-outcome ul {
  color: var(--black);
}

.service-responsibility {
  margin: 28px 0 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.service-responsibility > span {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-responsibility p + p {
  margin-top: 10px;
}

.service-card-featured .service-responsibility {
  border-color: var(--line-dark);
}

.service-card-featured .service-responsibility > span {
  color: var(--yellow);
}

.service-card-featured .service-responsibility p {
  color: #e6e6df;
}

.service-cta {
  min-height: 58px;
  margin-top: auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card-featured .service-cta {
  background: var(--yellow);
  color: var(--black);
  border-color: var(--yellow);
}

.service-cta-secondary {
  display: block;
  margin-top: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--line);
  transition: color 0.2s, border-color 0.2s;
}

.service-cta-secondary:hover {
  color: var(--black);
  border-color: var(--black);
}

.service-card-featured .service-cta-secondary {
  color: #aaa;
  border-color: #444;
}

.service-card-featured .service-cta-secondary:hover {
  color: var(--white);
  border-color: var(--white);
}

/* Card modalità continuativa */
.service-card--continuous {
  border-left: 2px solid var(--line);
}

.service-card-meta .service-mode-badge {
  font-family: var(--body) !important;
  font-size: 10px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 3px 8px;
  line-height: 1.4;
  align-self: center;
}

.service-scope-note {
  max-width: 860px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}

/* ─── CHI SONO ─── */
.about {
  padding: 96px 40px;
  background: var(--white);
}
.about-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  align-items: start;
}
.about-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-copy h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  margin: 0;
}
.about-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--black);
  margin: 0;
}
.about-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #ffffff;
  background: #0A66C2;
  border-radius: 4px;
  padding: 10px 18px;
  width: fit-content;
  transition: background 0.15s;
}
.about-cta:hover {
  background: #004182;
}
.about-media {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 80px;
}
.about-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 4px;
  background: var(--line);
  display: block;
}
.about-media figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
}
.about-media figcaption strong {
  font-size: 16px;
}
.about-media figcaption span {
  color: var(--muted);
}
@media (max-width: 768px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-media {
    position: static;
    order: -1;
  }
  .about-media img {
    aspect-ratio: 4 / 3;
  }
}

/* ─── LANG SWITCH ─── */
.lang-switch {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.15s, transform 0.15s;
  display: flex;
  align-items: center;
}
.lang-switch:hover {
  opacity: 1;
  transform: scale(1.15);
}

/* ─── NAV CTA ─── */
.nav-cta {
  background: var(--yellow) !important;
  color: var(--black) !important;
  font-weight: 900;
}
.nav-cta:hover {
  background: #ffe05a !important;
}

/* ─── HERO CTA GROUP ─── */
.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 28px;
  background: transparent;
  color: #c7c7c1;
  border: 1px solid #444;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.button-ghost:hover {
  border-color: var(--white);
  color: var(--white);
}

/* ─── RISULTATI / CASE STUDY ─── */
.results {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px;
  border-top: 1px solid var(--line);
}

#risultati {
  scroll-margin-top: 104px;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.result-card {
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.result-card-head {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.result-tag {
  display: inline-block;
  padding: 5px 10px;
  background: var(--black);
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.result-card h3 {
  font-size: 28px;
  line-height: 1;
  text-transform: none;
}

.result-card > p {
  font-size: 16px;
  color: #3a3a34;
  line-height: 1.5;
}

.result-outputs {
  margin-top: auto;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.result-outputs > span {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--muted);
}

.result-outputs ul {
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: #282824;
}

/* KPI grid inside result card */
.result-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: auto;
}

.kpi {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  background: var(--paper);
}

.kpi strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: var(--black);
}

.kpi span {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  line-height: 1.3;
}

.result-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
}

.result-card > p {
  font-size: 15px;
  color: #3a3a34;
  line-height: 1.55;
}

/* ─── RESULT CARD FEATURED (ENDI) ─── */
.result-card-featured {
  background: var(--black);
  color: var(--white);
  border-top: 8px solid var(--yellow);
  position: relative;
}

.result-card-badge {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.result-card-featured h3 {
  color: var(--white);
}

.result-card-featured > p {
  color: #d0d0c8;
}

.result-tag-light {
  background: #333 !important;
  color: var(--white) !important;
}

.result-kpis-featured {
  background: #1a1a16;
  border-color: #333;
}

.kpi-featured {
  background: #1a1a16 !important;
}

.kpi-featured strong {
  color: var(--yellow) !important;
}

.kpi-featured span {
  color: #8e8e88 !important;
}

.result-note-featured {
  color: #666 !important;
}

/* ─── BUILDS FOR CLIENTS ─── */
.builds-for-clients {
  padding: 40px 48px;
  border: 1px solid var(--line);
  background: var(--white);
}

.builds-for-clients .section-label {
  margin-bottom: 24px;
}

.builds-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.builds-client-item strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
}

.builds-client-item p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.builds-meta-note {
  margin-top: 24px;
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

/* ─── COSA COSTRUISCO ─── */
.builds {
  padding: 100px 40px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.builds-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 60px;
}

.builds-project {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  padding: 48px;
  border: 1px solid var(--line);
  background: var(--white);
  align-items: center;
}

.builds-project-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.builds-project-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.builds-project-meta span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.builds-project-meta strong {
  font-family: Impact, 'Arial Narrow', Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  text-transform: uppercase;
}

.builds-project-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #282824;
  max-width: 520px;
}

.builds-project-caption {
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  margin-top: 4px;
}

.builds-project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.builds-project-tags li {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.builds-carousel {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.builds-carousel-track {
  position: relative;
  width: 240px;
  height: 480px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.15);
  background: #000;
}

.builds-carousel-track img {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.builds-carousel-track img.active {
  opacity: 1;
}

.builds-carousel-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.carousel-btn {
  background: none;
  border: 1px solid var(--line);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  transition: background 0.2s;
}

.carousel-btn:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.carousel-dots {
  display: flex;
  gap: 6px;
}

.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.carousel-dot.active {
  background: var(--black);
}

/* ─── BAD CANVAS STRATEGY PROOF ─── */
.builds-strategy-proof {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.builds-strategy-label {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.strategy-proof-tag {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
  padding: 6px 14px;
  white-space: nowrap;
  margin-top: 2px;
}

.builds-strategy-label p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 600px;
  margin: 0;
}

.builds-strategy-board {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fdfcf5;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.builds-strategy-board img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  object-fit: cover;
  object-position: top;
}

/* Broken / missing image fallback */
.builds-strategy-board img[src="assets/forgev-bad-canvas.png"]:not([complete]) {
  display: none;
}
.builds-strategy-board img:not([src]),
.builds-strategy-board img[src=""] {
  display: none;
}

.builds-strategy-board-placeholder {
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 32px;
  gap: 24px;
}

.strategy-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sp-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fffbe6;
  border: 1px solid #e8e0a0;
  border-radius: 6px;
  padding: 16px;
}

.sp-col--orange {
  background: #fff3e0;
  border-color: #f5c080;
}

.sp-col strong {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 4px;
}

.sp-col span {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}

.sp-note {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin: 0;
}

.sp-note code {
  font-family: monospace;
  background: var(--line);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 10px;
}

.strategy-board-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background: linear-gradient(to top, rgba(5,5,5,0.65) 0%, transparent 100%);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ─── TESTIMONIANZE ─── */
.testimonials {
  background: var(--black);
  color: var(--white);
  border-top: 1px solid var(--line-dark);
}

.testimonials-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px;
}

.testimonials .section-head {
  margin-bottom: 56px;
}

.testimonials .section-label {
  color: var(--yellow);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.testimonial-card {
  margin: 0;
  padding: 40px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.testimonial-card p {
  font-size: 20px;
  line-height: 1.5;
  color: #e2e2d9;
  font-style: italic;
}

.testimonial-card footer {
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.testimonial-card footer strong {
  display: block;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
}

.testimonial-card footer span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--yellow);
}

/* ─── FAQ ─── */
.faq {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 28px;
  border-top: 1px solid var(--line);
}

#faq {
  scroll-margin-top: 104px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: var(--muted);
  transition: transform 200ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  max-width: 820px;
  padding-bottom: 28px;
  font-size: 18px;
  line-height: 1.55;
  color: #3a3a34;
}

/* ─── CLOSING ─── */
.closing {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 80px;
  align-items: center;
  padding: 92px max(28px, calc((100vw - var(--max)) / 2 + 28px));
  background: var(--black);
  color: var(--white);
  border-top: 1px solid var(--line-dark);
  background-image:
    linear-gradient(var(--line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 92px 92px;
}

.closing p {
  color: #e2e2d9;
  margin-top: 20px;
}

.closing-cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  background: transparent;
  color: var(--white);
  border: 1px solid #555;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: border-color 180ms ease;
}

.button-outline:hover {
  border-color: var(--white);
}

.closing .button {
  margin-top: 0;
}

.closing-details {
  display: grid;
  gap: 0;
  border: 1px solid var(--line-dark);
}

.closing-detail-item {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.closing-detail-item:last-child {
  border-bottom: 0;
}

.closing-detail-item strong {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 36px;
  line-height: 1;
  color: var(--yellow);
}

.closing-detail-item span {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #8e8e88;
}

/* ─── FOOTER ─── */
footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  min-height: 88px;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2 + 28px));
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  gap: 24px;
}

footer a,
.footer-links a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .site-header,
  .brand,
  nav,
  .hero,
  .statement,
  .section-head,
  .closing,
  .result-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    display: block;
  }

  .brand {
    grid-template-columns: auto minmax(0, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  nav a {
    min-width: 0;
    min-height: 54px;
    border-top: 0;
  }

  .hero {
    min-height: auto;
    max-height: none;
  }

  .hero-copy {
    min-height: 68vh;
    padding: 72px 28px;
  }

  .hero-media {
    height: clamp(340px, 48vh, 520px);
    border-left: 0;
    border-top: 1px solid var(--line-dark);
  }

  .hero-media img {
    object-position: 50% 16%;
  }

  .audience,
  .phase-grid,
  .service-cards {
    grid-template-columns: 1fr;
  }

  .audience span,
  .phase-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audience span,
  .audience span:first-child,
  .phase-grid article,
  .phase-grid article + article {
    padding-left: 0;
  }

  .statement,
  .what,
  .method,
  .engagement-fit,
  .services {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .service-card {
    min-height: auto;
  }

  .service-card h3,
  .service-tagline {
    min-height: 0;
  }

  .what-list article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .what-index {
    font-size: 40px;
  }

  .risk-cost {
    padding: 72px 20px;
  }

  .risk-cost-head,
  .cost-scenario,
  .cost-takeaway,
  .fit-grid,
  .closing-details {
    grid-template-columns: 1fr;
  }

  .closing-details {
    border: 0;
    gap: 1px;
    background: var(--line-dark);
  }

  .closing-detail-item {
    background: var(--black);
  }

  .result-card {
    border-right: 0;
    border-left: 1px solid var(--line);
  }

  .testimonials-inner {
    padding: 72px 28px;
  }

  .testimonial-card {
    padding: 32px 28px;
  }

  .faq-item summary {
    font-size: 17px;
  }

  .faq-item p {
    font-size: 16px;
  }

  .risk-cost-head {
    gap: 28px;
    margin-bottom: 44px;
  }

  .cost-formula {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .decision-compare {
    overflow-x: auto;
  }

  .decision-row {
    min-width: 760px;
  }

  .cost-takeaway {
    gap: 18px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 620px) {
  .brand {
    gap: 14px;
    padding: 18px;
  }

  .brand strong,
  footer strong {
    font-size: 20px;
  }

  .brand span {
    font-size: 10px;
  }

  nav {
    grid-template-columns: repeat(2, 1fr);
  }

  h1 {
    font-size: clamp(48px, 13vw, 64px);
  }

  h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-copy,
  .statement,
  .what,
  .method,
  .engagement-fit,
  .services,
  .closing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-media {
    height: clamp(300px, 92vw, 370px);
  }

  .hero-media img {
    object-position: 52% 36%;
  }

  .typing-line {
    max-width: 100%;
    min-height: auto;
    white-space: normal;
    line-height: 1.25;
  }

  .typing-line span {
    max-width: none;
    white-space: normal;
    border-right: 0;
    animation: none;
  }

  .service-card {
    padding: 26px 22px;
  }

  .service-card h3 {
    font-size: 32px;
  }

  .service-tagline {
    font-size: 17px;
  }
}
