@keyframes tw-marquee-run {
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes tw-word-in {
  from { opacity: 0; transform: translateY(.35em); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.tw-root {
  --tw-paper: #f2f3f0;
  --tw-surface: #fbfcf9;
  --tw-ink: #080a09;
  --tw-muted: #4f5752;
  --tw-line: #aeb4af;
  --tw-green: #194b3b;
  --tw-mint: #9bd8bd;
  --tw-orange: #d45120;
  width: calc(100% - 32px);
  max-width: 1900px;
  margin: 16px auto 0;
  overflow: clip;
  background: var(--tw-paper);
  color: var(--tw-ink);
  border: 1px solid var(--tw-line);
  font-family: "Archivo", "Helvetica Neue", sans-serif;
  line-height: 1.45;
}

html[data-theme="dark"] .tw-root {
  --tw-paper: #080a09;
  --tw-surface: #101311;
  --tw-ink: #f2f3ef;
  --tw-muted: #b6bdb8;
  --tw-line: #3b423e;
  --tw-green: #8bcbae;
  --tw-mint: #9bd8bd;
  --tw-orange: #ef8154;
}

.tw-root ::selection {
  background: var(--tw-green);
  color: var(--tw-paper);
}

.tw-root :focus-visible {
  outline: 3px solid var(--tw-orange);
  outline-offset: 4px;
}

.tw-root h1,
.tw-root h2,
.tw-root h3,
.tw-root p,
.tw-root figure,
.tw-root ol {
  margin: 0;
}

.tw-root h1,
.tw-root h2,
.tw-root h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.tw-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(390px, .85fr);
  height: clamp(680px, calc(100svh - 170px), 760px);
  min-height: 0;
  border-bottom: 1px solid var(--tw-line);
}

.tw-hero-copy {
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
  padding: clamp(34px, 3.5vw, 56px) clamp(28px, 4vw, 64px) clamp(28px, 3vw, 44px);
  border-right: 1px solid var(--tw-line);
}

.tw-hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 12ch;
  font-size: clamp(4rem, 7.4vw, 7rem);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: .84;
  text-transform: none;
}

.tw-hero-title > span:not(.tw-hero-keyword) {
  display: block;
}

.tw-hero-keyword {
  margin-bottom: clamp(26px, 5vh, 52px);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(.71rem, .8vw, .82rem);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tw-hero-outline {
  color: transparent;
  -webkit-text-stroke: 1.35px var(--tw-ink);
  text-stroke: 1.35px var(--tw-ink);
}

.tw-hero-emphasis {
  margin-top: .08em;
  color: var(--tw-green);
  font-family: "Newsreader", Georgia, serif;
  font-size: .91em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .9;
}

@media (min-width: 821px) {
  html[lang^="fr"] body.aa-atlas-trades .tw-hero-title,
  html[lang^="it"] body.aa-atlas-trades .tw-hero-title {
    max-width: 14.5ch;
    font-size: clamp(3.5rem, 6.2vw, 6.2rem);
  }
}

.tw-hero-foot {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--tw-line);
}

.tw-hero-foot > p,
.tw-hero-action p,
.tw-flow-list p,
.tw-boundary p,
.tw-pilot p,
.tw-faq p {
  color: var(--tw-muted);
  font-size: clamp(.98rem, 1.15vw, 1.12rem);
  line-height: 1.55;
}

.tw-hero-action {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.tw-hero-action strong {
  display: inline-block;
  min-width: 7.5ch;
  color: var(--tw-green);
  font-weight: 700;
}

.tw-hero-action strong.is-changing {
  animation: tw-word-in 460ms cubic-bezier(.22, 1, .36, 1);
}

.tw-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--tw-ink);
  border-radius: 0;
  background: transparent;
  color: var(--tw-ink) !important;
  font-weight: 720;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.tw-button:hover,
.tw-button:focus-visible {
  background: var(--tw-ink);
  color: var(--tw-paper) !important;
  transform: translateY(-2px);
}

.tw-hero-media {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #171a18;
}

.tw-hero-media picture,
.tw-hero-media img {
  width: 100%;
  height: 100%;
}

.tw-hero-media img {
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(.78) contrast(1.04);
}

.tw-marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--tw-line);
  padding: 17px 0 19px;
  color: color-mix(in srgb, var(--tw-ink) 48%, transparent);
}

.tw-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: tw-marquee-run 28s linear infinite;
}

.tw-marquee-track span {
  flex: none;
  padding-right: .38em;
  font-size: clamp(2rem, 3.5vw, 4.15rem);
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1;
  white-space: nowrap;
}

.tw-section-title {
  max-width: 28ch;
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: .94;
  text-align: center;
}

.tw-root .tw-section-title {
  margin-inline: auto;
}

.tw-flow,
.tw-boundary,
.tw-pilot,
.tw-faq {
  padding: clamp(76px, 9vw, 138px) clamp(24px, 5vw, 80px);
  border-bottom: 1px solid var(--tw-line);
}

.tw-flow > .tw-section-title,
.tw-boundary > .tw-section-title,
.tw-pilot > .tw-section-title,
.tw-faq > .tw-section-title {
  margin-bottom: clamp(48px, 7vw, 94px);
}

.tw-flow-list {
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tw-line);
}

.tw-flow-list li {
  display: grid;
  grid-template-columns: 56px minmax(260px, .95fr) minmax(280px, 1fr);
  gap: clamp(24px, 4vw, 70px);
  align-items: start;
  padding: clamp(30px, 4vw, 54px) 0;
  border-bottom: 1px solid var(--tw-line);
}

.tw-index,
.tw-data-label {
  color: var(--tw-green);
  font-family: "IBM Plex Mono", monospace;
  font-size: .72rem;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.tw-flow-list h3,
.tw-pilot h3 {
  font-size: clamp(1.55rem, 2.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.tw-boundary {
  background: var(--tw-surface);
}

.tw-boundary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--tw-line);
}

.tw-boundary-grid article {
  min-width: 0;
  min-height: 480px;
  padding: clamp(34px, 5vw, 76px);
}

.tw-boundary-grid article + article {
  border-left: 1px solid var(--tw-line);
}

.tw-boundary-grid h3 {
  margin-top: 72px;
  font-size: clamp(2rem, 3.7vw, 4.2rem);
  font-weight: 720;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.tw-boundary-grid p {
  max-width: 48ch;
  margin-top: 46px;
}

.tw-boundary-human {
  background: #050605;
  color: #f3f2ed;
}

.tw-boundary-human .tw-data-label {
  color: var(--tw-mint);
}

.tw-boundary-human p {
  color: #b9bdb9;
}

.tw-pilot ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tw-line);
  border-bottom: 1px solid var(--tw-line);
}

.tw-pilot li {
  min-height: 280px;
  padding: 28px;
}

.tw-pilot li + li {
  border-left: 1px solid var(--tw-line);
}

.tw-pilot h3 {
  margin-top: 74px;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
}

.tw-pilot p {
  margin-top: 18px;
}

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

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

.tw-faq summary {
  position: relative;
  padding: 28px 56px 28px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  font-weight: 680;
  letter-spacing: -.025em;
  line-height: 1.22;
}

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

.tw-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: var(--tw-green);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
}

.tw-faq details[open] summary::after {
  content: "−";
}

.tw-faq details p {
  max-width: 70ch;
  padding: 0 56px 30px 0;
}

body.aa-atlas-branchen-handwerk .atlas-section--insights,
body.aa-atlas-trades .atlas-section--insights {
  background: var(--aa-paper);
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child,
body.aa-atlas-trades main > .atlas-section:last-child {
  background: #050605;
  color: #f3f2ed;
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child .atlas-copy,
body.aa-atlas-trades main > .atlas-section:last-child .atlas-copy {
  color: #b7bcb8;
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child .atlas-h2,
body.aa-atlas-trades main > .atlas-section:last-child .atlas-h2 {
  max-width: none;
  color: #f3f2ed;
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child .atlas-h2 em,
body.aa-atlas-trades main > .atlas-section:last-child .atlas-h2 em {
  display: block;
  font-family: "Newsreader", Georgia, serif;
  font-size: .92em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .92;
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child .atlas-button,
body.aa-atlas-trades main > .atlas-section:last-child .atlas-button {
  border-color: #f3f2ed !important;
  background: #f3f2ed !important;
  color: #050605 !important;
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child .atlas-link,
body.aa-atlas-trades main > .atlas-section:last-child .atlas-link {
  color: #f3f2ed !important;
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child .atlas-status,
body.aa-atlas-trades main > .atlas-section:last-child .atlas-status {
  color: #9bd8bd !important;
}

body.aa-atlas-branchen-handwerk main > .atlas-section:last-child .atlas-mono,
body.aa-atlas-trades main > .atlas-section:last-child .atlas-mono {
  color: #b7bcb8;
}

@media (max-width: 1100px) {
  .tw-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  }

  .tw-hero-foot {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tw-flow-list li {
    grid-template-columns: 52px minmax(230px, .8fr) minmax(260px, 1fr);
    gap: 24px;
  }

}

@media (max-width: 820px) {
  .tw-root {
    width: 100%;
    margin-top: 0;
    border-right: 0;
    border-left: 0;
  }

  .tw-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .tw-hero-copy {
    min-height: auto;
    padding: 46px 24px 36px;
    border-right: 0;
  }

  .tw-hero-title {
    max-width: 10.5ch;
    font-size: clamp(3rem, 12.6vw, 5.7rem);
    line-height: .88;
  }

  .tw-hero-keyword {
    margin-bottom: 34px;
    font-size: .68rem;
  }

  .tw-hero-foot {
    margin-top: 54px;
  }

  .tw-hero-media {
    height: auto;
    aspect-ratio: 4 / 3;
    border-top: 1px solid var(--tw-line);
  }

  .tw-hero-media img {
    object-position: 64% center;
  }

  .tw-section-title {
    max-width: 18ch;
    font-size: clamp(2.5rem, 10vw, 4.6rem);
  }

  .tw-flow,
  .tw-boundary,
.tw-pilot,
  .tw-faq {
    padding: 72px 24px;
  }

  .tw-flow-list li {
    grid-template-columns: 62px 1fr;
    gap: 12px 18px;
  }

  .tw-flow-list li p {
    grid-column: 2;
  }

  .tw-boundary-grid {
    grid-template-columns: 1fr;
  }

  .tw-boundary-grid article {
    min-height: 0;
  }

  .tw-boundary-grid article + article {
    border-top: 1px solid var(--tw-line);
    border-left: 0;
  }

  .tw-boundary-grid h3 {
    margin-top: 52px;
    font-size: clamp(1.9rem, 8vw, 4.2rem);
  }

  .tw-pilot ol {
    grid-template-columns: 1fr 1fr;
  }

  .tw-pilot li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--tw-line);
  }

  .tw-pilot li:nth-child(4) {
    border-top: 1px solid var(--tw-line);
  }
}

@media (max-width: 540px) {
  html[lang^="it"] body.aa-atlas-trades a[href="/it/#audit"].text-xs {
    padding-inline: .4rem !important;
    font-size: .64rem !important;
    letter-spacing: -.02em;
    white-space: nowrap;
  }

  .tw-hero-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 14.4vw, 4.5rem);
    letter-spacing: -.038em;
  }

  .tw-hero-title > span:not(.tw-hero-keyword) {
    max-width: 100%;
  }

  .tw-hero-outline {
    -webkit-text-stroke-width: 1px;
  }

  .tw-hero-action,
  .tw-button {
    width: 100%;
  }

  .tw-hero-media {
    aspect-ratio: 1 / 1;
  }

  .tw-marquee {
    padding-block: 14px;
  }

  .tw-flow-list li {
    grid-template-columns: 1fr;
  }

  .tw-flow-list li p {
    grid-column: 1;
  }

  .tw-flow-list h3 {
    margin-top: 18px;
  }

  .tw-pilot ol {
    grid-template-columns: 1fr;
  }

  .tw-pilot li + li,
  .tw-pilot li:nth-child(3),
  .tw-pilot li:nth-child(4) {
    border-top: 1px solid var(--tw-line);
    border-left: 0;
  }

  .tw-pilot li {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tw-marquee-track {
    width: auto;
    animation: none;
  }

  .tw-marquee-track span:first-child {
    white-space: normal;
  }

  .tw-marquee-track span[aria-hidden="true"] {
    display: none;
  }

  .tw-hero-action strong.is-changing {
    animation: none;
  }
}
