body {
  background-color: rgba(112, 166, 156, 1);
  margin: 0;
  padding: 0;
  font-family: 'Acme', sans-serif;
  color: white;
  height: 100%;

}


@font-face {
  font-family: 'WITCHED';
  src:  url('/fonts/WITCHED.woff2') format('woff2'),
        url('/fonts/WITCHED.woff') format('woff'),
        url('/fonts/WITCHED.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DESIGNERS';
  src:  url('/fonts/DESIGNERS.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* h1 {
  height: 150px;
  line-height: 200px;
  font-family: 'WITCHED', sans-serif;
  font-weight: 200;
  color: white;
  letter-spacing: 0.1em;
  font-size: 64px;
}

h1 span {
  position: absolute;
  left: 80px;
}

 h1::before {
  content: "";
  position: absolute;
  height: 400px;
  width: 400px;
  background: url('/images/LegalBitch1.png') no-repeat left top;
  background-size: 225px;
  background-position: 0px 0px;
  z-index: 0;
} */

h1 {
  text-align: center;
  font-size: 5vw
}

h2 {
  font-size: 3.5vw;
}

p {
  letter-spacing: 0.05em;
  word-spacing: 0.3em
}

.phone-link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.phone-link:hover {
  text-decoration: underline;
}

.email-link {
  color: inherit;
  text-decoration: none;
}
.email-link:hover {
  text-decoration: underline;
}

.contactMe{
  font-size: 2vw;
  text-align: center;
}

@media (max-width: 768px) {
  .contactMe {
  font-size: 5vw;
  }
}

.logo {
  width: 500px;
  height: auto; /* keeps aspect ratio */
  margin-top: -40px;
  margin-left: 20px;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* logo left, links right */
  align-items: center;
  padding: 1rem 2rem;
  background: transparent;        /* no background */
  position: relative;             /* or fixed if you want it to stick */
  z-index: 1000;                  /* keep it above other content */
}

.nav-logo img {
  height: 300px;                   /* adjust as needed */
  width: auto;
  display: block;
}

.nav-links {
  list-style: none;
  display: flex;
  flex-direction: row;   /* 👈 force horizontal by default */
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

/* When the screen is narrow, stack links vertically and center them */
@media (max-width: 1000px) {
  .nav-links {
    flex-direction: column;   /* stack one on top of the other */
    align-items: center;      /* center horizontally */
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
  }
nav-logo {
    flex: 1 1 100%;          /* logo takes full row */
    text-align: center;      /* center it */
    margin-bottom: 1rem;
  }

  .nav-logo img {
    width: 100%;             /* stretch to container width */
    height: auto;
  }

}


.nav-links a {
  text-decoration: none;
  font-family: 'Acme', sans-serif; /* your global font */
  font-size: 1.1rem;
  color: white;                   /* or whatever fits your palette */
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #D8D5A4;                 /* highlight color on hover */
}

.hero {
  display: flex;
  justify-content: center;   /* center the whole block */
  align-items: flex-start;   /* align tops */
  gap: 2rem;                 /* space between, before overlap tweak */
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
/* This wraps the entire ForestSign and CallMe in one big, formatted div */

.forest-box {
  position: relative;
  flex: 0 0 50%;
}

.forest-sign {
  width: 100%;
  height: auto;
  display: block;
}

.forest-text {
  position: absolute;
  top: 10%;   /* adjust placement inside the sign */
  left: 10%;
  right: 10%;
  color: white;
  font-size: 3vw;
  text-align: center;
}

.callme-box {
  flex: 0 0 45%;             /* ~40% of screen */
  position: relative;
  margin-left: -10%;
  margin-top: -3%;          /* negative margin to overlap ForestSign */
  z-index: 2;                /* ensure it sits above if needed */
}

.callme-pic {
  width: 120%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;   /* stack vertically */
    align-items: center;      /* center each block */
    gap: 1rem;                /* smaller gap between them */
  }

  .forest-box {
     flex: 0 0 auto;           /* let them size naturally */
    margin: 0;                /* remove overlap margins */
    width: 100%;
  }
  .callme-box {
    position: relative;
    margin-left: 7vw;
  margin-top: -8rem; /* adjust this value until it looks right */
  z-index: 2;                /* full width on mobile */
  }

  .callme-pic {
    width: 100%;              /* scale to container */
  }

  .forest-text {
    font-size: 5vw;           /* bump text size for small screens */
  }
}

.aboutMe{
  margin: 10%;
  font-family: 'Acme';
  color: white;
  font-size: 2vw;
}

@media (max-width: 768px){
  .aboutMe{
  margin: 10%;
  font-family: 'Acme';
  color: white;
  font-size: 5vw;
}
}

.PentagonBox {
  position: relative;
  width: 100%;        /* full width across the viewport */
  margin: 0;
  padding-top: 2rem;   /* adjust this value until it clears the ForestSign */
  box-sizing: border-box;
}

.PentagonBox svg {
  width: 100%;
  height: auto;        /* keeps aspect ratio */
  display: block;      /* removes inline gaps */
}

.reviews {
  font-size: 2vw;
  position: absolute;   /* sit on top of the pentagon */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;         /* fill the pentagon area */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;  /* centers vertically */
  gap: 4rem;
  padding-top: 7rem;         /* push them down below the dip */
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.review-card {
  flex: 1 1 40%;
  max-width: none;
  border-radius: 12px;
  padding: 1rem;
  padding-top: 5rem;
  text-align: left;
  color: white;
}

@media (max-width: 768px) {
  .pentagon-svg {
    position: absolute;
    top: -9999px;   /* move it way above the viewport */
    left: -9999px;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  /* this is a DISGUSTING solution, but because the pentagon-svg div is the highest div on the regular site, not displaying it also deletes my ReviewBox (the 5 star review things). So, I hid it way off screen lol. */

  .PentagonBox {
    position: relative;
    background-color: #F1ADA0; /* your solid fallback */
    min-height: 70vh;
  }
  /* someday fix this. The pink doesn't shrink enough.  */

  .reviews {
    font-size: 3vw;
    position: absolute;
  top: 0;          /* pin to top of PentagonBox */
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
  }

  .review-card {
    padding: 0rem;
    flex: 1 1 100%;
    max-width: 90%;
  }

  .review-image {
    display: block;
    max-width: 80%;
    height: auto;
    margin: 0 auto 1rem auto;
  }
}


/* These boys down here are the Protester defense, duii etc. containers */
.staggered-container {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* space between cards */
  max-width: 90%;
  margin: 0 auto;
}

.staggered-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.staggered-card.reverse {
  flex-direction: row-reverse;
}

.staggered-card img {
  width: 50vw;   /* adjust as needed */
  height: auto;
  flex-shrink: 0;
}

.card-text {
  flex: 1;
padding-top: 5rem
}

.card-text h2 {
  margin: 0 0 0.5rem;
}

.card-text p {
  margin: 0;
}

@media (max-width: 768px) {
  .staggered-card,
  .staggered-card.reverse {
    flex-direction: column;   /* stack vertically */
    align-items: center;      /* center image + text */
    text-align: center;       /* optional: center text */
  }

  .card-text {
    padding-top: 1rem;        /* reduce the big gap */
  }
}

.page-footer {
  position: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
  color: #ffffffff;
}
