/* Coast Bees — layout extras for waitlist, nav, and forms.
   Design tokens match the live Webflow site. */

html,
body {
  overflow-x: hidden;
}

.nav-menu[data-nav-menu-open] {
  background-color: #f2f1ef !important;
  z-index: 2000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-menu[data-nav-menu-open] .nav-link {
  width: 100%;
}

.textarea,
.text-field,
.text-field-2,
.text-field-3 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

.textarea {
  padding-top: 14px;
}

.w-form-done.is-visible,
.w-form-fail.is-visible {
  display: block;
}

.form.is-hidden {
  display: none;
}

.donate-inline {
  width: auto !important;
  margin: 16px auto 0;
  padding: 0 24px;
}

.button.yellowbutton.hero-phone {
  width: auto;
  min-width: 280px;
  padding-left: 28px;
  padding-right: 28px;
  text-decoration: none;
}

.faq-page {
  background-color: #f2f1ef;
  margin-top: 102px;
  padding: 10vh 8vw 12vh;
}

.faq-intro {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 6vh;
}

.faq-lede {
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.faq-lede a {
  color: #1e1e1e;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.faq-item {
  background-color: #e5b44b;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 8px #0003;
}

.faq-item:nth-of-type(even) {
  background-color: #1e1e1e;
}

.faq-item:nth-of-type(even) h2,
.faq-item:nth-of-type(even) p,
.faq-item:nth-of-type(even) a {
  color: #f2f1ef;
}

.faq-item h2 {
  color: #1e1e1e;
  font-family: "Abril Fatface", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.faq-item p {
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.faq-item a {
  color: #1e1e1e;
}

.faq-cta {
  text-align: center;
  margin: 48px 0 0;
}

@media screen and (max-width: 767px) {
  .faq-page {
    padding: 8vh 6vw 10vh;
  }

  .faq-item {
    padding: 22px 20px;
  }

  .faq-item h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .button.yellowbutton.hero-phone {
    min-width: 0;
    width: 90%;
  }
}



/* FAQ photo strip + inline figures (mirrors honey/hives hero strips) */
.faq-hero-strip {
  background-image: linear-gradient(#4d402d99, #4d402d80),
    url("../images/faq-family.jpg");
  background-position: 0 0, 50% 42%;
  background-size: auto, cover;
  background-repeat: no-repeat;
  min-height: 48vh;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 6vh;
  border-top: 3px solid #e5b44b;
  border-bottom: 3px solid #e5b44b;
  box-shadow: inset 0 0 60px rgba(30, 30, 30, 0.25);
}

.faq-figure {
  max-width: 420px;
  margin: 8px auto 28px;
  background-color: #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #e5b44b;
  box-shadow: 2px 2px 8px #0003;
}

.faq-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.faq-figure figcaption {
  color: #f2f1ef;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 12px 16px 14px;
  text-align: center;
}

.faq-figure--wide {
  max-width: 520px;
}

@media screen and (max-width: 767px) {
  .faq-hero-strip {
    min-height: 40vh;
    margin-bottom: 5vh;
  }

  .faq-figure {
    max-width: 100%;
    margin-bottom: 22px;
  }

  .faq-figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .faq-hero-strip {
    min-height: 36vh;
  }
}

/* Honey waitlist — same split language as contact */
.div-block-7.waitlist {
  height: auto;
  min-height: 88vh;
  flex-direction: row;
}

.div-block-8.waitlist {
  background-image: linear-gradient(#4d402d99, #4d402d99),
    url("../images/63d8720fdca70b0a376c1d54_AU9I3918.JPG");
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-9.waitlist {
  background-color: #e5b44b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.waitlist-lead {
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  width: 75%;
  margin: 0 0 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.honey-page {
  background-color: #1e1e1e;
  min-height: 70vh;
  margin-top: 102px;
  padding: 10vh 8vw 12vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.honey-page .heading-4.shop.center {
  text-align: center;
  margin-bottom: 24px;
}

.honey-story {
  color: #d9d9d9;
  text-align: center;
  text-transform: uppercase;
  max-width: 820px;
  margin: 0 auto 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.honey-story p {
  margin: 0 0 18px;
}

.honey-page-form {
  background-color: #e5b44b;
  border-radius: 10px;
  width: min(560px, 100%);
  padding: 40px 32px;
  box-shadow: 2px 2px 8px #0003;
}

.honey-hero-strip {
  background-image: linear-gradient(#4d402d80, #4d402d80),
    url("../images/67f5e93aef082833e614b052_Honeycomb.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 42vh;
  width: 100vw;
}

.contact-only {
  margin-top: 102px;
}

.contact-lede {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.page-404 {
  background-color: #f2f1ef;
  min-height: 100vh;
  margin-top: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 80px;
  text-align: center;
}

.page-404 h1 {
  color: #e5b44b;
  font-family: "Abril Fatface", serif;
  font-size: 60px;
  font-weight: 400;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.page-404 p {
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  max-width: 420px;
}

@media screen and (min-width: 1280px) {
  .waitlist-lead {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-7.waitlist {
    height: auto;
  }

  .waitlist-lead {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .div-block-7.waitlist {
    flex-direction: column-reverse;
    height: auto;
  }

  .div-block-8.waitlist {
    width: 100%;
    height: 50vh;
  }

  .div-block-9.waitlist {
    width: 100%;
  }

  .waitlist-lead {
    width: 85%;
    font-size: 2.2vw;
  }

  .honey-page {
    padding: 8vh 6vw 10vh;
  }

  .honey-page-form {
    padding: 28px 20px;
  }

  .honey-story {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-8.waitlist {
    height: 40vh;
  }

  .waitlist-lead {
    font-size: 4vw;
    line-height: 5.5vw;
    width: 90%;
  }

  .honey-page h1.heading-4 {
    font-size: 10vw;
    line-height: 12vw;
  }

  .honey-story {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}


/* Instant Quote modal + radio/checkbox form controls (gold #e5b44b) */
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.instant-quote-btn {
  border: none;
  cursor: pointer;
  font: inherit;
}

body.quote-modal-open {
  overflow: hidden;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.quote-modal[hidden] {
  display: none !important;
}

.quote-modal.is-open {
  display: flex !important;
}

button.instant-quote-btn,
a.instant-quote-btn {
  pointer-events: auto !important;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.72);
}

.quote-modal-dialog {
  position: relative;
  z-index: 1;
  background: #f2f1ef;
  border: 3px solid #e5b44b;
  border-radius: 12px;
  width: min(520px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 32px 28px 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.quote-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #1e1e1e;
  cursor: pointer;
}

.quote-modal-title {
  color: #1e1e1e;
  font-family: "Abril Fatface", serif;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 8px;
  text-transform: uppercase;
  text-align: center;
}

.quote-modal-lede {
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.quote-label {
  display: block;
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 0 6px;
}

.quote-select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  background: #fff;
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  margin-bottom: 4px;
}

.quote-estimate-btn {
  margin-top: 18px;
  width: 100%;
}

.quote-result {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 2px solid #e5b44b;
  text-align: center;
}

.quote-range-label {
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 6px;
  color: #1e1e1e;
}

.quote-range {
  font-family: "Abril Fatface", serif;
  font-size: 28px;
  color: #1e1e1e;
  margin: 0 0 12px;
}

.quote-disclaimer {
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #1e1e1e;
  margin: 0 0 16px;
}

.quote-result .button {
  width: auto;
  min-width: 0;
  max-width: 100%;
}

.radio-fieldset {
  border: none;
  margin: 12px 0 8px;
  padding: 0;
  width: 100%;
}

.radio-legend {
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.radio-option,
.checkbox-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #1e1e1e;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
  margin: 0 0 10px;
  cursor: pointer;
}

.radio-option input,
.checkbox-option input {
  accent-color: #e5b44b;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.hives-hero-strip {
  background-image: linear-gradient(#4d402d80, #4d402d80),
    url("../images/63d86f68f21627a2488ceb35_AU9I3783.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

@media screen and (max-width: 767px) {
  .hero-cta-row {
    flex-direction: column;
    width: 100%;
  }

  .hero-cta-row .button {
    width: 90%;
  }

  .quote-modal-dialog {
    padding: 28px 18px 22px;
  }

  .quote-modal-title {
    font-size: 26px;
  }

  .quote-range {
    font-size: 22px;
  }
}
