@font-face {
  font-family: 'Fustat';
  src: url('/assets/fonts/Fustat-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: 'Syne';
  src: url('/assets/fonts/Syne-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --black: #000000;
  --ink: #111018;
  --white: #ffffff;
  --blush: #e7216c;
  --paper: #f2f2f0;
  --field: #eee9e1;
  --muted: #6d6764;
  --line: rgba(17, 16, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: 'Fustat', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.has-modal {
  overflow: hidden;
}

main {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body,
  main {
    overflow-x: clip;
  }
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(84px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 3.8rem);
  min-height: clamp(92px, 11vw, 152px);
  padding: clamp(1.05rem, 3vw, 2.8rem) clamp(1.35rem, 4vw, 4.5rem);
  background: var(--black);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: clamp(84px, 8vw, 142px);
  height: auto;
}

.site-title,
.section-heading h2,
.look-cta h2,
.community__lead h2 {
  margin: 0;
  font-family: 'Syne', 'Fustat', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-title {
  min-width: 0;
  color: var(--white);
  font-size: clamp(1.75rem, 3.55vw, 4.45rem);
  line-height: 0.88;
  text-align: center;
  white-space: nowrap;
}

.locale-switch {
  --switch-pad: 3px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-shrink: 0;
  width: clamp(74px, 6.2vw, 104px);
  height: clamp(34px, 3.2vw, 44px);
  padding: var(--switch-pad);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: var(--blush);
}

.locale-switch__thumb {
  position: absolute;
  top: var(--switch-pad);
  left: var(--switch-pad);
  width: calc((100% - (var(--switch-pad) * 2)) / 2);
  height: calc(100% - (var(--switch-pad) * 2));
  border-radius: 999px;
  background: var(--white);
  transition: transform 180ms ease;
}

.locale-switch[data-locale='it'] .locale-switch__thumb {
  transform: translateX(100%);
}

.locale-switch__button {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  font-size: clamp(0.54rem, 0.7vw, 0.7rem);
  font-weight: 900;
  line-height: 1;
}

.locale-switch__button.is-active {
  color: var(--ink);
}

.hero-film {
  width: 100%;
  background: var(--black);
}

.hero-film__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: var(--black);
  object-fit: cover;
}

.manifesto {
  padding: clamp(1.65rem, 3vw, 3.2rem) clamp(1rem, 3.5vw, 3.125rem);
  background: var(--black);
}

.manifesto__copy {
  width: 100%;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(1.12rem, 1.58vw, 1.9rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  white-space: pre-line;
}

.makers {
  padding: clamp(3.2rem, 5vw, 5.7rem) 0 clamp(3.6rem, 6vw, 6.4rem);
  background: var(--white);
  color: var(--ink);
}

.section-heading {
  width: min(1220px, calc(100% - clamp(2rem, 8vw, 7rem)));
  margin: 0 auto clamp(2rem, 3.2vw, 3.5rem);
  text-align: center;
}

.section-heading h2 {
  color: var(--blush);
  font-size: clamp(1.35rem, 2.15vw, 2.35rem);
  line-height: 1.12;
  white-space: pre-line;
}

.maker-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.6rem, 1vw, 1.2rem);
  width: min(1780px, calc(100% - clamp(2rem, 6vw, 5.5rem)));
  margin: 0 auto;
}

.maker-scroll-hint {
  display: none;
}

.maker-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.maker-card__video {
  width: 100%;
  background: var(--ink);
  object-fit: contain;
}

.maker-card__body {
  padding: clamp(0.72rem, 1vw, 1rem);
}

.maker-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.88rem, 0.92vw, 1.08rem);
  font-weight: 900;
  line-height: 1.04;
}

.maker-card__role {
  margin: 0.2rem 0 0.58rem;
  color: var(--ink);
  font-size: clamp(0.52rem, 0.58vw, 0.66rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.maker-card__quote {
  margin: 0;
  min-height: 4.6em;
  color: #433f3d;
  font-size: clamp(0.66rem, 0.72vw, 0.84rem);
  font-weight: 750;
  line-height: 1.45;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.25rem, 0.45vw, 0.55rem);
  margin-top: clamp(1rem, 1.5vw, 1.35rem);
  padding-top: clamp(0.9rem, 1.35vw, 1.25rem);
  border-top: 1px solid rgba(17, 16, 24, 0.08);
}

.product-strip a {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.24rem;
  overflow: hidden;
  background: var(--white);
}

.product-strip img {
  width: 100%;
  aspect-ratio: 1571 / 2000;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-strip span {
  display: block;
  min-height: 0.72rem;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(0.36rem, 0.45vw, 0.52rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.product-strip a:hover img {
  transform: scale(1.04);
}

.look-cta {
  width: min(920px, calc(100% - 2rem));
  margin: clamp(2.2rem, 4vw, 4rem) auto 0;
  text-align: center;
}

.look-cta h2 {
  color: var(--blush);
  font-size: clamp(1.28rem, 2vw, 2.1rem);
  line-height: 1.1;
  text-transform: none;
}

.look-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1.15rem;
  margin-top: clamp(1rem, 1.6vw, 1.45rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.18rem;
  padding: 1rem 1.8rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.button--dark {
  background: var(--ink);
  color: var(--white);
}

.community {
  padding: clamp(3.4rem, 6vw, 6.4rem) 0 clamp(3.2rem, 5vw, 5.6rem);
  background: var(--black);
  color: var(--white);
}

.community__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: start;
  gap: clamp(2rem, 6vw, 6.5rem);
  width: min(1120px, calc(100% - clamp(2rem, 10vw, 10rem)));
  margin: 0 auto;
}

.community__lead h2 {
  max-width: 760px;
  color: var(--white);
  font-size: clamp(2.25rem, 4.4vw, 4.8rem);
  line-height: 0.92;
  white-space: pre-line;
}

.community__lead p {
  max-width: 600px;
  margin: clamp(1.6rem, 3vw, 3.2rem) 0 0;
  color: var(--white);
  font-size: clamp(0.95rem, 1.25vw, 1.25rem);
  font-weight: 800;
  line-height: 1.18;
}

.mark-form {
  width: 100%;
  padding: clamp(1rem, 1.7vw, 1.4rem);
  background: var(--white);
  color: var(--ink);
}

.mark-form label {
  display: block;
}

.mark-form label + label {
  margin-top: 0.8rem;
}

.mark-form span {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mark-form input,
.mark-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: var(--field);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
  outline: 0;
}

.mark-form input {
  min-height: 2.55rem;
  padding: 0 0.9rem;
}

.mark-form textarea {
  min-height: 7rem;
  padding: 0.8rem 0.9rem;
  resize: vertical;
}

.mark-form input::placeholder,
.mark-form textarea::placeholder {
  color: rgba(17, 16, 24, 0.38);
}

.privacy-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.privacy-consent input {
  width: 1rem;
  height: 1rem;
  min-height: 0;
  margin: 0.05rem 0 0;
  accent-color: var(--ink);
}

.privacy-consent label {
  display: inline;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
}

.privacy-consent span {
  display: inline;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
}

.privacy-consent__link {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  text-transform: none;
}

.mark-form__submit {
  width: 100%;
  min-height: 2.55rem;
  margin-top: 0.9rem;
  font-size: 0.62rem;
}

.form-status {
  min-height: 1rem;
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.privacy-modal[hidden] {
  display: none;
}

.privacy-modal {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.76);
}

.privacy-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: min(78vh, 620px);
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--white);
  color: var(--ink);
  outline: 0;
}

.privacy-modal:not([hidden]) .privacy-modal__dialog {
  overflow-x: hidden;
  overflow-y: auto;
}

.privacy-modal__dialog h2 {
  margin: 0 2rem 1rem 0;
  color: var(--ink);
  font-family: 'Syne', 'Fustat', Helvetica, Arial, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.privacy-modal__dialog p {
  margin: 0;
  color: #433f3d;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 650;
  line-height: 1.5;
  white-space: pre-line;
}

.privacy-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: var(--ink);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}

.quote-wall {
  width: min(1540px, calc(100% - clamp(2rem, 8vw, 9rem)));
  margin: clamp(3.4rem, 5vw, 5.2rem) auto 0;
  overflow: hidden;
  contain: layout paint;
}

.quote-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 230px);
  gap: clamp(2rem, 4vw, 5rem);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.2rem 0 0.45rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  contain: layout paint;
}

.quote-track::-webkit-scrollbar {
  display: none;
}

.quote-item {
  min-width: 0;
  color: var(--white);
}

.quote-item p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.05rem, 1.12vw, 1.28rem);
  font-weight: 500;
  line-height: 1.12;
}

.quote-item cite {
  display: block;
  margin-top: clamp(1.2rem, 1.7vw, 1.9rem);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.quote-controls {
  display: flex;
  justify-content: center;
  gap: clamp(0.85rem, 2vw, 1.4rem);
  margin-top: clamp(2rem, 3.3vw, 3.2rem);
}

.quote-controls button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.25rem, 9vw, 8rem);
  height: 1.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 1rem;
  line-height: 1;
}

.quote-controls button::before {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(100% - 1.45rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%);
}

.quote-controls button:first-child {
  justify-content: flex-start;
}

.quote-controls button:first-child::before {
  right: 0;
}

.quote-controls button:last-child {
  justify-content: flex-end;
}

.quote-controls button:last-child::before {
  left: 0;
}

.community-join {
  padding: clamp(2.4rem, 4.2vw, 4.4rem) 1rem 0;
  background: var(--black);
  color: var(--blush);
  text-align: center;
}

.community-join p {
  width: min(920px, 100%);
  margin: 0 auto;
  font-family: 'Syne', 'Fustat', Helvetica, Arial, sans-serif;
  font-size: clamp(1.28rem, 2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.1;
  text-transform: none;
}

.site-footer {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: clamp(4.4rem, 7vw, 7rem) 1rem clamp(3.2rem, 5.5vw, 5.4rem);
  background: var(--black);
}

.powered-cloudline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 0.2rem 0.45rem;
}

.powered-cloudline__content {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  color: var(--white);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.powered-cloudline__prefix {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  opacity: 0.92;
}

.powered-cloudline__logo {
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: auto;
  opacity: 0.99;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 0.9rem 1.2rem;
    min-height: auto;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .locale-switch {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-title {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    font-size: clamp(1.25rem, 5vw, 2.7rem);
    white-space: normal;
  }

  .maker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community__panel {
    grid-template-columns: 1fr;
    width: min(620px, calc(100% - 2rem));
    gap: 2rem;
  }

  .community__lead {
    text-align: center;
  }

  .community__lead h2,
  .community__lead p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 1rem 1rem 1.35rem;
    gap: 2.15rem 1rem;
  }

  .brand img {
    width: clamp(72px, 20vw, 92px);
  }

  .site-title {
    font-size: clamp(0.95rem, 5.35vw, 1.35rem);
    line-height: 0.9;
    white-space: nowrap;
  }

  .locale-switch {
    width: 74px;
    height: 34px;
  }

  .hero-film__video {
    aspect-ratio: 16 / 9;
  }

  .manifesto {
    padding: 1.55rem 1rem;
  }

  .manifesto__copy {
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    line-height: 1.15;
  }

  .makers {
    padding-top: 2.75rem;
  }

  .section-heading {
    width: min(100% - 1.4rem, 520px);
    margin-bottom: 1.6rem;
  }

  .section-heading h2 {
    font-size: clamp(1.18rem, 5.2vw, 1.48rem);
  }

  .maker-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 78vw);
    width: 100%;
    gap: 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1rem 0.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    contain: layout paint;
  }

  .maker-grid::-webkit-scrollbar {
    display: none;
  }

  .maker-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    margin: 1rem auto 0;
  }

  .maker-scroll-hint__dot {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: rgba(17, 16, 24, 0.22);
    transition:
      width 180ms ease,
      background 180ms ease;
  }

  .maker-scroll-hint__dot.is-active {
    width: 1.15rem;
    background: var(--blush);
  }

  .maker-card {
    scroll-snap-align: center;
  }

  .maker-card__quote {
    min-height: 0;
  }

  .look-cta {
    margin-top: 2.5rem;
  }

  .look-cta h2 {
    font-size: clamp(1.15rem, 5.2vw, 1.55rem);
    white-space: pre-line;
  }

  .look-cta__actions {
    gap: 0.95rem;
  }

  .button {
    min-height: 2.95rem;
    padding-inline: 1.55rem;
    font-size: 0.88rem;
  }

  .community {
    padding-top: 3.2rem;
  }

  .community__lead h2 {
    max-width: 360px;
    font-size: clamp(1.9rem, 9.6vw, 2.85rem);
  }

  .community__lead p {
    font-size: 0.95rem;
  }

  .quote-wall {
    width: calc(100% - 1.25rem);
    margin-top: 2.7rem;
  }

  .quote-track {
    grid-auto-columns: minmax(148px, 66vw);
    gap: 1.5rem;
  }

  .quote-item p {
    font-size: 1.08rem;
  }

  .powered-cloudline {
    padding: 0.16rem 0.32rem;
  }

  .powered-cloudline__prefix {
    font-size: 9px;
  }

  .powered-cloudline__logo {
    height: 16px;
  }
}
