@font-face {
  font-family: "Gotham SN";
  src: url("../spazio/fonts/GothamBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham SN";
  src: url("../spazio/fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham SN";
  src: url("../spazio/fonts/GothamBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The Seasons SN";
  src: url("../spazio/fonts/TheSeasons-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sn-blue: #090f21;
  --sn-muted: #313f5b;
  --sn-line: #d8dbe2;
  --sn-soft: #f5f5f4;
  --sn-serif: "The Seasons SN", "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sn-sans: "Gotham SN", "Montserrat", Arial, sans-serif;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
}

body.sn-page {
  color: var(--sn-blue);
  font-family: var(--sn-sans);
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.sn-page * {
  box-sizing: border-box;
}

body.sn-page img {
  display: block;
  max-width: 100%;
}

.sn-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 52px 76px 0;
  color: #fff;
}

.sn-header__logo img {
  width: 172px;
  height: auto;
  max-width: none;
}

.sn-nav {
  display: flex;
  gap: 44px;
  align-items: center;
  padding-top: 4px;
}

.sn-nav a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.sn-hero,
.sn-band {
  position: relative;
  display: flex;
  min-height: 540px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(9, 15, 33, 0.62), rgba(9, 15, 33, 0.16)), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.sn-hero {
  min-height: 660px;
}

.sn-hero--team {
  background-position: center 42%;
}

.sn-hero--portfolio {
  background-position: center;
}

.sn-hero--contatti {
  background-position: center 48%;
}

.sn-hero__content {
  width: min(100%, 1920px);
  margin: auto;
  padding: 155px 76px 96px;
}

.sn-hero h1 {
  max-width: 820px;
  margin: 0 0 34px;
  color: #fff;
  font-family: var(--sn-serif);
  font-size: clamp(40px, 3.2vw, 70px);
  font-weight: 400;
  line-height: 0.98;
}

.sn-button,
.sn-small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 42px;
  border: 1px solid currentColor;
  color: inherit;
  font-family: var(--sn-sans);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.sn-button--light {
  color: #fff;
}

.sn-small-button {
  color: var(--sn-blue);
}

.sn-kicker {
  margin: 0 0 18px;
  color: var(--sn-muted);
  font-family: var(--sn-sans);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.sn-kicker--light {
  color: #fff;
}

.sn-section {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 105px 0;
}

.sn-section > h2,
.sn-intro h2,
.sn-project-text h2,
.sn-contact-block h2,
.sn-contact-page h2,
.sn-image-copy h2,
.sn-method h2,
.sn-people h2 {
  margin: 0 0 28px;
  font-family: var(--sn-serif);
  font-size: clamp(34px, 2.7vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.sn-section > p,
.sn-intro p,
.sn-project-text p,
.sn-contact-block p,
.sn-contact-page p,
.sn-image-copy p,
.sn-method p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--sn-muted);
}

.sn-intro {
  text-align: center;
}

.sn-split-image {
  position: relative;
  width: min(100% - 48px, 1320px);
  margin: 0 auto 75px;
}

.sn-split-image figure {
  margin: 0;
}

.sn-split-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.sn-split-image .sn-small-button {
  position: absolute;
  left: 46px;
  bottom: 34px;
  color: #fff;
}

.sn-portfolio-preview {
  text-align: center;
}

.sn-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 78px;
  margin-top: 70px;
  text-align: left;
}

.sn-project-card {
  position: relative;
}

.sn-project-card figure {
  margin: 0 0 22px;
  overflow: hidden;
  background: var(--sn-soft);
}

.sn-project-card img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.sn-project-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sn-project-card__tags {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.sn-project-card h3 {
  margin: 0 0 7px;
  font-family: var(--sn-serif);
  font-size: 24px;
  font-weight: 400;
}

.sn-project-card p {
  margin: 0;
  color: var(--sn-muted);
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
}

.sn-project-card strong {
  color: var(--sn-muted);
  font-weight: 400;
}

.sn-project-card .sn-small-button {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 118px;
  min-height: 36px;
}

.sn-project-card--wide {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 28px;
  align-items: end;
  width: min(100%, 760px);
  margin: 0 auto 86px;
}

.sn-project-card--wide figure {
  margin: 0;
}

.sn-project-card--wide img {
  aspect-ratio: 1.55 / 1;
}

.sn-project-card--wide .sn-small-button {
  right: 0;
  bottom: 0;
}

.sn-band {
  align-items: center;
  min-height: 700px;
  margin: 30px auto 0;
  background-image: linear-gradient(90deg, rgba(9, 15, 33, 0.76), rgba(9, 15, 33, 0.28)), var(--band-image);
  background-position: center;
  background-size: cover;
}

.sn-band > div {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding-left: min(52vw, 660px);
}

.sn-band--right > div {
  padding-left: 0;
  padding-right: min(52vw, 660px);
}

.sn-band h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--sn-serif);
  font-size: clamp(36px, 2.8vw, 54px);
  font-weight: 400;
  line-height: 1.02;
}

.sn-band p:not(.sn-kicker) {
  max-width: 480px;
  margin: 0;
  color: #fff;
}

.sn-contact-block {
  text-align: center;
}

.sn-contact-form {
  display: grid;
  gap: 12px;
  width: min(100%, 430px);
  margin: 44px auto 0;
}

.sn-contact-form input,
.sn-contact-form textarea,
.sn-newsletter input {
  width: 100%;
  border: 1px solid var(--sn-line);
  border-radius: 0;
  background: transparent;
  color: var(--sn-blue);
  font-family: var(--sn-sans);
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.sn-contact-form input {
  height: 38px;
}

.sn-contact-form textarea {
  min-height: 104px;
  padding: 15px;
  resize: vertical;
}

.sn-contact-form button {
  justify-self: center;
  min-width: 130px;
  height: 38px;
  border: 0;
  background: var(--sn-blue);
  color: #fff;
  font-family: var(--sn-sans);
  font-size: 11px;
  text-transform: uppercase;
}

.sn-project-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 660px;
  background: var(--sn-blue);
}

.sn-project-hero__left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 150px 76px 92px;
  color: #fff;
}

.sn-project-hero .sn-header {
  width: 100%;
}

.sn-project-hero h1 {
  margin: 22px 0 18px;
  font-family: var(--sn-serif);
  font-size: clamp(40px, 3.2vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.sn-project-hero strong,
.sn-year {
  margin: 0;
  color: #fff;
  font-family: var(--sn-sans);
  font-size: 15px;
  font-weight: 400;
}

.sn-project-hero figure {
  margin: 0;
}

.sn-project-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sn-project-text {
  text-align: center;
}

.sn-gallery-strip {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 12px;
  margin-top: 58px;
}

.sn-gallery-strip img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}

.sn-image-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 90px;
  align-items: center;
}

.sn-image-copy figure {
  margin: 0;
}

.sn-image-copy img {
  width: 100%;
  max-height: 530px;
  object-fit: cover;
}

.sn-image-copy p,
.sn-image-copy h2 {
  margin-left: 0;
}

.sn-people {
  display: grid;
  gap: 88px;
}

.sn-people article {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 86px;
  align-items: start;
}

.sn-people article:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 290px;
}

.sn-people article:nth-child(even) img {
  grid-column: 2;
}

.sn-people article:nth-child(even) div {
  grid-column: 1;
  grid-row: 1;
}

.sn-people img {
  width: 290px;
  min-height: 360px;
  object-fit: cover;
  background: var(--sn-soft);
}

.sn-people p {
  margin: 0 0 18px;
  max-width: 680px;
  color: var(--sn-muted);
}

.sn-people dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 4px 24px;
  margin: 26px 0 0;
  color: var(--sn-muted);
  font-size: 13px;
}

.sn-people dt {
  text-transform: uppercase;
}

.sn-people dd {
  margin: 0;
}

.sn-method {
  text-align: center;
}

.sn-method__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: min(100%, 760px);
  margin: 60px auto 0;
}

.sn-method__grid article {
  min-height: 160px;
  padding: 34px 24px;
  background: #f0f0ef;
}

.sn-method__grid article:nth-child(2) {
  background: var(--sn-blue);
  color: #fff;
}

.sn-method__grid span {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  border: 1px solid currentColor;
}

.sn-method__grid h3 {
  margin: 0 0 8px;
  font-family: var(--sn-serif);
  font-size: 24px;
  font-weight: 400;
}

.sn-method__grid p {
  margin: 0;
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
}

.sn-project-list {
  padding-top: 40px;
}

.sn-contact-page {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 120px;
  align-items: start;
}

.sn-contact-page p,
.sn-contact-page h2 {
  margin-left: 0;
}

.sn-contact-details {
  margin-top: 64px;
}

.sn-contact-details h3,
.sn-footer h3 {
  margin: 26px 0 8px;
  color: inherit;
  font-family: var(--sn-sans);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.sn-contact-details p {
  margin: 0;
}

.sn-footer {
  padding: 78px 76px 54px;
  background: var(--sn-blue);
  color: #fff;
}

.sn-footer__brand {
  margin: 0 auto 72px;
  text-align: center;
}

.sn-footer__brand img {
  width: 250px;
  margin: 0 auto 8px;
}

.sn-footer__brand p {
  display: none;
}

.sn-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.1fr;
  gap: 92px;
  width: min(100%, 1000px);
  margin: 0 auto;
}

.sn-footer__nav {
  display: grid;
  gap: 17px;
  align-content: start;
  text-transform: uppercase;
}

.sn-footer p,
.sn-footer span {
  color: #fff;
  font-size: 12px;
}

.sn-newsletter {
  position: relative;
}

.sn-newsletter h3 {
  margin-top: 0;
}

.sn-newsletter label {
  display: block;
}

.sn-newsletter label > span {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sn-newsletter input[type="email"] {
  height: 36px;
  padding-right: 46px;
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  text-align: left;
}

.sn-newsletter button {
  position: absolute;
  top: 29px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 36px;
  border: 0;
  background: #fff;
  color: var(--sn-blue);
}

.sn-newsletter button img {
  width: 18px;
  height: 18px;
  margin: auto;
}

.sn-check {
  display: flex !important;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.sn-check input {
  width: 12px;
  height: 12px;
}

.sn-check span {
  margin: 0 !important;
  text-transform: none !important;
}

.sn-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: min(100%, 1000px);
  margin: 74px auto 0;
}

.sn-social {
  display: flex;
  gap: 18px;
  justify-content: center;
  width: min(100%, 1000px);
  margin: 70px auto 0;
}

.sn-social img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

@media (max-width: 900px) {
  .sn-header {
    padding: 30px 24px 0;
  }

  .sn-header__logo img {
    width: 128px;
  }

  .sn-nav {
    gap: 18px;
  }

  .sn-nav a {
    font-size: 10px;
  }

  .sn-hero,
  .sn-project-hero {
    min-height: 560px;
  }

  .sn-hero__content,
  .sn-project-hero__left {
    padding: 150px 24px 70px;
  }

  .sn-section {
    width: min(100% - 32px, 680px);
    padding: 74px 0;
  }

  .sn-card-grid,
  .sn-image-copy,
  .sn-contact-page,
  .sn-project-hero {
    grid-template-columns: 1fr;
  }

  .sn-project-hero figure {
    min-height: 380px;
  }

  .sn-project-card--wide {
    grid-template-columns: 1fr;
  }

  .sn-people article,
  .sn-people article:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sn-people article:nth-child(even) img,
  .sn-people article:nth-child(even) div {
    grid-column: auto;
    grid-row: auto;
  }

  .sn-method__grid {
    grid-template-columns: 1fr 1fr;
  }

  .sn-band > div,
  .sn-band--right > div {
    padding: 80px 0;
  }

  .sn-footer {
    padding: 68px 24px 42px;
  }

  .sn-footer__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 560px) {
  .sn-header {
    align-items: center;
  }

  .sn-nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 16px;
  }

  .sn-hero h1,
  .sn-project-hero h1 {
    font-size: 40px;
  }

  .sn-method__grid {
    grid-template-columns: 1fr;
  }
}

/* Home: tuned against the supplied desktop PDF. */
.sn-page-home .sn-header {
  padding: clamp(58px, 4.58vw, 150px) clamp(82px, 8.6vw, 250px) 0;
}

.sn-page-home .sn-header__logo img {
  width: clamp(230px, 14.9vw, 430px);
}

.sn-page-home .sn-nav {
  gap: clamp(44px, 4.48vw, 128px);
  padding-top: clamp(22px, 1.56vw, 45px);
}

.sn-page-home .sn-nav a {
  color: #fff;
  font-size: clamp(13px, 0.89vw, 24px);
  letter-spacing: clamp(4px, 0.36vw, 10px);
}

.sn-page-home .sn-hero {
  min-height: clamp(610px, 39.4vw, 1180px);
  background-image: linear-gradient(90deg, rgba(9, 15, 33, 0.60), rgba(9, 15, 33, 0.18)), var(--hero-image);
  background-position: center 45%;
}

.sn-page-home .sn-hero__content {
  padding: clamp(390px, 26.45vw, 800px) clamp(82px, 8.6vw, 250px) clamp(58px, 3.44vw, 110px);
}

.sn-page-home .sn-hero h1 {
  max-width: clamp(720px, 37.5vw, 1040px);
  margin: 0;
  font-size: clamp(44px, 2.76vw, 84px);
  line-height: 1.08;
}

.sn-page-home .sn-hero .sn-button {
  margin-top: clamp(42px, 4.06vw, 126px);
  width: clamp(210px, 15.1vw, 460px);
  min-height: clamp(58px, 4.06vw, 124px);
  font-size: clamp(12px, 0.89vw, 24px);
  letter-spacing: clamp(5px, 0.36vw, 10px);
}

.sn-page-home .sn-intro {
  width: min(100% - 48px, clamp(650px, 33.9vw, 920px));
  padding: clamp(96px, 9.7vw, 270px) 0 clamp(70px, 6.15vw, 180px);
}

.sn-page-home .sn-intro h2,
.sn-page-home .sn-portfolio-preview h2,
.sn-page-home .sn-contact-block h2 {
  margin-bottom: clamp(18px, 1.15vw, 34px);
  font-size: clamp(44px, 2.6vw, 78px);
  line-height: 1;
}

.sn-page-home .sn-kicker {
  margin-bottom: clamp(36px, 1.88vw, 54px);
  color: var(--sn-blue);
  font-size: clamp(13px, 0.89vw, 24px);
  letter-spacing: clamp(5px, 0.47vw, 13px);
}

.sn-page-home .sn-intro > p:not(.sn-kicker),
.sn-page-home .sn-portfolio-preview > p:not(.sn-kicker),
.sn-page-home .sn-contact-block > p:not(.sn-kicker) {
  max-width: clamp(640px, 33.3vw, 920px);
  color: var(--sn-muted);
  font-size: clamp(15px, 0.89vw, 24px);
  line-height: 1.62;
}

.sn-page-home .sn-split-image {
  width: min(100% - 48px, clamp(1335px, 69.5vw, 1980px));
  margin-bottom: clamp(110px, 11.15vw, 310px);
}

.sn-page-home .sn-split-image img {
  height: clamp(420px, 29.3vw, 820px);
  max-height: none;
  object-fit: cover;
  object-position: center 45%;
}

.sn-page-home .sn-split-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 15, 33, 0.38), transparent 58%);
  pointer-events: none;
}

.sn-page-home .sn-split-image .sn-small-button {
  z-index: 2;
  left: clamp(42px, 4.17vw, 120px);
  bottom: clamp(42px, 3.96vw, 112px);
  width: clamp(210px, 14.84vw, 430px);
  min-height: clamp(58px, 4.06vw, 124px);
  color: #fff;
  font-size: clamp(12px, 0.89vw, 24px);
  letter-spacing: clamp(5px, 0.36vw, 10px);
}

.sn-page-home .sn-round-arrow {
  position: absolute;
  right: clamp(42px, 3.91vw, 112px);
  bottom: clamp(42px, 3.65vw, 104px);
  z-index: 2;
  width: clamp(48px, 3.23vw, 92px);
  height: clamp(48px, 3.23vw, 92px);
}

.sn-page-home .sn-round-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.sn-page-home .sn-portfolio-preview {
  width: min(100% - 48px, clamp(1335px, 69.5vw, 1980px));
  padding: 0 0 clamp(150px, 10.7vw, 310px);
  position: relative;
}

.sn-page-home .sn-portfolio-preview > .sn-kicker {
  margin-bottom: clamp(42px, 2.19vw, 64px);
}

.sn-page-home .sn-portfolio-preview > p:not(.sn-kicker) {
  margin-top: clamp(40px, 2.86vw, 82px);
}

.sn-page-home .sn-card-grid {
  --sn-portfolio-gap: clamp(90px, 6.77vw, 190px);
  display: flex;
  grid-template-columns: none;
  flex-wrap: nowrap;
  gap: var(--sn-portfolio-gap);
  margin-top: clamp(120px, 8.75vw, 255px);
  animation: snPortfolioCycle 12s ease-in-out infinite;
  animation-play-state: paused;
  will-change: transform;
}

.sn-page-home .sn-portfolio-preview.is-carousel-running .sn-card-grid {
  animation-play-state: running;
}

.sn-page-home .sn-card-viewport {
  overflow: hidden;
  margin-top: clamp(120px, 8.75vw, 255px);
}

.sn-page-home .sn-card-viewport .sn-card-grid {
  margin-top: 0;
}

.sn-page-home .sn-card-viewport .sn-project-card,
.sn-page-home .sn-carousel-clone {
  flex: 0 0 calc((100% - var(--sn-portfolio-gap)) / 2);
}

.sn-page-home .sn-carousel-clone .sn-project-card {
  height: 100%;
}

@keyframes snPortfolioCycle {
  0%,
  22% {
    transform: translateX(0);
  }
  50%,
  88% {
    transform: translateX(calc(-100% - var(--sn-portfolio-gap)));
  }
  88.01%,
  100% {
    transform: translateX(0);
  }
}

.sn-page-home .sn-project-card figure {
  margin-bottom: 31px;
}

.sn-page-home .sn-project-card {
  padding-bottom: 96px;
  text-align: left;
}

.sn-page-home .sn-project-card img {
  aspect-ratio: 1.28 / 1;
}

.sn-page-home .sn-project-card__meta {
  display: block;
}

.sn-page-home .sn-project-card h3 {
  margin-top: 21px;
  font-size: 36px;
}

.sn-page-home .sn-project-card p {
  font-size: 13px;
  letter-spacing: 5px;
  white-space: nowrap;
}

.sn-page-home .sn-project-card strong {
  color: var(--sn-blue);
  font-size: 14px;
}

.sn-page-home .sn-project-card .sn-small-button {
  right: 0;
  bottom: 0;
  width: 285px;
  min-height: 78px;
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-home .sn-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 110px;
}

.sn-page-home .sn-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b6bbc6;
}

.sn-page-home .sn-dots span:first-child {
  background: var(--sn-blue);
  animation: snDotOne 12s steps(1, end) infinite;
}

.sn-page-home .sn-dots span:nth-child(2) {
  animation: snDotTwo 12s steps(1, end) infinite;
}

@keyframes snDotOne {
  0%,
  49%,
  89%,
  100% {
    background: var(--sn-blue);
  }
  50%,
  88% {
    background: #b6bbc6;
  }
}

@keyframes snDotTwo {
  0%,
  49%,
  89%,
  100% {
    background: #b6bbc6;
  }
  50%,
  88% {
    background: var(--sn-blue);
  }
}

.sn-page-home .sn-carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 575px;
  display: block;
  width: 58px;
  height: 58px;
}

.sn-page-home .sn-carousel-arrow img {
  width: 58px;
  height: 58px;
}

.sn-page-home .sn-carousel-arrow--left {
  left: -128px;
}

.sn-page-home .sn-carousel-arrow--right {
  right: -128px;
  transform: rotate(180deg);
}

.sn-page-home .sn-band {
  min-height: clamp(620px, 39.9vw, 1160px);
  margin-top: 0;
  background-image: linear-gradient(90deg, rgba(9, 15, 33, 0.45), rgba(9, 15, 33, 0.55)), var(--band-image);
  background-position: center 47%;
}

.sn-page-home .sn-band > div {
  width: min(100% - 48px, clamp(1335px, 69.5vw, 1980px));
  padding-left: clamp(520px, 37.5vw, 1080px);
}

.sn-page-home .sn-band h2 {
  margin-bottom: clamp(36px, 2.34vw, 70px);
  font-size: clamp(44px, 2.86vw, 84px);
  line-height: 1.04;
}

.sn-page-home .sn-band .sn-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  min-height: 78px;
  margin-bottom: 92px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-home .sn-band p:not(.sn-kicker) {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.62;
}

.sn-page-home .sn-contact-block {
  width: min(100% - 48px, clamp(640px, 33.3vw, 920px));
  padding: clamp(150px, 12.76vw, 360px) 0 clamp(150px, 11.46vw, 330px);
}

.sn-page-home .sn-contact-block .sn-kicker {
  margin-bottom: clamp(34px, 2.3vw, 66px);
}

.sn-page-home .sn-contact-form {
  width: 635px;
  max-width: 100%;
  gap: 28px;
  margin-top: 150px;
}

.sn-page-home .sn-contact-form input {
  height: 75px;
}

.sn-page-home .sn-contact-form textarea {
  min-height: 227px;
  padding-top: 28px;
}

.sn-page-home .sn-contact-form input,
.sn-page-home .sn-contact-form textarea {
  border-color: var(--sn-blue);
  font-size: 15px;
  letter-spacing: 7px;
}

.sn-page-home .sn-contact-form button {
  width: 270px;
  height: 72px;
  margin-top: 26px;
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-home .sn-footer {
  padding-top: 112px;
  padding-bottom: 100px;
}

.sn-page-home .sn-footer__brand {
  margin-bottom: 142px;
}

.sn-page-home .sn-footer__brand img {
  width: 470px;
}

.sn-page-home .sn-footer__grid {
  width: min(100%, 1390px);
  grid-template-columns: 1fr 1.35fr 1.1fr;
  gap: 138px;
}

.sn-page-home .sn-footer__nav {
  gap: 51px;
}

.sn-page-home .sn-footer h3,
.sn-page-home .sn-footer__nav span,
.sn-page-home .sn-newsletter label:not(.sn-check) > span {
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-home .sn-footer p,
.sn-page-home .sn-footer span {
  font-size: 15px;
}

.sn-page-home .sn-newsletter input[type="email"] {
  height: 74px;
  padding: 0 92px 0 20px;
  font-size: 17px;
  letter-spacing: 7px;
  text-align: center;
}

.sn-page-home .sn-newsletter button {
  top: 76px;
  width: 75px;
  height: 74px;
  font-size: 34px;
}

.sn-page-home .sn-newsletter button img {
  width: 28px;
  height: 28px;
}

.sn-page-home .sn-check {
  align-items: flex-start;
  margin-top: 17px;
}

.sn-page-home .sn-check input {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-top: 2px;
}

.sn-page-home .sn-check span {
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 1px;
}

.sn-page-home .sn-social {
  width: min(100%, 1390px);
  margin-top: 80px;
}

.sn-page-home .sn-social img {
  width: 26px;
  height: 26px;
}

.sn-page-home .sn-footer__bottom {
  width: min(100%, 1390px);
  justify-content: space-between;
  margin-top: 145px;
}

@media (max-width: 1400px) {
  .sn-page-home .sn-header {
    padding: 58px 82px 0;
  }

  .sn-page-home .sn-header__logo img {
    width: 230px;
  }

  .sn-page-home .sn-nav {
    gap: 44px;
    padding-top: 22px;
  }

  .sn-page-home .sn-nav a {
    font-size: 13px;
    letter-spacing: 4px;
  }

  .sn-page-home .sn-hero {
    min-height: 610px;
  }

  .sn-page-home .sn-hero__content {
    padding: 390px 82px 58px;
  }

  .sn-page-home .sn-hero h1 {
    font-size: 44px;
  }
}

@media (max-width: 900px) {
  .sn-page-home .sn-header {
    padding: 30px 24px 0;
  }

  .sn-page-home .sn-header__logo img {
    width: 150px;
  }

  .sn-page-home .sn-nav {
    gap: 18px;
    padding-top: 8px;
  }

  .sn-page-home .sn-nav a {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .sn-page-home .sn-hero {
    min-height: 560px;
  }

  .sn-page-home .sn-hero__content {
    padding: 315px 24px 48px;
  }

  .sn-page-home .sn-hero h1 {
    max-width: 520px;
    font-size: 34px;
    line-height: 1.08;
  }

  .sn-page-home .sn-hero .sn-button {
    width: 210px;
    min-height: 58px;
    margin-top: 42px;
    font-size: 12px;
    letter-spacing: 5px;
  }

  .sn-page-home .sn-intro {
    padding: 96px 0 70px;
  }

  .sn-page-home .sn-split-image {
    margin-bottom: 110px;
  }

  .sn-page-home .sn-carousel-arrow {
    display: none;
  }

  .sn-page-home .sn-card-viewport .sn-project-card,
  .sn-page-home .sn-carousel-clone {
    flex-basis: 100%;
  }

  .sn-page-home .sn-card-grid {
    --sn-portfolio-gap: 48px;
  }

  @keyframes snPortfolioCycle {
    0%,
    22% {
      transform: translateX(0);
    }
    50%,
    88% {
      transform: translateX(calc(-100% - var(--sn-portfolio-gap)));
    }
    88.01%,
    100% {
      transform: translateX(0);
    }
  }

  .sn-page-home .sn-card-grid,
  .sn-page-home .sn-footer__grid {
    grid-template-columns: 1fr;
  }

  .sn-page-home .sn-band > div {
    padding-left: 0;
  }
}

/* Team: tuned against the supplied desktop PDF. */
.sn-page-team .sn-header {
  padding: clamp(52px, 3.8vw, 84px) clamp(76px, 8.6vw, 165px) 0;
}

.sn-page-team .sn-header__logo img {
  width: clamp(150px, 9.4vw, 182px);
}

.sn-page-team .sn-nav {
  gap: clamp(42px, 3.5vw, 68px);
  padding-top: 8px;
}

.sn-page-team .sn-nav a {
  font-size: 12px;
  letter-spacing: 4px;
}

.sn-page-team .sn-hero {
  min-height: clamp(600px, 34.4vw, 660px);
  background-image: linear-gradient(90deg, rgba(9, 15, 33, 0.52), rgba(9, 15, 33, 0.10)), var(--hero-image);
  background-position: center 57%;
}

.sn-page-team .sn-hero__content {
  padding: clamp(315px, 18.5vw, 355px) clamp(76px, 8.6vw, 165px) 70px;
}

.sn-page-team .sn-hero h1 {
  max-width: 680px;
  margin-bottom: 34px;
  font-size: clamp(38px, 2.25vw, 43px);
  line-height: 1.08;
}

.sn-page-team .sn-hero .sn-button {
  width: 215px;
  min-height: 54px;
  font-size: 12px;
  letter-spacing: 5px;
}

.sn-page-team .sn-team-competence {
  width: min(100% - 48px, 1335px);
  padding: 194px 0 0;
  text-align: center;
}

.sn-page-team .sn-team-competence h2,
.sn-page-team .sn-team-vision h2,
.sn-page-team .sn-method h2,
.sn-page-team .sn-contact-block h2 {
  margin-bottom: 18px;
  font-size: 50px;
  line-height: 1;
}

.sn-page-team .sn-team-competence .sn-kicker,
.sn-page-team .sn-team-vision .sn-kicker,
.sn-page-team .sn-method .sn-kicker,
.sn-page-team .sn-contact-block .sn-kicker,
.sn-page-team .sn-people .sn-kicker {
  margin-bottom: 38px;
  color: var(--sn-blue);
  font-size: 14px;
  letter-spacing: 7px;
}

.sn-page-team .sn-team-competence > p:not(.sn-kicker),
.sn-page-team .sn-team-vision > p:not(.sn-kicker),
.sn-page-team .sn-method > p:not(.sn-kicker),
.sn-page-team .sn-contact-block > p:not(.sn-kicker) {
  max-width: 620px;
  color: var(--sn-muted);
  font-size: 15px;
  line-height: 1.65;
}

.sn-page-team .sn-team-competence figure {
  margin: 170px auto 0;
}

.sn-page-team .sn-team-competence img {
  width: 100%;
  height: 584px;
  object-fit: cover;
  object-position: center 48%;
}

.sn-page-team .sn-team-vision {
  width: min(100% - 48px, 650px);
  padding: 198px 0 270px;
  text-align: center;
}

.sn-page-team .sn-people {
  width: min(100% - 48px, 1395px);
  gap: 225px;
  padding: 0 0 355px;
}

.sn-page-team .sn-people article,
.sn-page-team .sn-people article:nth-child(even) {
  display: grid;
  grid-template-columns: 610px minmax(0, 1fr);
  gap: 170px;
  align-items: start;
}

.sn-page-team .sn-people article:nth-child(even) img,
.sn-page-team .sn-people article:nth-child(even) div {
  grid-column: auto;
  grid-row: auto;
}

.sn-page-team .sn-people img {
  width: 610px;
  height: 760px;
  object-fit: contain;
  object-position: center bottom;
  background: #f4f2f1;
}

.sn-page-team .sn-people h2 {
  margin: 4px 0 20px;
  font-size: 54px;
  line-height: 1;
}

.sn-page-team .sn-people .sn-kicker {
  margin-bottom: 44px;
}

.sn-page-team .sn-people p {
  max-width: 590px;
  margin-bottom: 33px;
  color: var(--sn-muted);
  font-size: 17px;
  line-height: 1.62;
}

.sn-page-team .sn-people dl {
  grid-template-columns: 86px 1fr;
  gap: 8px 32px;
  margin-top: 92px;
  color: var(--sn-blue);
  font-size: 15px;
  line-height: 1.35;
}

.sn-page-team .sn-people dt {
  font-weight: 700;
  letter-spacing: 1px;
}

.sn-page-team .sn-method {
  width: min(100% - 48px, 1440px);
  padding: 0 0 430px;
  text-align: center;
}

.sn-page-team .sn-method__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  margin-top: 180px;
}

.sn-page-team .sn-method__grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 54px 42px;
  background: #f2f2f1;
  color: var(--sn-blue);
  border-radius: 8px;
}

.sn-page-team .sn-method__grid article:nth-child(2) {
  background: var(--sn-blue);
  color: #fff;
}

.sn-page-team .sn-method__grid img {
  width: 124px;
  height: 124px;
  object-fit: contain;
  margin-bottom: 62px;
}

.sn-page-team .sn-method__grid h3 {
  margin: 0 0 48px;
  font-family: var(--sn-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.sn-page-team .sn-method__grid p {
  max-width: 330px;
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.45;
}

.sn-page-team .sn-contact-block {
  width: min(100% - 48px, 640px);
  padding: 0 0 245px;
}

.sn-page-team .sn-contact-block .sn-kicker {
  margin-bottom: 44px;
}

.sn-page-team .sn-contact-form {
  width: 635px;
  max-width: 100%;
  gap: 28px;
  margin-top: 150px;
}

.sn-page-team .sn-contact-form input {
  height: 75px;
}

.sn-page-team .sn-contact-form textarea {
  min-height: 227px;
  padding-top: 28px;
}

.sn-page-team .sn-contact-form input,
.sn-page-team .sn-contact-form textarea {
  border-color: var(--sn-blue);
  font-size: 15px;
  letter-spacing: 7px;
}

.sn-page-team .sn-contact-form button {
  width: 270px;
  height: 72px;
  margin-top: 26px;
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-team .sn-footer {
  padding-top: 112px;
  padding-bottom: 100px;
}

.sn-page-team .sn-footer__brand {
  margin-bottom: 142px;
}

.sn-page-team .sn-footer__brand img {
  width: 470px;
}

.sn-page-team .sn-footer__grid {
  width: min(100%, 1390px);
  grid-template-columns: 1fr 1.35fr 1.1fr;
  gap: 138px;
}

.sn-page-team .sn-footer__nav {
  gap: 51px;
}

.sn-page-team .sn-footer h3,
.sn-page-team .sn-footer__nav span,
.sn-page-team .sn-newsletter label:not(.sn-check) > span {
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-team .sn-footer p,
.sn-page-team .sn-footer span {
  font-size: 15px;
}

.sn-page-team .sn-newsletter input[type="email"] {
  height: 74px;
  padding: 0 92px 0 20px;
  font-size: 17px;
  letter-spacing: 7px;
  text-align: center;
}

.sn-page-team .sn-newsletter button {
  top: 76px;
  width: 75px;
  height: 74px;
  font-size: 34px;
}

.sn-page-team .sn-newsletter button img {
  width: 28px;
  height: 28px;
}

.sn-page-team .sn-social {
  width: min(100%, 1390px);
  margin-top: 80px;
}

.sn-page-team .sn-social img {
  width: 26px;
  height: 26px;
}

.sn-page-team .sn-footer__bottom {
  width: min(100%, 1390px);
  justify-content: space-between;
  margin-top: 145px;
}

@media (max-width: 1200px) {
  .sn-page-team .sn-people article,
  .sn-page-team .sn-people article:nth-child(even) {
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 70px;
  }

  .sn-page-team .sn-people img {
    width: 330px;
    height: 430px;
  }
}

@media (max-width: 900px) {
  .sn-page-team .sn-header {
    padding: 30px 24px 0;
  }

  .sn-page-team .sn-header__logo img {
    width: 150px;
  }

  .sn-page-team .sn-nav {
    gap: 18px;
    padding-top: 8px;
  }

  .sn-page-team .sn-nav a {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .sn-page-team .sn-hero {
    min-height: 560px;
  }

  .sn-page-team .sn-hero__content {
    padding: 315px 24px 48px;
  }

  .sn-page-team .sn-hero h1 {
    max-width: 560px;
    font-size: 34px;
  }

  .sn-page-team .sn-team-competence {
    padding-top: 96px;
  }

  .sn-page-team .sn-team-competence figure {
    margin-top: 80px;
  }

  .sn-page-team .sn-team-competence img {
    height: 360px;
  }

  .sn-page-team .sn-team-vision {
    padding: 100px 0 96px;
  }

  .sn-page-team .sn-people {
    gap: 90px;
    padding-bottom: 130px;
  }

  .sn-page-team .sn-people article,
  .sn-page-team .sn-people article:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sn-page-team .sn-people img {
    width: min(100%, 405px);
    height: auto;
    max-height: 520px;
    margin: 0 auto;
  }

  .sn-page-team .sn-method {
    padding-bottom: 130px;
  }

  .sn-page-team .sn-method__grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
    gap: 14px;
  }

  .sn-page-team .sn-method__grid article {
    min-height: 250px;
    padding: 28px 18px;
  }

  .sn-page-team .sn-method__grid img {
    width: 76px;
    height: 76px;
    margin-bottom: 22px;
  }

  .sn-page-team .sn-method__grid h3 {
    margin-bottom: 16px;
    font-size: 31px;
  }

  .sn-page-team .sn-method__grid p {
    font-size: 12px;
  }

  .sn-page-team .sn-footer {
    padding: 78px 24px 54px;
  }

  .sn-page-team .sn-footer__brand {
    margin-bottom: 72px;
  }

  .sn-page-team .sn-footer__brand img {
    width: 250px;
  }

  .sn-page-team .sn-footer__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sn-page-team .sn-footer__nav {
    gap: 17px;
  }

  .sn-page-team .sn-footer h3,
  .sn-page-team .sn-footer__nav span,
  .sn-page-team .sn-newsletter label:not(.sn-check) > span {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .sn-page-team .sn-newsletter input[type="email"] {
    height: 52px;
    font-size: 13px;
    letter-spacing: 4px;
  }

  .sn-page-team .sn-newsletter button {
    top: 55px;
    width: 52px;
    height: 52px;
  }

  .sn-page-team .sn-newsletter button img {
    width: 22px;
    height: 22px;
  }

  .sn-page-team .sn-social {
    margin-top: 56px;
  }

  .sn-page-team .sn-footer__bottom {
    justify-content: center;
    margin-top: 72px;
  }
}

@media (max-width: 560px) {
  .sn-page-team .sn-method__grid {
    grid-template-columns: 1fr;
  }
}

/* Portfolio: tuned against the supplied desktop PDF. */
.sn-page-portfolio .sn-header {
  padding: clamp(52px, 3.8vw, 84px) clamp(76px, 8.6vw, 165px) 0;
}

.sn-page-portfolio .sn-header__logo img {
  width: clamp(150px, 9.4vw, 182px);
}

.sn-page-portfolio .sn-nav {
  gap: clamp(42px, 3.5vw, 68px);
  padding-top: 8px;
}

.sn-page-portfolio .sn-nav a {
  font-size: 12px;
  letter-spacing: 4px;
}

.sn-page-portfolio .sn-hero {
  min-height: 650px;
  background-image: linear-gradient(90deg, rgba(9, 15, 33, 0.62), rgba(9, 15, 33, 0.18)), var(--hero-image);
  background-position: center 49%;
}

.sn-page-portfolio .sn-hero__content {
  padding: 360px 165px 72px;
}

.sn-page-portfolio .sn-hero h1 {
  max-width: 560px;
  margin-bottom: 38px;
  font-size: 48px;
  line-height: 1.08;
}

.sn-page-portfolio .sn-hero .sn-button {
  width: 215px;
  min-height: 54px;
  font-size: 12px;
  letter-spacing: 5px;
}

.sn-page-portfolio .sn-intro {
  width: min(100% - 48px, 650px);
  padding: 200px 0 250px;
  text-align: center;
}

.sn-page-portfolio .sn-intro h2,
.sn-page-portfolio .sn-contact-block h2 {
  margin-bottom: 18px;
  font-size: 50px;
  line-height: 1;
}

.sn-page-portfolio .sn-intro .sn-kicker,
.sn-page-portfolio .sn-contact-block .sn-kicker {
  margin-bottom: 42px;
  color: var(--sn-blue);
  font-size: 14px;
  letter-spacing: 7px;
}

.sn-page-portfolio .sn-intro > p:not(.sn-kicker),
.sn-page-portfolio .sn-contact-block > p:not(.sn-kicker) {
  max-width: 640px;
  color: var(--sn-muted);
  font-size: 15px;
  line-height: 1.65;
}

.sn-page-portfolio .sn-project-list {
  width: min(100% - 48px, 1335px);
  padding: 0 0 420px;
}

.sn-page-portfolio .sn-project-card--wide {
  display: block;
  width: 100%;
  margin: 0 auto 380px;
  padding-bottom: 0;
}

.sn-page-portfolio .sn-project-card--wide:last-child {
  margin-bottom: 0;
}

.sn-page-portfolio .sn-project-card--wide figure {
  margin: 0 0 32px;
  overflow: hidden;
}

.sn-page-portfolio .sn-project-card--wide img {
  width: 100%;
  height: 650px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 48%;
}

.sn-page-portfolio .sn-project-card--wide .sn-project-card__meta {
  display: block;
  padding-right: 360px;
}

.sn-page-portfolio .sn-project-card__tags {
  gap: 17px;
}

.sn-page-portfolio .sn-project-card strong {
  color: var(--sn-blue);
  font-size: 14px;
  line-height: 1;
}

.sn-page-portfolio .sn-project-card p {
  color: var(--sn-muted);
  font-size: 13px;
  letter-spacing: 5px;
  line-height: 1;
  white-space: nowrap;
}

.sn-page-portfolio .sn-project-card h3 {
  margin-top: 24px;
  font-size: 36px;
  line-height: 1;
}

.sn-page-portfolio .sn-project-card .sn-small-button {
  right: 0;
  bottom: 0;
  width: 285px;
  min-height: 78px;
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-portfolio .sn-band {
  min-height: 850px;
  margin-top: 0;
  background-image: linear-gradient(90deg, rgba(9, 15, 33, 0.45), rgba(9, 15, 33, 0.55)), var(--band-image);
  background-position: center 47%;
}

.sn-page-portfolio .sn-band > div {
  width: min(100% - 48px, 1335px);
  padding-left: 720px;
}

.sn-page-portfolio .sn-band h2 {
  margin-bottom: 45px;
  font-size: 55px;
  line-height: 1.04;
}

.sn-page-portfolio .sn-band .sn-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  min-height: 78px;
  margin-bottom: 92px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-portfolio .sn-band p:not(.sn-kicker) {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.62;
}

.sn-page-portfolio .sn-contact-block {
  width: min(100% - 48px, 640px);
  padding: 280px 0 300px;
}

.sn-page-portfolio .sn-contact-form {
  width: 635px;
  max-width: 100%;
  gap: 28px;
  margin-top: 150px;
}

.sn-page-portfolio .sn-contact-form input {
  height: 75px;
}

.sn-page-portfolio .sn-contact-form textarea {
  min-height: 227px;
  padding-top: 28px;
}

.sn-page-portfolio .sn-contact-form input,
.sn-page-portfolio .sn-contact-form textarea {
  border-color: var(--sn-blue);
  font-size: 15px;
  letter-spacing: 7px;
}

.sn-page-portfolio .sn-contact-form button {
  width: 270px;
  height: 72px;
  margin-top: 26px;
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-portfolio .sn-footer {
  padding-top: 112px;
  padding-bottom: 100px;
}

.sn-page-portfolio .sn-footer__brand {
  margin-bottom: 142px;
}

.sn-page-portfolio .sn-footer__brand img {
  width: 470px;
}

.sn-page-portfolio .sn-footer__grid {
  width: min(100%, 1390px);
  grid-template-columns: 1fr 1.35fr 1.1fr;
  gap: 138px;
}

.sn-page-portfolio .sn-footer__nav {
  gap: 51px;
}

.sn-page-portfolio .sn-footer h3,
.sn-page-portfolio .sn-footer__nav span,
.sn-page-portfolio .sn-newsletter label:not(.sn-check) > span {
  font-size: 17px;
  letter-spacing: 7px;
}

.sn-page-portfolio .sn-footer p,
.sn-page-portfolio .sn-footer span {
  font-size: 15px;
}

.sn-page-portfolio .sn-newsletter input[type="email"] {
  height: 74px;
  padding: 0 92px 0 20px;
  font-size: 17px;
  letter-spacing: 7px;
  text-align: center;
}

.sn-page-portfolio .sn-newsletter button {
  top: 76px;
  width: 75px;
  height: 74px;
  font-size: 34px;
}

.sn-page-portfolio .sn-newsletter button img {
  width: 28px;
  height: 28px;
}

.sn-page-portfolio .sn-social {
  width: min(100%, 1390px);
  margin-top: 80px;
}

.sn-page-portfolio .sn-social img {
  width: 26px;
  height: 26px;
}

.sn-page-portfolio .sn-footer__bottom {
  width: min(100%, 1390px);
  justify-content: space-between;
  margin-top: 145px;
}

@media (max-width: 900px) {
  .sn-page-portfolio .sn-header {
    padding: 30px 24px 0;
  }

  .sn-page-portfolio .sn-header__logo img {
    width: 150px;
  }

  .sn-page-portfolio .sn-nav {
    gap: 18px;
    padding-top: 8px;
  }

  .sn-page-portfolio .sn-nav a {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .sn-page-portfolio .sn-hero {
    min-height: 560px;
  }

  .sn-page-portfolio .sn-hero__content {
    padding: 315px 24px 48px;
  }

  .sn-page-portfolio .sn-hero h1 {
    max-width: 520px;
    font-size: 34px;
  }

  .sn-page-portfolio .sn-intro {
    padding: 96px 0 110px;
  }

  .sn-page-portfolio .sn-project-list {
    padding-bottom: 130px;
  }

  .sn-page-portfolio .sn-project-card--wide {
    margin-bottom: 120px;
  }

  .sn-page-portfolio .sn-project-card--wide img {
    height: auto;
    aspect-ratio: 1.35 / 1;
  }

  .sn-page-portfolio .sn-project-card--wide .sn-project-card__meta {
    padding-right: 0;
  }

  .sn-page-portfolio .sn-project-card .sn-small-button {
    position: static;
    margin-top: 24px;
  }

  .sn-page-portfolio .sn-band > div {
    padding-left: 0;
  }

  .sn-page-portfolio .sn-footer {
    padding: 78px 24px 54px;
  }

  .sn-page-portfolio .sn-footer__brand {
    margin-bottom: 72px;
  }

  .sn-page-portfolio .sn-footer__brand img {
    width: 250px;
  }

  .sn-page-portfolio .sn-footer__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sn-page-portfolio .sn-footer__nav {
    gap: 17px;
  }

  .sn-page-portfolio .sn-footer h3,
  .sn-page-portfolio .sn-footer__nav span,
  .sn-page-portfolio .sn-newsletter label:not(.sn-check) > span {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .sn-page-portfolio .sn-newsletter input[type="email"] {
    height: 52px;
    font-size: 13px;
    letter-spacing: 4px;
  }

  .sn-page-portfolio .sn-newsletter button {
    top: 55px;
    width: 52px;
    height: 52px;
  }

  .sn-page-portfolio .sn-newsletter button img {
    width: 22px;
    height: 22px;
  }

  .sn-page-portfolio .sn-social {
    margin-top: 56px;
  }

  .sn-page-portfolio .sn-footer__bottom {
    justify-content: center;
    margin-top: 72px;
  }
}
