/* ============================================================
   NIKOLAIS — Premium Restyle
   Direzione: cinematografica / editoriale
   Type: Anton (display) · Cormorant Garamond (serif) · Inter (body)
   ============================================================ */

:root {
  --bg: #0b0a09;
  --bg-2: #141210;
  --surface: #191612;
  --ink: #f4f1ea;
  --muted: #a39d92;
  --gold: #c6a15b;
  --gold-2: #eed09a;
  --cta: #d95d1e;
  --cta-hover: #b94d16;
  --line: rgba(244, 241, 234, 0.12);
  --header-h: 96px;
  --ease: cubic-bezier(0.22, 0.61, 0.21, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--gold); color: #141210; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Grana filmica sopra tutto il sito */
.grain {
  position: fixed; inset: -50%;
  width: 200%; height: 200%;
  pointer-events: none;
  z-index: 200;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 8s steps(10) infinite;
}
@keyframes grain {
  0%,100% { transform: translate(0,0); }
  20% { transform: translate(-3%,2%); }
  40% { transform: translate(2%,-3%); }
  60% { transform: translate(-2%,-2%); }
  80% { transform: translate(3%,3%); }
}

/* ---------- Utility ---------- */
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }

.label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.label::before { content: ""; width: 34px; height: 1px; background: var(--gold); }

.display {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.01em;
}
.serif { font-family: "Cormorant Garamond", serif; }
em.gold { font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 500; color: var(--gold-2); text-transform: none; letter-spacing: 0; }

/* Reveal on scroll */
[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
[data-reveal].visible { opacity: 1; transform: translateY(0); }

/* ---------- HEADER ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.4s var(--ease), backdrop-filter 0.4s, box-shadow 0.4s;
}
.site-header.scrolled {
  background: rgba(11, 10, 9, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.header-inner {
  max-width: 1560px; margin: 0 auto;
  height: var(--header-h);
  padding: 0 clamp(20px, 3.5vw, 56px);
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.logo img { height: 74px; width: auto; transition: transform 0.3s var(--ease); }
.logo:hover img { transform: scale(1.04); }

.main-nav { display: flex; align-items: center; gap: 42px; }
.main-nav > a {
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink);
  position: relative;
  padding: 6px 0;
}
.main-nav > a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.main-nav > a.active { color: var(--gold-2); }

.header-social { display: flex; align-items: center; gap: 20px; }
.header-social a { display: inline-flex; opacity: 0.85; transition: opacity 0.2s, transform 0.25s var(--ease); }
.header-social a:hover { opacity: 1; transform: translateY(-2px); }
.header-social svg { width: 20px; height: 20px; fill: var(--ink); }
.header-social-mobile { display: none; }

.nav-toggle {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; position: relative; z-index: 120;
}
.nav-toggle span {
  display: block; width: 28px; height: 2px; background: var(--ink);
  margin: 7px auto; transition: transform 0.35s var(--ease), opacity 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: -12% 0;
  background: url("../assets/img/hero.jpg") 72% 20% / cover no-repeat;
  will-change: transform;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  /* velo solo sul lato del testo: la fotografia resta intatta a destra */
  background:
    linear-gradient(90deg,
      rgba(11,10,9,0.94) 0%,
      rgba(11,10,9,0.72) 30%,
      rgba(11,10,9,0.28) 52%,
      rgba(11,10,9,0) 68%),
    linear-gradient(180deg,
      rgba(11,10,9,0.45) 0%,
      rgba(11,10,9,0.08) 35%,
      rgba(11,10,9,0.35) 68%,
      var(--bg) 100%);
  z-index: 1;
}
.hero-content {
  position: relative; z-index: 2;
  padding-bottom: clamp(48px, 7vh, 96px);
}
.hero-kicker {
  display: flex; align-items: center; gap: 18px;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 26px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.75);
  animation: fadeUp 1s var(--ease) 0.2s both;
}
.hero-kicker::before { content: ""; width: 44px; height: 1px; background: var(--gold); }

.hero-title { font-size: clamp(52px, 9.2vw, 148px); text-shadow: 0 3px 30px rgba(0,0,0,0.45); }
.hero-title .row { display: block; overflow: hidden; }
.hero-title .row > span {
  display: inline-block;
  transform: translateY(112%);
  animation: rise 1.1s var(--ease) forwards;
}
.hero-title .row:nth-child(1) > span { animation-delay: 0.35s; }
.hero-title .row:nth-child(2) > span { animation-delay: 0.5s; }
.hero-title .row:nth-child(3) > span { animation-delay: 0.65s; }

.hero-sub {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 24px 48px;
  margin-top: 34px;
  animation: fadeUp 1s var(--ease) 0.9s both;
}
.hero-claim {
  max-width: 460px;
  font-size: 17px; line-height: 1.7;
  color: rgba(244,241,234,0.88);
}
.hero-cta-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.scroll-hint {
  position: absolute; right: clamp(20px, 3.5vw, 56px); bottom: 40px;
  z-index: 2;
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--muted);
  writing-mode: vertical-rl;
  display: flex; align-items: center; gap: 12px;
  animation: fadeUp 1s var(--ease) 1.2s both;
}
.scroll-hint::after {
  content: ""; width: 1px; height: 56px; background: var(--gold);
  animation: scrollLine 2.2s var(--ease) infinite;
}

@keyframes rise { to { transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- BOTTONI ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: "Inter", sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 20px 38px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s var(--ease);
}
.btn .arrow { transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translateX(6px); }
.btn-solid { background: var(--cta); color: #fff; }
.btn-solid:hover { background: var(--cta-hover); transform: translateY(-2px); }
.btn-ghost { border-color: rgba(244,241,234,0.35); color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-2); transform: translateY(-2px); }

/* ---------- MARQUEE ---------- */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  padding: 26px 0;
  background: var(--bg);
}
.marquee-track {
  display: flex; width: max-content;
  animation: marquee 32s linear infinite;
}
.marquee-track span {
  font-family: "Anton", sans-serif;
  font-size: clamp(20px, 2.6vw, 34px);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(244,241,234,0.9);
  padding: 0 34px;
  white-space: nowrap;
}
.marquee-track span i { font-style: normal; color: var(--gold); padding-right: 68px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- SEZIONI ---------- */
.section { padding: clamp(90px, 12vw, 160px) 0; }
.section-head { display: flex; flex-direction: column; gap: 22px; margin-bottom: clamp(48px, 6vw, 80px); }
.section-title { font-size: clamp(40px, 5.6vw, 84px); }

/* ---------- MANIFESTO ---------- */
.manifesto-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.manifesto-text .lead {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 40px;
}
.manifesto-text .lead em { color: var(--gold-2); font-style: italic; }
.manifesto-text p {
  color: var(--muted);
  font-size: 17px; line-height: 1.85;
  margin-bottom: 26px;
  max-width: 56ch;
}
.manifesto-text p strong { color: var(--ink); font-weight: 600; }
.manifesto-media { position: relative; }
.manifesto-media img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
}
.manifesto-media::after {
  content: ""; position: absolute; inset: 0;
  border: 1px solid var(--line);
  transform: translate(18px, 18px);
  pointer-events: none;
}
.manifesto-media .caption {
  position: absolute; left: 0; bottom: -14px;
  transform: translateY(100%);
  font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted);
}

/* ---------- NUMERI ---------- */
.numbers {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}
.numbers-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.number-item {
  padding: clamp(44px, 5vw, 72px) clamp(20px, 3vw, 44px);
  border-left: 1px solid var(--line);
}
.number-item:first-child { border-left: 0; }
.number-item .value {
  font-family: "Anton", sans-serif;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1;
  color: var(--ink);
}
.number-item .value i { font-style: normal; color: var(--gold); }
.number-item .desc {
  margin-top: 16px;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
  line-height: 1.7;
}

/* ---------- SERVIZI ---------- */
.services { display: flex; flex-direction: column; }
.service-row {
  display: grid;
  grid-template-columns: 90px 1fr 1.1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 56px);
  padding: clamp(34px, 4.5vw, 54px) 0;
  border-top: 1px solid var(--line);
  transition: padding-left 0.4s var(--ease);
}
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row:hover { padding-left: clamp(10px, 1.5vw, 24px); }
.service-row .idx {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--gold);
}
.service-row h3 {
  font-family: "Anton", sans-serif;
  font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: color 0.3s;
}
.service-row:hover h3 { color: var(--gold-2); }
.service-row p { color: var(--muted); font-size: 15.5px; line-height: 1.75; max-width: 48ch; }
.service-row .go {
  width: 58px; height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s, border-color 0.3s, transform 0.35s var(--ease);
  flex-shrink: 0;
}
.service-row:hover .go { background: var(--gold); border-color: var(--gold); transform: rotate(-45deg); }
.service-row .go svg { width: 20px; height: 20px; stroke: var(--ink); transition: stroke 0.3s; }
.service-row:hover .go svg { stroke: #141210; }

/* ---------- COLLABORAZIONI ---------- */
.collab-strip {
  border-top: 1px solid var(--line);
  padding: clamp(56px, 7vw, 90px) 0;
  text-align: center;
}
.collab-strip .names {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 20px 56px;
  margin-top: 36px;
}
.collab-strip .names span {
  font-family: "Anton", sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(244,241,234,0.42);
  transition: color 0.3s;
}
.collab-strip .names span:hover { color: var(--gold-2); }
.award-badge {
  margin-top: 44px;
  display: inline-flex; align-items: center; gap: 16px;
  border: 1px solid rgba(198,161,91,0.45);
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-2);
}
.award-badge svg { width: 18px; height: 18px; stroke: var(--gold); flex-shrink: 0; }

/* ---------- MEDIA KIT BAND ---------- */
.kit-band {
  position: relative;
  background: var(--surface);
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.kit-band .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
  padding-top: clamp(70px, 9vw, 120px);
  padding-bottom: clamp(70px, 9vw, 120px);
}
.kit-band h2 { font-size: clamp(34px, 4.6vw, 68px); max-width: 14ch; }
.kit-band h2 em { color: var(--gold-2); }
.kit-band p { color: var(--muted); max-width: 44ch; margin-top: 20px; font-size: 16.5px; line-height: 1.75; }
.kit-ghost {
  position: absolute; right: -2%; bottom: -24%;
  font-family: "Anton", sans-serif;
  font-size: clamp(160px, 24vw, 340px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(198,161,91,0.16);
  text-transform: uppercase;
  pointer-events: none;
  line-height: 1;
}

/* ---------- CTA FINALE ---------- */
.cta-final { text-align: center; position: relative; }
.cta-final .section-title { font-size: clamp(44px, 7vw, 110px); }
.cta-final p { color: var(--muted); margin: 26px auto 44px; max-width: 52ch; font-size: 17px; line-height: 1.8; }

/* ---------- FOOTER ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: #080706;
  padding: clamp(70px, 9vw, 110px) 0 40px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  margin-bottom: clamp(60px, 8vw, 100px);
}
.footer-word {
  font-family: "Anton", sans-serif;
  font-size: clamp(64px, 10vw, 150px);
  text-transform: uppercase;
  line-height: 0.95;
  color: var(--ink);
}
.footer-word i { font-style: normal; color: var(--gold); }
.footer-tag {
  margin-top: 18px;
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--muted);
}
.footer-cols { display: flex; gap: clamp(40px, 6vw, 90px); justify-content: flex-end; flex-wrap: wrap; }
.footer-col h4 {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.footer-col p, .footer-col a { font-size: 15.5px; color: rgba(244,241,234,0.85); line-height: 2.1; display: block; }
.footer-col a { position: relative; width: fit-content; }
.footer-col a::after {
  content: ""; position: absolute; left: 0; bottom: 2px;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.3s var(--ease);
}
.footer-col a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer-col .socials { display: flex; gap: 16px; }
.footer-col .socials a {
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.footer-col .socials a:hover { border-color: var(--gold); transform: translateY(-3px); }
.footer-col .socials a::after { display: none; }
.footer-col .socials svg { width: 18px; height: 18px; fill: var(--ink); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: var(--muted);
}

/* ---------- PAGINA PORTFOLIO ---------- */
.page-hero {
  padding: calc(var(--header-h) + clamp(60px, 9vw, 120px)) 0 clamp(50px, 6vw, 80px);
}
.page-hero .section-title { font-size: clamp(44px, 7vw, 104px); }
.page-hero .intro { color: var(--muted); max-width: 52ch; margin-top: 24px; font-size: 17px; line-height: 1.8; }

.featured-video { position: relative; }
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border: 1px solid var(--line);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-caption {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 22px 2px 0;
  font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted);
}
.video-caption strong { color: var(--ink); font-weight: 600; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.5vw, 32px);
}
.video-card { display: block; }
.video-card .thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.video-card .thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease), filter 0.4s;
}
.video-card:hover .thumb img { transform: scale(1.06); }
.video-card .thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8,7,6,0.75) 100%);
  opacity: 0.85; transition: opacity 0.4s;
}
.video-card:hover .thumb::after { opacity: 1; }
.video-card .play {
  position: absolute; z-index: 2;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(11,10,9,0.55);
  border: 1px solid rgba(244,241,234,0.4);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s var(--ease), background 0.3s;
}
.video-card:hover .play { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.video-card .play svg { width: 20px; height: 20px; fill: var(--gold-2); margin-left: 3px; }
.video-card h3 {
  margin-top: 18px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 1.5vw, 21px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: color 0.3s;
}
.video-card:hover h3 { color: var(--gold-2); }
.video-card .meta { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

/* ---------- SEZIONE SOCIAL / INSTAGRAM ---------- */
.social-band {
  border-top: 1px solid var(--line);
  background: var(--bg-2);
}
.social-band .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
}
.social-band h2 { font-size: clamp(30px, 4vw, 56px); }
.social-band p { color: var(--muted); margin-top: 14px; max-width: 46ch; font-size: 16px; line-height: 1.75; }

/* ---------- PAGINA CONTATTI ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
  padding: calc(var(--header-h) + clamp(56px, 8vw, 110px)) 0 clamp(90px, 11vw, 150px);
}
.contact-side .section-title { font-size: clamp(44px, 5.6vw, 88px); }
.contact-side .intro { color: var(--muted); margin-top: 26px; font-size: 17px; line-height: 1.85; max-width: 46ch; }
.contact-facts { margin-top: 48px; display: flex; flex-direction: column; }
.contact-facts .fact {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.contact-facts .fact:last-child { border-bottom: 1px solid var(--line); }
.contact-facts .k { font-size: 12px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); }
.contact-facts .v { font-size: 15.5px; color: var(--ink); text-align: right; }
.contact-facts .v a:hover { color: var(--gold-2); }

.contact-form { display: flex; flex-direction: column; gap: 34px; }
.form-row { position: relative; }
.form-row label {
  display: block;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  transition: color 0.3s;
}
.form-row input,
.form-row textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(244,241,234,0.28);
  padding: 10px 2px 16px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: var(--ink);
  transition: border-color 0.3s;
  border-radius: 0;
}
.form-row input::placeholder, .form-row textarea::placeholder { color: rgba(163,157,146,0.55); }
.form-row input:focus, .form-row textarea:focus { outline: none; border-color: var(--gold); }
.form-row:focus-within label { color: var(--gold-2); }
.form-row textarea { min-height: 120px; resize: vertical; }
.form-privacy { font-size: 13px; color: var(--muted); line-height: 1.7; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.form-alert {
  display: none;
  border: 1px solid var(--cta);
  border-left-width: 4px;
  padding: 16px 20px;
  font-size: 14.5px;
  color: var(--ink);
  background: rgba(217, 93, 30, 0.08);
}
.form-alert.visible { display: block; }
.form-alert a { color: var(--gold-2); text-decoration: underline; }

/* ---------- PAGINE MESSAGGIO (grazie / 404) ---------- */
.message-page {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: calc(var(--header-h) + 40px) 24px 80px;
}
.message-page .section-title { font-size: clamp(40px, 6vw, 84px); margin-bottom: 24px; }
.message-page p { color: var(--muted); max-width: 54ch; margin-bottom: 44px; font-size: 17px; line-height: 1.8; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-media { max-width: 480px; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .number-item:nth-child(3) { border-left: 0; }
  .number-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .service-row { grid-template-columns: 60px 1fr auto; }
  .service-row p { grid-column: 2 / 3; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-cols { justify-content: flex-start; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .logo img { height: 54px; }
  .nav-toggle { display: block; }
  .header-social { display: none; }
  .main-nav {
    position: fixed; inset: 0;
    background: rgba(8, 7, 6, 0.97);
    backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    transform: translateY(-100%);
    transition: transform 0.45s var(--ease);
    z-index: 110;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav > a {
    font-family: "Anton", sans-serif;
    font-size: clamp(38px, 9vw, 56px);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .main-nav .header-social-mobile { display: flex; gap: 22px; margin-top: 34px; }
  .main-nav .header-social-mobile svg { width: 24px; height: 24px; fill: var(--ink); }
  .hero-title { font-size: clamp(44px, 13vw, 72px); }
  .hero-sub { flex-direction: column; align-items: flex-start; }
  .scroll-hint { display: none; }
  .video-grid { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr auto; }
  .service-row .idx { display: none; }
  .service-row p { grid-column: 1 / -1; }
  .numbers-grid { grid-template-columns: 1fr; }
  .number-item { border-left: 0; border-top: 1px solid var(--line); }
  .number-item:first-child { border-top: 0; }
  .kit-ghost { display: none; }
  .footer-word { font-size: clamp(52px, 15vw, 90px); }
}

/* Rispetta le preferenze di movimento ridotto */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-title .row > span { transform: none; animation: none; }
}

/* ---------- HERO MOBILE: velo rafforzato dietro il testo ---------- */
@media (max-width: 860px) {
  .hero-bg { background-position: 40% 15%; }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(11,10,9,0.55) 0%, rgba(11,10,9,0) 60%),
      linear-gradient(180deg,
        rgba(11,10,9,0.40) 0%,
        rgba(11,10,9,0.10) 30%,
        rgba(11,10,9,0.72) 62%,
        var(--bg) 92%);
  }
}

/* ---------- PAGE HERO CON IMMAGINE (pagine servizio) ---------- */
.page-hero--media { position: relative; overflow: hidden; }
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  z-index: 0;
}
.page-hero--media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,10,9,0.35) 0%, rgba(11,10,9,0.55) 55%, var(--bg) 100%);
  z-index: 0;
}
.page-hero--media .wrap { position: relative; z-index: 1; }

/* ---------- STEP / FORMATI (pagine servizio) ---------- */
.step-list { display: flex; flex-direction: column; }
.step-row {
  display: grid;
  grid-template-columns: 90px 1fr 1.2fr;
  gap: clamp(20px, 4vw, 56px);
  padding: clamp(30px, 4vw, 46px) 0;
  border-top: 1px solid var(--line);
  align-items: baseline;
}
.step-row:last-child { border-bottom: 1px solid var(--line); }
.step-row .idx {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--gold);
}
.step-row h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 34px);
  text-transform: uppercase;
}
.step-row p { color: var(--muted); font-size: 15.5px; line-height: 1.8; max-width: 56ch; }

/* ---------- COOKIE BANNER ---------- */
.cookie-banner {
  position: fixed;
  left: clamp(16px, 3vw, 40px);
  bottom: clamp(16px, 3vw, 40px);
  z-index: 300;
  max-width: 460px;
  background: rgba(20, 18, 16, 0.97);
  border: 1px solid rgba(198,161,91,0.35);
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.55);
  transform: translateY(calc(100% + 60px));
  transition: transform 0.5s var(--ease);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner .cookie-text { font-size: 14px; line-height: 1.7; color: var(--muted); }
.cookie-banner .cookie-text strong { color: var(--ink); }
.cookie-banner .cookie-text a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner .cookie-actions { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.btn-sm { padding: 13px 24px; font-size: 12px; }

/* ---------- PAGINA PRIVACY (testo lungo) ---------- */
.prose { max-width: 820px; }
.prose h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 56px 0 18px;
  color: var(--ink);
}
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); font-size: 16px; line-height: 1.9; }
.prose p { margin-bottom: 16px; }
.prose ul { margin: 0 0 16px 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--gold-2); text-decoration: underline; text-underline-offset: 3px; }
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 14.5px;
}
.prose th, .prose td {
  text-align: left;
  padding: 12px 14px;
  border: 1px solid var(--line);
  color: var(--muted);
  vertical-align: top;
}
.prose th { color: var(--gold-2); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }

/* ---------- AREA RISERVATA (admin) ---------- */
.admin-body { min-height: 100vh; display: flex; flex-direction: column; }
.admin-main { flex: 1; padding: calc(var(--header-h) + 40px) 0 80px; }
.admin-login {
  max-width: 420px;
  margin: 60px auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 40px;
}
.admin-login h1 { font-size: 26px; margin-bottom: 8px; }
.admin-login .sub { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.admin-login input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(244,241,234,0.28);
  padding: 10px 2px 14px;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 28px;
}
.admin-login input:focus { outline: none; border-color: var(--gold); }
.admin-error { color: #e8845d; font-size: 14px; margin-bottom: 18px; }
.admin-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; margin-bottom: 34px;
}
.admin-head h1 { font-size: clamp(26px, 3.4vw, 40px); }
.admin-head .count { color: var(--muted); font-size: 14px; margin-top: 6px; }
.admin-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.admin-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 760px; }
.admin-table th, .admin-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.admin-table th {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  background: rgba(198,161,91,0.06);
}
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table td { color: rgba(244,241,234,0.88); }
.admin-table .muted { color: var(--muted); }
.admin-table a { color: var(--gold-2); }
.admin-table details summary { cursor: pointer; color: var(--muted); }
.admin-table details[open] summary { margin-bottom: 8px; }
.admin-table .msg { white-space: pre-wrap; color: rgba(244,241,234,0.85); max-width: 420px; }
.admin-del {
  background: none; border: 1px solid var(--line); border-radius: 6px;
  color: var(--muted); font-size: 12px; padding: 6px 12px; cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.admin-del:hover { border-color: var(--cta); color: #e8845d; }
.admin-empty { text-align: center; color: var(--muted); padding: 80px 20px; }

/* ---------- FOOTER BOTTOM LINKS ---------- */
.footer-bottom a { color: inherit; border-bottom: 1px solid transparent; transition: color 0.25s; }
.footer-bottom a:hover { color: var(--gold-2); }

@media (max-width: 860px) {
  .step-row { grid-template-columns: 1fr; gap: 10px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; padding: 22px; }
  .admin-login { margin: 30px auto; padding: 28px 22px; }
}
