* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}

button {
  cursor: pointer;
}

body {
  font-family: "Commissioner";
  font-size: 0.9375rem;
  font-weight: 400;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 800;
}

h1 {
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 750px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1000px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 900px) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1000px) {
  h2 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1000px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  line-height: 1.6;
}
@media (min-width: 1000px) {
  p {
    font-size: 1.125rem;
  }
}

a {
  font-size: 1.125rem;
}
a:hover {
  font-weight: 800;
}

button {
  font-family: "Commissioner";
  font-size: 1.125rem;
  font-weight: 800;
}

.service__number {
  font-size: 5rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1000px) {
  .product__carousel-item-description-title {
    font-size: 1.25rem;
  }
}

header {
  padding: 2.5em 1.5em;
  position: relative;
}
@media (min-width: 750px) {
  header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0;
  }
}

.header__logo {
  height: 30px;
  width: auto;
}
@media (min-width: 600px) {
  .header__logo {
    margin: auto;
  }
}
@media (min-width: 1000px) {
  .header__logo {
    margin: auto 10em;
  }
}

.hide {
  display: none;
}
@media (min-width: 750px) {
  .hide {
    display: block;
  }
}

.adjust-height {
  height: 1px;
}

nav {
  background: #191921;
  height: 295px;
  width: 70%;
  max-width: 400px;
  position: absolute;
  z-index: 9;
  left: 25%;
  top: 108px;
}
@media (min-width: 750px) {
  nav {
    background: #f94f4f;
    max-width: unset;
    height: unset;
    position: unset;
    margin: 0;
    width: 57%;
    padding: 4em 1em;
  }
}
@media (min-width: 1000px) {
  nav {
    padding: 4em;
  }
}
@media (min-width: 1200px) {
  nav {
    width: 50%;
    padding: 4em 8em 4em 4em;
  }
}
nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 2em 0;
}
@media (min-width: 750px) {
  nav ul {
    padding: 0;
    position: unset;
    flex-direction: row;
    z-index: 9;
  }
}
nav li {
  text-align: center;
  min-width: 80%;
}
@media (min-width: 750px) {
  nav li {
    min-width: unset;
  }
}
nav a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 80%;
  height: 100%;
  padding: 1em;
}
@media (min-width: 600px) {
  nav a {
    width: 100%;
    padding: 1.25em 1em;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1000px) {
  nav a {
    font-size: 1rem;
  }
}
nav a:hover {
  background-color: #f94f4f;
  box-shadow: 0px 5px 0px 0px #f94f4f, 0px -5px 0px 0px #f94f4f;
}
@media (min-width: 600px) {
  nav a:hover {
    background-color: #191921;
    box-shadow: unset;
  }
  nav a:hover:hover {
    background-color: #434356;
  }
}
@media (min-width: 1000px) {
  nav a:hover {
    box-shadow: 1em 0px 0px 0px #191921, -1em 0px 0px 0px #191921;
  }
  nav a:hover:hover {
    box-shadow: 1em 0px 0px 0px #434356, -1em 0px 0px 0px #434356;
  }
}

.nav-toggle {
  padding: 1em 0.5em;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1000;
}
@media (min-width: 750px) {
  .nav-toggle {
    display: none;
  }
}

.nav-open .nav {
  transform: translateX(0);
}
.nav-open .nav-toggle {
  position: fixed;
}
.nav-open .hamburger {
  transform: rotate(0.625turn);
}
.nav-open .hamburger::before {
  transform: rotate(90deg) translateX(-8px);
}
.nav-open .hamburger::after {
  opacity: 0;
}

.hamburger {
  display: block;
  position: relative;
  margin-top: 1em;
  height: 2px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  background: #979797;
  width: 2em;
  border-radius: 1em;
  transition: transform 250ms ease-in-out;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: inherit;
}

.hamburger::before {
  top: 8px;
}

.hamburger::after {
  bottom: 8px;
}

.branding h1 {
  padding: 1.25em 1.5rem 0;
  min-width: 22rem;
  max-width: 80%;
}
.branding p {
  padding: 2em 1.5rem 2.5em;
  min-width: 22rem;
  max-width: 80%;
}
.branding .branding__button {
  display: inline-block;
  background-color: #f94f4f;
  color: #fff;
  padding: 1.5em 2em;
  margin: 0 1.5rem 5em;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.branding .branding__image {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .branding .branding__image {
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 750px) {
  .branding {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) 1fr minmax(300px, 1fr);
    grid-template-rows: 245px 125px minmax(225px, 1fr);
    z-index: 2;
  }
  .branding h1 {
    grid-row: 1/2;
    grid-column: 1/3;
    max-width: unset;
    padding: 1.25em 0 0 2.5rem;
  }
  .branding p {
    grid-row: 2/3;
    grid-column: 1/3;
    max-width: 99%;
    padding: 2em 0 2.5em 2.5rem;
  }
  .branding .branding__button {
    margin-left: 2.5rem;
    width: 200px;
    height: 75px;
    cursor: pointer;
    padding: 0;
    grid-row: 3/4;
    grid-column: 1/2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .branding .picture {
    grid-row: 1/-1;
    grid-column: 2/-1;
  }
}
@media (min-width: 1000px) {
  .branding {
    grid-template-rows: 375px 150px minmax(100px, 1fr);
  }
  .branding h1 {
    padding: 1.25em 0 0 10rem;
  }
  .branding p {
    max-width: 80%;
    padding: 1em 0 1em 10rem;
  }
  .branding .branding__button {
    margin-top: 1em;
    margin-left: 10rem;
  }
  .branding .branding__button:hover {
    background: #ff9393;
  }
}
@media (min-width: 1200px) {
  .branding h1 {
    max-width: 90%;
  }
}
.branding--centered {
  text-align: center;
}
.branding--centered h1, .branding--centered p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.branding--centered .branding__button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 750px) {
  .branding--centered {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .branding--centered h1, .branding--centered p {
    grid-column: 1;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 800px;
    margin: 0 auto;
  }
  .branding--centered .branding__button {
    grid-column: 1;
    margin: 0 auto 2rem;
  }
  .branding--centered .picture {
    grid-column: 1;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .branding--centered h1, .branding--centered p {
    padding-left: 0;
    padding-right: 0;
  }
}
.branding--minimal h1 {
  font-size: 2rem;
  font-weight: 400;
}
.branding--minimal p {
  font-size: 0.95rem;
  opacity: 0.9;
}
.branding--minimal .branding__button {
  background: transparent;
  border: 2px solid #f94f4f;
  color: #f94f4f;
}
.branding--minimal .branding__button:hover {
  background: #f94f4f;
  color: #fff;
}
@media (min-width: 1000px) {
  .branding--minimal h1 {
    font-size: 2.5rem;
  }
}

/*
I would have had the design and services as separate sections, but due to how these sections overlap in the tablet and desktop views, the solution that involved CSS grid required that they be part of the same grid.

To my knowledge, sections of separate grid cannot overlap onto other sections of other grids.
*/
.design__container {
  background-color: #191921;
  color: #fff;
  margin-bottom: 0.5em;
  padding: 5em 2em 5em;
  margin-top: -35px;
}
.design__container h2 span {
  color: #f94f4f;
}
.design__container p {
  padding: 2em 0 1em;
  max-width: 400px;
}
.design__container .design__button {
  display: inline-block;
  font-size: 0.9375rem;
  background-color: #191921;
  color: #f94f4f;
  border: none;
  border-bottom: 2px solid #f94f4f;
  padding: 0 0 0.5em;
  text-decoration: none;
  cursor: pointer;
}
.design__container .design__button:hover {
  color: #ff9393;
  border-bottom: 2px solid #ff9393;
}

.design__image {
  width: 100%;
  height: auto;
}

.design__bg-element {
  width: 63px;
  height: auto;
  position: relative;
  top: -18px;
  left: 30px;
  z-index: 10;
}

.services__title {
  background-color: #f94f4f;
  color: #fff;
  padding: 3em 1.5rem 1.5em;
}

.service {
  background-color: #f94f4f;
  color: #fff;
  padding-left: 1.5rem;
}
.service h3 {
  font-size: 0.9375rem;
  padding: 3.5em 1.25em 1.5em;
}
.service .service__number {
  position: absolute;
}
.service p {
  padding: 0 4em 2em 1.25em;
}
@media (min-width: 600px) {
  .service p {
    padding: 0 10em 2em 1.25em;
  }
}
@media (min-width: 750px) {
  .service p {
    padding: 0 2em 2em 1.25em;
  }
}

.service3 {
  padding-bottom: 5em;
}

@media (min-width: 750px) {
  .grid__layout {
    margin-top: -50px;
    display: grid;
    grid-template-columns: minmax(328px, 1fr) 50px 75px 1fr;
    grid-template-rows: minmax(220px, 1fr) 220px 130px 200px 170px 1fr;
  }
  .grid__layout .design__picture {
    grid-row: 1/4;
    grid-column: 1/3;
    display: block;
  }
  .grid__layout .design__picture img {
    height: 100%;
    object-fit: cover;
  }
  .grid__layout .design__container {
    margin-top: unset;
    grid-row: 1/4;
    grid-column: 3/-1;
    padding: 8em 0 0 4em;
  }
  .grid__layout .design__container .design__title {
    max-width: 50%;
  }
  .grid__layout .design__container .design__statement {
    padding: 2.5em 0;
    max-width: 80%;
  }
  .grid__layout .design__bg-element {
    display: block;
    grid-row: 2/3;
    grid-column: 3/4;
    left: -30px;
  }
  .grid__layout .services__title {
    grid-row: 4/-1;
    grid-column: 1/2;
    padding: 3.5em 1em;
    background-color: #fff;
    color: #000;
  }
  .grid__layout .service {
    padding-left: 3rem;
  }
  .grid__layout .service1 {
    grid-row: 3/5;
    grid-column: 2/-1;
    padding-top: 8em;
  }
  .grid__layout .service2 {
    grid-row: 5/6;
    grid-column: 2/-1;
    margin-top: -2em;
  }
  .grid__layout .service3 {
    grid-row: 6/-1;
    grid-column: 2/-1;
    margin-top: -2em;
  }
}
@media (min-width: 900px) {
  .grid__layout .design__title {
    min-width: 80%;
  }
}
@media (min-width: 1000px) {
  .grid__layout {
    grid-template-columns: minmax(300px, 1fr) 200px 100px 1fr;
    grid-template-rows: 180px 610px 200px 245px 255px 1fr;
  }
  .grid__layout .design__bg-element {
    height: 61px;
    width: auto;
    left: -72px;
  }
  .grid__layout .design__container {
    padding: 8em 0 0 8em;
  }
  .grid__layout .design__container .design__statement {
    padding: 2.5em 0;
    max-width: 80%;
  }
  .grid__layout .design__container button {
    font-size: 1.125rem;
  }
  .grid__layout .services__title {
    grid-column: 1/3;
    z-index: 1;
    background: transparent;
    padding: 3.5em 0 0 3em;
  }
  .grid__layout .service {
    padding-left: 14rem;
  }
  .grid__layout .service h3 {
    font-size: 1.25rem;
    padding: 2.5em 0 1.5em 3.5rem;
  }
  .grid__layout .service p {
    padding: 0 0 0 3.5rem;
    max-width: 90%;
  }
  .grid__layout .service1 {
    padding-top: 13em;
  }
  .grid__layout .service2 {
    margin-top: 0;
  }
  .grid__layout .service3 {
    padding-bottom: 14em;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .grid__layout .service {
    padding-left: 18rem;
  }
}

.design--centered .design__container {
  text-align: center;
}
.design--centered .design__container h2, .design--centered .design__container p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 750px) {
  .design--centered .grid__layout {
    grid-template-columns: 1fr;
  }
  .design--centered .grid__layout .design__picture {
    grid-column: 1;
    max-width: 600px;
    margin: 0 auto;
  }
  .design--centered .grid__layout .design__container {
    grid-column: 1;
    padding: 4em 2em;
  }
  .design--centered .grid__layout .design__container .design__title,
.design--centered .grid__layout .design__container .design__statement {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.design--minimal .design__container {
  background: transparent;
}
.design--minimal .design__container h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.design--minimal .design__container p {
  opacity: 0.85;
}
.design--minimal .design__container button {
  border-width: 1px;
  font-size: 0.875rem;
}

.projects__carousel {
  position: relative;
}
.projects__carousel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.projects__carousel .project__carousel-item,
.projects__carousel .project__carousel-item--hidden,
.projects__carousel .product__carousel-item-title,
.projects__carousel .product__carousel-item-title--hidden {
  display: none;
}
.projects__carousel .project__carousel-item--visible,
.projects__carousel .product__carousel-item-title--visible {
  display: block;
}
.projects__carousel .product__carousel-item-description {
  position: absolute;
  top: 78%;
  width: 80%;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  z-index: 99;
}
.projects__carousel .product__carousel-item-description .product__carousel-item-description-title {
  font-weight: 800;
}

.project__carousel-nav {
  padding: 4.5em 2em 3em;
  background: #191921;
  color: #fff;
  margin-top: -4px;
}
.project__carousel-nav .product__carousel-item-title,
.project__carousel-nav .product__carousel-item-title--hidden {
  display: none;
}
.project__carousel-nav .product__carousel-item-title--visible {
  display: block;
}
.project__carousel-nav h2 {
  margin: 0 0 1em;
}
.project__carousel-nav button {
  background: #191921;
  margin-right: 1em;
}
.project__carousel-nav button:hover img {
  filter: invert(82%) sepia(88%) saturate(1535%) hue-rotate(299deg) brightness(116%) contrast(118%);
}

.project__image {
  width: 100%;
  height: auto;
  display: block;
}

.product__bg-element {
  display: none;
  width: 63px;
  height: auto;
}

.cta {
  padding: 3em 1.5em 5em;
}
.cta h2 {
  margin: 0 0 1.5em;
}
.cta .cta__button {
  display: inline-block;
  background-color: #f94f4f;
  color: #fff;
  padding: 1.25em 2em;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.cta .cta__button:hover {
  background-color: #ff9393;
}
.cta .cta__bg-element {
  display: none;
}
@media (min-width: 750px) {
  .cta {
    display: flex;
    justify-content: space-between;
    padding: 5em 3em;
  }
  .cta h2 {
    max-width: 50%;
    margin: 0;
  }
  .cta .cta__button {
    font-size: 1rem;
    height: 4rem;
    align-self: center;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .cta {
    position: relative;
    padding: 7em 10em;
    box-shadow: -100px 0 0 0 white;
  }
  .cta .cta__bg-element {
    display: block;
    position: absolute;
    left: -65px;
    top: 125px;
    z-index: -1;
  }
}
.cta--centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.cta--centered h2 {
  max-width: 600px;
  margin: 0 auto 1.5em;
}
.cta--centered .cta__button {
  margin: 0 auto;
}
@media (min-width: 750px) {
  .cta--centered {
    flex-direction: column;
  }
  .cta--centered h2 {
    max-width: 600px;
    margin-bottom: 1.5em;
  }
}
.cta--minimal {
  background: #191921;
  color: #fff;
}
.cta--minimal h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.cta--minimal .cta__button {
  background: transparent;
  border: 2px solid #f94f4f;
  color: #f94f4f;
}
.cta--minimal .cta__button:hover {
  background: #f94f4f;
  color: #fff;
}
.cta--minimal .cta__bg-element {
  display: none;
}
@media (min-width: 1000px) {
  .cta--minimal {
    box-shadow: none;
  }
}

.video-section {
  padding: 4em 1.5em;
  background-color: #191921;
  color: #fff;
  text-align: center;
}
.video-section__container {
  max-width: 1200px;
  margin: 0 auto;
}
.video-section__title {
  font-size: 2rem;
  margin-bottom: 0.5em;
  color: #fff;
}
.video-section__subtitle {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 2em;
}
.video-section__player {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.video-section__player::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-section__player iframe,
.video-section__player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-section__player video {
  object-fit: cover;
}
.video-section--centered .video-section__title,
.video-section--centered .video-section__subtitle {
  text-align: center;
}
.video-section--minimal {
  background: transparent;
  color: #191921;
  padding: 2em 1.5em;
}
.video-section--minimal .video-section__title {
  color: #191921;
  font-size: 1.5rem;
}
.video-section--minimal .video-section__subtitle {
  color: #191921;
}
.video-section--minimal .video-section__player {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.video-section--fullwidth {
  padding: 0;
}
.video-section--fullwidth .video-section__container {
  max-width: 100%;
}
.video-section--fullwidth .video-section__title,
.video-section--fullwidth .video-section__subtitle {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.video-section--fullwidth .video-section__title {
  top: 2rem;
}
.video-section--fullwidth .video-section__subtitle {
  top: 4.5rem;
}
.video-section--fullwidth .video-section__player {
  max-width: 100%;
  border-radius: 0;
}
@media (min-width: 750px) {
  .video-section {
    padding: 6em 3em;
  }
  .video-section__title {
    font-size: 2.5rem;
  }
  .video-section__subtitle {
    font-size: 1.125rem;
  }
}
@media (min-width: 1000px) {
  .video-section {
    padding: 8em 5em;
  }
  .video-section__title {
    font-size: 3rem;
  }
}

.contact {
  background-color: #191921;
  padding: 4em 1.5em;
}
@media (min-width: 750px) {
  .contact {
    padding: 5em 3em;
  }
}
@media (min-width: 1000px) {
  .contact {
    padding: 7em 10em;
  }
}
.contact__container {
  max-width: 600px;
  margin: 0 auto;
}
.contact__title {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (min-width: 750px) {
  .contact__title {
    font-size: 2.5rem;
  }
}
.contact__subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 2em;
  font-size: 1rem;
}
.contact__form {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 750px) {
  .contact__form {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 750px) {
  .contact__form-group--full {
    grid-column: 1/-1;
  }
}
.contact__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
.contact__label .required {
  color: #f94f4f;
}
.contact__input, .contact__textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact__input::placeholder, .contact__textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact__input:focus, .contact__textarea:focus {
  outline: none;
  border-color: #f94f4f;
  box-shadow: 0 0 0 3px rgba(249, 79, 79, 0.2);
}
.contact__textarea {
  resize: vertical;
  min-height: 120px;
}
.contact__gdpr {
  margin-top: 0.5rem;
}
.contact__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.contact__checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #f94f4f;
  cursor: pointer;
  flex-shrink: 0;
}
.contact__gdpr-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.contact__privacy-link {
  color: #f94f4f;
  text-decoration: underline;
}
.contact__privacy-link:hover {
  color: #fb8080;
}
.contact__submit {
  width: 100%;
  padding: 1rem 2rem;
  background: #f94f4f;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}
.contact__submit:hover {
  background: #f82828;
  transform: translateY(-2px);
}
.contact__submit:active {
  transform: translateY(0);
}
.contact__success {
  text-align: center;
  padding: 3rem 1rem;
}
.contact__success svg {
  color: #34c759;
  margin-bottom: 1rem;
}
.contact__success p {
  color: #fff;
  font-size: 1.125rem;
}

.blog {
  min-height: 100vh;
  background-color: #fff;
}
.blog__header {
  background: #191921;
  padding: 2rem 1.5rem;
}
@media (min-width: 750px) {
  .blog__header {
    padding: 2rem 3rem;
  }
}
.blog__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.blog__logo {
  height: 24px;
}
@media (min-width: 750px) {
  .blog__logo {
    height: 32px;
  }
}
.blog__back-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.blog__back-link:hover {
  color: #f94f4f;
}
.blog__back-link svg {
  width: 20px;
  height: 20px;
}
.blog__hero {
  background: #191921;
  padding: 3rem 1.5rem 5rem;
  text-align: center;
}
@media (min-width: 750px) {
  .blog__hero {
    padding: 4rem 3rem 6rem;
  }
}
.blog__title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (min-width: 750px) {
  .blog__title {
    font-size: 3.5rem;
  }
}
.blog__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}
.blog__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 750px) {
  .blog__container {
    padding: 4rem 3rem;
  }
}
.blog__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 750px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media (min-width: 1000px) {
  .blog__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  grid-column: 1/-1;
}

.post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.post-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #434356;
}
.post-card__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.post-card__date {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.post-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.post-card__title a {
  color: inherit;
  text-decoration: none;
}
.post-card__title a:hover {
  color: #f94f4f;
}
.post-card__excerpt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9375rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1rem;
}
.post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #f94f4f;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: gap 0.2s;
}
.post-card__link:hover {
  gap: 0.75rem;
}
.post-card__link svg {
  width: 16px;
  height: 16px;
}

.blog-post {
  min-height: 100vh;
  background-color: #fff;
}
.blog-post__header {
  background: #191921;
  padding: 2rem 1.5rem;
}
@media (min-width: 750px) {
  .blog-post__header {
    padding: 2rem 3rem;
  }
}
.blog-post__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.blog-post__logo {
  height: 24px;
}
@media (min-width: 750px) {
  .blog-post__logo {
    height: 32px;
  }
}
.blog-post__back-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.blog-post__back-link:hover {
  color: #f94f4f;
}
.blog-post__hero {
  background: #191921;
  padding: 2rem 1.5rem 4rem;
}
@media (min-width: 750px) {
  .blog-post__hero {
    padding: 3rem 3rem 5rem;
  }
}
.blog-post__hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.blog-post__date {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.blog-post__title {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 750px) {
  .blog-post__title {
    font-size: 3rem;
  }
}
.blog-post__featured-image {
  max-width: 900px;
  margin: -3rem auto 0;
  padding: 0 1.5rem;
}
@media (min-width: 750px) {
  .blog-post__featured-image {
    margin-top: -4rem;
    padding: 0 3rem;
  }
}
.blog-post__featured-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
.blog-post__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media (min-width: 750px) {
  .blog-post__container {
    padding: 4rem 3rem;
  }
}
.blog-post__content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.85);
}
.blog-post__content h2, .blog-post__content h3, .blog-post__content h4 {
  color: #000;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
.blog-post__content h2 {
  font-size: 1.75rem;
}
.blog-post__content h3 {
  font-size: 1.375rem;
}
.blog-post__content p {
  margin-bottom: 1.5em;
}
.blog-post__content ul, .blog-post__content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.blog-post__content li {
  margin-bottom: 0.5em;
}
.blog-post__content a {
  color: #f94f4f;
  text-decoration: underline;
}
.blog-post__content a:hover {
  text-decoration: none;
}
.blog-post__content blockquote {
  border-left: 4px solid #f94f4f;
  margin: 2em 0;
  padding: 1em 1.5em;
  background: rgba(25, 25, 33, 0.03);
  font-style: italic;
}
.blog-post__content blockquote p:last-child {
  margin-bottom: 0;
}
.blog-post__content img {
  max-width: 100%;
  border-radius: 8px;
  margin: 2em 0;
}
.blog-post__content pre, .blog-post__content code {
  font-family: "Monaco", "Consolas", monospace;
  background: rgba(25, 25, 33, 0.05);
  border-radius: 4px;
}
.blog-post__content code {
  padding: 0.2em 0.4em;
  font-size: 0.875em;
}
.blog-post__content pre {
  padding: 1.5em;
  overflow-x: auto;
  margin: 2em 0;
}
.blog-post__content pre code {
  padding: 0;
  background: none;
}
.blog-post__not-found {
  text-align: center;
  padding: 4rem 2rem;
}
.blog-post__not-found h2 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.blog-post__not-found p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2rem;
}
.blog-post__not-found a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #f94f4f;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.2s;
}
.blog-post__not-found a:hover {
  background: #f82828;
}

.legal-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.legal__header {
  background: #191921;
  padding: 1.5rem;
}
@media (min-width: 750px) {
  .legal__header {
    padding: 2rem 3rem;
  }
}
.legal__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.legal__logo-link {
  display: block;
}
.legal__logo {
  height: 24px;
}
@media (min-width: 750px) {
  .legal__logo {
    height: 32px;
  }
}
.legal__back-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.legal__back-link:hover {
  color: #f94f4f;
}
.legal__back-link svg {
  flex-shrink: 0;
}
.legal__container {
  flex: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  width: 100%;
}
@media (min-width: 750px) {
  .legal__container {
    padding: 4rem 2rem;
  }
}
.legal__content {
  background: #fff;
}
.legal__title {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #f94f4f;
}
@media (min-width: 750px) {
  .legal__title {
    font-size: 2.5rem;
  }
}
.legal__body {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  line-height: 1.8;
}
.legal__body h1, .legal__body h2, .legal__body h3, .legal__body h4 {
  color: #000;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
.legal__body h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid rgba(249, 79, 79, 0.3);
  padding-bottom: 0.5rem;
}
.legal__body h3 {
  font-size: 1.25rem;
}
.legal__body p {
  margin-bottom: 1.25em;
}
.legal__body ul, .legal__body ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.legal__body li {
  margin-bottom: 0.5em;
}
.legal__body a {
  color: #f94f4f;
  text-decoration: underline;
}
.legal__body a:hover {
  text-decoration: none;
}
.legal__body strong {
  font-weight: 700;
  color: #000;
}
.legal__body em {
  font-style: italic;
}
.legal__footer {
  background: #191921;
  padding: 2rem 1.5rem;
  text-align: center;
}
@media (min-width: 750px) {
  .legal__footer {
    padding: 2.5rem 3rem;
  }
}
.legal__footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  .legal__footer-links {
    gap: 2rem;
  }
}
.legal__footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.2s;
}
.legal__footer-link:hover {
  color: #fff;
}
.legal__footer-link--active {
  color: #f94f4f;
}
.legal__footer-copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  margin: 0;
}

.attribution {
  background: #191921;
  background: var(--bg-dark, #191921);
  color: #fff;
  color: var(--text-color, #fff);
  padding: 3em 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.attribution p {
  margin: 0;
}
.attribution span {
  display: block;
  margin: 1em 0 0;
}
.attribution a {
  text-decoration: none;
  color: #f94f4f;
  color: var(--primary-color, #f94f4f);
}
.attribution a:hover {
  text-decoration: underline;
}
.attribution__legal-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem 0;
}
.attribution__legal-link {
  color: #fff;
  color: var(--text-color, #fff);
  opacity: 0.7;
  font-size: 0.875rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.attribution__legal-link:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (min-width: 750px) {
  .projects__grid {
    display: grid;
    grid-template-columns: 300px 100px 75px 1fr;
    grid-template-rows: 100px 100px minmax(150px, 1fr) 1fr;
  }
  .projects__grid .project__carousel-nav {
    z-index: 9999;
    grid-row: 1/4;
    grid-column: 1/3;
    padding: 6em 0 0 2.5rem;
  }
  .projects__grid .project__carousel-nav h2 {
    max-width: 80%;
  }
  .projects__grid .projects__carousel {
    grid-row: 1/-1;
    grid-column: 2/-1;
  }
  .projects__grid .product__bg-element {
    display: block;
    position: relative;
    left: 330px;
    top: -125px;
  }
}
@media (min-width: 1000px) {
  .projects__grid {
    grid-template-columns: minmax(350px, 500px) minmax(75px, 175px) minmax(550px, 690px);
    grid-template-rows: 100px 100px 200px 1fr;
  }
  .projects__grid .project__carousel-nav {
    padding: 4em;
  }
  .projects__grid .project__carousel-nav h2 {
    max-width: 80%;
  }
  .projects__grid .product__bg-element {
    display: none;
  }
  .projects__grid .product__bg-element--large {
    height: 63px;
    width: 134px;
    z-index: 99999;
    grid-row: 2/3;
    grid-column: 3/4;
    position: relative;
    left: -70px;
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .projects__grid {
    grid-template-columns: minmax(400px, 575px) minmax(100px, 175px) minmax(550px, 690px);
    grid-template-rows: 100px 100px 325px 1fr;
  }
  .projects__grid .project__carousel-nav {
    padding: 10em 0 8em 10em;
  }
  .projects__grid .project__carousel-nav h2 {
    max-width: 80%;
  }
}

.branding--centered .branding__container {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.branding--centered .branding__content {
  max-width: 700px;
  margin: 0 auto;
}
.branding--centered .branding__image-wrapper {
  margin-top: 3rem;
  order: 1;
}
.branding--minimal {
  background: transparent;
}
.branding--minimal .branding__container {
  padding: 4rem 0;
}
.branding--minimal .branding__content {
  max-width: 600px;
}
.branding--minimal .branding__statement {
  font-size: 1rem;
  line-height: 1.8;
}
.branding--fullscreen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.branding--fullscreen .branding__image-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.branding--fullscreen .branding__image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.branding--fullscreen .branding__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.branding--fullscreen .branding__content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.branding--split .branding__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
}
.branding--split .branding__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
.branding--split .branding__image-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
}
.branding--split .branding__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .branding--split .branding__container {
    grid-template-columns: 1fr;
  }
  .branding--split .branding__image-wrapper {
    height: 50vh;
    position: relative;
  }
}

.design--reversed .grid__layout--design {
  direction: rtl;
}
.design--reversed .grid__layout--design > * {
  direction: ltr;
}
.design--centered .grid__layout--design {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.design--centered .design__content {
  max-width: 700px;
  margin: 0 auto;
}
.design--centered .design__image-wrapper {
  margin-top: 3rem;
  max-width: 600px;
}
.design--cards .design__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.design--cards .design__card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}
.design--cards .design__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.design--timeline .design__timeline {
  position: relative;
  padding-left: 2rem;
}
.design--timeline .design__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--color-primary, #f25f3a);
}
.design--timeline .design__timeline-item {
  position: relative;
  padding-bottom: 2rem;
}
.design--timeline .design__timeline-item::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-primary, #f25f3a);
  transform: translateX(-5px);
}

.services--grid .services__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.services--grid .services__item {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.services--grid .services__number {
  font-size: 3rem;
  color: var(--color-primary, #f25f3a);
  margin-bottom: 1rem;
}
.services--icons .services__item {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: #f8fafc;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}
.services--icons .services__icon {
  width: 60px;
  height: 60px;
  background: var(--color-primary, #f25f3a);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.services--accordion .services__item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.services--accordion .services__header {
  padding: 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8fafc;
}
.services--accordion .services__header:hover {
  background: #f1f5f9;
}
.services--accordion .services__content {
  padding: 0 1.25rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.services--accordion .services__content.active {
  padding: 1.25rem;
  max-height: 500px;
}
.services--tabs .services__tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e2e8f0;
}
.services--tabs .services__tab {
  padding: 1rem 2rem;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.2s;
}
.services--tabs .services__tab:hover {
  color: var(--color-primary, #f25f3a);
}
.services--tabs .services__tab.active {
  color: var(--color-primary, #f25f3a);
  border-bottom-color: var(--color-primary, #f25f3a);
}
.services--tabs .services__panel {
  display: none;
}
.services--tabs .services__panel.active {
  display: block;
}

.projects--grid .projects__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.projects--grid .projects__item {
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.projects--grid .projects__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.projects--grid .projects__item:hover img {
  transform: scale(1.05);
}
.projects--grid .projects__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  color: #fff;
}
.projects--masonry .projects__container {
  columns: 3;
  column-gap: 1.5rem;
}
@media (max-width: 1024px) {
  .projects--masonry .projects__container {
    columns: 2;
  }
}
@media (max-width: 640px) {
  .projects--masonry .projects__container {
    columns: 1;
  }
}
.projects--masonry .projects__item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
}
.projects--featured .projects__container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .projects--featured .projects__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.projects--featured .projects__item:first-child {
  grid-row: span 2;
}
.projects--minimal .projects__container {
  max-width: 800px;
}
.projects--minimal .projects__item {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}
.projects--minimal .projects__item:hover {
  color: var(--color-primary, #f25f3a);
}
.projects--minimal .projects__title {
  font-weight: 600;
}
.projects--minimal .projects__date {
  color: #64748b;
}

.cta--centered {
  text-align: center;
}
.cta--centered .cta__container {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.cta--centered .cta__content {
  max-width: 600px;
}
.cta--banner {
  background: var(--color-primary, #f25f3a);
  color: #fff;
  padding: 4rem 0;
}
.cta--banner .cta__button {
  background: #fff;
  color: var(--color-primary, #f25f3a);
}
.cta--banner .cta__button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.cta--floating {
  padding: 6rem 0;
}
.cta--floating .cta__container {
  background: #fff;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  margin: 0 auto;
}
.cta--minimal {
  padding: 2rem 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.cta--minimal .cta__container {
  justify-content: center;
  gap: 1rem;
}
.cta--minimal .cta__button {
  background: transparent;
  color: var(--color-primary, #f25f3a);
  text-decoration: underline;
  padding: 0;
}
.cta--minimal .cta__button:hover {
  text-decoration: none;
}

.contact--split .contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  .contact--split .contact__container {
    grid-template-columns: 1fr;
  }
}
.contact--split .contact__info {
  padding: 2rem;
  background: #f8fafc;
  border-radius: 12px;
}
.contact--minimal .contact__form {
  max-width: 500px;
  margin: 0 auto;
}
.contact--minimal .contact__input,
.contact--minimal .contact__textarea {
  border: none;
  border-bottom: 2px solid #e2e8f0;
  border-radius: 0;
  padding-left: 0;
}
.contact--minimal .contact__input:focus,
.contact--minimal .contact__textarea:focus {
  border-bottom-color: var(--color-primary, #f25f3a);
}
.contact--card {
  padding: 6rem 0;
}
.contact--card .contact__container {
  background: #fff;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

.footer--minimal {
  padding: 2rem 0;
  text-align: center;
}
.footer--minimal .footer__container {
  flex-direction: column;
  gap: 1rem;
}
.footer--minimal .footer__logo {
  display: none;
}
.footer--expanded {
  padding: 4rem 0 2rem;
}
.footer--expanded .footer__container {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .footer--expanded .footer__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .footer--expanded .footer__container {
    grid-template-columns: 1fr;
  }
}
.footer--expanded .footer__newsletter {
  max-width: 300px;
}
.footer--expanded .footer__newsletter input {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.footer--centered {
  text-align: center;
}
.footer--centered .footer__container {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer--centered .footer__links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

:root {
  --primary-color: #f94f4f;
  --bg-dark: #191921;
  --text-color: #ffffff;
}

html {
  scroll-behavior: smooth;
  max-width: 1440px;
  margin: 0 auto;
}

/*# sourceMappingURL=main.css.map */
