* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Mark Pro', system-ui, sans-serif;
  color: black;
  background-color: white;
  min-width: 320px;
}

nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-height: 60px;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.logo {
  flex-shrink: 0;
  margin-right: 1rem;
}

.logo-link {
  display: block;
  text-decoration: none;
}

.logo-image {
  height: 40px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.5rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  transition: color 0.3s ease;
  padding: 0.5rem;
}

nav a:hover {
  color: black;
}

nav a[aria-current='page'] {
  color: #0056b3;
  font-weight: 600;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
}

.social-icons a {
  padding: 0.5rem;
  font-size: 1rem;
  color: #555;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0056b3;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #333;
  font-size: 1.5rem;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .logo {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 0.75rem 1rem;
  }

  .social-icons {
    display: none;
  }
}

.social-icons a {
  padding: 0.5rem;
  font-size: 1rem;
  color: #555;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0056b3;
}

/* Preload animation */
.slide img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slide img:not([data-src]) {
  opacity: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* List indentation for content sections */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Mark Pro', system-ui, sans-serif;
  color: black;
  background-color: white;
  min-width: 320px;
}

nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-height: 60px;
  white-space: nowrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.logo {
  flex-shrink: 0;
  margin-right: 1rem;
}

.logo-link {
  display: block;
  text-decoration: none;
}

.logo-image {
  height: 40px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.5rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  transition: color 0.3s ease;
  padding: 0.5rem;
}

nav a:hover {
  color: black;
}

nav a[aria-current='page'] {
  color: #0056b3;
  font-weight: 600;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
}

.social-icons a {
  padding: 0.5rem;
  font-size: 1rem;
  color: #555;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0056b3;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #333;
  font-size: 1.5rem;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .logo {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 0.75rem 1rem;
  }

  .social-icons {
    display: none;
  }
}

.social-icons a {
  padding: 0.5rem;
  font-size: 1rem;
  color: #555;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #0056b3;
}

/* Preload animation */
.slide img[data-src] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slide img:not([data-src]) {
  opacity: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* List indentation for content sections */
.text-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}

.text-content ul li {
  margin-bottom: 0.75rem;
  padding-left: 0;
  line-height: 1.6;
}

.text-content ul li::marker {
  margin-right: 0.5rem;
}