/* =========================================================
   BOCA SKI CLUB - GLOBAL SITE WIDTH
   Controls overall page width and content scaling.
   ========================================================= */

.zoneInner,
.zoneWrap,
.zoneInner > .WaPlaceHolder {
  max-width: 1400px;
}


/* =========================================================
   BOCA SKI CLUB - HOMEPAGE CARD POLISH
   Gives homepage gadgets a modern card appearance.
   ========================================================= */

.zoneContent .WaGadgetUpcomingEvents,
.zoneContent .WaGadgetSubscriptionForm,
.zoneContent .WaGadgetRecentBlogPosts,
.zoneContent .WaGadgetContent {
  margin-bottom: 24px;
}

.zoneContent .WaGadgetUpcomingEvents .gadgetStyleBody,
.zoneContent .WaGadgetSubscriptionForm .gadgetStyleBody,
.zoneContent .WaGadgetRecentBlogPosts .gadgetStyleBody,
.zoneContent .WaGadgetContent.gadgetStyle002 .gadgetStyleBody {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 24px;
}


/* =========================================================
   BOCA SKI CLUB - PUBLIC CONTENT READABILITY
   Scoped carefully so it does not affect WA editors.
   ========================================================= */

.zoneContent .WaGadgetContent .gadgetStyleBody,
.zoneContent .WaGadgetUpcomingEvents .gadgetStyleBody,
.zoneContent .WaGadgetSubscriptionForm .gadgetStyleBody {
  line-height: 1.7;
}

.zoneContent .WaGadgetContent .gadgetStyleBody > h1,
.zoneContent .WaGadgetContent .gadgetStyleBody > h2,
.zoneContent .WaGadgetContent .gadgetStyleBody > h3,
.zoneContent .WaGadgetUpcomingEvents .gadgetTitleHn,
.zoneContent .WaGadgetSubscriptionForm .gadgetTitleHn {
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.zoneContent .WaGadgetContent .gadgetStyleBody > p {
  margin-bottom: 18px;
}


/* =========================================================
   BOCA SKI CLUB - HOMEPAGE HERO
   Homepage intro section and CTA buttons.
   ========================================================= */

.bocaHero {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: center;
  background: #ffffff;
  padding: 14px 28px 10px 28px;
  margin-bottom: 4px;
}

.bocaHeroImage {
  width: 300px;
  max-width: 100%;
  height: auto;
  justify-self: end;
}

.bocaHeroEyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #7a8a9a;
  margin-bottom: 8px;
}

.bocaHero h1 {
  font-size: 34px;
  line-height: 1.1;
  margin: 0 0 12px 0;
  color: #1d3557;
}

.bocaHero .heroLead {
  max-width: 850px;
  font-size: 18px;
  line-height: 1.45;
  color: #355070;
  margin-bottom: 10px;
}

.bocaHero p {
  max-width: 900px;
  font-size: 15px;
  margin-bottom: 0;
}

.heroButtons {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.heroPrimaryButton,
.heroSecondaryButton {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.2s ease;
}

.heroPrimaryButton {
  background: #1d3557;
  color: #ffffff !important;
}

.heroPrimaryButton:hover {
  background: #274c77;
}

.heroSecondaryButton {
  background: #ffffff;
  color: #1d3557 !important;
  border: 2px solid #dbe4ef;
}

.heroSecondaryButton:hover {
  background: #f5f8fc;
}


/* =========================================================
   BOCA SKI CLUB - SKI ADVENTURE SECTION
   Interactive map/trip section styling.
   ========================================================= */

.skiAdventureBlock {
  overflow: hidden;
  border-radius: 14px;
}

.skiAdventureBlock img {
  display: block;
  border-radius: 0 !important;
}

.skiMapInstruction {
  background: #0d2a57;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 10px 10px 10px;
  border-radius: 0 !important;
}


/* =========================================================
   BOCA SKI CLUB - NEW MEMBERS BANNER
   ========================================================= */

.newMembersBanner {
  background: linear-gradient(135deg, #1d3557, #274c77);
  color: #ffffff;
  border-radius: 14px;
  padding: 18px 24px;
  margin: 24px 0 22px 0;
  font-size: 17px;
  line-height: 1.5;
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
}

.newMembersBanner strong {
  color: #ffffff;
}


/* =========================================================
   BOCA SKI CLUB - WHY JOIN STRIP
   ========================================================= */

.whyJoinStrip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 24px 0 28px 0;
}

.whyJoinItem {
  background: #ffffff;
  border-radius: 14px;
  padding: clamp(12px, 1.2vw, 18px);
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.whyJoinIcon {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1;
  margin-bottom: 8px;
}

.whyJoinText {
  font-size: clamp(13px, 1.1vw, 19px);
  font-weight: 700;
  line-height: 1.25;
  color: #1d3557;
}


/* =========================================================
   BOCA SKI CLUB - UPCOMING EVENTS
   ========================================================= */

.zoneContent .WaGadgetUpcomingEvents ul.boxesList li {
  padding: 14px 0;
  border-bottom: 1px solid #e8edf2;
}

.zoneContent .WaGadgetUpcomingEvents ul.boxesList li:last-child {
  border-bottom: none;
}

.zoneContent .WaGadgetUpcomingEvents .boxesDateContainer {
  margin-bottom: 6px;
  color: #7a7a7a;
  font-size: 16px;
}

.zoneContent .WaGadgetUpcomingEvents .boxInfoContainer {
  line-height: 1.5;
  font-size: 16px;
}

.zoneContent .WaGadgetUpcomingEvents .gadgetTitleHn {
  font-size: 18px;
  text-transform: uppercase;
  color: #1d3557;
}

.zoneContent .WaGadgetUpcomingEvents .title a,
.zoneContent .WaGadgetUpcomingEvents .boxInfoContainer a {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #7c941f !important;
  text-decoration: none !important;
}

.zoneContent .WaGadgetUpcomingEvents .title a:hover,
.zoneContent .WaGadgetUpcomingEvents .boxInfoContainer a:hover {
  color: #1d3557 !important;
  text-decoration: underline !important;
}


/* =========================================================
   BOCA SKI CLUB - SOCIAL EVENTS GADGET
   ========================================================= */

.home-social-events {
  background: #f7f8f2;
  padding: 24px;
  border-radius: 12px;
}

.home-social-events .gadgetTitleH2,
.home-social-events h2,
.home-social-events .titleOuterContainer h4 {
  font-size: 36px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  margin-bottom: 18px !important;
}

.home-social-events .date,
.home-social-events .idUpcomingEventDate,
.home-social-events .startTime {
  display: block;
  font-size: 24px !important;
  line-height: 1.3 !important;
  color: #7a7a7a !important;
  margin-bottom: 6px;
}

.home-social-events .location,
.home-social-events .itemInfo,
.home-social-events .detailsLabel {
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.home-social-events a,
.home-social-events .title a {
  font-size: 34px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}


/* =========================================================
   BOCA SKI CLUB - PRESIDENT MESSAGE CARD
   ========================================================= */

.presidentCard {
  max-width: 1180px;
  margin: 12px auto 0 auto;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 26px;
}

.presidentPhotoWrap {
  flex: 0 0 150px;
}

.presidentPhotoWrap img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
}

.presidentText {
  flex: 1;
}

.presidentEyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #7a8a9a;
  margin-bottom: 8px;
}

.presidentText h2 {
  margin: 0 0 12px 0;
  font-size: 28px;
  line-height: 1.15;
  color: #1d3557;
}

.presidentLead {
  font-size: 17px;
  line-height: 1.5;
  color: #355070;
}

.presidentText p {
  margin-bottom: 14px;
}

.presidentSignature {
  margin-bottom: 0;
  color: #1d3557;
}


/* =========================================================
   BOCA SKI CLUB - FOOTER
   ========================================================= */

.bocaFooter {
  background: #111827;
  color: #dbe4ef;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 32px 24px 32px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.footerTop {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.footerBottom {
  max-width: 1320px;
  margin: 28px auto 0 auto;
  padding: 18px 32px 0 32px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255,255,255,0.10);
  text-align: center;
  font-size: 14px;
  color: #a8b7c8;
}

.footerColumn {
  display: flex;
  flex-direction: column;
}

.footerTitle {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.footerColumn p {
  line-height: 1.7;
}

.footerColumn a {
  color: #dbe4ef;
  text-decoration: none;
  margin-bottom: 10px;
}

.footerColumn a:hover {
  color: #ffffff;
}


/* =========================================================
   REMOVE WILD APRICOT WOOD FOOTER BACKGROUND
   ========================================================= */

.zoneFooter,
.zoneFooterOuter,
.zoneFooterInner,
.footerOuterContainer,
.footerInnerContainer,
#idFooterContentHolder,
#idFooterContentHolder .WaPlaceHolder {
  background: #111827 !important;
  background-image: none !important;
}


/* =========================================================
   BOCA SKI CLUB - UTILITIES
   ========================================================= */

.hide-temp {
  display: none !important;
}


/* =========================================================
   BOCA SKI CLUB - RESPONSIVE / MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {

  .bocaHero {
    grid-template-columns: 1fr;
    padding: 10px 14px 12px 14px;
  }

  .bocaHeroImage {
    display: none;
  }

  .bocaHero h1 {
    font-size: 28px;
  }

  .bocaHero .heroLead {
    font-size: 16px;
  }

  .heroButtons {
    flex-direction: column;
  }

  .heroPrimaryButton,
  .heroSecondaryButton {
    text-align: center;
  }

  .buttonStyle001,
  .buttonStyle002,
  .buttonStyle003 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .zoneContent .WaGadgetUpcomingEvents .title a,
  .zoneContent .WaGadgetUpcomingEvents .boxInfoContainer a {
    font-size: 18px;
    line-height: 1.25;
  }

  .presidentCard {
    flex-direction: column;
    padding: 18px;
    gap: 14px;
  }

  .presidentPhotoWrap img {
    width: 80px;
    height: 80px;
  }

  .presidentText h2 {
    font-size: 24px;
  }

  .footerTop {
    grid-template-columns: 1fr;
  }

  .bocaFooter {
    padding: 28px 18px 18px 18px;
  }

  .footerColumn {
    margin-bottom: 18px;
  }

}

@media screen and (max-width: 700px) {

  .whyJoinStrip {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width: 480px) {

  .whyJoinStrip {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   HOMEPAGE NEWSLETTER
   ========================================================= */

#id_newsletterSignup {
  margin-top: -10px;
}

/* Hide WA default title */
#id_newsletterSignup .formTitleOuterContainer {
  display: none !important;
}

/* Remove excess wrapper spacing */
#id_newsletterSignup .generalFormOuterContainer,
#id_newsletterSignup .generalFieldsOuterContainer,
#id_newsletterSignup .sectionOuterContainer {
  margin: 0 !important;
  padding: 0 !important;
}

/* Tighten field rows */
#id_newsletterSignup .fieldContainer {
  margin-bottom: 14px !important;
}

/* Better labels */
#id_newsletterSignup .fieldLabel {
  font-weight: 600;
  color: #1d3557;
}

/* Inputs */
#id_newsletterSignup input[type="text"] {
  border-radius: 8px !important;
  border: 1px solid #d6dce5 !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
  width: 100% !important;
  max-width: 240px;
}

/* Captcha spacing */
#id_newsletterSignup #idReCaptchaContainer {
  margin: 8px 0 18px !important;
}

/* Button row */
#id_newsletterSignup .navigationOuterContainer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Back button */
#id_newsletterSignup .backLink {
  background: #dbe4ef !important;
  color: #1d3557 !important;
  border-radius: 8px !important;
  padding: 10px 18px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

/* Subscribe button */
#id_newsletterSignup .nextButton {
  background: #1d3557 !important;
  color: white !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 18px !important;
  font-weight: 700 !important;
}