/* GLOBAL */
body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: 'Anton', sans-serif;
  color: #fff;
  overflow-x: hidden;
}

/* LOCKED BACKGROUND */
#bg-lock {
  position: fixed;
  inset: 0;
  background: url('/img/clay-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  opacity: 0.25;
  z-index: -1;
}

/* TOP BAR */
#top-bar {
  width: 100%;
  padding: 15px 20px;
  background: rgba(0,0,0,0.85);
  border-bottom: 2px solid #ff7b00;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT SIDE OF TOP BAR */
#top-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

#main-logo {
  height: 95px;
  cursor: pointer;
  filter: drop-shadow(0 0 12px #ff7b00);
}

/* STACKED CONTACT INFO */
#top-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#top-contact-stack .stack-item {
  color: #ff7b00;
  text-decoration: none;
  font-size: 1.05rem;
}

/* RIGHT SIDE OF TOP BAR */
#climb-logo-top {
  height: 95px;
  cursor: pointer;
  filter: drop-shadow(0 0 12px #ff7b00);
}

/* BURGER MENU */
#burger-nav {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: none;
  z-index: 9999;
}

#burger-nav.open {
  display: block;
}

#burger-inner {
  padding: 40px;
}

#burger-close {
  background: none;
  border: none;
  color: #ff7b00;
  font-size: 2.5rem;
  float: right;
  cursor: pointer;
}

#burger-inner ul {
  list-style: none;
  padding: 0;
  margin-top: 80px;
}

#burger-inner li {
  margin: 25px 0;
}

#burger-inner a {
  color: #ff7b00;
  text-decoration: none;
  font-size: 1.6rem;
}

/* HERO */
#hero {
  padding: 40px 20px;
  text-align: center;
}

/* VIDEO HERO */
#video-hero {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 780px;
  margin: 30px auto;
  border-radius: 20px;
  border: 3px solid #ff7b00;
  overflow: hidden;
  box-shadow: 0 0 25px #ff7b00;
}

#video-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VIDEO CONTROLS */
#video-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  display: flex;
  justify-content: center;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#video-hero.show-controls #video-controls {
  opacity: 1;
  pointer-events: auto;
}

.control-btn {
  padding: 10px 18px;
  border-radius: 999px;
  border: 2px solid #ff7b00;
  background: rgba(0,0,0,0.85);
  color: #ff7b00;
  cursor: pointer;
  font-size: 1rem;
}

/* HERO TEXT */
.hero-title {
  font-size: 2.6rem;
  margin-top: 20px;
  text-shadow: 0 0 12px #ff7b00;
}

.hero-tagline {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* ESTIMATE SECTION */
#estimate-section {
  padding: 50px 20px;
  text-align: center;
}

#estimate-form {
  max-width: 650px;
  margin: 0 auto;
  background: rgba(0,0,0,0.75);
  padding: 30px;
  border-radius: 18px;
  border: 2px solid #ff7b00;
}

/* EVEN FIELDS */
.field-row {
  margin-bottom: 22px;
  text-align: left;
}

.field-row label {
  color: #ff7b00;
  font-size: 1.1rem;
  margin-bottom: 6px;
  display: block;
}

.field-row input,
.field-row textarea,
.field-row select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 2px solid #ff7b00;
  background: #000;
  color: #fff;
  font-size: 1rem;
}

/* BUTTON */
.primary-btn {
  padding: 14px 22px;
  border-radius: 999px;
  border: 2px solid #ff7b00;
  background: rgba(0,0,0,0.85);
  color: #ff7b00;
  cursor: pointer;
  font-size: 1.1rem;
}

/* TREE SERVICE SECTION */
#tree-service-section {
  padding: 50px 20px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px;
}

.section-logo {
  height: 140px;
  filter: drop-shadow(0 0 18px #ff7b00);
}

.section-tagline {
  font-size: 1.1rem;
  opacity: 0.9;
}

.section-body {
  padding: 0 20px;
  font-family: 'Staatliches', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

.section-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}

.link-btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 2px solid #ff7b00;
  background: rgba(0,0,0,0.75);
  color: #ff7b00;
  text-decoration: none;
  font-size: 1rem;
}

/* CLIMBING CLASS SECTION */
#climb-class-section {
  padding: 50px 20px;
}

#climb-pricing {
  max-width: 900px;
  margin: 25px auto;
  background: rgba(0,0,0,0.75);
  border: 2px solid #ff7b00;
  border-radius: 12px;
  padding: 14px 20px;
}

#climb-pricing summary {
  font-size: 1.4rem;
  color: #ff7b00;
  cursor: pointer;
}

.pricing-content {
  margin-top: 14px;
  font-family: 'Staatliches', sans-serif;
  font-size: 1.1rem;
}

/* REVIEWS */
#reviews {
  padding: 50px 20px;
  text-align: center;
}

#reviews-list {
  max-width: 900px;
  margin: 25px auto;
}

.review-card {
  background: rgba(0,0,0,0.75);
  border: 2px solid #ff7b00;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
}

.review-photo {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* FLOATING CONTACT BUTTON */
#contact-now-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #ff7b00;
  color: #000;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 0 14px #ff7b00;
  z-index: 9999;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 25px;
}

footer a {
  color: #ff7b00;
  text-decoration: none;
  font-size: 1rem;
}

/* MOBILE FIXES */
@media (max-width: 600px) {
  #top-bar {
    flex-direction: column;
    gap: 20px;
  }

  #main-logo,
  #climb-logo-top {
    height: 120px;
  }

  #video-hero {
    height: 580px;
  }

  .section-header {
    flex-direction: column;
    text-align: center;
  }

  #contact-now-btn {
    bottom: 15px;
    right: 15px;
  }
}
