/* ==========================
   1. Container
========================== */

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-sm);
}

/* ==========================
   2. Header
========================== */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* ==========================
   3. Section Scroll Offset
========================== */

#about,
#services,
#web-design,
#graphic-design,
#sound-design,
#lets-link,
#testimonials {
  scroll-margin-top: var(--space-2xl);
}

/* ==========================
   4. Footer
========================== */

footer {
  text-align: center;
  padding: var(--space-md) var(--space-sm);
}

footer .footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-sm);
  width: 100%;
  max-width: max-content;
  margin: 0 auto var(--space-sm);
  padding: 0;
}
