@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/oswald-300.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/oswald-400.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/oswald-500.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/oswald-600.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2");
}

:root {
  color: #000;
  background: #fff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #000;
}

a {
  color: inherit;
}

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

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 232px;
  background: #fff;
}

.brand__logo {
  display: block;
  width: 60%;
  max-width: none;
  height: auto;
}

.shop-link {
  display: inline-block;
  margin: 44px 0 48px;
  padding: 8px 24px;
  border-radius: 64px;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.4rem;
  text-decoration: none;
}

.shop-link:hover,
.shop-link:focus-visible {
  background: #333;
}

.shop-link:focus-visible,
.social a:focus-visible {
  outline: 3px solid #777;
  outline-offset: 4px;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 246px;
  padding: 40px 20px;
  background: #ccc;
}

.contact p {
  margin: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.43;
  text-align: center;
}

.contact a {
  text-decoration: none;
}

.footer {
  clear: both;
  padding: 20px;
  text-align: center;
}

.social {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 15px;
}

.social a {
  color: #000;
  font-size: 28px;
  text-decoration: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 1em/1 "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter-square::before {
  content: "\f081";
}

.fa-facebook-square::before {
  content: "\f082";
}

.fa-instagram::before {
  content: "\f16d";
}

.copyright {
  margin: 0;
  font-size: 9px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .brand {
    min-height: 526px;
    justify-content: flex-end;
    padding: 105px 20px 0;
  }

  .brand__logo {
    width: min(100%, 800px);
  }

  .shop-link {
    margin: 38px 0 48px;
    font-size: 18px;
    letter-spacing: 0.25rem;
  }

  .contact {
    min-height: 246px;
    padding: 48px 20px;
  }

  .contact p {
    font-size: clamp(30px, 9vw, 44px);
  }
}

@media (max-width: 419px) {
  .brand {
    min-height: 480px;
  }

  .contact p {
    font-size: 30px;
  }
}
