/* Broadacre HarvestFest 2026 campaign pages. All rules are component-scoped. */
.bac-hf {
  --bac-hf-gold: #e3a141;
  --bac-hf-gold-bright: #f6b747;
  --bac-hf-blackish: #181715;
  --bac-hf-black: #000000;
  --bac-hf-white: #ffffff;
  --bac-hf-off-white: #f4fafe;
  --bac-hf-light-grey: #99a0a7;
  --bac-hf-med-grey: #55575a;
  --bac-hf-dark-grey: #2a2b2c;
  --bac-hf-border: rgba(24, 23, 21, 0.16);
  --bac-hf-shadow: 0 10px 28px rgba(24, 23, 21, 0.08);
  --bac-hf-radius-small: 8px;
  --bac-hf-radius: 14px;
  --bac-hf-radius-large: 14px;
  width: min(100%, 1120px);
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 12px 40px;
  color: var(--bac-hf-blackish);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.bac-hf,
.bac-hf *,
.bac-hf *::before,
.bac-hf *::after {
  box-sizing: border-box;
}

.bac-hf img,
.bac-hf svg,
.bac-hf video,
.bac-hf iframe {
  display: block;
  max-width: 100%;
}

.bac-hf p,
.bac-hf ul,
.bac-hf ol,
.bac-hf figure {
  margin-top: 0;
}

.bac-hf h1,
.bac-hf h2,
.bac-hf h3,
.bac-hf p,
.bac-hf li,
.bac-hf a,
.bac-hf button,
.bac-hf input,
.bac-hf select,
.bac-hf textarea {
  font-family: inherit;
}

.bac-hf .bac-hf__hero h1,
.bac-hf .bac-hf__expired h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--bac-hf-white);
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}

.bac-hf .bac-hf__hero--light h1 {
  color: var(--bac-hf-blackish);
}

.bac-hf h2 {
  margin: 0;
  color: var(--bac-hf-blackish);
  font-size: clamp(1.75rem, 2.9vw, 2.375rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

.bac-hf h3 {
  margin: 0;
  color: var(--bac-hf-blackish);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.bac-hf p,
.bac-hf li {
  color: inherit;
}

.bac-hf a {
  text-underline-offset: 0.16em;
}

.bac-hf a:focus-visible,
.bac-hf button:focus-visible,
.bac-hf input:focus-visible,
.bac-hf select:focus-visible,
.bac-hf textarea:focus-visible,
.bac-hf [tabindex]:focus-visible {
  outline: 4px solid var(--bac-hf-gold-bright);
  outline-offset: 4px;
}

.bac-hf__hero,
.bac-hf__expired {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(26px, 4vw, 48px);
  color: var(--bac-hf-off-white);
  background: var(--bac-hf-blackish);
  border: 1px solid rgba(246, 183, 71, 0.42);
  border-radius: var(--bac-hf-radius-large);
  box-shadow: var(--bac-hf-shadow);
}

.bac-hf__hero::before,
.bac-hf__expired::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: min(34%, 270px);
  height: 8px;
  content: "";
  background: var(--bac-hf-gold-bright);
}

.bac-hf__hero--light {
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-off-white);
  border-color: rgba(24, 23, 21, 0.2);
}

.bac-hf__hero-copy {
  min-width: 0;
}

.bac-hf__eyebrow,
.bac-hf .bac-hf__eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 7px 10px;
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-gold-bright);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bac-hf__hero-lead,
.bac-hf .bac-hf__hero-lead {
  max-width: 46ch;
  margin: 18px 0 0;
  color: inherit;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.35;
}

.bac-hf__price-panel {
  width: min(100%, 520px);
  margin: 22px 0 0;
  padding: 18px;
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-white);
  border: 3px solid var(--bac-hf-gold-bright);
  border-radius: var(--bac-hf-radius);
}

.bac-hf__price-panel p {
  margin-bottom: 0;
  color: inherit;
}

.bac-hf__old-price {
  font-size: 0.9rem;
  font-weight: 700;
}

.bac-hf__old-price del {
  text-decoration-thickness: 2px;
}

.bac-hf__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 9px;
  margin-top: 8px;
}

.bac-hf__price > span {
  flex: 0 0 100%;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bac-hf__price strong {
  color: var(--bac-hf-blackish);
  font-size: clamp(2.75rem, 7vw, 3.75rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.bac-hf__price small {
  font-size: 0.95rem;
  font-weight: 800;
}

.bac-hf__code,
.bac-hf .bac-hf__code {
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid rgba(24, 23, 21, 0.16);
  font-size: 0.86rem;
  font-weight: 700;
}

.bac-hf__code strong {
  display: inline-block;
  padding: 3px 7px;
  background: rgba(227, 161, 65, 0.2);
  border: 1px dashed var(--bac-hf-gold);
  border-radius: 4px;
  letter-spacing: 0.045em;
}

.bac-hf__offer-name,
.bac-hf .bac-hf__offer-name {
  font-size: 1.18rem;
  font-weight: 900;
}

.bac-hf__tax-total,
.bac-hf .bac-hf__tax-total {
  margin-top: 12px;
  font-size: 1.02rem;
  font-weight: 850;
}

.bac-hf__core-line,
.bac-hf .bac-hf__core-line {
  max-width: 44ch;
  margin: 18px 0 0;
  color: inherit;
  font-size: clamp(1.03rem, 2vw, 1.18rem);
  font-weight: 850;
}

.bac-hf__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.bac-hf__button,
.bac-hf a.bac-hf__button,
.bac-hf button.bac-hf__button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border: 2px solid transparent;
  border-radius: var(--bac-hf-radius-small);
  box-shadow: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.bac-hf__button--primary,
.bac-hf a.bac-hf__button--primary,
.bac-hf button.bac-hf__button--primary {
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-gold-bright);
  border-color: var(--bac-hf-gold-bright);
}

.bac-hf__button--primary:hover,
.bac-hf a.bac-hf__button--primary:hover,
.bac-hf button.bac-hf__button--primary:hover {
  color: var(--bac-hf-white);
  background: var(--bac-hf-blackish);
  border-color: var(--bac-hf-gold-bright);
}

.bac-hf__button--secondary,
.bac-hf a.bac-hf__button--secondary,
.bac-hf button.bac-hf__button--secondary {
  color: var(--bac-hf-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.52);
}

.bac-hf__button--secondary:hover,
.bac-hf a.bac-hf__button--secondary:hover,
.bac-hf button.bac-hf__button--secondary:hover {
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-white);
  border-color: var(--bac-hf-white);
}

.bac-hf__button--on-light,
.bac-hf a.bac-hf__button--on-light {
  color: var(--bac-hf-blackish);
  border-color: var(--bac-hf-blackish);
}

.bac-hf__button--on-light:hover,
.bac-hf a.bac-hf__button--on-light:hover {
  color: var(--bac-hf-white);
  background: var(--bac-hf-blackish);
  border-color: var(--bac-hf-blackish);
}

.bac-hf__deadline,
.bac-hf .bac-hf__deadline {
  margin: 18px 0 0;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 700;
}

.bac-hf__deadline span {
  color: var(--bac-hf-gold-bright);
  font-weight: 900;
  text-transform: uppercase;
}

.bac-hf__hero--light .bac-hf__deadline span {
  color: #8b5300;
}

.bac-hf__hero-media {
  min-width: 0;
  margin: 22px 0 0;
}

.bac-hf__hero-image {
  width: 100%;
  height: clamp(210px, 54vw, 360px);
  object-fit: cover;
  border: 1px solid rgba(246, 183, 71, 0.5);
  border-radius: calc(var(--bac-hf-radius-large) - 7px);
}

.bac-hf__hero--light .bac-hf__hero-image {
  border-color: rgba(24, 23, 21, 0.22);
}

.bac-hf__trust {
  display: grid;
  gap: 5px;
  width: min(100%, 550px);
  margin-top: 24px;
  padding: 16px;
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-white);
  border-left: 6px solid var(--bac-hf-gold);
  box-shadow: 0 6px 18px rgba(24, 23, 21, 0.07);
  font-size: 0.95rem;
}

.bac-hf__campaign-note,
.bac-hf .bac-hf__campaign-note {
  margin: 16px 0 0;
  color: inherit;
  font-weight: 850;
}

.bac-hf__section,
.bac-hf__form-section {
  margin-top: 16px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--bac-hf-white);
  border: 1px solid var(--bac-hf-border);
  border-radius: var(--bac-hf-radius-large);
}

.bac-hf__section-heading {
  max-width: 720px;
  margin-bottom: 20px;
}

.bac-hf__kicker,
.bac-hf .bac-hf__kicker {
  margin: 0 0 10px;
  color: #744500;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-transform: uppercase;
}

.bac-hf__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.bac-hf__steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 16px;
  background: var(--bac-hf-off-white);
  border: 1px solid rgba(24, 23, 21, 0.12);
  border-top: 4px solid var(--bac-hf-gold);
  border-radius: var(--bac-hf-radius);
}

.bac-hf__steps li > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-gold-bright);
  border-radius: 50%;
  font-size: 0.92rem;
  font-weight: 950;
}

.bac-hf__steps li p {
  margin: 7px 0 0;
  color: var(--bac-hf-med-grey);
  line-height: 1.48;
}

.bac-hf__section--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  color: var(--bac-hf-white);
  background: var(--bac-hf-blackish);
  border-color: rgba(246, 183, 71, 0.34);
}

.bac-hf__section--split h2,
.bac-hf__section--split p {
  color: var(--bac-hf-white);
}

.bac-hf__section--split .bac-hf__kicker {
  color: var(--bac-hf-gold-bright);
}

.bac-hf__check-list,
.bac-hf__terms-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bac-hf__check-list li,
.bac-hf__terms-list li {
  position: relative;
  margin: 0;
  padding: 12px 12px 12px 42px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bac-hf-radius-small);
}

.bac-hf__check-list li::before,
.bac-hf__terms-list li::before {
  position: absolute;
  top: 11px;
  left: 13px;
  color: var(--bac-hf-gold-bright);
  content: "✓";
  font-weight: 950;
}

.bac-hf__form-section {
  display: block;
  position: relative;
  border: 2px solid var(--bac-hf-gold);
  box-shadow: 0 8px 24px rgba(24, 23, 21, 0.07);
}

.bac-hf__form-intro {
  position: static;
  max-width: 760px;
  margin-bottom: 20px;
}

.bac-hf__form-intro > p:last-child {
  margin: 13px 0 0;
  color: var(--bac-hf-med-grey);
  font-size: 1.02rem;
}

.bac-hf__form-shell {
  width: min(100%, 820px);
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  background: var(--bac-hf-off-white);
  border: 1px solid rgba(24, 23, 21, 0.14);
  border-radius: var(--bac-hf-radius);
}

.bac-hf__form-shell form,
.bac-hf__form-shell .jet-form-builder,
.bac-hf__form-shell .jet-form-builder-row,
.bac-hf__form-shell .jet-form-builder__field-wrap,
.bac-hf__form-shell .wp-block-jet-forms-form {
  max-width: 100%;
}

.bac-hf__form-shell input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.bac-hf__form-shell select,
.bac-hf__form-shell textarea {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-white);
  border: 2px solid rgba(24, 23, 21, 0.28);
  border-radius: 6px;
  font-size: 1rem;
  line-height: 1.4;
}

.bac-hf__form-shell textarea {
  min-height: 130px;
  resize: vertical;
}

.bac-hf__form-shell label,
.bac-hf__form-shell .jet-form-builder__label-text {
  color: var(--bac-hf-blackish);
  font-weight: 800;
}

.bac-hf__form-shell .jet-form-builder-row {
  padding-top: 6px;
  padding-bottom: 6px;
}

.bac-hf__form-shell .field-type-heading-field {
  padding-top: 14px;
}

.bac-hf__form-shell .jet-form-builder__heading {
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
}

.bac-hf__form-shell .jet-form-builder__fields-group.checkradio-wrap {
  gap: 7px;
}

.bac-hf__form-shell .jet-form-builder__field-wrap.checkradio-wrap {
  margin: 0;
}

.bac-hf__form-shell label.for-checkbox,
.bac-hf__form-shell label.for-radio {
  display: inline-flex;
  min-height: 28px;
  align-items: flex-start;
  gap: 9px;
  font-weight: 650;
  line-height: 1.4;
}

.bac-hf__form-shell input.checkradio-field[type="checkbox"],
.bac-hf__form-shell input.checkradio-field[type="radio"] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  accent-color: var(--bac-hf-gold);
}

.bac-hf__form-shell button,
.bac-hf__form-shell input[type="submit"],
.bac-hf__form-shell .jet-form-builder__action-button {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 13px 18px;
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-gold-bright);
  border: 2px solid var(--bac-hf-gold-bright);
  border-radius: var(--bac-hf-radius-small);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.bac-hf__form-shell button:hover,
.bac-hf__form-shell input[type="submit"]:hover,
.bac-hf__form-shell .jet-form-builder__action-button:hover {
  color: var(--bac-hf-white);
  background: var(--bac-hf-blackish);
}

.bac-hf__form-fallback {
  padding: 20px;
  background: var(--bac-hf-white);
  border-left: 6px solid var(--bac-hf-gold);
}

.bac-hf__form-fallback h3 {
  font-size: 1.3rem;
}

.bac-hf__form-fallback p {
  margin: 8px 0 16px;
}

.bac-hf__admin-diagnostic,
.bac-hf .bac-hf__admin-diagnostic {
  margin-top: 16px;
  padding: 10px;
  color: #671e13;
  background: #fff2f0;
  border: 1px solid #d63638;
  font-size: 0.82rem;
}

.bac-hf__payment-return,
.bac-hf .bac-hf__payment-return {
  grid-column: auto;
  margin: 18px 0 0;
  font-weight: 750;
}

.bac-hf__text-link,
.bac-hf a.bac-hf__text-link {
  color: #704300;
  font-weight: 900;
  text-decoration-thickness: 2px;
}

.bac-hf__benefit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bac-hf__benefit-grid li {
  min-width: 0;
  margin: 0;
  padding: 16px;
  color: var(--bac-hf-white);
  background: var(--bac-hf-blackish);
  border-bottom: 5px solid var(--bac-hf-gold);
  border-radius: var(--bac-hf-radius-small);
  font-size: 1rem;
  font-weight: 850;
}

.bac-hf__section--terms {
  color: var(--bac-hf-white);
  background: var(--bac-hf-dark-grey);
  border-color: rgba(246, 183, 71, 0.34);
}

.bac-hf__section--terms h2 {
  color: var(--bac-hf-white);
}

.bac-hf__section--terms .bac-hf__kicker {
  color: var(--bac-hf-gold-bright);
}

.bac-hf__section--terms .bac-hf__terms-list {
  margin-bottom: 22px;
}

.bac-hf__section--terms .bac-hf__terms-list li {
  color: var(--bac-hf-off-white);
}

.bac-hf__section--terms .bac-hf__text-link {
  color: var(--bac-hf-gold-bright);
}

.bac-hf__renewal-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: min(100%, 680px);
  margin-top: 22px;
}

.bac-hf__renewal-pricing > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  align-items: end;
  padding: 16px;
  color: var(--bac-hf-blackish);
  background: var(--bac-hf-white);
  border: 3px solid var(--bac-hf-gold-bright);
  border-radius: var(--bac-hf-radius);
}

.bac-hf__renewal-pricing span {
  grid-column: 1 / -1;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.07em;
}

.bac-hf__renewal-pricing strong {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.bac-hf__renewal-pricing small {
  max-width: 12ch;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.15;
}

.bac-hf__renewal-note,
.bac-hf .bac-hf__renewal-note {
  max-width: 65ch;
  margin: 16px 0 0;
  color: inherit;
  font-size: 0.93rem;
  font-weight: 700;
}

.bac-hf__onboarding-link {
  margin: 24px 0 0;
}

.bac-hf__closing {
  margin-top: 16px;
  padding: clamp(24px, 4vw, 42px);
  color: var(--bac-hf-white);
  background: var(--bac-hf-blackish);
  border: 1px solid rgba(246, 183, 71, 0.42);
  border-radius: var(--bac-hf-radius-large);
}

.bac-hf__closing h2 {
  color: var(--bac-hf-white);
}

.bac-hf__footer {
  padding: 24px 10px 0;
  text-align: center;
}

.bac-hf__footer p {
  margin: 0;
  color: var(--bac-hf-med-grey);
  font-size: 0.86rem;
}

.bac-hf__footer a {
  color: var(--bac-hf-blackish);
  font-weight: 850;
}

.bac-hf__expired {
  min-height: min(520px, 68vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bac-hf__expired > p:not(.bac-hf__eyebrow) {
  max-width: 56ch;
  margin: 22px 0 0;
  color: var(--bac-hf-off-white);
  font-size: 1.08rem;
}

@media (max-width: 480px) {
  .bac-hf__hero-image {
    height: 170px;
  }
}

@media (min-width: 375px) {
  .bac-hf {
    padding-right: 16px;
    padding-left: 16px;
  }

  .bac-hf__actions {
    grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  }

  .bac-hf__button,
  .bac-hf a.bac-hf__button,
  .bac-hf button.bac-hf__button {
    width: auto;
  }
}

@media (min-width: 768px) {
  .bac-hf {
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .bac-hf__hero--with-media {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.72fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
  }

  .bac-hf__hero-media {
    height: 100%;
    margin: 0;
  }

  .bac-hf__hero-image {
    height: 100%;
    min-height: 320px;
  }

  .bac-hf__steps--three,
  .bac-hf__benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bac-hf__steps--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bac-hf__section--split {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(28px, 4vw, 44px);
    align-items: start;
  }

  .bac-hf__renewal-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bac-hf__form-shell {
    padding: 22px;
  }

  .bac-hf__form-shell .jet-form-builder__fields-group.checkradio-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
  }
}

@media (min-width: 1024px) {
  .bac-hf {
    padding-right: 24px;
    padding-left: 24px;
  }

  .bac-hf__steps--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bac-hf__steps--four li {
    grid-template-columns: minmax(0, 1fr);
  }

  .bac-hf__benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bac-hf__form-intro {
    margin-bottom: 22px;
  }
}

@media (min-width: 1440px) {
  .bac-hf {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bac-hf *,
  .bac-hf *::before,
  .bac-hf *::after {
    scroll-behavior: auto !important;
  }
}
