:root {
  --ink: #121011;
  --ink-soft: #3d383a;
  --paper: #f7f4ef;
  --white: #ffffff;
  --red: #b8252c;
  --red-dark: #8f1820;
  --line: rgba(18, 16, 17, 0.14);
  --shell: min(1220px, calc(100vw - 48px));
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: var(--body);
}

img {
  max-width: 100%;
}

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

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #199fe0;
  outline-offset: 4px;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(18, 16, 17, 0.08);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
}

.site-header__logo img {
  width: 246px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav > a:not(.button) {
  position: relative;
  padding-block: 14px;
}

.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 7px;
  height: 2px;
  background: var(--red);
  transition: right 180ms ease;
}

.site-nav > a:not(.button):hover::after,
.site-nav > a[aria-current="page"]::after {
  right: 0;
}

.site-nav .button {
  min-height: 46px;
  padding-inline: 20px;
}

.mobile-nav {
  display: none;
}

.button {
  min-height: 52px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: var(--red);
}

.button--primary:hover {
  background: var(--red-dark);
}

.button--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(17, 17, 17, 0.16);
}

.button--ghost:hover {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

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

.button--dark:hover {
  background: var(--red);
}

.hero {
  position: relative;
  min-height: calc(100svh - 88px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d0c11;
  color: var(--white);
}

.hero__image,
.prints-section__image,
.image-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__image {
  object-position: center 58%;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 10, 0.89) 0%, rgba(6, 6, 10, 0.58) 44%, rgba(6, 6, 10, 0.12) 76%),
    linear-gradient(0deg, rgba(6, 6, 10, 0.52), transparent 44%);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-block: 104px 134px;
}

.hero__kicker,
.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero__kicker {
  color: var(--white);
}

.hero__kicker span {
  color: #ef414b;
  padding-inline: 6px;
}

.hero h1,
.image-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.4rem, 7.2vw, 7.2rem);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-wrap: balance;
}

.hero__intro {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.58;
}

.button-row {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__scroll {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero__scroll span {
  width: 1px;
  height: 44px;
  background: var(--white);
}

.photo-story {
  padding: 120px 0;
}

.section-heading {
  margin-bottom: 48px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 72px;
}

.section-heading h2,
.prints-section h2,
.contact-section h2,
.contact-page__intro h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 5.2vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-heading--split > div:last-child > p {
  margin: 0;
  color: var(--ink-soft);
}

.instagram-links {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.instagram-links a,
.text-link {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.instagram-links a:hover,
.text-link:hover {
  color: var(--red-dark);
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 255px 255px;
  gap: 12px;
}

.featured-grid__item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #d9d5cf;
}

.featured-grid__item--1 {
  grid-column: span 2;
  grid-row: span 2;
}

.featured-grid__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.featured-grid__item:hover img {
  transform: scale(1.035);
}

.featured-grid__item--3 img {
  object-position: center 38%;
}

.section-action {
  margin-top: 30px;
  text-align: right;
}

.text-link span {
  display: inline-block;
  padding-left: 8px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

.services-section {
  padding: 118px 0 126px;
  color: var(--white);
  background: var(--ink);
}

.eyebrow--light {
  color: #ee545c;
}

.services-section .section-heading h2 {
  color: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.service-card {
  min-width: 0;
  background: #181617;
}

.service-card__image {
  position: relative;
  aspect-ratio: 1.42;
  overflow: hidden;
  background: #282526;
}

.service-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86);
  transition:
    filter 320ms ease,
    transform 500ms ease;
}

.service-card:hover .service-card__image img {
  filter: saturate(1.05);
  transform: scale(1.025);
}

.service-card__body {
  position: relative;
  min-height: 270px;
  padding: 34px 34px 30px;
}

.service-card__number {
  position: absolute;
  top: 38px;
  right: 30px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-card h3 {
  margin: 0 40px 15px 0;
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.96rem;
}

.service-card a {
  position: absolute;
  left: 34px;
  bottom: 28px;
  color: #f36d73;
  font-size: 0.71rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-card a span {
  display: inline-block;
  margin-left: 6px;
  transition: transform 180ms ease;
}

.service-card a:hover span {
  transform: translateX(4px);
}

.prints-section {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}

.prints-section__image {
  object-position: center;
  filter: saturate(0.75);
}

.prints-section__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0.55) 50%, rgba(8, 8, 8, 0.12));
}

.prints-section__content {
  position: relative;
  z-index: 2;
  padding-block: 96px;
}

.prints-section__content > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.coming-soon {
  display: inline-flex;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-section {
  padding: 120px 0;
  color: var(--white);
  background: #b8252c;
}

.contact-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.05fr);
  gap: clamp(64px, 9vw, 130px);
  align-items: start;
}

.contact-section__intro > p:not(.eyebrow) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.contact-details {
  margin-top: 48px;
  padding-top: 26px;
  display: grid;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.contact-details span {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-details strong {
  font-size: 1.15rem;
}

.contact-details a {
  width: fit-content;
  margin-top: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lead-form__field {
  display: grid;
  gap: 8px;
}

.lead-form__field--wide,
.lead-form__status,
.lead-form__actions,
.lead-form__fine-print {
  grid-column: 1 / -1;
}

.lead-form label {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  outline: none;
  color: inherit;
  background: transparent;
  font-size: 1rem;
}

.lead-form textarea {
  min-height: 122px;
  resize: vertical;
}

.lead-form select {
  appearance: auto;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.lead-form--light input::placeholder,
.lead-form--light textarea::placeholder {
  color: rgba(18, 16, 17, 0.48);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-bottom-width: 2px;
}

.lead-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.lead-form__actions {
  margin-top: 8px;
}

.lead-form__actions .button {
  min-width: 180px;
  border: 0;
  cursor: pointer;
}

.lead-form__actions .button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.lead-form__fine-print {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.lead-form--light .lead-form__fine-print {
  color: rgba(18, 16, 17, 0.58);
}

.lead-form__status {
  margin: 0;
  padding: 12px 14px;
  font-size: 0.9rem;
}

.lead-form__status--success {
  color: #0e4f27;
  background: #dff6e7;
}

.lead-form__status--error {
  color: #711116;
  background: #f9dedf;
}

.image-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #111;
}

.image-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.82), rgba(8, 8, 8, 0.08) 75%);
}

.image-hero__content {
  position: relative;
  z-index: 2;
  padding-block: 110px 72px;
}

.image-hero__content p:last-child {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.gallery-page {
  padding: 86px 0 120px;
}

.gallery-intro {
  max-width: 720px;
  margin-bottom: 48px;
  color: var(--ink-soft);
}

.gallery-grid {
  columns: 4 250px;
  column-gap: 12px;
}

.gallery-grid figure {
  position: relative;
  width: 100%;
  margin: 0 0 12px;
  break-inside: avoid;
  overflow: hidden;
  background: #ded9d2;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 500ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.gallery-cta {
  margin-top: 78px;
  padding: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  color: var(--white);
  background: var(--red);
}

.gallery-cta h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.gallery-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact-page {
  background: var(--white);
}

.contact-page__main {
  padding: 106px 0 120px;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(480px, 1.15fr);
  gap: clamp(60px, 9vw, 132px);
}

.contact-page__intro h1 {
  margin-bottom: 26px;
}

.contact-page__intro > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.contact-page__facts {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
}

.contact-page__facts li {
  padding-top: 18px;
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
}

.contact-page__facts span {
  color: #71696c;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-page__facts strong,
.contact-page__facts a {
  font-size: 1.05rem;
  font-weight: 750;
}

.contact-page__facts a {
  width: fit-content;
  color: var(--red);
  border-bottom: 1px solid currentColor;
}

.contact-page__form {
  padding: clamp(28px, 5vw, 58px);
  background: var(--paper);
}

.contact-page__form h2 {
  margin: 0 0 32px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.map-section {
  min-height: 460px;
  background: #d8d5cf;
}

.map-section iframe {
  width: 100%;
  height: 460px;
  display: block;
  border: 0;
  filter: grayscale(0.82) contrast(0.94);
}

.site-footer {
  padding: 66px 0 34px;
  color: var(--white);
  background: #0d0c0d;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(250px, 1.15fr) 0.6fr 0.8fr;
  gap: 64px;
  align-items: start;
}

.site-footer__logo img {
  width: 255px;
  height: auto;
  display: block;
}

.site-footer__tagline {
  max-width: 360px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.site-footer__column {
  display: grid;
  gap: 10px;
}

.site-footer__column h2 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__column a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.85);
}

.site-footer__column a:hover {
  color: #f36d73;
}

.site-footer__bottom {
  margin-top: 58px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.75rem;
}

.not-found {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 90px 24px;
  text-align: center;
}

.not-found h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 12vw, 9rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.not-found p {
  margin: 24px auto;
  color: var(--ink-soft);
}

@media (max-width: 1024px) {
  :root {
    --shell: min(100% - 40px, 940px);
  }

  .site-header__logo img {
    width: 210px;
  }

  .site-nav {
    gap: 22px;
  }

  .hero {
    min-height: 760px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .featured-grid {
    grid-template-rows: 210px 210px;
  }

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

  .contact-section__grid,
  .contact-page__grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 56px;
  }

  .site-footer__top {
    grid-template-columns: 1.2fr 0.7fr 0.9fr;
    gap: 36px;
  }
}

@media (max-width: 767px) {
  :root {
    --shell: min(100% - 32px, 600px);
  }

  html {
    scroll-padding-top: 76px;
  }

  .site-header__inner {
    min-height: 76px;
  }

  .site-header__logo img {
    width: 178px;
  }

  .site-nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span,
  .mobile-nav summary::before,
  .mobile-nav summary::after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: var(--ink);
  }

  .mobile-nav summary span {
    margin-block: -7px;
  }

  .mobile-nav[open] summary span {
    opacity: 0;
  }

  .mobile-nav[open] summary::before {
    transform: translateY(2px) rotate(45deg);
  }

  .mobile-nav[open] summary::after {
    transform: translateY(-2px) rotate(-45deg);
  }

  .mobile-nav__panel {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    padding: 18px 16px 22px;
    display: grid;
    gap: 4px;
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 35px rgba(18, 16, 17, 0.12);
  }

  .mobile-nav__panel a {
    min-height: 48px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-nav__panel a:last-child {
    margin-top: 8px;
    justify-content: center;
    color: var(--white);
    background: var(--red);
    border: 0;
  }

  .hero {
    min-height: calc(100svh - 76px);
    align-items: end;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, rgba(6, 6, 10, 0.92) 0%, rgba(6, 6, 10, 0.55) 63%, rgba(6, 6, 10, 0.14)),
      linear-gradient(90deg, rgba(6, 6, 10, 0.45), transparent);
  }

  .hero__content {
    padding-block: 96px 88px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 16vw, 5.2rem);
  }

  .hero__kicker {
    max-width: 330px;
    line-height: 1.8;
  }

  .hero__intro {
    font-size: 1rem;
  }

  .button-row {
    display: grid;
  }

  .button-row .button {
    width: 100%;
  }

  .hero__scroll {
    display: none;
  }

  .photo-story,
  .services-section,
  .contact-section,
  .contact-page__main {
    padding-block: 82px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .prints-section h2,
  .contact-section h2,
  .contact-page__intro h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .featured-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 180px 180px;
    gap: 8px;
  }

  .featured-grid__item--1 {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .featured-grid__item--4 {
    grid-column: 1 / -1;
  }

  .section-action {
    text-align: left;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card__body {
    min-height: 242px;
  }

  .prints-section {
    min-height: 540px;
  }

  .prints-section__shade {
    background: rgba(8, 8, 8, 0.74);
  }

  .contact-section__grid,
  .contact-page__grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

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

  .lead-form__field,
  .lead-form__field--wide,
  .lead-form__status,
  .lead-form__actions,
  .lead-form__fine-print {
    grid-column: 1;
  }

  .image-hero {
    min-height: 460px;
  }

  .image-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .gallery-page {
    padding-block: 60px 82px;
  }

  .gallery-grid {
    columns: 2 140px;
    column-gap: 8px;
  }

  .gallery-grid figure {
    margin-bottom: 8px;
  }

  .gallery-cta {
    margin-top: 52px;
    padding: 32px 26px;
    display: grid;
  }

  .gallery-cta .button {
    width: 100%;
  }

  .contact-page__form {
    margin-inline: -16px;
  }

  .site-footer {
    padding-top: 54px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .site-footer__bottom {
    margin-top: 42px;
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
