@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --primary-color: #223d3c;
  --text-color: #ffffff;
  --bg-color: #223d3c;
  --second-bg-color: #eeeeee;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Baskerville", serif;
}

@keyframes blob {
  0%,
  100% {
    border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  }
  25% {
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
  }
  50% {
    border-radius: 50% 60% 40% 70% / 60% 50% 70% 40%;
  }
  75% {
    border-radius: 65% 35% 60% 40% / 45% 65% 35% 65%;
  }
}

/* -------------------- HEADER SECTION -------------------- */

#accueil {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 85vh;
  color: var(--text-color);
  text-align: left;
  overflow: hidden;
}

#accueil::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/background.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#accueil::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.hero-content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 18vw;
}

.headings-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 14vw;
}

.headings-container h1 {
  font-size: 3vw;
  margin-bottom: 0.6vw;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  letter-spacing: 6px;
}

.headings-container h2 {
  font-size: 1.6vw;
  margin-bottom: 1.6vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Manrope", sans-serif !important;
  font-weight: 200 !important;
  letter-spacing: 6px;
}

.divider {
  width: 14vw;
  height: 0.075vw;
  background-color: var(--text-color);
  margin-bottom: 1.6vw;
}

.headings-container p {
  font-size: 0.8vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-family: "Manrope", sans-serif !important;
  font-weight: 200 !important;
  letter-spacing: 4px;
  text-align: center;
}

.quotation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.quotation {
  position: relative;
  font-size: 1.8vw;
  font-style: italic;
  max-width: 26vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.quotation-author {
  position: relative;
  margin-top: 3vw;
  font-size: 1.2vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: right;
  align-self: flex-end;
}

.quotation::before {
  content: "“";
  position: absolute;
  line-height: 0;
  font-size: 6vw;
  left: -3.6vw;
  top: 1vw;
}

.quotation::after {
  content: "”";
  position: absolute;
  line-height: 0;
  font-size: 6vw;
  right: -2.6vw;
  bottom: -1vw;
}

/* -------------------- NAV SECTION - CORRECTIONS -------------------- */

nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.4vw 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  background: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease-in-out;
}

nav.nav-scrolled {
  background-color: var(--primary-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

nav.nav-hidden {
  transform: translateY(-100%);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo img {
  height: 4vw;
  width: auto;
  display: block;
  min-height: 40px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  transition: all 0.3s ease;
}

.nav-link {
  position: relative;
  text-decoration: none;
  font-size: 1.2vw;
  color: var(--text-color);
  transition: color 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 0.05vw;
  background-color: var(--text-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* -------------------- BURGER MENU - CORRECTIONS -------------------- */

.burger {
  display: none;
  flex-direction: column;
  gap: 0.7vw;
  cursor: pointer;
  padding: 1.2vw;
  z-index: 1001;
  background: none;
  border: none;
  width: auto;
  height: auto;
}

.bar {
  width: 6vw;
  height: 0.35vw;
  background-color: var(--text-color);
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  transform-origin: center;
  display: block;
}

.burger.toggle .bar:nth-child(1) {
  transform: translateY(1vw) rotate(45deg);
}

.burger.toggle .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.2s ease, transform 0.3s ease;
}

.burger.toggle .bar:nth-child(3) {
  transform: translateY(-1vw) rotate(-45deg);
}

/* -------------------- DOMAINS SECTION -------------------- */

#domaines-expertise {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4vw 12vw;
  background-color: var(--second-bg-color);
  text-align: center;
}

.domains-title {
  font-size: 2.4vw;
  margin-bottom: 6vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.domains-container {
  max-width: 65vw;
}

.domain-image-1 {
  width: 22vw;
  height: auto;
  object-fit: cover;
  box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.5);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  transition: border-radius 2s ease-in-out;
  animation: blob 8s infinite ease-in-out;
}

.domain-image-2 {
  width: 22vw;
  height: auto;
  object-fit: cover;
  box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.5);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  transition: border-radius 2s ease-in-out;
  animation: blob 8s infinite ease-in-out;
}

.criminal-law {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 4vw;
  margin-bottom: 6vw;
  text-align: left;
}

.traffic-law {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  column-gap: 4vw;
  text-align: left;
}

.domain-title {
  font-size: 2vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  margin-bottom: 1vw;
}

.domain-description {
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  text-align: justify;
}

.domain-list {
  list-style: none;
  padding: 2vw 0 0 2vw;
}

.route-law-list {
  list-style: "- ";
}

.domain-list strong {
  display: block;
  margin-bottom: 0.2vw;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  color: var(--primary-color);
}

.domain-item {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}

.domain-list li:not(:last-child) {
  margin-bottom: 1.6vw;
}

/* -------------------- ROAD HOMICIDE SECTION -------------------- */

#homicide-routier {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4vw 12vw;
  background-color: var(--second-bg-color);
  text-align: center;
}

.road-homicide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 4vw;
}

.road-homicide-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: justify;
}

.road-homicide-subtitle {
  font-size: 2vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  margin-bottom: 1vw;
}

.road-homicide-title {
  font-size: 2.4vw;
  margin-bottom: 4vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.road-homicide-description {
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  text-align: justify;
}

.road-homicide-description-link a {
  text-decoration: none;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.2;
  text-align: justify;
  font-family: "Manrope", sans-serif;
  color: #223d3c;
}

.road-homicide-description-link a:hover,
.road-homicide-publication-link a:hover {
  text-decoration: underline;
}

.road-homicide-publication-subtitle {
  font-size: 2vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  margin-bottom: 1vw;
}

.road-homicide-publication-description {
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  text-align: justify;
}

.road-homicide-publication-link a {
  text-decoration: none;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.2;
  text-align: justify;
  font-family: "Manrope", sans-serif;
  color: #223d3c;
}

.italic {
  font-style: italic;
  font-family: "Manrope", sans-serif;
}

.road-homicide-image {
  width: 22vw;
  height: auto;
  object-fit: cover;
  box-shadow: -10px 10px 24px rgba(0, 0, 0, 0.5);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  transition: border-radius 2s ease-in-out;
  animation: blob 8s infinite ease-in-out;
}

/* -------------------- ABOUT SECTION -------------------- */

#a-propos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4vw 12vw;
  background-color: var(--second-bg-color);
  text-align: center;
}

.about-title {
  font-size: 2.4vw;
  margin-bottom: 6vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.about-container {
  max-width: 65vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 4vw;
}

.about-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: justify;
}

.about-name {
  font-size: 2vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  margin-bottom: 1vw;
}

.about-image {
  width: 22vw;
  height: auto;
  object-fit: cover;
  box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.5);
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  transition: border-radius 2s ease-in-out;
  animation: blob 8s infinite ease-in-out;
}

.about-tagline {
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}

.about-list {
  list-style: none;
  padding: 2vw 0 2vw 2vw;
}

.about-list strong {
  display: block;
  margin-bottom: 0.2vw;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  color: var(--primary-color);
}

.about-item {
  color: #000000;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}

.about-list li:not(:last-child) {
  margin-bottom: 1.6vw;
}

/* -------------------- CONTACT SECTION -------------------- */

#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4vw 12vw;
  background-color: var(--second-bg-color);
  text-align: center;
}

.contact-title {
  font-size: 2.4vw;
  margin-bottom: 4vw;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.contact-container {
  display: flex;
  flex-direction: row;
  gap: 4vw;
  max-width: 65vw;
  justify-content: center;
  align-items: center;
}

.contact-info {
  flex: 1;
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-size: 1.2vw;
  line-height: 1.6;
}

.contact-info a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}

.contact-info a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.contact-map {
  flex: 1;
}

.contact-map {
  position: relative;
  overflow: hidden;
  width: 25vw;
  padding-top: 45%;
}

.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-list {
  list-style: none;
  padding: 2vw 0 0 2vw;
}

.contact-list strong {
  display: block;
  margin-bottom: 0.2vw;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  color: #000000;
}

.contact-list li:not(:last-child) {
  margin-bottom: 1.6vw;
}

/* -------------------- FOOTER SECTION -------------------- */

footer {
  background-color: var(--primary-color);
  color: var(--text-color);
  padding: 4vw 8vw 1.5vw;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2vw;
  margin-bottom: 2vw;
}

.footer-section h4 {
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
}

.footer-section p,
.footer-section a {
  font-size: 1vw;
  color: var(--text-color);
  text-decoration: none;
  line-height: 1.6;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1.5vw;
}

.footer-left {
  flex: 1;
  text-align: left;
}

.footer-left a {
  color: var(--text-color);
  font-weight: 300;
  font-family: "Manrope", sans-serif;
}

.footer-left-link {
  margin-left: 1rem;
}

.footer-center {
  flex: 1;
  text-align: center;
}

.footer-center p {
  margin: 0;
  color: var(--text-color);
  font-weight: 300;
  font-family: "Manrope", sans-serif;
}

.footer-right {
  flex: 1;
  text-align: right;
}

.footer-right p {
  margin: 0;
  color: var(--text-color);
  font-weight: 300;
  font-family: "Manrope", sans-serif;
}

.footer-link {
  color: var(--text-color);
  font-weight: 300;
  font-family: "Manrope", sans-serif;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* -------------------- ANIMATIONS AU CHARGEMENT --------------------*/

nav {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out,
    background-color 0.3s ease;
}

nav.nav-loaded {
  opacity: 1;
  transform: translateY(0);
}

.hero-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hero-element.hero-loaded {
  opacity: 1;
  transform: translateY(0);
}

.headings-container h1.hero-element {
  transform: translateY(40px) scale(0.95);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.headings-container h1.hero-loaded {
  transform: translateY(0) scale(1);
}

.quotation-container {
  transform: translateX(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.quotation-container.hero-loaded {
  transform: translateX(0);
}

.divider.hero-element {
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.divider.hero-loaded {
  transform: scaleX(1);
}

/* -------------------- ANIMATIONS AU SCROLL -------------------- */

.fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-element.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.domains-title.fade-in-element,
.about-title.fade-in-element,
.contact-title.fade-in-element {
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.criminal-law.fade-in-element {
  transition-delay: 0.1s;
}

.traffic-law.fade-in-element {
  transition-delay: 0.1s;
}

.about-container.fade-in-element {
  transition-delay: 0.1s;
}

.contact-container.fade-in-element {
  transition-delay: 0.1s;
}

.domain-image-1,
.domain-image-2,
.about-image {
  transition: border-radius 2s ease-in-out, opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* -------------------- OPTIMISATION PERFORMANCES -------------------- */

nav,
.hero-element,
.fade-in-element {
  will-change: opacity, transform;
}

nav.nav-loaded,
.hero-element.hero-loaded,
.fade-in-element.animate-in {
  will-change: auto;
}

/* -------------------- RESPONSIVE -------------------- */

/* Petits desktops et grandes tablettes (max-width: 1280px) */
@media (max-width: 1280px) {
  .hero-content {
    padding: 0 12vw;
  }

  .headings-container {
    max-width: 18vw;
  }

  .headings-container h1 {
    font-size: 3.5vw;
  }

  .headings-container h2 {
    font-size: 1.8vw;
  }

  .headings-container p {
    font-size: 1vw;
  }

  .quotation {
    font-size: 2.2vw;
    max-width: 32vw;
  }

  .quotation-author {
    margin-top: 3vw;
    font-size: 1.4vw;
  }

  .domains-container,
  .about-container,
  .contact-container {
    max-width: 75vw;
  }

  #domaines-expertise,
  #homicide-routier,
  #a-propos,
  #contact {
    padding: 4vw 8vw;
  }
}

/* Tablettes (max-width: 1024px) */
@media (max-width: 1024px) {
  nav {
    padding: 2vw 4vw;
    background: transparent;
  }

  nav.nav-scrolled {
    background-color: var(--primary-color);
  }

  .logo img {
    height: 8vw;
    min-height: 35px;
  }

  .burger {
    display: flex;
    gap: 1vw;
  }

  .bar {
    width: 5vw;
    height: 0.5vw;
    min-width: 20px;
    min-height: 3px;
  }

  .burger.toggle .bar:nth-child(1) {
    transform: translateY(1.5vw) rotate(45deg);
  }

  .burger.toggle .bar:nth-child(3) {
    transform: translateY(-1.5vw) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 61, 60, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8vw;
    transition: left 0.4s ease-in-out;
    z-index: 999;
  }

  .nav-links.active {
    left: 0;
    display: flex;
  }

  .nav-link {
    font-size: 4vw;
    color: var(--text-color);
    padding: 2vw 4vw;
    text-align: center;
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-link::after {
    display: none;
  }

  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero-content {
    padding: 0 8vw;
    flex-direction: column;
    justify-content: center;
    gap: 20vw;
  }

  .headings-container {
    max-width: 50vw;
  }

  .headings-container h1 {
    font-size: 5vw;
    letter-spacing: 4px;
  }

  .headings-container h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }

  .divider {
    width: 40vw;
    height: 0.1vw;
    margin-bottom: 2vw;
  }

  .headings-container p {
    font-size: 1.4vw;
    letter-spacing: 2px;
  }

  .quotation {
    font-size: 3vw;
    max-width: 50vw;
    text-align: center;
  }

  .quotation-author {
    margin-top: 1vw;
    font-size: 2vw;
  }

  .quotation::before {
    font-size: 8vw;
    left: -4vw;
    top: 0vw;
  }

  .quotation::after {
    font-size: 8vw;
    right: -4vw;
    bottom: -2vw;
  }

  .domains-title {
    font-size: 3.5vw;
    margin-bottom: 8vw;
  }

  .domains-container {
    max-width: 85vw;
  }

  .domain-image-1,
  .domain-image-2 {
    width: 30vw;
    min-width: 250px;
  }

  .criminal-law,
  .traffic-law {
    flex-direction: column;
    row-gap: 4vw;
    margin-bottom: 8vw;
  }

  .domain-title {
    font-size: 2.8vw;
    margin-bottom: 2vw;
    text-align: center;
  }

  .domain-description {
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .domain-list {
    padding: 3vw 0 0 3vw;
  }

  .domain-list strong {
    font-size: 1.6vw;
  }

  .domain-item {
    font-size: 1.6vw;
    line-height: 1.4;
  }

  .domain-list li:not(:last-child) {
    margin-bottom: 2vw;
  }

  .road-homicide-title {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }

  .road-homicide-container {
    flex-direction: column-reverse;
    row-gap: 4vw;
  }

  .road-homicide-image {
    width: 35vw;
    min-width: 280px;
  }

  .road-homicide-subtitle {
    font-size: 2.8vw;
    margin-bottom: 2vw;
    text-align: center;
  }

  .road-homicide-description {
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .road-homicide-description-link a {
    font-size: 1.8vw;
    font-weight: 300;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
    text-align: justify;
    color: #223d3c;
  }

  .road-homicide-description-link a:hover,
  .road-homicide-publication-link a:hover {
    text-decoration: underline;
  }

  .road-homicide-publication-subtitle {
    font-size: 2.8vw;
    margin-bottom: 2vw;
    text-align: center;
  }

  .road-homicide-publication-description {
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .road-homicide-publication-link a {
    font-size: 1.8vw;
    font-weight: 300;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
    text-align: justify;
    color: #223d3c;
  }

  .italic {
    font-style: italic;
    font-family: "Manrope", sans-serif;
  }

  .about-title {
    font-size: 3.5vw;
    margin-bottom: 8vw;
  }

  .about-container {
    max-width: 85vw;
    flex-direction: column;
    align-items: center;
    row-gap: 4vw;
  }

  .about-image {
    width: 35vw;
    min-width: 280px;
  }

  .about-name {
    font-size: 2.8vw;
    margin-bottom: 2vw;
    text-align: center;
  }

  .about-tagline {
    font-size: 1.8vw;
    line-height: 1.4;
  }

  .about-list {
    padding: 3vw 0 0 3vw;
  }

  .about-list strong {
    font-size: 1.6vw;
  }

  .about-item {
    font-size: 1.6vw;
    line-height: 1.4;
  }

  .about-list li:not(:last-child) {
    margin-bottom: 2vw;
  }

  .contact-title {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }

  .contact-container {
    max-width: 85vw;
    flex-direction: column;
    row-gap: 4vw;
  }

  .contact-map {
    width: 60vw;
    padding-top: 50%;
  }

  .contact-info {
    text-align: center;
  }

  .contact-list {
    padding: 3vw 0 0 3vw;
  }

  .contact-list strong {
    font-size: 1.6vw;
  }

  .contact-info a {
    font-size: 1.6vw;
  }

  .contact-list li:not(:last-child) {
    margin-bottom: 2vw;
  }

  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }

  .footer-section h4 {
    font-size: 1.6vw;
  }

  .footer-section p,
  .footer-section a {
    font-size: 1.4vw;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 2vw;
    text-align: center;
    padding-top: 3vw;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: center;
  }

  .footer-left-link {
    margin-left: 0;
    margin-top: 1rem;
    display: block;
  }
}

/* Mobiles (max-width: 768px) */
@media (max-width: 768px) {
  nav {
    padding: 3vw 6vw;
    background: transparent;
  }

  nav.nav-scrolled {
    background-color: var(--primary-color);
  }

  .logo img {
    height: 12vw;
    min-height: 35px;
  }

  .burger {
    display: flex;
    gap: 1.2vw;
  }

  .bar {
    width: 8vw;
    height: 0.5vw;
    min-width: 28px;
    min-height: 3px;
  }

  .burger.toggle .bar:nth-child(1) {
    transform: translateY(1.8vw) rotate(45deg);
  }

  .burger.toggle .bar:nth-child(3) {
    transform: translateY(-1.8vw) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 61, 60, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8vw;
    transition: left 0.4s ease-in-out;
    z-index: 999;
  }

  .nav-links.active {
    left: 0;
    display: flex;
  }

  .nav-link {
    font-size: 5vw;
    color: var(--text-color);
    padding: 2vw 4vw;
    text-align: center;
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-link::after {
    display: none;
  }

  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero-content {
    padding: 0 8vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .headings-container {
    max-width: 70%;
  }

  .headings-container h1 {
    font-size: 12vw;
  }

  .headings-container h2 {
    font-size: 6vw;
    margin-bottom: 4vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }

  .headings-container p {
    font-size: 3vw;
    font-weight: 400 !important;
  }

  .divider {
    width: 65vw;
    height: 1px;
    background-color: var(--text-color);
    margin-bottom: 6vw;
  }

  .quotation-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .quotation {
    font-size: 6vw;
    max-width: 85%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }

  .quotation-author {
    margin-top: 6vw;
    font-size: 3.5vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    text-align: right;
    align-self: flex-end;
    margin-right: 4vw;
  }

  .quotation::before {
    font-size: 12vw;
    left: -6vw;
    top: 2vw;
  }

  .quotation::after {
    font-size: 12vw;
    right: -4vw;
    bottom: -2vw;
  }

  .domains-title {
    font-size: 10vw;
    margin-bottom: 16vw;
    line-height: 1.2;
  }

  .domain-image-1,
  .domain-image-2,
  .about-image {
    width: 70vw;
  }

  .criminal-law,
  .traffic-law {
    flex-direction: column;
    row-gap: 6vw;
    margin-bottom: 24vw;
  }

  .domains-container {
    max-width: 80vw;
  }

  .domain-item strong {
    font-size: 6vw;
  }

  .domain-title {
    font-size: 8vw;
    margin-bottom: 2vw;
    text-align: left;
    line-height: 1.2;
  }

  .domain-description {
    font-size: 5vw;
    line-height: 1.2;
  }

  .domain-list {
    padding: 6vw 0 0 6vw;
    text-align: justify;
  }

  .domain-list li:not(:last-child) {
    margin-bottom: 4vw;
  }

  .domain-list li {
    font-size: 5vw;
    line-height: 1.2;
  }

  #homicide-routier {
    padding: 12vw 8vw;
  }

  .road-homicide-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    row-gap: 8vw;
    max-width: 80vw;
  }

  .road-homicide-image {
    width: 70vw;
    margin-bottom: 6vw;
  }

  .road-homicide-info {
    align-items: flex-start;
    text-align: justify;
  }

  .road-homicide-subtitle {
    font-size: 8vw;
    margin-bottom: 2vw;
    text-align: left;
    line-height: 1.2;
  }

  .road-homicide-title {
    font-size: 10vw;
    margin-bottom: 16vw;
    line-height: 1.2;
  }

  .road-homicide-description {
    font-size: 5vw;
    line-height: 1.4;
    text-align: justify;
  }

  .road-homicide-description-link a {
    font-size: 4vw;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Manrope", sans-serif;
    text-align: justify;
    color: #223d3c;
  }

  .road-homicide-description-link a:hover,
  .road-homicide-publication-link a:hover {
    text-decoration: underline;
  }

  .road-homicide-publication-subtitle {
    font-size: 8vw;
    margin-bottom: 2vw;
    text-align: left;
    line-height: 1.2;
  }

  .road-homicide-publication-description {
    font-size: 5vw;
    line-height: 1.4;
    text-align: justify;
  }

  .road-homicide-publication-link a {
    font-size: 4vw;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Manrope", sans-serif;
    text-align: justify;
    color: #223d3c;
  }

  .italic {
    font-style: italic;
    font-family: "Manrope", sans-serif;
  }

  .about-title {
    font-size: 10vw;
    margin-bottom: 16vw;
    line-height: 1.2;
  }

  .about-container {
    max-width: 80vw;
  }

  .about-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .about-item strong {
    font-size: 6vw;
  }

  .about-name {
    font-size: 8vw;
    margin-bottom: 2vw;
    text-align: left;
    line-height: 1.2;
  }

  .about-image {
    width: 70vw;
    margin-bottom: 8vw;
  }

  .about-tagline {
    font-size: 5vw;
    line-height: 1.2;
    margin-bottom: 0 !important;
  }

  .about-list {
    padding: 6vw 0 6vw 6vw;
    text-align: justify;
  }

  .about-list li:not(:last-child) {
    margin-bottom: 4vw;
  }

  .about-list li:last-child {
    margin-bottom: 8vw;
  }

  .about-item {
    font-size: 5vw;
    line-height: 1.2;
  }

  #contact {
    padding: 0 0 !important;
  }

  .contact-title {
    font-size: 10vw;
    margin-bottom: 16vw;
    line-height: 1.2;
  }

  .contact-container {
    max-width: 80vw;
    flex-direction: column-reverse;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .contact-info a {
    font-size: 4vw;
  }

  .contact-map {
    position: relative;
    overflow: hidden;
    width: 100vw;
    padding-top: 50%;
    margin-bottom: 0;
  }

  .contact-list {
    padding: 4vw 2vw;
  }

  .contact-list strong {
    font-size: 6vw;
  }

  .contact-list li:not(:last-child) {
    margin-bottom: 4vw;
  }

  .contact-list li {
    line-height: 1.2;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 8vw;
    text-align: justify;
    padding: 4vw 0vw;
  }

  .footer-section h4 {
    font-size: 6vw;
    margin-bottom: 1vw;
  }

  .footer-section p,
  .footer-section a {
    font-size: 4vw;
    line-height: 1.6;
  }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 6vw;
    padding-bottom: 4vw;
    text-align: center;
  }
}