:root {
  --green-dark: #113B20;
  --green-hover: #316142;
  --green-mid: #15843C;
  --green-bright: #00BA56;
  --green-alt: #00933C;
  --green-muted: #2A6329;
  --blue-light: #F5FAFE;
  --blue-bright: #35C7FF;
  --blue-jays: #134A8E;
  --blue-jays-dark: #0D3B7A;
}
body {
  margin: 0;
  font-family: 'Avenir', sans-serif;
  background: white;
  color: var(--green-dark);
}
.banner {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  background: url('images/banner2.jpg') top center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner-text {
  position: absolute;
  color: white;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.5;
  text-shadow: 0 4px 16px rgba(0,0,0,0.5);
  text-align: center;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: -1px;
  font-family: 'Instrument Serif', serif;
  padding: 0 2rem;
  z-index: 3;
}
.banner-content {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding-top: 10rem;
}
.mission-section {
  width: 100vw;
  background: linear-gradient(120deg, #F5FAFE 60%, #e6f4ea 100%);
  padding: 2rem 0 2rem 0;
  margin: 0;
}
.mission {
  margin: 0 auto;
  max-width: 100vw;
  text-align: center;
  padding: 0 1rem;
  background: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}
.mission-main {
  font-size: 2.2rem;
  font-family: 'Instrument Serif', serif;
  color: var(--green-dark);
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 1.2rem;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(17,59,32,0.07);
  display: block;
}
.mission strong {
    color: var(--green-dark);
    font-size: 2rem;
    font-family: savoyregular, 'Georgia', serif;
    font-weight: 700;
  }
.mission-secondary {
  font-size: 1.3rem;
  color: #222;
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
.offerings-section {
  background: #fff;
  padding: 2rem 3rem 2rem 3rem;
}


.offerings {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0rem auto;
  max-width: 800px;
}
.offering-box {
  background: var(--green-dark);
  color: #fff;
  border-radius: 35px;
  /* box-shadow: 0 4px 16px rgba(17,59,32,0.10); */
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 1rem 1rem 1rem;
  flex: 320px;
  width: 320px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  border: none;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.offering-box:hover, .offering-box:focus {
  background: #316142;
  box-shadow: 0 8px 24px rgba(0,186,86,0.13);
}
.offering-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}
.offering-subtitle {
  font-size: 1.2rem;
  color: #e0e0e0;
  margin-bottom: rem;
  font-family: 'Avenir', sans-serif;
  text-align: center;
}
.offering-image {
  width: 100%;
  height: 180px;
  max-width: 100%;
  margin: 0 auto 1rem auto;
  display: block;
  background: #fff;
  object-fit: cover;
  object-position: center;
}
.offering-desc {
  font-size: 1.1rem;
  color: #e0e0e0;
  margin-bottom: 1rem;
  text-align: center;
  font-family: 'Avenir', sans-serif;
}
.email-capture-section {
  background: var(--blue-light);
  padding: 3rem 0 0rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.email-capture-label {
  color: #222;
  font-size: 1.1rem;
  font-family: 'Avenir', sans-serif;
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: 700;
}
.email-capture-form {
  display: flex;
  width: 100%;
  max-width: 500px;
}
.email-capture-input {
  flex: 1;
  padding: 0.6rem 1.2rem 0.6rem 0.6rem;
  font-size: 1rem;
  border: 2px solid #111;
  border-radius: 0;
  outline: none;
  font-family: 'Avenir Light', sans-serif;
  margin-right: -1px;
  color: var(--green-dark);
}
.email-capture-button {
  background: var(--green-dark);
  color: #fff;
  font-family: 'Avenir', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  border: 2px solid #111;
  border-radius: 0;
  padding: 0 1.2rem;
  cursor: pointer;
  transition: background 0.2s;
  margin-left: 0;
  display: flex;
  align-items: center;
}
.email-capture-button:hover,
.email-capture-button:focus {
  background: var(--green-hover);
  color: #fff;
}
@media (max-width: 900px) {
  .offerings {
    flex-direction: column;
    align-items: center;
  }
  .offering-box {
    max-width: 100%;
    width: 100%;
  }
  .offering-image {
    max-width: 100%;
    height: 180px; /* or whatever looks best */
  }
}
@media (max-width: 600px) {
  .banner-text,
  .mission,
  .offerings-section,
  .offerings,
  .email-capture-section,
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .banner-text {
    font-size: 4rem;
    top: 60%;
    line-height: 1.1;
  }
  .mission {
    font-size: 1rem;
    padding: 1.2rem 0.7rem;
  }
  .email-capture input[type="email"] {
    min-width: 0;
    flex: 1;
  }
  .email-capture button {
    max-width: 40vw;
    flex-shrink: 0;
  }
}

.footer {
  background: var(--green-dark);
  color: #fff;
  text-align: center;
  padding: 2rem 1rem 2rem 1rem;
  margin-top: 0rem;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer-socials a {
  display: inline-block;
  width: 45px;
  height: 45px;
}

.footer-socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-email {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  word-break: break-all;
}

.footer-email a {
  color: #fff;
  text-decoration: underline;
}

.email-response-message {
  margin-top: 1.1rem;
  font-size: 1.1rem;
  text-align: center;
  transition: opacity 0.5s;
  min-height: 1.5em;
}

.email-validation-message {
  margin-top: 1.1rem;
  color: #b30000;
  font-size: 1rem;
  text-align: center;
  transition: opacity 0.5s;
}

.email-message {
  min-height: 1.5em;
  margin-top: 1.1rem;
  font-size: 1rem;
  text-align: center;
  transition: opacity 0.5s, color 0.2s;
  color: #113B20;
}
.email-message.error {
  color: #b30000;
} 