:root {
  --black: #000;
  --header: #1b1b1b;
  --panel: #1d1d1d;
  --box: #303030;
  --cover: #646464;
  --line: #383838;
  --text: #f4eff4;
  --muted: #aaa3ad;
  --quiet: #6d6670;
  --magenta: #ed00d4;
  --magenta-deep: #790065;
  --violet: #731cff;
  --max: 1440px;
  font-family: Montserrat, Avenir Next, Avenir, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  padding: 16px clamp(24px, 5vw, 70px);
  background: rgba(25, 25, 25, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand img {
  width: clamp(190px, 18vw, 310px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.45vw, 26px);
  color: var(--quiet);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.site-nav a,
.nav-link {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  color: var(--magenta);
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 14px 0;
}

.has-dropdown .nav-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 60;
  display: grid;
  min-width: 270px;
  padding: 12px;
  background: rgba(18, 18, 18, 0.98);
  border: 1px solid rgba(237, 0, 212, 0.25);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown,
.has-dropdown.is-hovered .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #c9c1cc;
  font-size: 0.68rem;
  line-height: 1.25;
  white-space: normal;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible,
.nav-dropdown a.active {
  background: rgba(237, 0, 212, 0.12);
  color: var(--magenta);
}

.social-link {
  color: var(--magenta);
  font-weight: 800;
  text-transform: none;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--quiet);
  font-size: 0.72rem;
  font-weight: 700;
}

.lang-switch a {
  padding: 0;
  color: inherit;
  font: inherit;
}

.lang-switch a.active,
.lang-switch a:hover,
.lang-switch a:focus-visible {
  color: var(--magenta);
}

.lang-switch span {
  color: #4f4f4f;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #202020;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--magenta);
}

.cover {
  position: relative;
  min-height: calc(100vh - 94px);
  min-height: calc(100svh - 94px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 70px 24px;
  overflow: hidden;
  isolation: isolate;
  background: var(--cover);
  text-align: center;
  text-transform: uppercase;
}

.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.cover-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.cover-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.cover p {
  margin: 0;
  color: var(--magenta);
  width: 80%;
  font-size: clamp(20px, 3.6vw, 40px);
  font-weight: 400;
  text-align: center;
  padding-left: 25%;
}

.cover h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 3.6vw, 40px);
  line-height: 1;
  text-align: center;
  padding-left: 5%;
  font-weight: 300;
}
.ig-icon {
  width: 30px;
  height: auto;
  display: block;
}
.wsp-icon {
  width: 30px;
  height: auto;
  display: block;
}
.section {
  width: min(var(--max), calc(100% - clamp(36px, 10vw, 170px)));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 150px) 0;
}

.section-heading {
  margin-bottom: clamp(42px, 5vw, 74px);
}

.section-heading.centered {
  text-align: center;
}

h2 {
  margin: 0;
  color: var(--magenta);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  margin: 18px 0 10px;
  color: var(--magenta);
  font-size: clamp(1.14rem, 1.55vw, 1.6rem);
  line-height: 1.18;
  text-transform: uppercase;
}

p {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.services {
  padding-top: clamp(74px, 8vw, 128px);
}

.service-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: clamp(18px, 4vw, 62px);
}

.service-buttons a,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 18px 22px;
  border: 0;
  border-radius: 14px;
  background: var(--magenta-deep);
  color: white;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.16;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.service-buttons a:hover,
.contact-form button:hover {
  transform: translateY(-2px);
  background: #93007d;
  box-shadow: 0 12px 32px rgba(237, 0, 212, 0.18);
}

.section-heading p {
  max-width: 860px;
  margin: 18px auto 0;
  color: #c4bec7;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
}

.intro-section p + p {
  margin-top: 16px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(237, 0, 212, 0.45);
  background: rgba(237, 0, 212, 0.16);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--magenta);
  background: rgba(237, 0, 212, 0.32);
}

.content-card {
  display: grid;
  align-content: start;
  gap: 12px;
}
.service-card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #000;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.content-card .media-placeholder {
  padding: 20px;
  font-size: clamp(0.95rem, 1.25vw, 1.35rem);
  line-height: 1.18;
}

.content-card .cta-button {
  justify-self: start;
  margin-top: 10px;
}

.card-subtitle,
.page-lead {
  color: #ffffff;
  font-weight: 700;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(237, 0, 212, 0.35);
  background: rgba(237, 0, 212, 0.12);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-home {
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  width: min(1540px, calc(100% - clamp(0px, 4vw, 84px)));
  overflow: visible;
}

.about-figure {
  justify-self: start;
  width: min(44vw, 760px);
  overflow: visible;
}

.about-figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-copy {
  max-width: 650px;
}

.about-copy h2 {
  margin-bottom: 18px;
}

.about-copy p {
  color: #d8d3d8;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.triangle-section {
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.prisma-triangle {
  position: relative;
  width: min(900px, 82vw);
  aspect-ratio: 1.08 / 0.86;
  margin: 0 auto;
}

.triangle-line {
  position: absolute;
  inset: 10% 12% 13%;
  background:
    linear-gradient(
      to bottom right,
      transparent calc(50% - 2px),
      rgba(80, 80, 80, 0.78) calc(50% - 2px),
      rgba(80, 80, 80, 0.78) calc(50% + 2px),
      transparent calc(50% + 2px)
    ),
    linear-gradient(
      to bottom left,
      transparent calc(50% - 2px),
      rgba(80, 80, 80, 0.78) calc(50% - 2px),
      rgba(80, 80, 80, 0.78) calc(50% + 2px),
      transparent calc(50% + 2px)
    ),
    linear-gradient(
      to right,
      rgba(80, 80, 80, 0.78),
      rgba(80, 80, 80, 0.78)
    );
  background-repeat: no-repeat;
  background-size:
    50% 100%,
    50% 100%,
    100% 4px;
  background-position:
    left bottom,
    right bottom,
    left bottom;
  transition: opacity 220ms ease;
}

.triangle-logo {
  position: absolute;
  top: 55%;
  left: 50%;
  width: min(360px, 44vw);
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.triangle-hotspot {
  position: absolute;
  z-index: 3;
  width: 96px;
  height: 96px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity 220ms ease, transform 220ms ease;
}

.triangle-hotspot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.triangle-idea {
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.triangle-ripresa {
  top: 87%;
  left: 12%;
  transform: translate(-50%, -50%);
}

.triangle-editing {
  top: 87%;
  left: 88%;
  transform: translate(-50%, -50%);
}

.triangle-copy {
  position: absolute;
  inset: 24% 20% 18%;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.triangle-copy h3 {
  margin: 0 0 18px;
  color: var(--magenta);
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.triangle-copy p {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.45vw, 1.55rem);
  line-height: 1.35;
}

.prisma-triangle:has(.triangle-hotspot:hover) .triangle-line,
.prisma-triangle:has(.triangle-hotspot:focus-visible) .triangle-line,
.prisma-triangle:has(.triangle-hotspot:hover) .triangle-logo,
.prisma-triangle:has(.triangle-hotspot:focus-visible) .triangle-logo {
  opacity: 0;
}

.prisma-triangle:has(.triangle-hotspot:hover) .triangle-hotspot,
.prisma-triangle:has(.triangle-hotspot:focus-visible) .triangle-hotspot {
  opacity: 0;
}

.prisma-triangle:has(.triangle-idea:hover) .triangle-idea,
.prisma-triangle:has(.triangle-idea:focus-visible) .triangle-idea,
.prisma-triangle:has(.triangle-ripresa:hover) .triangle-ripresa,
.prisma-triangle:has(.triangle-ripresa:focus-visible) .triangle-ripresa,
.prisma-triangle:has(.triangle-editing:hover) .triangle-editing,
.prisma-triangle:has(.triangle-editing:focus-visible) .triangle-editing {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
}

.prisma-triangle:has(.triangle-idea:hover) .copy-idea,
.prisma-triangle:has(.triangle-idea:focus-visible) .copy-idea,
.prisma-triangle:has(.triangle-ripresa:hover) .copy-ripresa,
.prisma-triangle:has(.triangle-ripresa:focus-visible) .copy-ripresa,
.prisma-triangle:has(.triangle-editing:hover) .copy-editing,
.prisma-triangle:has(.triangle-editing:focus-visible) .copy-editing {
  opacity: 1;
}

@media (max-width: 640px) {
  .triangle-section {
    min-height: 560px;
  }

  .triangle-hotspot {
    width: 72px;
    height: 72px;
  }

  .triangle-logo {
    width: min(250px, 58vw);
  }

  .triangle-copy {
    inset: 25% 10%;
  }
}

/* Home più compatta e immediata: chiarezza dei servizi nel primo schermo. */
body[data-page="home"] .creative-hero {
  min-height: clamp(620px, 82svh, 790px);
  padding-top: clamp(48px, 6vw, 78px);
  padding-bottom: clamp(38px, 5vw, 66px);
}

body[data-page="home"] .hero-grid {
  gap: clamp(18px, 2.8vw, 38px);
}

body[data-page="home"] .hero-display {
  font-size: clamp(4.4rem, 9.8vw, 10.4rem);
}

body[data-page="home"] .hero-sidecopy > p {
  font-size: clamp(.95rem, 1.12vw, 1.13rem);
}

body[data-page="home"] .section {
  padding-top: clamp(68px, 7.2vw, 112px);
  padding-bottom: clamp(68px, 7.2vw, 112px);
}

body[data-page="home"] .editorial-about .section-marker {
  margin-bottom: clamp(28px, 3.5vw, 52px);
}

body[data-page="home"] .about-copy h2 {
  margin: 18px 0 22px;
  font-size: clamp(2.65rem, 4.5vw, 5.2rem);
}

body[data-page="home"] .about-copy .lead-copy {
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
}

body[data-page="home"] .creative-services {
  padding-top: clamp(58px, 6vw, 90px);
}

body[data-page="home"] .split-heading {
  margin: clamp(34px, 4vw, 60px) 0 clamp(40px, 4.8vw, 72px);
}

body[data-page="home"] .split-heading h2 {
  font-size: clamp(3.1rem, 6.1vw, 6.8rem);
}

body[data-page="home"] .service-feature:nth-child(2) {
  margin-top: clamp(38px, 5vw, 78px);
}

body[data-page="home"] .service-feature .service-card-image {
  aspect-ratio: 4 / 4.6;
}

body[data-page="home"] .manifesto {
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(72px, 8vw, 118px);
}

body[data-page="home"] .manifesto-photo-main {
  margin-top: clamp(72px, 8vw, 130px);
}

body[data-page="home"] .manifesto-copy h2 {
  font-size: clamp(2.8rem, 5.1vw, 5.7rem);
}

body[data-page="home"] .creative-contact .contact-form label {
  padding: 17px 0;
}

@media (max-width: 980px) {
  body[data-page="home"] .creative-hero {
    min-height: auto;
    padding-top: 66px;
    padding-bottom: 52px;
  }

  body[data-page="home"] .service-feature:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .creative-hero {
    min-height: calc(92svh - 78px);
    padding-top: 48px;
    padding-bottom: 34px;
  }

  body[data-page="home"] .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  body[data-page="home"] .hero-display {
    font-size: clamp(3.8rem, 19vw, 5.3rem);
  }

  body[data-page="home"] .manifesto {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

/* === Prisma creative direction 2026 === */
:root {
  --black: #070707;
  --header: #0a0a0a;
  --panel: #111111;
  --box: #171717;
  --text: #f7f4f6;
  --muted: #b8b1b8;
  --quiet: #827a83;
  --magenta: #f000d8;
  --magenta-deep: #9a0088;
  --violet: #7d36ff;
  --paper: #f1edef;
  --max: 1540px;
  --gutter: clamp(20px, 4.5vw, 76px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  background:
    radial-gradient(circle at 86% 18%, rgba(240, 0, 216, 0.055), transparent 25rem),
    var(--black);
  letter-spacing: -0.01em;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

::selection {
  background: var(--magenta);
  color: #000;
}

.site-header {
  min-height: 82px;
  padding: 12px var(--gutter);
  background: rgba(7, 7, 7, 0.88);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(176px, 15vw, 248px);
}

.site-nav {
  gap: clamp(11px, 1.45vw, 26px);
  color: #9a939c;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .075em;
}

.site-nav > a:not(.social-link),
.nav-link {
  position: relative;
}

.site-nav > a:not(.social-link)::before,
.nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--magenta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav > a:hover::before,
.site-nav > a.active::before,
.nav-link:hover::before,
.nav-link.active::before {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-dropdown {
  border: 1px solid rgba(255,255,255,.13);
  border-top: 2px solid var(--magenta);
  background: rgba(8,8,8,.98);
  box-shadow: 0 28px 70px rgba(0,0,0,.55);
}

.cover {
  min-height: calc(88vh - 82px);
  min-height: calc(88svh - 82px);
  align-content: end;
  justify-items: stretch;
  padding: clamp(60px, 8vw, 120px) var(--gutter) clamp(48px, 6vw, 90px);
  text-align: left;
}

.cover::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.08) 58%, rgba(0,0,0,.3) 100%),
    linear-gradient(0deg, rgba(0,0,0,.82) 0%, transparent 65%);
}

.cover-video {
  filter: brightness(.64) saturate(.72) contrast(1.08);
}

.cover-content {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  gap: clamp(12px, 2vw, 26px);
}

.cover p {
  width: auto;
  padding: 0;
  text-align: left;
}

.cover h1 {
  max-width: 14ch;
  padding: 0;
  text-align: left;
  font-size: clamp(3.2rem, 8vw, 9.4rem);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .84;
}

.creative-hero {
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
}

.creative-hero::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18) 60%, rgba(0,0,0,.32)),
    linear-gradient(0deg, rgba(0,0,0,.87), transparent 58%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(22px, 4vw, 60px);
}

.hero-index {
  grid-column: 1 / -1;
  color: #fff !important;
  font-size: .68rem !important;
  font-weight: 700 !important;
  letter-spacing: .18em;
}

.hero-index span {
  color: var(--magenta);
  padding: 0 8px;
}

.hero-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
}

.hero-display {
  display: grid;
  max-width: none;
  margin: 0;
  font-size: clamp(4.5rem, 11.1vw, 11.8rem);
  line-height: .72;
  text-transform: uppercase;
}

.hero-display span:nth-child(2) {
  padding-left: .48em;
}

.hero-display .accent-word {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--magenta);
}

.hero-sidecopy {
  padding: 0 0 8px;
  border-top: 1px solid rgba(255,255,255,.42);
}

.hero-sidecopy > p {
  max-width: 37ch;
  margin: 20px 0 0;
  color: #eee9ed;
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 1.42;
  text-transform: none;
}

.scroll-cue {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 12px;
  color: #fff;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.scroll-cue i {
  position: relative;
  width: 58px;
  height: 1px;
  background: var(--magenta);
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--magenta);
  border-bottom: 1px solid var(--magenta);
  transform: rotate(-45deg);
}

.creative-ticker {
  overflow: hidden;
  border-top: 1px solid var(--magenta);
  border-bottom: 1px solid var(--magenta);
  background: var(--magenta);
  color: #060606;
}

.creative-ticker > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(26px, 4vw, 64px);
  padding: 13px 0;
  font-size: clamp(.68rem, .9vw, .86rem);
  font-weight: 900;
  letter-spacing: .13em;
  white-space: nowrap;
  animation: ticker-shift 26s linear infinite alternate;
}

.creative-ticker i { font-style: normal; }

@keyframes ticker-shift { to { transform: translateX(-18%); } }

.section {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  padding: clamp(90px, 10vw, 160px) 0;
}

.section-marker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.23);
}

.section-marker span,
.section-marker p,
.overline,
.service-tags,
.contact-index,
.manifesto-copy > span {
  margin: 0;
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-marker span { color: var(--magenta); }

h2 {
  color: #fff;
  font-size: clamp(3.1rem, 6.1vw, 7.1rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .88;
}

h3 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -.045em;
}

.editorial-about {
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .72fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: end;
}

.editorial-about .section-marker { margin-bottom: clamp(40px, 5vw, 78px); }

.about-figure {
  position: relative;
  width: 100%;
}

.about-figure picture {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.about-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) contrast(1.05);
  transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 300ms ease;
}

.about-figure:hover img { transform: scale(1.025); filter: saturate(1); }

.image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  background: var(--magenta);
  color: #000;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.about-copy {
  max-width: 670px;
  padding-bottom: clamp(0px, 2vw, 28px);
}

.about-copy .overline { color: var(--magenta); }

.about-copy h2 {
  margin: 22px 0 28px;
  font-size: clamp(3rem, 5.3vw, 6rem);
}

.about-copy p {
  color: #aaa4ab;
  font-size: clamp(.95rem, 1.08vw, 1.1rem);
}

.about-copy .lead-copy {
  color: #f2eef1;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  line-height: 1.38;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 11px 0 8px;
  border-bottom: 1px solid var(--magenta);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  transition: color 180ms ease, gap 180ms ease;
}

.text-link:hover,
.text-link:focus-visible { color: var(--magenta); gap: 28px; }
.text-link span { color: var(--magenta); font-size: 1rem; }

.creative-services {
  padding-top: clamp(70px, 8vw, 120px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .55fr);
  gap: 50px;
  align-items: end;
  margin: clamp(48px, 6vw, 90px) 0 clamp(54px, 7vw, 108px);
}

.split-heading h2 { font-size: clamp(3.5rem, 7.2vw, 8rem); }

.split-heading p {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.3);
  color: #c8c2c8;
}

.creative-services .cards-grid.three {
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2.1vw, 34px);
  align-items: start;
}

.service-feature {
  position: relative;
  grid-column: span 4;
  display: block;
  border-top: 1px solid rgba(255,255,255,.24);
}

.service-feature:nth-child(2) { margin-top: clamp(70px, 9vw, 145px); }

.service-number {
  display: block;
  padding: 11px 0;
  color: var(--magenta);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.service-feature .service-card-image {
  aspect-ratio: 4 / 5;
  background: #121212;
}

/* Immagini dei servizi cliccabili con velo fucsia */
.service-card-link {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  color: inherit;
  cursor: pointer;
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  background: rgba(240, 0, 216, .88);
  color: #050505;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 380ms ease, transform 480ms cubic-bezier(.2, .75, .2, 1);
}

.service-card-overlay-label {
  font-size: clamp(.72rem, .9vw, .9rem);
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.service-card-overlay-arrow {
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 220ms ease;
}

.service-card-link:hover .service-card-overlay,
.service-card-link:focus-visible .service-card-overlay {
  opacity: 1;
  transform: translateY(0);
}

.service-card-link:hover .service-card-overlay-arrow,
.service-card-link:focus-visible .service-card-overlay-arrow {
  transform: translate(4px, -4px);
}

.service-card-link:focus-visible {
  outline: 2px solid var(--magenta);
  outline-offset: 5px;
}

.service-feature .service-card-image img {
  object-fit: cover;
  filter: saturate(.65) contrast(1.08);
  transition: transform 650ms cubic-bezier(.2,.7,.2,1), filter 250ms ease;
}

.service-feature:hover .service-card-image img,
.service-card-link:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.04);
}

/* Sui dispositivi touch resta visibile una fascia-CTA in basso. */
@media (hover: none) {
  .service-card-overlay {
    top: auto;
    min-height: 56px;
    padding: 14px 18px;
    opacity: 1;
    transform: none;
    background: rgba(240, 0, 216, .92);
  }
}

.service-card-copy { padding: 22px 0 0; }
.service-tags { color: var(--magenta); }

.service-feature h3 {
  margin: 16px 0;
  font-size: clamp(2.6rem, 4.2vw, 4.8rem);
  line-height: .82;
}

.service-feature p:not(.service-tags) {
  max-width: 34ch;
  color: #b6afb7;
}

.manifesto {
  position: relative;
  padding: clamp(90px, 11vw, 170px) var(--gutter);
  overflow: hidden;
  background: var(--paper);
  color: #0a0a0a;
}

.manifesto-word {
  position: absolute;
  top: -.07em;
  left: -.02em;
  color: var(--magenta);
  -webkit-text-stroke: 0;
  font-size: clamp(5.5rem, 14vw, 15rem);
  font-weight: 900;
  letter-spacing: -.085em;
  line-height: 1;
  pointer-events: none;
}

.manifesto-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  gap: clamp(45px, 7vw, 110px);
  width: min(var(--max), 100%);
  margin: 0 auto;
  align-items: end;
}

.manifesto-photo {
  display: block;
  overflow: hidden;
}

.manifesto-photo img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-photo-main { aspect-ratio: 4 / 3; margin-top: clamp(100px, 14vw, 220px); }

.manifesto-copy {
  max-width: 650px;
  padding: 0 0 clamp(20px, 4vw, 60px);
}

.manifesto-copy > span { color: #8d0080; }

.manifesto-copy h2 {
  margin: 26px 0 30px;
  color: #080808;
  font-size: clamp(3.3rem, 6.3vw, 7rem);
}

.manifesto-copy p {
  max-width: 42ch;
  color: #3f393f;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.manifesto-copy .text-link { color: #080808; }

.manifesto-photo-small {
  grid-column: 2;
  width: min(72%, 380px);
  aspect-ratio: 4 / 3;
  margin-top: calc(clamp(40px, 6vw, 90px) * -1);
  transform: translateX(-32%);
  box-shadow: 18px 18px 0 var(--magenta);
}

.creative-contact {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(380px, .65fr);
  gap: clamp(55px, 9vw, 150px);
  align-items: start;
}

.contact-index { color: var(--magenta); }

.contact-intro h2 {
  margin: 28px 0 30px;
  font-size: clamp(3.8rem, 7vw, 7.7rem);
}

.contact-intro h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.4px var(--magenta);
}

.contact-intro > p { max-width: 45ch; color: #c5bfc5; }

.contact-mail {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  border-bottom: 1px solid rgba(255,255,255,.35);
}

.creative-contact .contact-form { gap: 0; }

.creative-contact .contact-form label {
  gap: 10px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.creative-contact .contact-form label span {
  color: var(--magenta);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.creative-contact .contact-form input,
.creative-contact .contact-form textarea {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}

.creative-contact .contact-form input::placeholder,
.creative-contact .contact-form textarea::placeholder { color: #5f5960; }

.creative-contact .contact-form button {
  justify-content: space-between;
  width: 100%;
  min-height: 66px;
  margin-top: 26px;
  padding: 0 24px;
  background: var(--magenta);
  color: #070707;
  font-size: .75rem;
  letter-spacing: .11em;
}

.site-footer {
  padding: clamp(58px, 7vw, 96px) var(--gutter);
  border-top: 1px solid rgba(255,255,255,.18);
  background: #050505;
}

.site-footer h2 { color: var(--magenta); font-size: .72rem; letter-spacing: .14em; }

/* Shared internal-page editorial treatment */
body:not([data-page="home"]) .cover-content { align-self: end; }
body:not([data-page="home"]) .cover p {
  max-width: 48ch;
  color: #fff;
  font-size: clamp(.95rem, 1.4vw, 1.25rem);
  text-transform: none;
}

body:not([data-page="home"]) .content-card {
  position: relative;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.22);
}

body:not([data-page="home"]) .content-card h3 {
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: .95;
}

body:not([data-page="home"]) .service-card-image,
body:not([data-page="home"]) .media-placeholder {
  aspect-ratio: 4 / 3;
  background: #141414;
}

.editorial-row > *,
.editorial-stack > *,
.detail-layout > *,
.content-card,
.service-card-image,
.service-card-image img {
  min-width: 0;
}

.service-card-image { width: 100%; }

body:not([data-page="home"]) .service-card-image img { object-fit: cover; }

body:not([data-page="home"]) .media-placeholder {
  justify-items: start;
  align-content: end;
  padding: clamp(22px, 3vw, 46px);
  color: #fff;
  font-size: clamp(1.6rem, 3.2vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -.05em;
  text-align: left;
  background:
    linear-gradient(140deg, transparent 48%, rgba(240,0,216,.2) 48% 52%, transparent 52%),
    #151515;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1);
}

.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1120px) {
  .hero-display { font-size: clamp(4.3rem, 11.8vw, 8.4rem); }
  .editorial-about { grid-template-columns: 1fr 1fr; }
  .site-nav { gap: 10px; font-size: .6rem; }
}

@media (max-width: 980px) {
  .site-header { min-height: 74px; }
  .site-nav { padding: 28px; border: 1px solid rgba(255,255,255,.15); background: rgba(7,7,7,.98); }
  .hero-heading,
  .editorial-about,
  .split-heading,
  .manifesto-grid,
  .creative-contact { grid-template-columns: 1fr; }
  .hero-heading { gap: 34px; }
  .hero-sidecopy { max-width: 520px; }
  .scroll-cue { grid-column: 1; justify-self: start; }
  .about-figure { order: 1; }
  .about-copy { order: 2; }
  .creative-services .cards-grid.three { grid-template-columns: 1fr; }
  .service-feature { grid-column: auto; }
  .service-feature:nth-child(2) { margin-top: 0; }
  .service-feature .service-card-image { aspect-ratio: 16 / 10; }
  .manifesto-photo-main { margin-top: 100px; }
  .manifesto-photo-small { grid-column: 1; transform: translateX(8%); }
}

@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand img { width: 158px; }
  .creative-hero { min-height: calc(100svh - 68px); padding: 48px 18px 30px; }
  .cover { min-height: 72svh; padding: 54px 18px 34px; }
  .hero-display { font-size: clamp(4rem, 20vw, 5.8rem); line-height: .76; }
  .hero-display span:nth-child(2) { padding-left: .17em; }
  .hero-sidecopy > p { font-size: 1rem; }
  .hero-sidecopy .cta-row { display: grid; }
  .section { width: calc(100% - 36px); padding: 86px 0; }
  .section-marker p { font-size: .56rem; }
  h2 { font-size: clamp(2.7rem, 12.8vw, 4.2rem); }
  .about-figure picture { aspect-ratio: 4 / 3; }
  .about-copy h2 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
  .split-heading { margin: 40px 0 55px; gap: 24px; }
  .split-heading h2 { font-size: clamp(3rem, 14.5vw, 4.3rem); }
  .service-feature h3 { font-size: 3.5rem; }
  .service-feature .service-card-image { aspect-ratio: 4 / 5; }
  .manifesto { padding: 84px 18px; }
  .manifesto-word { font-size: 5.7rem; }
  .manifesto-photo-main { margin-top: 70px; }
  .manifesto-copy h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
  .manifesto-photo-small { width: 80%; margin-top: 0; transform: translateX(10%); }
  .contact-intro h2 { font-size: clamp(3.4rem, 15vw, 4.7rem); }
  .site-footer { padding: 54px 24px; }
}

/* === Header and type refinement === */
.site-header {
  min-height: 92px;
  gap: clamp(28px, 4vw, 70px);
  padding-block: 13px;
  background: rgba(6, 6, 6, .82);
}

.site-header::after {
  content: "";
  position: absolute;
  right: var(--gutter);
  bottom: -1px;
  left: var(--gutter);
  height: 1px;
  background: linear-gradient(90deg, var(--magenta) 0 11%, rgba(255,255,255,.16) 11% 100%);
}

.brand {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  min-height: 58px;
  place-items: center;
  padding: 8px 18px 8px 13px;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(115deg, rgba(240,0,216,.18), rgba(255,255,255,.035) 45%, transparent);
  box-shadow: inset 3px 0 0 var(--magenta), 0 10px 35px rgba(0,0,0,.28);
}

.brand::after {
  content: "CREATIVE STUDIO";
  position: absolute;
  right: 12px;
  bottom: 5px;
  color: rgba(255,255,255,.58);
  font-size: .42rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.brand img {
  width: clamp(210px, 17.5vw, 284px);
  margin-bottom: 7px;
  filter: brightness(1.16) saturate(1.12);
}

.site-nav {
  position: relative;
  gap: 4px;
  margin-left: auto;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  font-size: .62rem;
  letter-spacing: .07em;
}

.site-nav > a:not(.social-link),
.site-nav > .nav-item > .nav-link,
.lang-switch {
  min-height: 39px;
  padding: 0 13px;
  border-radius: 999px;
}

.site-nav > a:not(.social-link),
.site-nav > .nav-item > .nav-link {
  display: inline-flex;
  align-items: center;
}

.site-nav > a:not(.social-link)::before,
.nav-link::before {
  display: none;
}

.site-nav > a:not(.social-link):hover,
.site-nav > a:not(.social-link):focus-visible,
.site-nav > a.active,
.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  background: var(--magenta);
  color: #060606;
}

.has-dropdown .nav-link::after {
  width: 6px;
  height: 6px;
}

.social-link {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: var(--magenta);
  background: rgba(240,0,216,.14);
  transform: rotate(-7deg);
}

.ig-icon,
.wsp-icon { width: 23px; }

.lang-switch {
  justify-content: center;
  background: rgba(255,255,255,.045);
}

.cover h1 {
  font-size: clamp(2.9rem, 6.2vw, 7rem);
  line-height: .89;
  letter-spacing: -.055em;
}

.hero-display {
  font-size: clamp(4rem, 8.5vw, 9rem);
  line-height: .78;
}

h2 {
  font-size: clamp(2.8rem, 4.8vw, 5.6rem);
  letter-spacing: -.055em;
  line-height: .93;
}

.about-copy h2 {
  font-size: clamp(2.7rem, 4.25vw, 4.8rem);
  line-height: .94;
}

.split-heading h2 {
  font-size: clamp(3.1rem, 5.6vw, 6.2rem);
  line-height: .9;
}

.service-feature h3 {
  font-size: clamp(2.35rem, 3.5vw, 4rem);
  line-height: .88;
}

.manifesto-copy h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
  line-height: .92;
}

.contact-intro h2 {
  font-size: clamp(3.2rem, 5.4vw, 6rem);
  line-height: .92;
}

body:not([data-page="home"]) .content-card h3 {
  font-size: clamp(1.65rem, 2.45vw, 2.8rem);
  line-height: 1;
}

@media (max-width: 1180px) {
  .site-header { gap: 18px; }
  .brand img { width: 205px; }
  .site-nav > a:not(.social-link),
  .site-nav > .nav-item > .nav-link,
  .lang-switch { padding-inline: 9px; }
}

@media (max-width: 980px) {
  .site-header { min-height: 78px; }
  .brand { min-height: 52px; padding: 7px 15px 7px 11px; }
  .brand img { width: 192px; }
  .brand::after { right: 9px; bottom: 4px; font-size: .37rem; }
  .site-nav {
    right: 18px;
    width: min(360px, calc(100vw - 36px));
    margin-left: 0;
    padding: 18px;
    border-radius: 18px;
    background: rgba(7,7,7,.98);
  }
  .site-nav > a:not(.social-link),
  .site-nav > .nav-item > .nav-link,
  .lang-switch { justify-content: flex-start; padding-inline: 14px; }
  .social-link { display: inline-grid; }
}

@media (max-width: 640px) {
  .site-header { min-height: 72px; padding: 9px 16px; }
  .site-header::after { right: 16px; left: 16px; }
  .brand { min-height: 50px; }
  .brand img { width: 175px; }
  .hero-display { font-size: clamp(3.55rem, 15.5vw, 4.6rem); line-height: .8; }
  .hero-display span:nth-child(2) { padding-left: .12em; }
  .cover h1 { font-size: clamp(2.55rem, 11.5vw, 3.5rem); }
  h2 { font-size: clamp(2.45rem, 11.2vw, 3.7rem); }
  .about-copy h2,
  .split-heading h2,
  .manifesto-copy h2 { font-size: clamp(2.55rem, 11.5vw, 3.7rem); }
  .service-feature h3 { font-size: 3rem; }
  .contact-intro h2 { font-size: clamp(2.9rem, 12.5vw, 4rem); }
}

.editorial-row,
.editorial-stack,
.detail-layout {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: center;
  gap: clamp(42px, 6vw, 96px);
}

.editorial-stack {
  align-items: start;
}

.detail-layout {
  align-items: start;
}

.media-placeholder {
  display: grid;
  min-height: 260px;
  place-items: center;
  background: var(--box);
  color: var(--magenta);
  font-size: clamp(1.2rem, 2vw, 2.6rem);
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.media-placeholder.large {
  min-height: 420px;
}

.media-placeholder.wide {
  min-height: 360px;
}

.cards-grid {
  display: grid;
  gap: clamp(28px, 4vw, 70px);
}

.cards-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.cards-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.content-card .media-placeholder {
  aspect-ratio: 1;
  min-height: auto;
}

.content-card p,
.editorial-row p,
.editorial-stack p,
.detail-layout p,
.triangle-process p {
  margin: 0;
  color: #c4bec7;
}

.clean-list {
  margin: 0 0 32px;
  padding-left: 20px;
  color: #d8d3d8;
}

.clean-list li {
  margin: 8px 0;
}

.contact {
  max-width: 1180px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 5px;
  color: var(--quiet);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #3a3a3a;
  background: var(--panel);
  color: var(--text);
  font: inherit;
  padding: 15px 16px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--magenta);
  box-shadow: 0 0 0 3px rgba(237, 0, 212, 0.15);
}

.contact-form button {
  justify-self: start;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 0;
  background: var(--magenta);
  color: #050505;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: clamp(40px, 8vw, 140px);
  padding: clamp(54px, 6vw, 88px) clamp(28px, 8vw, 180px);
  border-top: 8px solid var(--magenta);
  background: #191919;
}

.footer-brand img {
  width: min(420px, 100%);
}

.site-footer h2 {
  margin: 0 0 18px;
  font-size: 1.5rem;
}

.site-footer address,
.footer-services {
  display: grid;
  align-content: start;
  gap: 13px;
  font-style: normal;
  color: #c7c0c8;
}

.site-footer a:hover {
  color: var(--magenta);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    display: none;
    width: min(320px, calc(100vw - 40px));
    padding: 22px;
    background: #181818;
    border: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: grid;
  }

  .nav-item {
    display: grid;
    min-height: auto;
  }

  .nav-link {
    padding: 9px 0;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 10px 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .has-dropdown:hover .nav-dropdown,
  .has-dropdown:focus-within .nav-dropdown,
  .has-dropdown.is-hovered .nav-dropdown {
    transform: none;
  }

  .nav-dropdown a {
    padding: 7px 0;
    background: transparent;
    color: #aaa3ad;
  }

  .service-buttons,
  .about-home,
  .editorial-row,
  .editorial-stack,
  .detail-layout,
  .site-footer,
  .cards-grid.three,
  .cards-grid.two-col {
    grid-template-columns: 1fr;
  }

  .about-home {
    width: calc(100% - 36px);
  }

  .about-figure {
    width: min(88%, 560px);
  }

  .triangle-process {
    grid-template-columns: 1fr;
  }

  .triangle-process::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 78px;
    padding: 14px 18px;
  }

  .brand img {
    width: 178px;
  }

  .cover {
    min-height: calc(100vh - 78px);
    min-height: calc(100svh - 78px);
  }

  .section {
    width: calc(100% - 36px);
    padding: 72px 0;
  }

  .service-buttons {
    gap: 14px;
  }

  .service-buttons a {
    min-height: 82px;
  }

  .media-placeholder,
  .media-placeholder.large,
  .media-placeholder.wide {
    min-height: 220px;
  }
}

/* === 2026 content, conversion and accessibility layer === */
.hero-display {
  display: grid;
  max-width: none;
  margin: 0;
  color: #fff;
  font-weight: 900;
  letter-spacing: -.065em;
}

.hero-sidecopy h1 {
  max-width: 18ch;
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.05vw, 2.25rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-transform: none;
}

.hero-sidecopy > p {
  margin-top: 18px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cta-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.52);
  color: #fff;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cta-button:hover,
.cta-button:focus-visible,
.cta-button.cta-primary {
  border-color: var(--magenta);
  background: var(--magenta);
  color: #080808;
}

.cta-button.cta-primary:hover,
.cta-button.cta-primary:focus-visible {
  background: #fff;
  border-color: #fff;
}

.creative-services .cards-grid.four {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 2.1vw, 34px);
  align-items: start;
}

.creative-services .cards-grid.four .service-feature {
  grid-column: span 3;
}

.creative-services .cards-grid.four .service-feature:nth-child(4) {
  margin-top: clamp(70px, 9vw, 145px);
}

.trust-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  color: #312c31;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-top: 1px solid rgba(7,7,7,.18);
}

.trust-list li::before {
  position: absolute;
  left: 0;
  color: var(--magenta-deep);
  content: "\2192";
  font-weight: 900;
}

.service-guidance {
  padding-top: clamp(72px, 8vw, 126px);
}

.service-guidance .split-heading {
  margin-top: 0;
}

.guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.25);
}

.guidance-grid article {
  min-height: 320px;
  padding: clamp(24px, 3.2vw, 46px);
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.025);
}

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

.guidance-grid article > span {
  color: var(--magenta);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.guidance-grid h3 {
  margin: 38px 0 22px;
  font-size: clamp(1.55rem, 2.45vw, 2.8rem);
  line-height: .96;
}

.guidance-grid p,
.guidance-grid li {
  color: #beb7be;
  line-height: 1.65;
}

.guidance-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.service-area-note {
  margin: 24px 0 0;
  color: #989098;
  font-size: .78rem;
}

.form-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
}

.contact-form .privacy-consent,
.creative-contact .contact-form .privacy-consent {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 0;
  color: #b9b1b9;
  border-bottom: 0;
  font-size: .78rem;
  line-height: 1.5;
  text-transform: none;
}

.contact-form .privacy-consent input,
.creative-contact .contact-form .privacy-consent input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  padding: 0;
  accent-color: var(--magenta);
}

.contact-form .privacy-consent span,
.creative-contact .contact-form .privacy-consent span {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.privacy-consent a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status {
  margin: 16px 0 0;
  padding: 13px 15px;
  border: 1px solid currentColor;
  font-size: .84rem;
  line-height: 1.45;
}

.form-status.is-success {
  color: #7be4b0;
  background: rgba(35,160,100,.1);
}

.form-status.is-error {
  color: #ff8fa5;
  background: rgba(210,30,70,.1);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .62;
}

.legal-hero,
.error-page {
  display: grid;
  min-height: 52svh;
  align-content: end;
  gap: 18px;
  padding: clamp(90px, 12vw, 180px) var(--gutter) clamp(64px, 8vw, 120px);
  background: radial-gradient(circle at 85% 25%, rgba(240,0,216,.18), transparent 28rem), #090909;
}

.legal-hero > *,
.error-page > * {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.legal-hero > p:first-child,
.error-page > p:first-child {
  color: var(--magenta);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.legal-hero h1,
.error-page h1 {
  margin-top: 0;
  font-size: clamp(4rem, 10vw, 10rem);
}

.legal-hero > p:last-child,
.error-page > p:not(:first-child) {
  max-width: 58ch;
  color: #c7c0c7;
  font-size: clamp(1rem, 1.45vw, 1.3rem);
}

.legal-content {
  max-width: 880px;
  margin-left: max(var(--gutter), calc((100vw - var(--max)) / 2));
}

.legal-content h2 {
  margin: 54px 0 18px;
  font-size: clamp(1.65rem, 2.8vw, 2.8rem);
}

.legal-content p {
  color: #c5bec5;
  line-height: 1.75;
}

.legal-content a {
  color: var(--magenta);
  text-decoration: underline;
  text-underline-offset: 3px;
}

img[width][height] {
  height: auto;
}

/* Fixed-ratio image frames must be completely filled. Intrinsic dimensions
   still reserve space while loading, but they must not restore natural height. */
.service-card-image > img[width][height],
.about-figure picture > img[width][height],
.manifesto-photo > img[width][height] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .creative-services .cards-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creative-services .cards-grid.four .service-feature {
    grid-column: auto;
  }

  .creative-services .cards-grid.four .service-feature:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }

  .creative-services .cards-grid.four,
  .guidance-grid {
    grid-template-columns: 1fr;
  }

  .creative-services .cards-grid.four .service-feature,
  .creative-services .cards-grid.four .service-feature:nth-child(2),
  .creative-services .cards-grid.four .service-feature:nth-child(4) {
    margin-top: 0;
  }

  .guidance-grid article {
    min-height: 0;
    border-right: 0;
  }

  .hero-heading {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-sidecopy {
    max-width: 640px;
  }

  .scroll-cue {
    grid-column: 1;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  body:not([data-page="home"]) .cover {
    min-height: min(72svh, 720px);
  }

  .hero-sidecopy h1 {
    max-width: 22ch;
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .cta-row {
    display: grid;
  }

  .cta-button {
    width: 100%;
  }

  .legal-hero,
  .error-page {
    min-height: 44svh;
  }
}

@media (min-width: 981px) {
  .creative-services .cards-grid.four .service-feature,
  .creative-services .cards-grid.four .service-card-copy {
    min-width: 0;
  }

  .creative-services .cards-grid.four .service-feature h3 {
    max-width: 100%;
    font-size: clamp(2rem, 2.35vw, 3.2rem);
    line-height: .9;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
  }

  .site-nav > .nav-item > .nav-link.active,
  .site-nav > .has-dropdown:hover > .nav-link,
  .site-nav > .has-dropdown:focus-within > .nav-link,
  .site-nav > .has-dropdown.is-hovered > .nav-link {
    background: var(--magenta);
    color: #060606;
  }

  .nav-dropdown a {
    color: #f5f0f5;
    font-weight: 800;
  }

  .nav-dropdown a:hover,
  .nav-dropdown a:focus-visible,
  .nav-dropdown a.active {
    background: var(--magenta);
    color: #060606;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .creative-services .cards-grid.four .service-feature h3 {
    font-size: clamp(2.5rem, 4.2vw, 3.5rem);
  }
}

/* === Compact internal pages ===
   Service hub pages introduce each discipline once. Their detailed landing
   pages remain available through the navigation without repeating the same
   four calls to action inside the page content. */
body:not([data-page="home"]) .cover {
  min-height: clamp(460px, 68svh, 720px);
  padding-top: clamp(56px, 6vw, 88px);
  padding-bottom: clamp(42px, 5vw, 70px);
}

body:not([data-page="home"]) .section {
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(64px, 7vw, 104px);
}

body:not([data-page="home"]) .editorial-row,
body:not([data-page="home"]) .editorial-stack,
body:not([data-page="home"]) .detail-layout {
  gap: clamp(32px, 4.5vw, 64px);
}

body:not([data-page="home"]) .section-heading {
  margin-bottom: clamp(34px, 4vw, 56px);
}

body:not([data-page="home"]) .service-guidance {
  padding-top: clamp(54px, 6vw, 88px);
}

body:not([data-page="home"]) .service-guidance .split-heading {
  gap: clamp(24px, 4vw, 46px);
  margin-bottom: clamp(38px, 4.5vw, 64px);
}

body:not([data-page="home"]) .guidance-grid article {
  min-height: 250px;
  padding: clamp(22px, 2.5vw, 36px);
}

body:not([data-page="home"]) .guidance-grid h3 {
  margin: 28px 0 16px;
}

body:not([data-page="home"]) .contact-form {
  gap: 14px;
}

body:not([data-page="home"]) .contact-form textarea {
  min-height: 128px;
}

body[data-page="video"] .triangle-section {
  min-height: clamp(620px, 70vw, 800px);
}

@media (max-width: 720px) {
  body:not([data-page="home"]) .cover {
    min-height: min(62svh, 620px);
  }

  body:not([data-page="home"]) .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body:not([data-page="home"]) .guidance-grid article {
    padding: 22px;
  }

  body[data-page="video"] .triangle-section {
    min-height: 540px;
  }
}

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