:root {
  --gold: #d8b266;
  --deep-black: #0a0a0a;
  --cool-blue: #1e90ff;
  --crimson: #bb4444;
  --smoke: #aaa;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: var(--deep-black);
  color: var(--gold);
  font-family: 'headliner';
  src: url('/assets/fonts/headliner.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  background: 
    url('../../img/grit-texture.png') center center / cover no-repeat, 
    var(--deep-black); /* fallback color */
  border-bottom: 2px solid var(--gold);
  position: relative;
  z-index: 999;
	padding-right: 24px !important;
}

header h1 {
  font-size: 2.5rem;
  letter-spacing: 1px;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 1px;
}

nav a {
  margin-left: 2rem;
  color: var(--gold);
  text-decoration: none;
  font-size: 1.1rem;
  transition: 0.3s ease;
}

nav a:hover {
  color: var(--cool-blue);
}

nav.open {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
	z-index: 1001 !important;
}
header h1, nav a {
  color: var(--gold);
  text-shadow: 0 0 4px rgba(216, 178, 102, 0.3);
}
.hero {
  padding: 0;
  text-align: center;
  position: relative;
	z-index: 1;
}

.hero-video {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0;
  border-radius: 0;
	position:relative;
	border-bottom: 1px solid #E4E4C4;
  object-fit: cover;
	margin-bottom: 10px !important;
	z-index: 1;
}
.nav-container {
  position: relative;
  z-index: 10000;
	margin-left: auto;
}

.hero h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto 2rem auto;
  color: var(--smoke);
}
@media (max-width: 768px) {
  .container {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  .hero-video {
    width: 100%;
    border-radius: 0;
  }

  nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #111;
  flex-direction: column;
  display: none;
  z-index: 9999; /* Force above everything else */
  }

  nav.open {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }
}


.cta {
  background: var(--gold);
  color: var(--deep-black);
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s ease;
}

.cta:hover {
  background: var(--cool-blue);
  color: white;
}

.section {
  padding: 2rem;
  text-align: center;
}

.section h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--gold);
}

.section p {
  color: var(--smoke);
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
}

footer {
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
  color: var(--smoke);
  border-top: 1px solid var(--smoke);
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 0;
}

.card {
  background: #111;
  padding: 14px;
  transition: 0.3s ease;
	text-align:center;
}

.card:hover {
  box-shadow: 0 0 12px var(--gold);
  transform: translateY(-5px);
}

.card h4 {
  color: var(--gold);
  margin-bottom: 1rem;
	font-size:24px !important;
}

.card p {
  color: var(--smoke);
  font-size: 1.8rem;
}
/* === MOBILE NAV === */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  margin-left: auto;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--gold);
  transition: 0.3s ease;
}

nav {
  display: flex;
  align-items: center;
  margin-left: auto; /* push nav to far right */
}

.logo-plaque {
  max-width: 480px;
  padding: 2px;
  background: linear-gradient(135deg, #7a5c1b, #3e2d10);
  border: 6px solid #d8b266;
  border-radius: 20px;
  box-shadow: inset 0 0 10px #8a6b29, 0 0 30px rgba(216, 178, 102, 0.4);
  margin: 0 auto; /* Center the container horizontally */
}

.logo-plaque video {
  display: block;
  margin: 0 auto; /* Center the video inside the container */
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  border-left: 12px solid var(--gold);
  border-right: 12px solid var(--gold);
  background-color: rgba(10, 10, 10, 0.9);
  border-radius: 0;
  overflow: visible !important;
}
.step-timeline {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.step {
  display: flex;
  align-items: center; /* <-- changed from flex-start */
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 2rem;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  box-shadow: inset 0 0 10px rgba(216, 178, 102, 0.05), 0 0 18px rgba(0,0,0,0.6);
}


.step-icon {
  font-size: 2rem;
  background: var(--gold);
  color: var(--deep-black);
  padding: 0.7rem;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(216, 178, 102, 0.3);
}

.step-content h4 {
  margin: 0;
  font-size: 1.8rem;
  color: var(--gold);
}

.step-content p {
  color: var(--smoke);
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  #main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    z-index: 9999;
    flex-direction: column;
    padding: 1rem;
  }

  #main-nav.open {
    display: flex !important;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--gold);
  }
}
