:root {
      --aurora: #8700ff;
      --lakeside: #640cb6;
      --penumbra: #a541f0;
      --neptune: #2d235a;
      --mint: #00ffbc;
      --true-blue: #1f4477;
      --light-blue: #afd9e6;
      --servif-blue: #0756a0;
      --eclipse: #3c3c55;
      --white: #fff;
      --off-white: #f8f8fb;
      --line: rgba(45, 35, 90, .14);
      --shadow: 0 22px 60px rgba(45, 35, 90, .14);
      --shadow-soft: 0 12px 34px rgba(45, 35, 90, .09);
      --radius-xl: 2.25rem;
      --radius-lg: 1.5rem;
      --page: min(1200px, calc(100% - 2rem));
      --site-header-height: 5rem;
      --contact-card-min-height: clamp(14rem, 50vw, 38rem);
      --contact-picture-size: clamp(7rem, 12vw, 11rem);
      --contact-picture-float: .65rem;
      --contact-picture-speed: 4.5s;
      --font-size-body: 1rem;
      --font-size-eyebrow: .82rem;
      --font-size-h1: clamp(2.75rem, 4.6vw, 3.8rem);
      --font-size-h2: clamp(2.1rem, 4.5vw, 3rem);
      --font-size-h3: clamp(1.25rem, 2.2vw, 1.65rem);
      --font-size-lead: clamp(1.08rem, 1.8vw, 1.3rem);
      --font-size-small: .9rem;
      --font-size-nav: .94rem;
      --font-size-footer: .88rem;
      --font-size-contact: 1.1rem;
      --font-size-hero-subtitle: clamp(1.16rem, 2.1vw, 1.46rem);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 6rem;
    }

    body {
      margin: 0;
      color: var(--eclipse);
      background: var(--white);
      font-family: "Fira Sans", Arial, sans-serif;
      font-size: var(--font-size-body);
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
    }

    body.menu-open,
    body.is-transitioning,
    body.modal-open {
      overflow: hidden;
    }

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

    a {
      color: inherit;
    }

    button {
      font: inherit;
    }

    .container {
      width: var(--page);
      margin-inline: auto;
    }

    .skip-link {
      position: fixed;
      z-index: 1200;
      top: .75rem;
      left: .75rem;
      padding: .7rem 1rem;
      color: var(--white);
      background: var(--neptune);
      border-radius: 999px;
      transform: translateY(-180%);
      transition: transform .2s ease;
    }

    .skip-link:focus {
      transform: translateY(0);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    :focus-visible {
      outline: 3px solid var(--neptune);
      outline-offset: 3px;
      box-shadow: 0 0 0 6px var(--white);
    }

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

    h1,
    h2,
    h3 {
      color: var(--neptune);
      line-height: 1.04;
      letter-spacing: -.035em;
    }

    h1 {
      max-width: 12ch;
      margin-bottom: 1.35rem;
      font-size: var(--font-size-h1);
      font-weight: 800;
    }

    h2 {
      max-width: 17ch;
      margin-bottom: 1.2rem;
      font-size: var(--font-size-h2);
      font-weight: 800;
    }

    h3 {
      margin-bottom: .7rem;
      font-size: var(--font-size-h3);
      font-weight: 700;
    }

    .section {
      position: relative;
      padding: clamp(4.75rem, 9vw, 8rem) 0;
      overflow: clip;
    }

    .section--tight {
      padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    }

    .section--soft {
      background:
        radial-gradient(circle at 87% 10%, rgba(175, 217, 230, .35), transparent 28rem),
        linear-gradient(180deg, #fff 0%, #f7f6fb 100%);
    }

    .section--dark {
      color: var(--white);
      background:
        radial-gradient(circle at 88% 0%, rgba(135, 0, 255, .48), transparent 31rem),
        radial-gradient(circle at 6% 100%, rgba(0, 255, 188, .18), transparent 29rem),
        var(--neptune);
    }

    .section--dark h2,
    .section--dark h3 {
      color: var(--white);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      margin: 0 0 1rem;
      color: var(--lakeside);
      font-size: var(--font-size-eyebrow);
      font-weight: 700;
      letter-spacing: .11em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      width: 1.8rem;
      height: .18rem;
      content: "";
      background: var(--aurora);
      border-radius: 0 99px 99px 0;
    }

    .section--dark .eyebrow {
      color: var(--mint);
    }

    .section--dark .eyebrow::before {
      background: var(--mint);
    }

    .divider {
      display: block;
      width: 2rem;
      height: .34rem;
      margin: 1.45rem 0 1.7rem;
      background: var(--aurora);
      border-radius: 0 999px 999px 0;
    }

    .button {
      display: inline-flex;
      min-height: 3.5rem;
      align-items: center;
      justify-content: center;
      gap: .65rem;
      padding: .85rem 1.65rem;
      border: 0;
      color: var(--white);
      background: var(--aurora);
      border-radius: 999px;
      box-shadow: 0 14px 30px rgba(135, 0, 255, .25);
      cursor: pointer;
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

    .button:hover {
      background: var(--lakeside);
      box-shadow: 0 18px 34px rgba(100, 12, 182, .28);
      transform: translateY(-2px);
    }

    .button--mint {
      color: var(--neptune);
      background: var(--mint);
      box-shadow: 0 14px 30px rgba(0, 255, 188, .2);
    }

    .button--mint:hover {
      color: var(--white);
      background: var(--true-blue);
    }

    .button--outline {
      color: var(--neptune);
      background: transparent;
      border: 1px solid rgba(45, 35, 90, .32);
      box-shadow: none;
    }

    .button--outline:hover {
      color: var(--white);
      background: var(--neptune);
      border-color: var(--neptune);
      box-shadow: none;
    }

    .arrow {
      transition: transform .2s ease;
    }

    .button:hover .arrow {
      transform: translateX(.2rem);
    }

    /* Continuità percettiva durante il cambio pagina */
    .page-transition {
      position: fixed;
      z-index: 1100;
      inset: 0;
      display: grid;
      color: var(--white);
      background:
        radial-gradient(circle at 15% 90%, rgba(0, 255, 188, .45), transparent 25rem),
        linear-gradient(120deg, var(--true-blue), var(--aurora) 62%, var(--lakeside));
      pointer-events: none;
      place-items: center;
      transform: scaleY(1);
      transform-origin: top center;
      will-change: transform;
    }

    .page-transition__mark {
      display: grid;
      gap: .4rem;
      justify-items: center;
      color: var(--white);
      letter-spacing: .18em;
      text-align: center;
      text-transform: uppercase;
    }

    .page-transition__mark strong {
      font-size: clamp(2rem, 6vw, 4rem);
      letter-spacing: .12em;
    }

    .page-transition__mark small {
      font-size: .7rem;
      font-weight: 600;
      opacity: .82;
    }

    /* Header */
    .site-header {
      position: sticky;
      z-index: 100;
      top: 0;
      background: rgba(255, 255, 255, .92);
      border-bottom: 1px solid rgba(45, 35, 90, .08);
      backdrop-filter: blur(18px);
      transition: transform .28s ease;
      will-change: transform;
    }

    .site-header.is-hidden {
      transform: translateY(calc(-100% - 1px));
    }

    .header-inner {
      display: flex;
      min-height: var(--site-header-height);
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
    }

    .brand {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 1rem;
      text-decoration: none;
    }

    .brand-logo-frame {
      display: grid;
      width: 8.9rem;
      height: 2.6rem;
      overflow: hidden;
      place-items: center;
    }

    .brand-logo-frame img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .brand-separator {
      width: 1px;
      height: 2rem;
      background: var(--line);
    }

    .brand-context {
      color: var(--eclipse);
      font-size: .76rem;
      font-weight: 600;
      line-height: 1.25;
    }

    .main-nav {
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }

    .main-nav a:not(.button) {
      position: relative;
      color: var(--neptune);
      font-size: var(--font-size-nav);
      font-weight: 600;
      text-decoration: none;
    }

    .main-nav a:not(.button)::after {
      position: absolute;
      right: 0;
      bottom: -.4rem;
      left: 0;
      height: 2px;
      content: "";
      background: var(--aurora);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .2s ease;
    }

    .main-nav a:not(.button):hover::after,
    .main-nav a[aria-current="page"]::after {
      transform: scaleX(1);
    }

    .menu-toggle {
      display: none;
      width: 3rem;
      height: 3rem;
      align-items: center;
      justify-content: center;
      border: 0;
      color: var(--white);
      background: var(--neptune);
      border-radius: 50%;
      cursor: pointer;
    }

    .menu-toggle span,
    .menu-toggle span::before,
    .menu-toggle span::after {
      display: block;
      width: 1.2rem;
      height: 2px;
      background: currentColor;
      content: "";
      transition: transform .2s ease;
    }

    .menu-toggle span {
      position: relative;
    }

    .menu-toggle span::before {
      position: absolute;
      top: -.4rem;
    }

    .menu-toggle span::after {
      position: absolute;
      top: .4rem;
    }

    /* Hero */
    .about-hero {
      position: relative;
      min-height: calc(100svh - var(--site-header-height));
      display: grid;
      align-items: center;
      overflow: clip;
      background:
        radial-gradient(circle at 10% 10%, rgba(175, 217, 230, .58), transparent 30rem),
        radial-gradient(circle at 90% 12%, rgba(165, 65, 240, .27), transparent 34rem),
        linear-gradient(155deg, #fff 0%, #f4f3fa 70%, #edeaf6 100%);
    }

    .about-hero::after {
      position: absolute;
      width: 34rem;
      height: 34rem;
      right: -17rem;
      bottom: -19rem;
      content: "";
      border: 1px solid rgba(135, 0, 255, .2);
      border-radius: 50%;
    }

    .about-hero__grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
      gap: clamp(2.5rem, 6vw, 6rem);
      align-items: center;
      padding: clamp(4rem, 7vw, 6rem) 0;
      min-width: 0;
    }

    .about-hero__lead {
      max-width: 41rem;
      margin-bottom: 1.7rem;
      color: var(--eclipse);
      font-size: var(--font-size-body);
    }

    .about-hero__copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-width: 0;
    }

    .partner-statement {
      display: inline-flex;
      align-items: center;
      gap: .65rem;
      margin-bottom: 1.4rem;
      padding: .68rem 1rem;
      color: var(--neptune);
      background: rgba(255, 255, 255, .82);
      border: 1px solid rgba(45, 35, 90, .09);
      border-radius: 999px;
      box-shadow: var(--shadow-soft);
      font-size: var(--font-size-small);
      font-weight: 700;
      max-width: 100%;
    }

    .partner-statement::before {
      width: .72rem;
      height: .72rem;
      content: "";
      background: var(--mint);
      border: 3px solid rgba(255, 255, 255, .9);
      border-radius: 50%;
      box-shadow: 0 0 0 2px rgba(0, 255, 188, .35);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .8rem;
    }

    .about-photo {
      position: relative;
      min-width: 0;
      margin: 0;
      padding: clamp(.65rem, 1.5vw, 1rem);
      background: rgba(255, 255, 255, .7);
      border: 1px solid rgba(255, 255, 255, .84);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
      transform: rotate(1.2deg);
    }

    .about-photo::before {
      position: absolute;
      z-index: -1;
      inset: 9% -4% -5% 8%;
      content: "";
      background: linear-gradient(135deg, rgba(0, 255, 188, .28), rgba(135, 0, 255, .28));
      border-radius: inherit;
      filter: blur(1rem);
    }

    .about-photo img {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      border-radius: calc(var(--radius-xl) - .75rem);
    }

    .about-photo figcaption {
      position: absolute;
      right: clamp(1.4rem, 3vw, 2.4rem);
      bottom: clamp(1.4rem, 3vw, 2.4rem);
      max-width: 18rem;
      padding: 1rem 1.2rem;
      color: var(--neptune);
      background: rgba(255, 255, 255, .92);
      border: 1px solid rgba(255, 255, 255, .9);
      border-radius: 1rem;
      box-shadow: 0 16px 34px rgba(45, 35, 90, .17);
      font-size: var(--font-size-small);
      font-weight: 700;
      backdrop-filter: blur(12px);
    }

    @media (min-width: 981px) {
      .about-hero {
        min-height: 0;
      }

      .about-hero__grid {
        min-height: calc(100svh - var(--site-header-height));
        grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .72fr);
        gap: clamp(2rem, 4vw, 4.5rem);
        padding: clamp(1.75rem, 3.5vh, 2.75rem) 0;
      }

      .about-hero__copy {
        align-self: center;
      }

      .about-hero h1 {
        margin-bottom: 1rem;
        font-size: clamp(2.7rem, min(4.5vw, 6.6vh), 4.15rem);
      }

      .about-hero .partner-statement {
        margin-bottom: 1.4rem;
        padding: .58rem .9rem;
      }

      .about-hero .eyebrow {
        margin-bottom: 1.4rem;
      }

      .about-hero .divider {
        margin: 1rem 0 1.15rem;
      }

      .about-hero__lead {
        margin-bottom: 1.4rem;
        font-size: clamp(1rem, min(1.45vw, 2.15vh), 1.18rem);
      }

      .about-photo {
        width: min(100%, 61svh);
        aspect-ratio: 3 / 4;
        max-height: calc(100svh - var(--site-header-height) - 3.5rem);
        justify-self: end;
      }

      .about-photo img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: 58% center;
      }

      .about-photo figcaption {
        right: auto;
        bottom: clamp(-2rem, -2vw, -1rem);
        left: clamp(-3.5rem, -3.5vw, -1.5rem);
        max-width: 20rem;
        padding: 1.15rem 1.35rem;
      }
    }

    /* Valore umano */
    .human-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
      gap: clamp(2.8rem, 7vw, 7rem);
      align-items: center;
    }

    .human-photo {
      position: relative;
      margin: 0;
    }

    .human-photo img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
    }

    .human-photo::after {
      position: absolute;
      width: 5rem;
      height: 5rem;
      right: -1.2rem;
      bottom: -1.2rem;
      content: "";
      background: var(--mint);
      border: .75rem solid var(--white);
      border-radius: 50%;
      box-shadow: var(--shadow-soft);
    }

    .about-photo .ai-generated-label,
    .human-photo .ai-generated-label {
      position: absolute;
      z-index: 4;
      width: clamp(7.25rem, 12vw, 9rem);
      height: auto;
      aspect-ratio: auto;
      object-fit: contain;
      padding: .12rem .2rem;
    }

    .about-photo .ai-generated-label--hero {
      top: clamp(1rem, 2vw, 1.4rem);
      right: clamp(1rem, 2vw, 1.4rem);
    }

    .human-photo .ai-generated-label--human {
      top: clamp(.8rem, 2vw, 1.2rem);
      left: clamp(.8rem, 2vw, 1.2rem);
    }

    .human-intro {
      max-width: 39rem;
      margin-bottom: 2rem;
      font-size: var(--font-size-body);
    }

    .human-values {
      display: grid;
      gap: .8rem;
    }

    .human-value {
      display: grid;
      grid-template-columns: 2.6rem 1fr;
      gap: 1rem;
      padding: 1.2rem;
      background: var(--white);
      border: 1px solid rgba(45, 35, 90, .09);
      border-radius: 1.15rem;
      box-shadow: var(--shadow-soft);
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    .human-value__number {
      display: grid;
      width: 2.6rem;
      height: 2.6rem;
      color: var(--white);
      background: var(--aurora);
      border-radius: 50%;
      font-size: .8rem;
      font-weight: 800;
      place-items: center;
    }

    .human-value h3,
    .human-value p {
      margin-bottom: 0;
    }

    .human-value p {
      margin-top: .35rem;
      color: var(--eclipse);
      font-size: var(--font-size-small);
    }

    @media (hover: hover) and (prefers-reduced-motion: no-preference) {
      .human-value:hover {
        border-color: rgba(0, 255, 188, .75);
        box-shadow: 0 18px 40px rgba(45, 35, 90, .13);
        transform: translateY(-.3rem);
      }
    }

    /* Storia */
    .story-heading {
      display: grid;
      grid-template-columns: 1fr .8fr;
      gap: clamp(2rem, 7vw, 7rem);
      align-items: end;
      margin-bottom: clamp(3rem, 6vw, 5rem);
    }

    .story-heading p:last-child {
      margin-bottom: 0;
      color: rgba(255, 255, 255, .82);
      font-size: var(--font-size-lead);
    }

    .story-points {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }

    .story-point {
      min-height: 13.5rem;
      padding: 1.6rem;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: var(--radius-lg);
      backdrop-filter: blur(10px);
    }

    .story-point strong {
      display: block;
      margin-bottom: 2.8rem;
      color: var(--mint);
      font-size: clamp(2.25rem, 5vw, 4rem);
      line-height: 1;
      letter-spacing: -.04em;
    }

    .story-point h3 {
      margin-bottom: .55rem;
    }

    .story-point p {
      margin-bottom: 0;
      color: rgba(255, 255, 255, .76);
    }

    .story-quote {
      max-width: 30ch;
      margin: clamp(3rem, 6vw, 5rem) auto 0;
      color: var(--white);
      font-size: clamp(1.55rem, 3vw, 2.4rem);
      font-style: italic;
      font-weight: 600;
      line-height: 1.25;
      text-align: center;
    }

    /* Contact: stessa struttura della pagina Venue */
    .contact-card {
      display: grid;
      grid-template-columns: minmax(9rem, .45fr) 1fr .9fr;
      gap: 2rem;
      align-items: center;
      min-height: var(--contact-card-min-height);
      padding: clamp(2rem, 5vw, 4rem);
      color: var(--white);
      background:
        radial-gradient(circle at 8% 100%, rgba(0, 255, 188, .7), transparent 18rem),
        linear-gradient(110deg, var(--true-blue), var(--aurora) 70%, var(--lakeside));
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow);
    }

    .contact-person {
      width: var(--contact-picture-size);
      margin: 0;
      justify-self: center;
      animation: contact-picture-float var(--contact-picture-speed) ease-in-out 1 both;
      animation-play-state: paused;
    }

    .contact-person.is-in-view {
      animation-play-state: running;
    }

    .contact-person img {
      width: 100%;
      aspect-ratio: 1;
      object-fit: cover;
      border: .35rem solid rgba(255, 255, 255, .88);
      border-radius: 50%;
      box-shadow: 0 1.25rem 2.8rem rgba(45, 35, 90, .32);
    }

    @keyframes contact-picture-float {
      0%,
      100% {
        transform: translateY(calc(var(--contact-picture-float) * -1));
      }

      50% {
        transform: translateY(var(--contact-picture-float));
      }
    }

    .contact-card h2 {
      max-width: 15ch;
      color: var(--white);
    }

    .contact-card p {
      max-width: 680px;
      color: rgba(255, 255, 255, .84);
      font-size: var(--font-size-contact);
    }

    .contact-actions {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: .75rem;
    }

    .contact-actions .button {
      width: 100%;
    }

    .contact-actions .button--contact-quote,
    .contact-actions .button--contact-quote:hover {
      color: var(--aurora);
      background: var(--white);
    }

    /* Footer */
    .site-footer {
      padding: 3rem 0 2rem;
      color: rgba(255, 255, 255, .76);
      background: #171328;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 3rem;
      align-items: start;
    }

    .footer-logo {
      width: 9rem;
      margin-bottom: 1.2rem;
      padding: .35rem;
      background: var(--white);
      border-radius: .5rem;
    }

    .site-footer p {
      max-width: 700px;
      margin-bottom: .6rem;
      font-size: var(--font-size-footer);
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: .75rem 1.3rem;
    }

    .footer-links a {
      color: var(--white);
      font-size: var(--font-size-small);
      font-weight: 600;
      text-decoration: none;
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-top: 2rem;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(255, 255, 255, .12);
      font-size: .8rem;
    }

    .floating-contact {
      position: fixed;
      z-index: 70;
      right: 1rem;
      bottom: 1rem;
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      padding: .85rem 1.15rem;
      color: var(--neptune);
      background: var(--mint);
      border-radius: 999px;
      box-shadow: 0 14px 34px rgba(45, 35, 90, .2);
      font-size: var(--font-size-small);
      font-weight: 800;
      text-decoration: none;
      transition: transform .2s ease;
    }

    .floating-contact:hover {
      transform: translateY(-3px);
    }


    /* Modale richieste commerciali */
    .lead-modal {
      width: min(48rem, calc(100% - 1.25rem));
      max-height: min(92svh, 54rem);
      margin: auto;
      padding: 0;
      overflow: auto;
      color: var(--eclipse);
      background: var(--white);
      border: 0;
      border-radius: 1.75rem;
      box-shadow: 0 2rem 6rem rgba(20, 14, 53, .34);
    }

    .lead-modal::backdrop {
      background: rgba(26, 18, 66, .72);
      backdrop-filter: blur(.45rem);
    }

    .lead-modal[open] {
      animation: lead-modal-enter .3s cubic-bezier(.2, .8, .2, 1) both;
    }

    @keyframes lead-modal-enter {
      from {
        opacity: 0;
        transform: translateY(1.25rem) scale(.975);
      }

      to {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    .lead-modal__shell {
      position: relative;
    }

    .lead-modal__header {
      padding: clamp(1.6rem, 4vw, 2.5rem);
      padding-right: 5rem;
      color: var(--white);
      background:
        radial-gradient(circle at 12% 115%, rgba(0, 255, 188, .62), transparent 14rem),
        linear-gradient(120deg, var(--true-blue), var(--aurora) 68%, var(--lakeside));
    }

    .lead-modal__eyebrow {
      margin-bottom: .65rem;
      font-size: var(--font-size-eyebrow);
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .lead-modal__header h2 {
      margin-bottom: .65rem;
      color: var(--white);
      font-size: clamp(2rem, 5vw, 3rem);
    }

    .lead-modal__header p:last-child {
      max-width: 39rem;
      margin-bottom: 0;
      color: rgba(255, 255, 255, .9);
    }

    .lead-modal__close {
      position: absolute;
      z-index: 2;
      top: 1.1rem;
      right: 1.1rem;
      display: grid;
      width: 2.8rem;
      min-width: 2.8rem;
      height: 2.8rem;
      padding: 0;
      color: var(--neptune);
      background: var(--white);
      border: 1px solid rgba(255, 255, 255, .76);
      border-radius: 50%;
      box-shadow: 0 .75rem 1.8rem rgba(20, 14, 53, .2);
      cursor: pointer;
      font-size: 1.55rem;
      line-height: 1;
      place-items: center;
      transition: transform .2s ease;
    }

    .lead-modal__close:hover {
      transform: scale(1.07);
    }

    .lead-form {
      padding: clamp(1.4rem, 4vw, 2.5rem);
    }

    .lead-form__required-note {
      margin-bottom: 1.25rem;
      color: var(--eclipse);
      font-size: var(--font-size-small);
    }

    .lead-form__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem 1.15rem;
    }

    .lead-field {
      min-width: 0;
      display: grid;
      gap: .42rem;
    }

    .lead-field--full {
      grid-column: 1 / -1;
    }

    .lead-field label {
      color: var(--neptune);
      font-size: var(--font-size-small);
      font-weight: 700;
    }

    .lead-field__required {
      color: var(--lakeside);
    }

    .lead-field input,
    .lead-field textarea {
      width: 100%;
      min-height: 3.15rem;
      padding: .78rem .9rem;
      color: var(--eclipse);
      background: var(--white);
      border: 1px solid rgba(45, 35, 90, .3);
      border-radius: .8rem;
      font: inherit;
    }

    .lead-field textarea {
      min-height: 7.5rem;
      resize: vertical;
    }

    .lead-field input:hover,
    .lead-field textarea:hover {
      border-color: rgba(100, 12, 182, .65);
    }

    .lead-field input:focus,
    .lead-field textarea:focus {
      border-color: var(--lakeside);
    }

    .lead-form__privacy {
      margin: 1.2rem 0 .7rem;
      color: var(--eclipse);
      font-size: .82rem;
      line-height: 1.45;
    }

    .lead-form__privacy strong {
      color: var(--lakeside);
    }

    .lead-form__status {
      min-height: 1.5rem;
      margin: .65rem 0 0;
      color: var(--neptune);
      font-size: var(--font-size-small);
      font-weight: 600;
    }

    .lead-form__status.is-error {
      color: #a12018;
    }

    .lead-form__status.is-success {
      color: #17613f;
    }

    .lead-form__status.is-warning {
      color: #744600;
    }

    .lead-form__actions {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
      align-items: center;
      justify-content: flex-end;
      margin-top: 1.1rem;
    }

    .lead-form__actions .button[disabled] {
      cursor: wait;
      opacity: .72;
    }

    @media (max-width: 620px) {
      .lead-modal {
        width: calc(100% - .75rem);
        max-height: 96svh;
        border-radius: 1.25rem;
      }

      .lead-modal__header {
        padding: 1.45rem;
        padding-right: 4.4rem;
      }

      .lead-form {
        padding: 1.25rem;
      }

      .lead-form__grid {
        grid-template-columns: 1fr;
      }

      .lead-field--full {
        grid-column: auto;
      }

      .lead-form__actions {
        align-items: stretch;
        flex-direction: column;
      }

      .lead-form__actions .button {
        width: 100%;
      }
    }


    @media (max-width: 980px) {
      .brand-context,
      .brand-separator {
        display: none;
      }

      .about-hero__grid,
      .human-grid {
        grid-template-columns: 1fr;
      }

      .about-hero__copy {
        max-width: 48rem;
      }

      .about-photo {
        width: min(100%, 28rem, 52svh);
        margin-inline: auto;
      }

      .about-photo img {
        aspect-ratio: 3 / 4;
        object-fit: cover;
        object-position: 58% center;
      }

      .human-photo {
        width: min(100%, 44rem);
      }
    }

    @media (max-width: 820px) {
      .about-photo,
      .human-photo {
        display: none;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .main-nav {
        position: fixed;
        z-index: 101;
        top: var(--site-header-height);
        right: 0;
        bottom: auto;
        left: 0;
        height: calc(100svh - var(--site-header-height));
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 1.2rem;
        overflow-y: auto;
        background: var(--white);
        overscroll-behavior: contain;
      }

      .main-nav.open {
        display: flex;
      }

      .main-nav a:not(.button) {
        padding: 1rem;
        border-bottom: 1px solid var(--line);
        font-size: 1.1rem;
      }

      .main-nav .button {
        margin-top: 1rem;
      }

      .story-heading,
      .contact-card,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .story-points {
        grid-template-columns: 1fr;
      }

      .story-point {
        min-height: 0;
      }

      .story-point strong {
        margin-bottom: 1.5rem;
      }

      .footer-links {
        justify-content: flex-start;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 620px) {
      :root {
        --page: min(100% - 1.2rem, 1200px);
        --site-header-height: 4.6rem;
      }

      .section {
        padding: 4.5rem 0;
      }

      .brand-logo-frame {
        width: 7.8rem;
      }

      .about-hero {
        min-height: auto;
      }

      .about-hero__grid {
        gap: 2.7rem;
        padding: 3.7rem 0 4.5rem;
      }

      .partner-statement {
        align-items: flex-start;
        border-radius: 1rem;
      }

      .partner-statement::before {
        flex: 0 0 auto;
        margin-top: .25rem;
      }

      .hero-actions {
        align-items: stretch;
        flex-direction: column;
      }

      .hero-actions .button {
        width: 100%;
      }

      .about-photo {
        transform: none;
        width: 100%;
        max-width: 28rem;
      }

      .about-photo figcaption {
        position: static;
        max-width: none;
        margin-top: .7rem;
      }

      .human-photo::after {
        width: 3.8rem;
        height: 3.8rem;
        right: -.5rem;
        bottom: -.5rem;
        border-width: .55rem;
      }

      .floating-contact {
        right: .7rem;
        bottom: .7rem;
        padding: .8rem 1rem;
      }
    }

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

      .page-transition {
        display: none;
      }

      .contact-person {
        animation: none;
      }
    }

.no-js .page-transition { display: none; }
.servif-local-highlight { color: #00ffbc; font-weight: 600; }
.footer-bottom a, .lead-form__privacy a { color: inherit; text-underline-offset: .18em; }
