@font-face {
  font-family: 'Bifur Foundation';
  src: url('assets/Bifur Foundation.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

body {
  font-family: 'Helvetica Neue', sans-serif;
  background: #01007e;
  color: #fff;
}

.manifesto-strong {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.6rem 0.5rem 0.15rem;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.logo-container {
  width: 100%;
  margin-bottom: 0.3rem;
  text-align: center;
}

.logo-container a {
  text-decoration: none;
  color: inherit;
}

.logo-container div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.logo-container img {
  display: block;
  height: 102px;
  width: auto;
}

.logo-title {
  display: none;
}

.metro-panel {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  background: #01007e;
  overflow: hidden;
  height: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}

.metro-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  animation: metro-scroll 12s linear infinite;
}

@keyframes metro-scroll {
  0% { transform: translateX(-100vw); }
  100% { transform: translateX(100vw); }
}

nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

nav a {
  margin: 0 0.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 1.0rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0.15em;
  background: linear-gradient(90deg, #1a2a6c 0%, #1e90ff 100%);
  border-radius: 6px;
  padding: 0.3em 1em;
  box-shadow: 0 2px 8px rgba(30, 144, 255, 0.15);
  border: 2px solid #1e90ff;
  transition: background 0.3s, color 0.3s;
  position: relative;
  z-index: 1;
}

nav .menu-separator {
  color: #ffbf99;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 0.3em;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  position: relative;
  z-index: 0;
}

nav a:not(:last-child)::after {
  content: "";
}

nav a:hover {
  background: linear-gradient(90deg, #1e90ff 0%, #1a2a6c 100%);
  color: #fff;
}

section {
  padding: 0.5rem 2rem 0 2rem;
  max-width: 800px;
  margin: 0 auto;
}

#video {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

#subscribe {
  margin-top: 0;
}

#subscribe h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.0rem;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
  color: #172713;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

input, textarea, button {
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  outline: none;
}

.menu-style {
  text-decoration: none;
  color: #fff;
  font-size: 1.0rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 0.15em;
  background: linear-gradient(90deg, #1a2a6c 0%, #1e90ff 100%);
  border-radius: 6px;
  padding: 0.3em 1em;
  box-shadow: 0 2px 8px rgba(30, 144, 255, 0.15);
  border: 2px solid #1e90ff;
  transition: background 0.3s, color 0.3s;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.menu-style:hover {
  background: linear-gradient(90deg, #1e90ff 0%, #1a2a6c 100%);
  color: #fff;
}

footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  color: #fff;
  background: #01007e;
}

.ff-title {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 0;
  position: relative;
  left: 0;
  color: #fff;
  text-shadow: none;
}

.ff-title-1, .ff-title-2, .ff-title-3 {
  color: #fff;
  text-shadow: none;
}

.ff-box {
  border: 2px solid #1e90ff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(30,144,255,0.18);
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  position: relative;
}

.ff-box p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.ff-box-1 {
  background: #01007e;
  color: #fff;
  border: 2px solid #fff;
}

.ff-box-2 {
  background: #01007e;
  color: #fff;
  border: 2px solid #fff;
}

.ff-box-3 {
  background: #01007e;
  color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
}

@media (max-width: 600px) {
  nav {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
  nav a {
    margin: 0.2rem;
    font-size: 0.85rem;
    padding: 0.2em 0.6em;
  }
  nav img {
    height: 2.5rem !important;
    margin: 0 0.2rem !important;
    transform: rotate(var(--rotation, 0deg));
  }
  nav img:nth-child(2) {
    height: 2rem !important;
    transform: rotate(-3deg);
  }
  nav img:nth-child(4) {
    height: 2.8rem !important;
    transform: rotate(4deg);
  }
  nav img:nth-child(6) {
    height: 2.2rem !important;
    transform: rotate(-5deg);
  }
  section {
    padding: 0.5rem 1rem;
  }
}
