.bespoke-atmosfera {
  --au-black: #050505;
  --au-ink: #111315;
  --au-blue: #00aeef;
  --au-blue-deep: #0879d9;
  --au-paper: #f5f5f2;
  --au-muted: #a7acb1;
  --au-line: rgba(17, 19, 21, 0.18);
  overflow: clip;
  background: var(--au-black);
  color: #fff;
  font-family: "Manrope", sans-serif;
}

.bespoke-atmosfera *,
.bespoke-atmosfera *::before,
.bespoke-atmosfera *::after {
  box-sizing: border-box;
}

.bespoke-atmosfera h1,
.bespoke-atmosfera h2,
.bespoke-atmosfera h3,
.bespoke-atmosfera p,
.bespoke-atmosfera figure,
.bespoke-atmosfera ol,
.bespoke-atmosfera ul {
  margin: 0;
}

.bespoke-atmosfera img {
  display: block;
  width: 100%;
}

.au-shell {
  width: min(100% - 64px, 1360px);
  margin-inline: auto;
}

.au-progress {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
}

.au-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--au-blue);
  transform: scaleX(0);
  transform-origin: left;
}

.au-index {
  color: var(--au-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.au-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: min(900px, 88vh);
  overflow: hidden;
  background: var(--au-black);
}

.au-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  padding: 42px clamp(32px, 5vw, 86px) 46px;
}

.au-kicker {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.au-kicker span:first-child {
  color: var(--au-blue);
}

.au-hero-title > p:first-child {
  margin-bottom: 4px;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.au-hero h1 {
  color: var(--au-blue);
  font-size: clamp(72px, 9.3vw, 158px);
  font-weight: 800;
  line-height: 0.76;
  letter-spacing: -0.085em;
  text-transform: lowercase;
}

.au-hero-lead {
  max-width: 590px;
  margin-top: clamp(36px, 6vh, 72px) !important;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.5;
}

.au-scroll {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(100%, 300px);
  min-height: 58px;
  padding: 0 22px 0 26px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  background: linear-gradient(100deg, var(--au-blue), var(--au-blue-deep));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: filter 180ms ease;
}

.au-scroll i {
  font-size: 20px;
  font-style: normal;
  transition: transform 180ms ease;
}

.au-scroll:hover {
  filter: brightness(1.14);
}

.au-scroll:hover i {
  transform: translateY(4px);
}

.au-hero-media {
  position: relative;
  min-height: inherit;
  overflow: hidden;
  background: #c6c7c5;
}

.au-hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.7), transparent 22%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.28), transparent 34%);
}

.au-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.82) contrast(1.03);
}

.au-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.au-hero-route {
  position: absolute;
  z-index: 3;
  left: calc(44% - 44px);
  bottom: 0;
  width: 130px;
  height: 56%;
  border-left: 2px solid var(--au-blue);
  pointer-events: none;
  transform: skewX(-15deg);
}

.au-hero-route::after {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 86px;
  border-bottom: 2px solid var(--au-blue);
  content: "";
}

.au-task {
  padding: clamp(100px, 12vw, 200px) 0;
  background: var(--au-paper);
  color: var(--au-ink);
}

.au-statement {
  max-width: 1260px;
  margin-top: 48px !important;
  font-size: clamp(48px, 7.1vw, 112px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.au-statement em {
  color: var(--au-blue-deep);
  font-style: normal;
}

.au-task-copy {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(36px, 9vw, 150px);
  max-width: 990px;
  margin: clamp(60px, 8vw, 112px) 0 0 auto;
  padding-top: 28px;
  border-top: 1px solid var(--au-line);
}

.au-task-copy p {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.6;
}

.au-task-copy p:first-child {
  font-weight: 700;
}

.au-strategy {
  position: relative;
  padding: clamp(100px, 11vw, 180px) 0;
  overflow: hidden;
  background: #0a0b0c;
}

.au-strategy::before {
  position: absolute;
  top: -20%;
  right: 8%;
  width: 2px;
  height: 140%;
  background: linear-gradient(transparent, var(--au-blue) 18%, var(--au-blue) 82%, transparent);
  content: "";
  transform: rotate(18deg);
  opacity: 0.45;
}

.au-heading {
  max-width: 940px;
}

.au-heading h2,
.au-language-title h2 {
  margin-top: 30px !important;
  font-size: clamp(52px, 6.9vw, 108px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.au-heading > p:last-child {
  max-width: 650px;
  margin-top: 30px !important;
  color: var(--au-muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
}

.au-heading-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(44px, 8vw, 130px);
  align-items: end;
  max-width: none;
}

.au-heading-row > p:last-child {
  margin: 0 0 8px !important;
}

.au-route {
  position: relative;
  margin-top: clamp(76px, 9vw, 140px) !important;
  padding: 0;
  list-style: none;
}

.au-route::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44px;
  width: 2px;
  background: var(--au-blue);
  content: "";
  opacity: 0.55;
}

.au-route li {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: clamp(26px, 5vw, 80px);
  padding: clamp(32px, 4vw, 60px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.au-route li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.au-route li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-left: 23px;
  border: 1px solid var(--au-blue);
  border-radius: 50%;
  background: #0a0b0c;
  color: var(--au-blue);
  font-size: 11px;
  font-weight: 800;
}

.au-route li > div {
  display: grid;
  grid-template-columns: 0.34fr 0.8fr 1fr;
  gap: clamp(24px, 5vw, 90px);
  align-items: start;
}

.au-route small {
  color: var(--au-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.au-route h3 {
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.au-route p {
  color: var(--au-muted);
  font-size: 15px;
  line-height: 1.6;
}

.au-screen-section,
.au-outcomes,
.au-process,
.au-proof,
.au-language {
  padding: clamp(100px, 11vw, 180px) 0;
}

.au-screen-section-light {
  background: #e9e9e5;
  color: var(--au-ink);
}

.au-screen-section-light .au-heading > p:last-child {
  color: rgba(17, 19, 21, 0.62);
}

.au-screen-section-dark {
  background: var(--au-black);
}

.au-screen {
  margin-top: clamp(56px, 8vw, 110px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #000;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.26);
}

.au-screen-blue {
  border-color: rgba(0, 119, 190, 0.35);
  box-shadow: 24px 24px 0 rgba(0, 174, 239, 0.18);
}

.au-screen-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 20px;
  background: #0b0b0b;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.au-screen-bar span:first-child::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--au-blue);
  content: "";
}

.au-screen > img {
  aspect-ratio: 1280 / 750;
  object-fit: cover;
  object-position: center;
}

.au-screen figcaption,
.au-process-screen figcaption {
  display: grid;
  grid-template-columns: 48px minmax(0, 760px);
  gap: 22px;
  padding: clamp(24px, 3vw, 42px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b0b0b;
  color: #fff;
}

.au-screen figcaption b {
  color: var(--au-blue);
  font-size: 22px;
}

.au-screen figcaption span {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
}

.au-method {
  padding: clamp(100px, 11vw, 180px) 0;
  background: var(--au-blue);
  color: var(--au-black);
}

.au-method .au-shell {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.au-method .au-index {
  color: rgba(5, 5, 5, 0.56);
}

.au-method h2 {
  margin-top: 30px !important;
  font-size: clamp(50px, 6.2vw, 94px);
  font-weight: 750;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.au-method-copy > p:nth-of-type(2) {
  margin-top: 34px !important;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

.au-method-points {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid rgba(5, 5, 5, 0.36);
}

.au-method-points span {
  padding: 16px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.36);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.au-method-screen {
  overflow: hidden;
  border: 10px solid #060606;
  box-shadow: 32px 32px 0 rgba(5, 5, 5, 0.18);
  transform: rotate(1.5deg);
}

.au-outcomes {
  background: var(--au-paper);
  color: var(--au-ink);
}

.au-outcomes .au-heading > p:last-child {
  color: rgba(17, 19, 21, 0.62);
}

.au-screen-flat {
  border-color: rgba(17, 19, 21, 0.18);
  box-shadow: none;
}

.au-screen-flat > img {
  aspect-ratio: 1280 / 670;
}

.au-process {
  background: #111315;
}

.au-process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  margin-top: clamp(62px, 9vw, 130px);
  align-items: start;
}

.au-process-screen {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #050505;
}

.au-process-screen-offset {
  margin-top: clamp(80px, 11vw, 170px);
}

.au-process-screen img {
  min-height: 450px;
  object-fit: cover;
  object-position: left top;
}

.au-process-number {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--au-blue);
  color: var(--au-black);
  font-size: 12px;
  font-weight: 800;
}

.au-process-screen figcaption {
  grid-template-columns: 1fr;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.55;
}

.au-mobile {
  padding: clamp(100px, 11vw, 180px) 0;
  background: var(--au-blue);
  color: var(--au-black);
}

.au-mobile-grid {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: clamp(70px, 12vw, 190px);
  align-items: center;
  max-width: 1120px;
}

.au-mobile .au-index {
  color: rgba(5, 5, 5, 0.58);
}

.au-mobile h2 {
  margin-top: 30px !important;
  font-size: clamp(56px, 7vw, 104px);
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.au-mobile-copy > p:nth-of-type(2) {
  max-width: 580px;
  margin-top: 34px !important;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

.au-mobile ul {
  display: grid;
  gap: 0;
  margin-top: 48px !important;
  padding: 0;
  border-top: 1px solid rgba(5, 5, 5, 0.35);
  list-style: none;
}

.au-mobile li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.35);
  font-size: 14px;
  font-weight: 650;
}

.au-phone {
  position: relative;
  max-width: 390px;
  margin-inline: auto;
  overflow: hidden;
  border: 12px solid #050505;
  border-radius: 46px;
  background: #050505;
  box-shadow: 34px 34px 0 rgba(5, 5, 5, 0.16);
}

.au-phone-speaker {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 50%;
  width: 86px;
  height: 20px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.au-phone img {
  max-height: 760px;
  object-fit: cover;
  object-position: top;
}

.au-proof {
  background: var(--au-paper);
  color: var(--au-ink);
}

.au-proof .au-heading > p:last-child {
  color: rgba(17, 19, 21, 0.62);
}

.au-photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(22px, 4vw, 56px);
  margin-top: clamp(62px, 8vw, 110px);
  align-items: start;
}

.au-photo-grid figure:nth-child(2) {
  margin-top: clamp(90px, 12vw, 180px);
}

.au-photo-grid img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.82);
}

.au-photo-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 16px;
  border-top: 2px solid var(--au-blue-deep);
  color: rgba(17, 19, 21, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.au-language {
  background: #111315;
}

.au-language-title {
  max-width: 1000px;
}

.au-language-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.62fr 0.8fr;
  gap: clamp(36px, 6vw, 90px);
  margin-top: clamp(70px, 9vw, 130px);
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.au-language-grid small {
  color: var(--au-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.au-type > p {
  margin-top: 28px !important;
  font-size: clamp(48px, 6.2vw, 92px);
  font-weight: 750;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.au-type strong {
  color: var(--au-blue);
  font-weight: inherit;
}

.au-type > span,
.au-shape > p {
  display: block;
  max-width: 360px;
  margin-top: 30px !important;
  color: var(--au-muted);
  font-size: 14px;
  line-height: 1.55;
}

.au-swatches {
  display: grid;
  gap: 12px;
}

.au-swatches span {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: var(--au-swatch);
}

.au-swatches span:nth-child(1) {
  color: #fff;
}

.au-swatches span:nth-child(2),
.au-swatches span:nth-child(3) {
  color: #050505;
}

.au-swatches b,
.au-swatches i {
  font-size: 11px;
  font-style: normal;
}

.au-swatches i {
  opacity: 0.58;
}

.au-shape > span {
  display: grid;
  min-height: 72px;
  place-items: center;
  margin-top: 28px;
  padding: 0 32px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  background: linear-gradient(100deg, var(--au-blue), var(--au-blue-deep));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.au-result {
  position: relative;
  padding: clamp(110px, 13vw, 220px) 0;
  overflow: hidden;
  background: var(--au-blue);
  color: var(--au-black);
}

.au-result::after {
  position: absolute;
  right: -10%;
  bottom: -40%;
  width: 420px;
  height: 140%;
  border-left: 2px solid rgba(5, 5, 5, 0.26);
  border-right: 2px solid rgba(5, 5, 5, 0.26);
  content: "";
  transform: skewX(-18deg);
}

.au-result .au-index {
  color: rgba(5, 5, 5, 0.58);
}

.au-result h2 {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-top: 38px !important;
  font-size: clamp(64px, 9vw, 144px);
  font-weight: 750;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.au-result h2 span {
  color: rgba(5, 5, 5, 0.38);
}

.au-result-lead {
  max-width: 720px;
  margin: clamp(48px, 7vw, 94px) 0 0 auto !important;
  font-size: clamp(19px, 1.8vw, 27px);
  font-weight: 600;
  line-height: 1.5;
}

.au-result-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(68px, 9vw, 124px);
  border-top: 1px solid rgba(5, 5, 5, 0.42);
  border-bottom: 1px solid rgba(5, 5, 5, 0.42);
}

.au-result-list > div {
  min-height: 230px;
  padding: clamp(26px, 3.5vw, 50px);
}

.au-result-list > div + div {
  border-left: 1px solid rgba(5, 5, 5, 0.42);
}

.au-result-list b {
  display: block;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
}

.au-result-list span {
  display: block;
  margin-top: 55px;
  font-size: 14px;
  line-height: 1.55;
}

.au-live-link {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 54px;
  padding: 0 38px;
  border: 2px solid var(--au-black);
  color: var(--au-black);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.au-live-link i {
  font-style: normal;
  transition: transform 180ms ease;
}

.au-live-link:hover {
  background: var(--au-black);
  color: #fff;
}

.au-live-link:hover i {
  transform: translate(4px, -4px);
}

.au-motion-ready [data-au-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.au-motion-ready [data-au-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .au-hero {
    grid-template-columns: 1fr;
  }

  .au-hero-copy {
    min-height: 720px;
  }

  .au-hero-media {
    min-height: 68vw;
  }

  .au-hero-route {
    left: auto;
    right: 15%;
    bottom: 45%;
    height: 40%;
  }

  .au-heading-row,
  .au-method .au-shell {
    grid-template-columns: 1fr;
  }

  .au-heading-row > p:last-child {
    max-width: 680px;
  }

  .au-route li > div {
    grid-template-columns: 0.35fr 1fr;
  }

  .au-route li > div p {
    grid-column: 2;
  }

  .au-method-screen {
    max-width: 900px;
  }

  .au-language-grid {
    grid-template-columns: 1fr 0.7fr;
  }

  .au-shape {
    grid-column: 1 / -1;
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .au-shell {
    width: min(100% - 40px, 1360px);
  }

  .au-progress {
    height: 3px;
  }

  .au-hero-copy {
    min-height: 650px;
    padding: 28px 20px 30px;
  }

  .au-kicker span:last-child {
    display: none;
  }

  .au-hero-title > p:first-child {
    font-size: 22px;
  }

  .au-hero h1 {
    font-size: clamp(64px, 24vw, 100px);
  }

  .au-hero-lead {
    margin-top: 30px !important;
    font-size: 16px;
  }

  .au-scroll {
    width: 100%;
  }

  .au-hero-media {
    min-height: 85vw;
  }

  .au-hero-media figcaption {
    right: 14px;
    bottom: 14px;
  }

  .au-hero-route {
    display: none;
  }

  .au-task,
  .au-strategy,
  .au-screen-section,
  .au-method,
  .au-outcomes,
  .au-process,
  .au-mobile,
  .au-proof,
  .au-language,
  .au-result {
    padding: 78px 0;
  }

  .au-statement {
    margin-top: 30px !important;
    font-size: clamp(42px, 12.8vw, 64px);
    line-height: 0.98;
  }

  .au-task-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }

  .au-heading h2,
  .au-language-title h2,
  .au-method h2,
  .au-mobile h2 {
    margin-top: 24px !important;
    font-size: clamp(44px, 13vw, 66px);
    line-height: 0.94;
  }

  .au-heading-row {
    gap: 24px;
  }

  .au-route {
    margin-top: 48px !important;
  }

  .au-route::before {
    left: 21px;
  }

  .au-route li {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 30px 0;
  }

  .au-route li > span {
    width: 38px;
    height: 38px;
    margin-left: 2px;
  }

  .au-route li > div {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .au-route li > div p {
    grid-column: auto;
  }

  .au-route h3 {
    font-size: 29px;
  }

  .au-screen {
    margin-top: 42px;
  }

  .au-screen-blue {
    box-shadow: 10px 10px 0 rgba(0, 174, 239, 0.18);
  }

  .au-screen-bar {
    min-height: 38px;
    padding: 0 12px;
    font-size: 9px;
  }

  .au-screen > img,
  .au-screen-flat > img {
    min-height: 260px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .au-screen figcaption {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 20px 16px;
  }

  .au-screen figcaption span {
    font-size: 13px;
  }

  .au-method .au-shell,
  .au-mobile-grid {
    gap: 54px;
  }

  .au-method-screen {
    border-width: 6px;
    box-shadow: 14px 14px 0 rgba(5, 5, 5, 0.18);
    transform: none;
  }

  .au-process-grid,
  .au-photo-grid,
  .au-language-grid,
  .au-result-list {
    grid-template-columns: 1fr;
  }

  .au-process-screen-offset,
  .au-photo-grid figure:nth-child(2) {
    margin-top: 0;
  }

  .au-process-screen img {
    min-height: 320px;
  }

  .au-mobile-grid {
    grid-template-columns: 1fr;
  }

  .au-phone {
    max-width: 330px;
    border-width: 9px;
    border-radius: 38px;
    box-shadow: 18px 18px 0 rgba(5, 5, 5, 0.16);
  }

  .au-photo-grid {
    gap: 34px;
  }

  .au-language-grid {
    gap: 44px;
    margin-top: 48px;
  }

  .au-shape {
    grid-column: auto;
  }

  .au-result h2 {
    margin-top: 28px !important;
    font-size: clamp(56px, 16vw, 82px);
  }

  .au-result-list > div {
    min-height: 190px;
    padding: 28px 0;
  }

  .au-result-list > div + div {
    border-top: 1px solid rgba(5, 5, 5, 0.42);
    border-left: 0;
  }

  .au-result-list span {
    margin-top: 42px;
  }

  .au-live-link {
    min-height: 78px;
    padding: 0 22px;
    font-size: 24px;
  }
}

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

  .au-motion-ready [data-au-reveal] {
    opacity: 1;
    transform: none;
  }
}
