@font-face {
    font-family: 'A-Space';
    src: url('assets/fonts/A-Space Thin Demo.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'A-Space';
    src: url('assets/fonts/A-Space Light Demo.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'A-Space';
    src: url('assets/fonts/A-Space Regular Demo.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'A-Space';
    src: url('assets/fonts/A-Space Bold Demo.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'A-Space';
    src: url('assets/fonts/A-Space Black Demo.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
* {
    font-family: 'A-Space', sans-serif !important;
}

:root {
  --black: #000;
  --paper: #f2f2f2;
  --white: #fff;
  --footer: #1a1a1a;
  --muted: #a7adab;
  --accent: #29abe2;
  --page-x: 7.5%;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--black);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--white);
  color: var(--black);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body.drawer-open {
  overflow: hidden;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

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

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 120;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  outline-offset: 2px;
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 30;
  height: 76px;
  background: var(--black);
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: -1;
  height: 3px;
  background: var(--black);
  content: "";
}

.header-nav {
  position: absolute;
  top: 23px;
  right: 7.67vw;
  display: flex;
  gap: 12px;
}

.header-control {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
}

.list-icon {
  display: grid;
  width: 36px;
  height: 36px;
  gap: 4px;
}

.list-icon i {
  display: block;
  width: 36px;
  height: 16px;
  border: 1px solid var(--white);
}

.grid-icon {
  display: grid;
  width: 36px;
  height: 36px;
  grid-template-columns: repeat(2, 16px);
  grid-template-rows: repeat(2, 16px);
  gap: 4px;
}

.grid-icon i {
  background: var(--white);
}

.bag-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--white);
}

.bag-count {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--black);
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.6);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.bag-toggle.has-items .bag-count {
  opacity: 1;
  transform: scale(1);
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  width: min(480px, 92vw);
  height: 100dvh;
  padding: 32px;
  background: var(--black);
  color: var(--white);
  visibility: hidden;
  transform: translateX(101%);
  transition:
    transform 420ms var(--ease),
    visibility 420ms;
}

.menu-drawer.is-open {
  visibility: visible;
  transform: translateX(0);
}

.drawer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 54px;
  border-bottom: 1px solid rgb(255 255 255 / 45%);
}

.drawer-close {
  width: 38px;
  height: 38px;
}

.drawer-close svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.menu-drawer nav {
  display: grid;
  margin-top: 28px;
}

.menu-drawer nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 300;
  text-transform: uppercase;
  transition: padding 220ms ease;
}

.menu-drawer nav a:hover {
  padding-left: 12px;
}

.menu-drawer nav span {
  color: rgb(255 255 255 / 55%);
  font-size: 0.7rem;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgb(0 0 0 / 62%);
  opacity: 0;
  visibility: hidden;
  cursor: default;
  transition:
    opacity 320ms ease,
    visibility 320ms;
}

.drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  height: 462px;
  overflow: hidden;
  background-color: #354652;
  background-repeat: no-repeat;
  color: var(--white);
}

.hero--women {
  background-image: url("assets/images/web/image-01.jpg");
  background-position: 50% 23.9%;
  background-size: 124.03% auto;
}

.hero--men {
  background-image: url("assets/images/web/image-02.jpg");
  background-position: 50% 23.1%;
  background-size: 100.22% auto;
}

.hero-copy {
  position: absolute;
  top: 176px;
  width: 650px;
}

.hero-copy--right {
  right: 7.55vw;
  width: 550px;
}

.hero-copy--left {
  left: 7.85vw;
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 300;
  letter-spacing: -1.5px;
  line-height: 0.88;
  transform: translateY(4px);
}

.hero-detail {
  display: flex;
  align-items: center;
  margin-top: 9px;
  margin-left: 12px;
}

.hero-arrow {
  position: relative;
  flex: 0 0 102px;
  height: 100px;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
}

.hero-arrow::before {
  position: absolute;
  bottom: 7px;
  left: 10px;
  width: 120px;
  height: 3px;
  background: var(--white);
  content: "";
  transform: rotate(-45deg);
  transform-origin: left center;
  transition: transform 260ms var(--ease);
}

.hero-arrow:hover::before {
  transform: translate(5px, -5px) rotate(-45deg);
}

.hero-detail p {
  max-width: 410px;
  margin: 16px 0 0 20px;
  font-size: 19px;
  line-height: 1.12;
}

.collection {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.collection--women {
  height: 824px;
  --heading-height: 88px;
  --track-gap: 49px;
  --visual-height: 484px;
  --pager-gap: 44px;
}

.collection--men {
  height: 851px;
  --heading-height: 96px;
  --track-gap: 42px;
  --visual-height: 513px;
  --pager-gap: 42px;
}

.collection-shell,
.accessories-shell {
  width: 85%;
  height: 100%;
  margin: 0 auto;
}

.collection-heading {
  display: flex;
  height: var(--heading-height);
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid currentColor;
}

.collection-heading > span {
  flex: 1;
}

.collection-heading > a {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-right: 3px;
  font-size: 25px;
  line-height: 1;
}

.collection-heading i {
  position: relative;
  display: block;
  width: 54px;
  height: 31px;
  border: 1px solid currentColor;
}

.collection-heading i::before {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 30px;
  height: 1px;
  background: currentColor;
  content: "";
}

.collection-heading i::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 9px;
  width: 14px;
  height: 14px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.collection-heading a:hover i::before {
  animation: arrow-pulse 650ms var(--ease);
}

@keyframes arrow-pulse {
  50% {
    left: 15px;
  }
}

.product-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin-top: var(--track-gap);
}

.product-card {
  min-width: 0;
}

.product-visual {
  position: relative;
  height: var(--visual-height);
  overflow: hidden;
  background: #e9e9e9;
}

.product-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.product-card:hover .product-visual > img {
  transform: scale(1.025);
}

.card-actions {
  position: absolute;
  right: 15px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.card-actions button {
  width: 28px;
  height: 28px;
  color: var(--white);
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 32%));
}

.card-actions svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.65;
  transition:
    fill 180ms ease,
    transform 180ms ease;
}

.card-actions button:hover svg {
  transform: scale(1.08);
}

.card-actions button.is-active svg {
  fill: currentColor;
}

.size-picker {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  width: min(196px, 58%);
  color: var(--black);
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.product-card:hover .size-picker,
.product-card:focus-within .size-picker,
.size-picker.is-open {
  opacity: 1;
  transform: translateY(0);
}

.size-picker > button {
  width: 100%;
  height: 29px;
  padding: 0 10px;
  background: rgb(242 242 242 / 78%);
  font-size: 13px;
  text-align: left;
  backdrop-filter: blur(5px);
}

.size-options {
  position: absolute;
  right: 0;
  bottom: 29px;
  left: 0;
  display: grid;
  padding: 8px 10px;
  background: rgb(242 242 242 / 83%);
  backdrop-filter: blur(6px);
}

.size-picker:not(.is-open) .size-options {
  display: none;
}

.size-options button {
  height: 25px;
  font-size: 12px;
  text-align: left;
}

.size-options button:hover,
.size-options button.selected {
  color: var(--accent);
}

.product-meta {
  height: 70px;
  padding: 10px 18px 0;
}

.product-meta p {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.product-meta p span {
  margin-left: 5px;
}

.swatches {
  display: flex;
  gap: 0;
  margin-top: 2px;
}

.swatches button {
  position: relative;
  width: 24px;
  height: 24px;
}

.swatches button::before {
  position: absolute;
  inset: 3px;
  border: 1px solid #a7adab;
  background: var(--swatch);
  content: "";
}

.swatches button.selected::after {
  position: absolute;
  inset: 1px;
  border: 1px solid currentColor;
  content: "";
}

.product-meta strong {
  display: block;
  margin-top: 0;
  color: var(--accent);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.pager {
  display: grid;
  width: 397px;
  height: 27px;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  margin: var(--pager-gap) auto 0;
  background: var(--black);
  color: var(--white);
}

.pager button {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.pager svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.pager span {
  font-size: 17px;
  text-align: right;
}

.pager button:disabled {
  opacity: 1;
  cursor: default;
}

.accessories {
  height: 1697px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
  --heading-height: 78px;
  --visual-height: 484px;
}

.accessories-copy {
  height: 343px;
  padding-top: 140px;
}

.accessories-copy h2 {
  margin: 0;
  font-size: 108px;
  font-weight: 300;
  letter-spacing: -3px;
  line-height: 0.87;
}

.accessories-copy p {
  margin: 41px 0 0;
  font-size: 29px;
  line-height: 1.17;
}

.collection-heading--dark {
  height: 78px;
}

.product-track--dark {
  margin-top: 67px;
  --visual-height: 484px;
}

.product-track--dark .product-visual {
  background: var(--white);
}

.product-track--dark .card-actions {
  color: var(--black);
  filter: none;
}

.product-track--dark .card-actions button {
  color: var(--black);
  filter: none;
}

.product-track--dark .product-meta {
  color: var(--white);
}

.pager--light {
  margin: 45px auto 0;
  background: #f6f6f6;
  color: var(--black);
}

.accessories-divider {
  height: 2px;
  margin-top: 20px;
  background: var(--white);
}

.site-footer {
  display: flex;
  width: 101.1%;
  height: 282px;
  justify-content: space-between;
  margin-top: 132px;
  margin-left: -0.55%;
  padding: 44px 48px 31px;
  background: var(--footer);
  color: var(--paper);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  color: var(--white);
}

.brand-word {
  font-size: 49px;
  font-weight: 300;
  letter-spacing: 11px;
  line-height: 0.84;
  transform: scaleX(1.08);
  transform-origin: left center;
}

.brand small {
  margin-top: 8px;
  font-size: 7px;
  letter-spacing: 0;
}

.brand--drawer .brand-word {
  font-size: 38px;
}

.footer-brand p {
  margin: 0;
  font-size: 16px;
}

.footer-contact {
  width: 237px;
}

.footer-contact h2 {
  margin: 8px 0 30px;
  font-size: 29px;
  font-weight: 400;
}

.footer-contact a {
  display: grid;
  min-height: 51px;
  grid-template-columns: 28px 14px 1fr;
  align-items: center;
  font-size: 15px;
}

.footer-contact b {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.footer-contact i {
  width: 2px;
  height: 19px;
  background: currentColor;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  max-width: min(360px, calc(100vw - 48px));
  padding: 13px 17px;
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  box-shadow: 0 12px 35px rgb(0 0 0 / 22%);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.noscript-message {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 110;
  margin: 0;
  padding: 12px 16px;
  background: var(--white);
  color: var(--black);
}

@media (min-width: 1101px) {
  .product-visual > img {
    position: absolute;
    max-width: none;
    object-fit: fill;
  }

  [data-track="women"] .product-card:nth-child(1) .product-visual > img {
    top: -9.7%;
    left: -13%;
    width: 128.4%;
    height: 126.3%;
  }

  [data-track="women"] .product-card:nth-child(2) .product-visual > img {
    top: -2.55%;
    left: -5.4%;
    width: 106.5%;
    height: 104.7%;
  }

  [data-track="women"] .product-card:nth-child(3) .product-visual > img {
    top: -12.78%;
    left: -9.9%;
    width: 117.2%;
    height: 115.2%;
  }

  [data-track="women"] .product-card:nth-child(4) .product-visual > img {
    top: -2.75%;
    left: -7.55%;
    width: 115.2%;
    height: 113.2%;
  }

  [data-track="men"] .product-card:nth-child(1) .product-visual > img {
    top: -0.55%;
    left: -67.65%;
    width: 212.6%;
    height: 105.2%;
  }

  [data-track="men"] .product-card:nth-child(2) .product-visual > img {
    top: -7.67%;
    left: -41.63%;
    width: 220.9%;
    height: 109.3%;
  }

  [data-track="men"] .product-card:nth-child(3) .product-visual > img {
    top: -2.68%;
    left: -4.31%;
    width: 111.5%;
    height: 103.4%;
  }

  [data-track="men"] .product-card:nth-child(4) .product-visual > img {
    top: -8.63%;
    left: -7.49%;
    width: 119.4%;
    height: 110.7%;
  }

  [data-track="accessories"] .product-card:nth-child(1) .product-visual > img {
    top: -10.61%;
    left: -0.66%;
    width: 102.3%;
    height: 120.8%;
  }

  [data-track="accessories"] .product-card:nth-child(2) .product-visual > img {
    top: -8.74%;
    left: -1.47%;
    width: 103.9%;
    height: 122.6%;
  }

  [data-track="accessories"] .product-card:nth-child(3) .product-visual > img {
    top: -11.17%;
    left: -3.85%;
    width: 103.9%;
    height: 122.6%;
  }

  [data-track="accessories"] .product-card:nth-child(4) .product-visual > img {
    top: -4.76%;
    left: -0.45%;
    width: 101%;
    height: 119.2%;
  }
}

@media (max-width: 1500px) and (min-width: 1101px) {
  .product-track {
    gap: 24px;
  }

  .product-meta {
    padding-left: 8px;
  }

  .hero-copy--right {
    right: 6vw;
  }
}

@media (max-width: 1100px) {
  .site-header {
    height: 70px;
  }

  .header-nav {
    top: 17px;
    right: 28px;
  }

  .hero {
    height: clamp(430px, 62vw, 560px);
    background-size: cover;
  }

  .hero--women {
    background-position: 43% center;
  }

  .hero--men {
    background-position: 55% 24%;
  }

  .hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 45%), transparent 52%, rgb(0 0 0 / 23%));
    content: "";
  }

  .hero-copy {
    z-index: 1;
    top: auto;
    bottom: 48px;
    width: min(620px, calc(100% - 64px));
  }

  .hero-copy--left,
  .hero-copy--right {
    right: auto;
    left: 32px;
  }

  .collection,
  .accessories {
    height: auto;
    overflow: hidden;
  }

  .collection-shell,
  .accessories-shell {
    width: calc(100% - 64px);
  }

  .collection {
    padding-bottom: 62px;
    --heading-height: 82px;
    --track-gap: 38px;
    --pager-gap: 36px;
  }

  .product-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

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

  .product-card {
    flex: 0 0 calc(50% - 10px);
    scroll-snap-align: start;
  }

  .product-visual {
    height: auto;
    aspect-ratio: 380 / 484;
  }

  .size-picker {
    opacity: 1;
    transform: none;
  }

  .collection--men .product-visual {
    aspect-ratio: 380 / 512;
  }

  .accessories {
    padding-bottom: 88px;
  }

  .accessories-copy {
    height: auto;
    padding: 100px 0 72px;
  }

  .accessories-copy h2 {
    font-size: clamp(68px, 10vw, 102px);
  }

  .accessories-copy p {
    margin-top: 32px;
    font-size: 22px;
  }

  .collection-heading--dark {
    height: 82px;
  }

  .product-track--dark {
    margin-top: 48px;
  }

  .accessories-divider {
    margin-top: 54px;
  }

  .site-footer {
    width: 100%;
    height: 300px;
    margin-top: 90px;
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .site-header {
    height: 64px;
  }

  .site-header::after {
    display: none;
  }

  .header-nav {
    top: 16px;
    right: 18px;
    gap: 9px;
  }

  .header-control {
    width: 32px;
    height: 32px;
  }

  .list-icon {
    width: 32px;
    height: 32px;
    grid-template-rows: repeat(2, 14px);
  }

  .list-icon i {
    width: 32px;
    height: 14px;
  }

  .grid-icon {
    width: 32px;
    height: 32px;
    grid-template-columns: repeat(2, 14px);
    grid-template-rows: repeat(2, 14px);
  }

  .bag-icon {
    width: 32px;
    height: 32px;
  }

  .menu-drawer {
    padding: 24px;
  }

  .hero {
    height: min(150vw, 610px);
    min-height: 520px;
  }

  .hero--women {
    background-position: 41% center;
  }

  .hero--men {
    background-position: 52% 24%;
  }

  .hero::after {
    background: linear-gradient(0deg, rgb(0 0 0 / 72%), transparent 62%);
  }

  .hero-copy {
    right: 20px;
    bottom: 34px;
    left: 20px;
    width: auto;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 42px;
  }

  .hero-detail {
    align-items: flex-end;
  }

  .hero-arrow {
    flex-basis: 76px;
    height: 74px;
    border-width: 2px;
  }

  .hero-arrow::before {
    bottom: 7px;
    left: 8px;
    width: 89px;
    height: 2px;
  }

  .hero-detail p {
    margin: 10px 0 0 14px;
    font-size: 15px;
    line-height: 1.25;
  }

  .collection-shell,
  .accessories-shell {
    width: calc(100% - 32px);
  }

  .collection {
    padding-bottom: 48px;
    --heading-height: 72px;
    --track-gap: 28px;
    --pager-gap: 30px;
  }

  .collection-heading > a {
    gap: 16px;
    font-size: 17px;
  }

  .collection-heading i {
    width: 47px;
    height: 29px;
  }

  .product-track {
    gap: 14px;
  }

  .product-card {
    flex-basis: 86%;
  }

  .product-meta {
    height: 76px;
    padding: 10px 4px 0;
  }

  .product-meta p {
    font-size: 16px;
  }

  .card-actions {
    right: 12px;
    bottom: 12px;
  }

  .size-picker {
    bottom: 12px;
    left: 12px;
    opacity: 1;
    transform: none;
  }

  .pager {
    width: min(100%, 397px);
  }

  .accessories {
    padding-bottom: 42px;
  }

  .accessories-copy {
    padding: 76px 0 48px;
  }

  .accessories-copy h2 {
    font-size: clamp(44px, 13vw, 66px);
    letter-spacing: -2px;
  }

  .accessories-copy p {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.35;
  }

  .accessories-copy br {
    display: none;
  }

  .collection-heading--dark {
    height: 72px;
  }

  .product-track--dark {
    margin-top: 40px;
  }

  .accessories-divider {
    margin-top: 46px;
  }

  .site-footer {
    display: grid;
    height: auto;
    gap: 58px;
    margin-top: 64px;
    padding: 36px 28px;
  }

  .footer-brand {
    min-height: 158px;
  }

  .footer-brand p {
    max-width: 280px;
    font-size: 13px;
    line-height: 1.5;
  }

  .footer-contact {
    width: 100%;
  }

  .footer-contact h2 {
    font-size: 25px;
  }

  .footer-contact a {
    width: 230px;
  }

  .toast {
    right: 16px;
    bottom: 16px;
  }
}

@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;
  }
}
