:root {
	--display-font-family: Bevan;
	--body-font-family: PT Sans;

	--font-size: 16px

	--logo-padding: 20px;
	--logo-height: 162px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 0;
	--header-bg-color: 245 234 202;
	--header-border-color: 245 234 202;

	--brand-color: 234 166 44;
	--brand-color-inverted: 255 255 255;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 61 61 61;

	--action-color: 234 166 44;
	--action-color-inverted: 255 15 ;

	--announcement-bar-bg-color: 234 166 44;
	--announcement-bar-text-color: 255 255 255;
	--announcement-bar-link-color: 61 61 61;

	--main-navigation-bg-color: 245 234 202;
	--main-navigation-link-color: 124 96 63;
	--main-navigation-link-color-hover: 234 166 44;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 16px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 61 61 61;

	--order-status-bg-color: 124 96 63;
	--order-status-color: 245 234 202;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 124 96 63;
	--footer-color: 245 234 202;
	--footer-link-color: 255 15 ;
}

/*Custom Styles*/
.announcement_bar a {
    color: #FFF;
    text-decoration: underline;
}

/* HTML Form Embed Styling */

#pageWidget--286,
#pageWidget--287,
#pageWidget--288,
#pageWidget--289,
#pageWidget--290,
#pageWidget--291,
#pageWidget--292,
#pageWidget--293,
#pageWidget--294,
#pageWidget--295,
#pageWidget--315,
#pageWidget--364 {
    max-width: 600px;;
    margin: auto;
}

.btn-light {
    background-color: #f5c775;
    border: 0;
    color: #ffffff;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    background-color: #c27e04;
    border: 0;
    color: #ffffff;
}

/* CUSTOM PAGE STYLES */
.ha-guide {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 18px 60px;
  font-size: 20px;
  line-height: 1.65;
}

.ha-guide h1 {
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.05;
  margin: 0 0 20px;
}

.ha-guide h2 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.15;
  margin-top: 56px;
  margin-bottom: 16px;
}

.ha-guide h3 {
  font-size: 24px;
  margin-top: 0;
}

.ha-guide p {
    font-size: 20px;
}

.ha-eyebrow + h2 {
    margin-top: 0;
}

.ha-hero {
  padding: 56px 0 36px;
  border-bottom: 1px solid #ddd;
}

.ha-eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  opacity: .75;
}

.ha-lead {
  font-size: 22px;
  line-height: 1.45;
  max-width: 760px;
}

.ha-button {
  display: inline-block;
  margin-top: 18px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #2f4f2f;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
}

.ha-text-link {
  font-weight: 700;
  text-decoration: underline;
}

.ha-callout {
  margin: 42px 0;
  padding: 28px;
  border-left: 6px solid #2f4f2f;
  background: #f5f2ea;
  border-radius: 10px;
}

.ha-callout h2 {
  margin-top: 0;
}

.ha-callout-soft {
  border-left-color: #9a7b3f;
}

.ha-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: start;
}

.ha-card {
  background: #f7f7f2;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #e4e1d8;
  margin-top: 56px;
}

.ha-checklist {
  padding-left: 0;
  list-style: none;
}

.ha-checklist li {
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}

.ha-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.ha-guide details {
  border-top: 1px solid #ddd;
  padding: 18px 0;
}

.ha-guide details:last-of-type {
  border-bottom: 1px solid #ddd;
}

.ha-guide summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
}

.ha-final-cta {
  margin-top: 60px;
  padding: 42px;
  border-radius: 18px;
  background: #f5f2ea;
  text-align: center;
}

.ha-final-cta h2 {
  margin-top: 0;
}

.ha-feature{
    display:block;
    width:100%;
    margin:48px auto;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.ha-split{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:48px;
    align-items:center;
    margin:56px 0;
}

.ha-split img{
    width:100%;
    border-radius:16px;
}

/* ---------- Egg Testing Section ---------- */

.ha-testing{

    margin:90px 0;

}

.ha-testing-intro{

    font-size:1.35rem;
    line-height:1.6;
    margin-bottom:28px;

}

.ha-proof-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin:60px 0;

}

.ha-proof{

    background:#fff;
    border:1px solid #e7e2d7;
    border-radius:18px;
    padding:28px;
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,.05);

}

.ha-proof-icon{

    font-size:34px;
    margin-bottom:14px;

}

.ha-proof h3{

    font-size:1.2rem;
    margin-bottom:10px;

}

.ha-proof p{

    font-size:.95rem;
    line-height:1.6;
    margin:0;

}

.ha-testing-summary{

    background:#f8f5ef;
    border-radius:20px;
    padding:42px;
    margin:50px 0;

}

.ha-testing-summary h3{

    margin-top:0;

}

.ha-note{

    margin-top:30px;
    font-size:.95rem;
    color:#666;
    border-top:1px solid #ddd;
    padding-top:24px;

}

.ha-report-cta{

    text-align:center;
    padding:55px 30px;
    border-radius:20px;
    background:#f2efe8;

}

.ha-report-cta h3{
    margin-top:0;

}

@media(max-width:900px){

    .ha-proof-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:640px){

    .ha-proof-grid{

        grid-template-columns:1fr;

    }

}

@media(max-width:800px){

.ha-split{
grid-template-columns:1fr;
}

}

@media (max-width: 760px) {
  .ha-grid {
    grid-template-columns: 1fr;
  }

  .ha-card {
    margin-top: 0;
  }

  .ha-guide {
    font-size: 17px;
  }

  .ha-lead {
    font-size: 20px;
  }

  .ha-final-cta {
    padding: 28px 20px;
  }
}
/* ha-promo block */
.ha-inline-guide-link {
  font-weight: 700;
  color: #2f4f2f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ha-slim-guide-callout {
  margin: 36px 0 46px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #f5f2ea;
  border-left: 4px solid #2f4f2f;
}

.ha-slim-guide-callout p {
  margin: 0 0 10px;
  line-height: 1.55;
}

.ha-slim-eyebrow {
  margin-bottom: 6px !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.ha-slim-guide-callout a {
  font-weight: 700;
  color: #2f4f2f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* COLLECTION PAGE STYLES */
.ha-collection-intro {
  max-width: 760px;
  margin: 0 0 34px;
  font-size: 18px;
  line-height: 1.55;
}

.ha-collection-intro p {
  margin: 0 0 10px;
}

.ha-collection-intro a,
.ha-collection-footer a {
  color: #2f4f2f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ha-collection-footer {
  max-width: 820px;
  margin: 64px 0 20px;
  font-size: 18px;
  line-height: 1.65;
}

.ha-collection-footer h2 {
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.ha-collection-footer p {
  margin: 0 0 18px;
}

.ha-eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.ha-slim-guide-callout {
  margin: 36px 0 46px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #f5f2ea;
  border-left: 4px solid #2f4f2f;
}

.ha-slim-guide-callout p {
  margin: 0 0 10px;
  line-height: 1.55;
}

.ha-slim-eyebrow {
  margin-bottom: 6px !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.ha-footer-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:42px;
    align-items:center;
    margin-bottom:42px;
}

.ha-footer-photo{
    width:100%;
    display:block;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.ha-slim-guide-callout h3{
    margin:0 0 10px;
    font-size:28px;
    line-height:1.15;
}

@media(max-width:850px){

    .ha-footer-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width: 760px) {
  .ha-collection-intro,
  .ha-collection-footer {
    font-size: 16px;
  }

  .ha-collection-footer h2 {
    font-size: 28px;
  }
}
