/* Common Table /next-drop purchase flow
   This file is intentionally scoped and compact. It replaces the old layered
   carousel overrides that were causing the hero and box picker to inflate. */

.drop-purchase-hero,
.box-section,
.how-it-works-strip,
.likely-inside,
.why-common-table,
.final-drop-cta {
  overflow: hidden;
}

/* Guided harvest builder */
.box-section.harvest-planner-section {
  padding: clamp(42px, 5vw, 78px) clamp(22px, 5vw, 72px);
  scroll-margin-top: 120px;
  background: linear-gradient(180deg, #fff8e8 0%, #efd59e 100%);
  border-bottom: 1px solid var(--line);
}

.harvest-builder-shell {
  position: relative;
}

.harvest-entry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.harvest-entry-card h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(3.1rem, 5.9vw, 6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.harvest-entry-deadline {
  margin: 0;
  color: var(--coral);
  font-size: clamp(1.24rem, 2.25vw, 2.2rem);
  font-weight: 900;
  line-height: 1.16;
  text-wrap: balance;
}

.harvest-entry-card .button {
  min-width: clamp(250px, 16vw, 340px);
  min-height: 66px;
  padding-inline: 36px;
  font-size: 1.05rem;
}

.harvest-entry-note {
  max-width: 520px;
  margin: -8px 0 0;
  color: #60786d;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.35;
}

.mobile-copy {
  display: none;
}

.harvest-preview-controls {
  display: none;
  gap: 10px;
  justify-content: center;
}

.harvest-preview-arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--green);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(31, 73, 52, 0.1);
  cursor: pointer;
}

.harvest-preview-peek {
  display: none;
}

.harvest-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.harvest-preview-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 18px;
  background: #ffffff;
  text-align: left;
}

.harvest-box-preview-card {
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 9px;
  padding: 18px;
}

.harvest-box-preview-card img {
  width: 100%;
  height: clamp(112px, 10vw, 150px);
  object-fit: contain;
  border: 1px solid rgba(47, 96, 72, 0.14);
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(250, 248, 239, 0.94),
    rgba(232, 235, 226, 0.72)
  );
}

.harvest-preview-card span,
.harvest-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(233, 86, 72, 0.12);
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.harvest-preview-card strong {
  color: var(--green-dark);
  font-size: 1.2rem;
  line-height: 1.15;
}

.harvest-preview-card p {
  margin: 0;
  color: #60786d;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 800;
}

.harvest-box-preview-card p {
  color: var(--green-dark);
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.18;
}

.harvest-box-preview-card small {
  color: #60786d;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.harvest-box-preview-card .box-item-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.harvest-box-preview-card .box-item-matrix li {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 4px;
  border: 1px solid rgba(47, 96, 72, 0.14);
  border-radius: 8px;
  background: rgba(232, 235, 226, 0.42);
  color: #557262;
  font-size: clamp(0.56rem, 0.62vw, 0.68rem);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.harvest-builder-overlay[hidden],
.harvest-builder-cart[hidden] {
  display: none !important;
}

.harvest-builder-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  overflow-y: auto;
}

.harvest-builder-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(38, 72, 56, 0.26);
  backdrop-filter: blur(8px);
}

.harvest-builder-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px) 320px;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 24px;
  box-sizing: border-box;
}

.harvest-builder-stage:has(.harvest-builder-cart[hidden]) {
  grid-template-columns: minmax(0, 820px);
}

.harvest-builder-panel,
.harvest-builder-cart {
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: 0 24px 64px rgba(31, 73, 52, 0.16);
}

.harvest-builder-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  padding: 28px;
  min-width: 0;
}

.harvest-builder-back {
  position: absolute;
  top: 18px;
  left: 22px;
  z-index: 1;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  cursor: pointer;
}

.harvest-builder-back[hidden] {
  display: none;
}

.harvest-builder-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 56px;
}

.harvest-builder-overlay:not([data-step="pickup"]) .harvest-builder-header {
  padding-top: 28px;
}

.harvest-builder-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 96, 72, 0.16);
  border-radius: 999px;
  background: #fffdfa;
  color: var(--green-dark);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.harvest-builder-progress {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #60786d;
  font-size: 0.8rem;
  font-weight: 900;
}

.harvest-builder-progress span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(47, 96, 72, 0.24);
}

.harvest-builder-header h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.98;
}

.harvest-builder-header p:last-child {
  margin: 0;
  color: #60786d;
  font-size: 0.96rem;
  line-height: 1.4;
  font-weight: 800;
}

.harvest-builder-body,
.harvest-builder-footer,
.harvest-pickup-list,
.harvest-box-list,
.harvest-addons-list,
.harvest-review-list,
.harvest-inline-summary {
  display: grid;
  gap: 14px;
}

.harvest-builder-body {
  min-width: 0;
}

.harvest-pickup-card,
.harvest-box-card,
.harvest-review-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.harvest-pickup-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
}

.harvest-pickup-card.is-selected {
  border-color: rgba(47, 96, 72, 0.28);
  background: #f8fcf7;
}

.harvest-pickup-card.is-sold-out {
  position: relative;
  overflow: hidden;
  border-color: rgba(233, 86, 72, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 247, 238, 0.96), rgba(255, 253, 248, 0.98)),
    #fffdf8;
}

.harvest-pickup-card.is-sold-out::after {
  content: "Filled";
  position: absolute;
  top: 14px;
  right: -28px;
  width: 116px;
  padding: 5px 0;
  transform: rotate(18deg);
  background: var(--coral);
  color: #fffdf8;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(157, 55, 47, 0.18);
}

.harvest-pickup-card.is-sold-out .harvest-pill {
  background: rgba(233, 86, 72, 0.18);
  color: #c6463c;
}

.harvest-pickup-card.is-sold-out h3,
.harvest-pickup-card.is-sold-out p {
  color: #7b8f85;
}

.harvest-pickup-card.is-sold-out .button,
.harvest-pickup-card .button:disabled {
  border-color: rgba(47, 96, 72, 0.1);
  background: #eceee9;
  color: #7b8f85;
  box-shadow: none;
  cursor: not-allowed;
}

.harvest-pickup-card h3,
.harvest-box-card h3,
.harvest-review-card h3,
.harvest-addon-wizard-copy h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: 1.05rem;
  line-height: 1.12;
}

.harvest-pickup-card p,
.harvest-box-card p,
.harvest-review-meta,
.harvest-addon-wizard-copy p {
  margin: 0;
  color: #60786d;
  font-size: 0.84rem;
  line-height: 1.35;
  font-weight: 800;
}

.harvest-pickup-card .button,
.harvest-box-card .button,
.harvest-review-card .button {
  justify-self: end;
}

.harvest-box-card {
  grid-template-columns: 72px minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: 16px;
}

.harvest-box-thumb {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 12px;
  background: linear-gradient(180deg, #fbfaf3, #edf1e9);
}

.harvest-box-card-copy {
  display: grid;
  gap: 8px;
}

.harvest-box-card .harvest-box-count {
  color: var(--green-dark);
  font-weight: 900;
}

.harvest-box-card .box-item-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.harvest-box-card .box-item-matrix li {
  display: flex;
  min-width: 0;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 8px;
  background: rgba(250, 248, 239, 0.52);
  color: #557262;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  overflow-wrap: anywhere;
}

.harvest-box-card strong,
.harvest-addon-wizard-row strong,
.harvest-review-line strong {
  color: var(--green-dark);
  font-size: 0.96rem;
}

.harvest-box-card.is-selected {
  border-color: rgba(47, 96, 72, 0.28);
  background: #f5faf4;
  animation: harvest-selected-pop 180ms ease;
}

.harvest-box-card .button.is-added::before {
  content: "";
  display: inline-block;
  width: 0.58em;
  height: 0.58em;
  margin-right: 0.42em;
  border-radius: 999px;
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(255, 253, 248, 0.2);
}

@keyframes harvest-selected-pop {
  0% {
    transform: scale(0.992);
  }
  100% {
    transform: scale(1);
  }
}

.harvest-addon-wizard-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.harvest-addon-group {
  display: grid;
  gap: 12px;
}

.harvest-addon-group + .harvest-addon-group {
  margin-top: 20px;
}

.harvest-addon-group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px;
}

.harvest-addon-group-heading h3 {
  margin: 0;
  color: #2f6048;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.harvest-addon-group-heading p {
  max-width: 360px;
  margin: 0;
  color: rgba(47, 96, 72, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.harvest-addon-wizard-copy {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.harvest-addon-wizard-copy img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 14px;
  padding: 5px;
  background: #fffdf8;
}

.harvest-stepper {
  display: grid;
  grid-template-columns: 38px 34px 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(47, 96, 72, 0.2);
  border-radius: 999px;
  background: #ffffff;
}

.harvest-stepper button {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--green);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.harvest-stepper button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.harvest-stepper span {
  color: var(--green-dark);
  font-size: 0.92rem;
  font-weight: 900;
  text-align: center;
}

.harvest-review-card {
  gap: 10px;
}

.harvest-review-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.harvest-review-actions {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.button.danger,
.harvest-review-actions .button.danger {
  color: #9d372f;
}

.harvest-review-line,
.harvest-summary-group-head,
.harvest-summary-line,
.harvest-summary-totals p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.harvest-review-line,
.harvest-summary-line {
  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

.harvest-box-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.harvest-box-line .harvest-box-thumb {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
}

.harvest-review-line.is-addon,
.harvest-summary-line.is-addon {
  color: #60786d;
}

.harvest-review-line.is-total {
  padding-top: 10px;
  border-top: 1px solid rgba(47, 96, 72, 0.12);
}

.harvest-edit-menu-card,
.harvest-edit-menu-actions {
  display: grid;
  gap: 12px;
}

.harvest-edit-menu-card {
  padding: 18px;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.harvest-edit-menu-card h3,
.harvest-edit-menu-card p {
  margin: 0;
}

.harvest-edit-menu-card h3 {
  color: var(--green-dark);
  font-size: 1.15rem;
}

.harvest-edit-menu-card p {
  color: #60786d;
  font-size: 0.88rem;
  font-weight: 900;
}

.harvest-edit-menu-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.harvest-edit-menu-actions .button {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
}

.harvest-inline-summary {
  padding: 16px;
  border-radius: 18px;
  background: #f6faf5;
}

.harvest-inline-summary-row {
  color: var(--green-dark);
  font-size: 0.84rem;
  font-weight: 900;
}

.harvest-cart-confirm {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(47, 96, 72, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(246, 250, 245, 0.98), rgba(255, 253, 248, 0.98));
}

.harvest-cart-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fffdf8;
  box-shadow: 0 14px 28px rgba(31, 73, 52, 0.16);
}

.harvest-cart-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.harvest-cart-confirm h3,
.harvest-more-pickups-head h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: 1.12rem;
  line-height: 1.12;
}

.harvest-cart-confirm p,
.harvest-more-pickups-head p {
  margin: 0;
}

.harvest-cart-confirm p:last-child {
  color: #60786d;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.32;
}

.harvest-cart-totals {
  display: grid;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 18px;
  background: #ffffff;
}

.harvest-cart-totals p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: #60786d;
  font-size: 0.88rem;
  font-weight: 800;
}

.harvest-cart-totals strong {
  color: var(--green-dark);
}

.harvest-cart-totals small {
  margin-top: -5px;
  color: #7b8f85;
  font-size: 0.75rem;
  font-weight: 900;
}

.harvest-cart-totals .is-total {
  padding-top: 10px;
  border-top: 1px solid rgba(47, 96, 72, 0.12);
  color: var(--green-dark);
  font-size: 1rem;
  font-weight: 900;
}

.harvest-more-pickups-head {
  display: grid;
  gap: 4px;
  margin-top: 4px;
}

.harvest-inline-summary-game h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: 1.2rem;
}

.harvest-inline-summary-game p:last-child {
  margin: 0;
  color: #60786d;
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 800;
}

.harvest-builder-footer {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.harvest-builder-footer:empty {
  display: none;
}

.harvest-builder-footer:has(.button:only-child) {
  grid-template-columns: minmax(220px, 420px);
}

.harvest-builder-footer:has(.harvest-mini-cart) {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.harvest-builder-footer:has(.harvest-mini-cart-checkout) {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px) minmax(140px, 190px);
}

.harvest-builder-footer .button {
  min-height: 48px;
  width: 100%;
  border-radius: 999px;
}

.harvest-mini-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(47, 96, 72, 0.14);
  border-radius: 14px;
  background: #f6faf5;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.harvest-mini-cart span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.harvest-mini-cart .harvest-box-thumb {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.harvest-mini-cart strong {
  flex: 0 0 auto;
  color: var(--green-dark);
}

.harvest-mini-cart.is-empty {
  border-style: dashed;
  background: #fffdf8;
  color: #60786d;
}

.harvest-checkout-status {
  min-height: 1.2em;
  margin: -6px 0 0;
  color: #60786d;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.35;
}

.harvest-checkout-status:empty {
  display: none;
}

.harvest-checkout-status[data-state="error"] {
  color: #9d372f;
}

.harvest-builder-cart {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px 20px 20px;
}

.harvest-builder-cart h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: 1.6rem;
}

.harvest-summary-groups {
  display: grid;
  gap: 10px;
}

.harvest-summary-group,
.harvest-summary-totals {
  padding: 14px 16px;
  border: 1px solid rgba(47, 96, 72, 0.12);
  border-radius: 16px;
  background: #ffffff;
}

.harvest-summary-group {
  display: grid;
  gap: 8px;
}

.harvest-summary-group h4 {
  margin: 0;
  color: var(--green-dark);
  font-size: 1rem;
}

.harvest-summary-group p,
.harvest-summary-totals p {
  margin: 0;
  color: #60786d;
  font-size: 0.82rem;
  line-height: 1.3;
}

.harvest-summary-totals .harvest-summary-fee-note {
  justify-content: flex-start;
  margin-top: -6px;
  color: #7b8f85;
  font-size: 0.74rem;
  font-weight: 800;
}

.harvest-summary-edit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(47, 96, 72, 0.1);
}

.harvest-summary-edit-row button,
.harvest-summary-edit-row span {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-dark);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
}

.harvest-summary-edit-row button {
  cursor: pointer;
}

.harvest-summary-edit-row span {
  color: #60786d;
  cursor: default;
}

.harvest-summary-edit-row button[data-remove-drop] {
  color: #9d372f;
}

.harvest-summary-totals {
  display: grid;
  gap: 10px;
}

.harvest-summary-actions {
  display: grid;
  gap: 10px;
}

.harvest-builder-cart .harvest-summary-actions,
.harvest-builder-cart #harvest-summary-status {
  display: none;
}

.harvest-summary-actions .button {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
}

#harvest-summary-status {
  color: #60786d;
  font-size: 0.8rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .harvest-preview-grid,
  .harvest-builder-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .harvest-builder-stage {
    padding: 20px 12px;
    min-height: auto;
  }

  .harvest-builder-panel,
  .harvest-builder-cart {
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .box-section.harvest-planner-section {
    padding: 26px 18px 32px;
    scroll-margin-top: 92px;
  }

  .harvest-entry-card {
    width: 100%;
    max-width: 100%;
    padding: 0;
    align-items: stretch;
    text-align: left;
    overflow: visible;
  }

  .harvest-entry-card h2 {
    font-size: clamp(2.15rem, 9.6vw, 2.95rem);
    line-height: 0.96;
  }

  .harvest-entry-deadline {
    font-size: clamp(1.08rem, 5.2vw, 1.42rem);
    line-height: 1.12;
  }

  .harvest-entry-note {
    margin-top: -6px;
    font-size: 0.82rem;
    line-height: 1.28;
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: inline;
  }

  .harvest-preview-grid {
    grid-template-columns: 1fr;
  }

  .harvest-entry-card .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-inline: 24px;
    font-size: 1rem;
  }

  .harvest-builder-overlay {
    background: #fffdf8;
  }

  .harvest-builder-backdrop {
    display: none;
  }

  .harvest-builder-stage {
    min-height: 100svh;
    padding: 0;
  }

  .harvest-builder-panel {
    min-height: 100svh;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border-radius: 0;
    box-shadow: none;
    gap: 14px;
  }

  .harvest-builder-back {
    top: 18px;
    left: 16px;
    max-width: calc(100% - 86px);
  }

  .harvest-builder-header {
    padding-right: 52px;
    gap: 7px;
  }

  .harvest-builder-overlay:not([data-step="pickup"]) .harvest-builder-header {
    padding-top: 30px;
  }

  .harvest-builder-header h2 {
    font-size: clamp(1.9rem, 10vw, 2.35rem);
  }

  .harvest-builder-header p:last-child {
    font-size: 0.9rem;
    line-height: 1.32;
  }

  .harvest-builder-progress {
    gap: 8px;
    font-size: 0.72rem;
  }

  .harvest-builder-overlay[data-step="box"] .harvest-builder-cart,
  .harvest-builder-overlay[data-step="extras"] .harvest-builder-cart,
  .harvest-builder-overlay[data-step="edit"] .harvest-builder-cart {
    display: none;
  }

  .harvest-pickup-card,
  .harvest-review-card,
  .harvest-addon-wizard-row {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .harvest-box-card {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
    align-items: start;
  }

  .harvest-box-card > .harvest-box-thumb {
    grid-column: 1;
    grid-row: 1;
    width: 54px;
    height: 54px;
  }

  .harvest-box-card-copy {
    grid-column: 2;
    grid-row: 1;
    gap: 6px;
  }

  .harvest-box-card h3 {
    font-size: 0.98rem;
  }

  .harvest-box-card .harvest-box-count {
    font-size: 0.82rem;
  }

  .harvest-box-card strong {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    padding-top: 2px;
    font-size: 0.94rem;
  }

  .harvest-pickup-card .button,
  .harvest-review-card .button {
    justify-self: start;
    width: 100%;
  }

  .harvest-box-card .button {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    min-height: 38px;
    font-size: 0.88rem;
  }

  .harvest-review-actions {
    width: 100%;
  }

  .harvest-cart-confirm {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 14px;
  }

  .harvest-cart-icon {
    width: 44px;
    height: 44px;
  }

  .harvest-cart-icon svg {
    width: 22px;
    height: 22px;
  }

  .harvest-cart-totals {
    padding: 14px;
  }

  .harvest-edit-menu-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .harvest-box-card .box-item-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
    gap: 4px;
  }

  .harvest-box-card .box-item-matrix li {
    min-height: 30px;
    padding: 4px 5px;
    font-size: 0.56rem;
    line-height: 1.05;
  }

  .harvest-box-card p {
    font-size: 0.74rem;
    line-height: 1.24;
  }

  .harvest-addon-wizard-copy {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .harvest-addon-group + .harvest-addon-group {
    margin-top: 16px;
  }

  .harvest-addon-group-heading {
    display: block;
    padding: 0 2px;
  }

  .harvest-addon-group-heading h3 {
    font-size: 0.78rem;
  }

  .harvest-addon-group-heading p {
    max-width: none;
    margin-top: 3px;
    font-size: 0.72rem;
    line-height: 1.25;
    text-align: left;
  }

  .harvest-addon-wizard-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
  }

  .harvest-addon-wizard-row strong {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    padding-top: 3px;
    font-size: 0.94rem;
  }

  .harvest-addon-wizard-row .harvest-stepper {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .harvest-addon-wizard-copy img {
    width: 54px;
    height: 54px;
    border-radius: 12px;
  }

  .harvest-addon-wizard-copy h3 {
    font-size: 0.98rem;
  }

  .harvest-addon-wizard-copy p {
    font-size: 0.74rem;
    line-height: 1.24;
  }

  .harvest-stepper {
    grid-template-columns: 1fr 44px 1fr;
  }

  .harvest-stepper button {
    width: 100%;
  }

  .harvest-builder-footer {
    position: sticky;
    bottom: 0;
    z-index: 4;
    grid-template-columns: minmax(0, 1fr);
    margin: 0 -16px calc(-18px - env(safe-area-inset-bottom));
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(47, 96, 72, 0.1);
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.72), #fffdf8 26%);
    box-shadow: 0 -14px 26px rgba(31, 73, 52, 0.08);
  }

  .harvest-builder-footer:has(.harvest-mini-cart) {
    grid-template-columns: minmax(0, 1fr);
  }

  .harvest-builder-footer:has(.harvest-mini-cart-checkout) {
    grid-template-columns: minmax(0, 1fr);
  }

  .harvest-review-card-head {
    display: grid;
    gap: 10px;
  }
}

.drop-purchase-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(360px, 34vw, 520px);
  padding: clamp(36px, 5vw, 78px) clamp(22px, 5vw, 72px);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 250, 235, 0.72), rgba(255, 250, 235, 0) 36%),
    linear-gradient(135deg, #fff9ec 0%, #f0ddba 56%, #e4c892 100%),
    #ead3a8;
  border-bottom: 1px solid var(--line);
}

.drop-purchase-hero .drop-hero-copy {
  min-width: 0;
  width: min(980px, 100%);
  padding: 0;
  text-align: center;
}

.drop-purchase-hero h1 {
  max-width: 1120px;
  margin: 0 auto 12px;
  font-size: clamp(2.45rem, 4.8vw, 5rem);
  line-height: 0.98;
}

.drop-purchase-hero .patriotic-title.compact {
  max-width: 660px;
  margin: 0 0 12px;
  padding-left: 0.28em;
  font-size: clamp(3.1rem, 5.2vw, 5.9rem);
  line-height: 0.95;
}

.drop-purchase-hero .patriotic-title.compact span {
  display: block;
}

.drop-purchase-hero .patriotic-title .red {
  position: relative;
  color: #e95648;
}

.drop-purchase-hero .patriotic-title .red::before {
  content: "“";
  position: absolute;
  right: calc(100% - 0.02em);
  top: -0.02em;
}

.drop-purchase-hero .patriotic-title .cream {
  color: #fffdf8;
  text-shadow:
    0 1px 0 rgba(31, 81, 56, 0.3),
    0 2px 10px rgba(31, 81, 56, 0.18);
}

.drop-purchase-hero .patriotic-title .blue {
  color: #2e6f8f;
}

.drop-purchase-hero .patriotic-title .blue::after {
  content: "”";
}

.drop-purchase-hero .tagline {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.drop-purchase-hero .sales-highlight {
  display: grid;
  gap: 5px;
  width: min(720px, 100%);
  margin: 0 auto;
  color: #557262;
  font-size: clamp(0.94rem, 1.04vw, 1.05rem);
  font-weight: 900;
  line-height: 1.3;
}

.drop-purchase-hero .sales-highlight strong {
  color: var(--green-dark);
  font-size: clamp(1.1rem, 1.4vw, 1.34rem);
  line-height: 1.15;
}

.drop-purchase-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.drop-purchase-hero .button.ghost,
.final-drop-cta .button.ghost {
  border: 0;
  background: transparent;
  color: var(--green-dark);
  box-shadow: none;
}

.drop-purchase-hero .button.ghost::after {
  content: "›";
  margin-left: 8px;
  font-size: 1.2em;
}

.drop-purchase-hero .hero-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  margin: 18px 0 0;
}

.drop-purchase-hero .hero-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(47, 96, 72, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--green-dark);
  font-size: clamp(0.68rem, 0.78vw, 0.78rem);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(31, 73, 52, 0.07);
}

.drop-purchase-hero .hero-steps span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--coral);
}

.harvest-card-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid rgba(47, 96, 72, 0.22);
  border-radius: 999px;
  background: #fbfaf3;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.harvest-card-pill::after {
  content: "›";
  margin-left: 8px;
  color: var(--coral);
  font-size: 1.2em;
}

.box-section {
  position: relative;
  padding: clamp(18px, 2.4vw, 30px) clamp(22px, 5vw, 72px) clamp(30px, 4vw, 48px);
  background: #fffdf7;
  border-bottom: 1px solid var(--line);
}

.box-section .box-carousel-head {
  display: block;
  max-width: 1180px;
  margin: 0 auto 10px;
}

.box-section .box-carousel-head h2 {
  max-width: none;
  margin: 0 0 3px;
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 0.98;
  white-space: nowrap;
}

.box-section .box-carousel-head p:not(.eyebrow) {
  max-width: none;
  margin: 0;
  color: #557262;
  font-size: clamp(0.93rem, 1.1vw, 1.05rem);
  font-weight: 900;
  line-height: 1.25;
}

.box-section .box-carousel-head .eyebrow {
  margin-bottom: 4px;
  color: var(--coral);
}

.box-carousel-controls {
  display: flex;
  gap: 8px;
}

.box-carousel-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(31, 73, 52, 0.1);
  cursor: pointer;
}

.quick-buy-grid.box-carousel {
  --box-card-gap: clamp(14px, 2vw, 22px);
  --box-card-w: clamp(320px, calc((100% - var(--box-card-gap) * 2) / 3), 370px);
  display: flex !important;
  gap: var(--box-card-gap);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(47, 96, 72, 0.4) rgba(47, 96, 72, 0.08);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.box-carousel-shell::before,
.box-carousel-shell::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: clamp(150px, 18vw, 210px);
  bottom: 86px;
  width: clamp(34px, 5vw, 74px);
  pointer-events: none;
}

.box-carousel-shell::before {
  left: 0;
  background: linear-gradient(90deg, #fffdf7 15%, rgba(255, 253, 247, 0));
}

.box-carousel-shell::after {
  right: 0;
  background: linear-gradient(270deg, #fffdf7 15%, rgba(255, 253, 247, 0));
}

.box-carousel-shell.harvest-planner-section::before,
.box-carousel-shell.harvest-planner-section::after {
  content: none;
}

.box-carousel-peek {
  position: absolute;
  z-index: 3;
  left: max(14px, calc((100vw - 1180px) / 2 + 10px));
  top: clamp(265px, 31vw, 350px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid rgba(233, 86, 72, 0.35);
  border-radius: 999px;
  background: #fffdf7;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 28px rgba(31, 73, 52, 0.14);
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.box-carousel-peek[hidden] {
  display: inline-flex;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-8px);
  pointer-events: none;
}

.quick-buy-grid.box-carousel .box-option-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 10px;
  flex: 0 0 var(--box-card-w);
  min-width: var(--box-card-w);
  scroll-snap-align: start;
  padding: clamp(14px, 1.6vw, 20px);
  border: 1px solid rgba(47, 96, 72, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(31, 73, 52, 0.1);
}

.quick-buy-grid.box-carousel .featured-box-card {
  border-color: rgba(233, 86, 72, 0.5);
}

.quick-buy-grid.box-carousel .featured-box-card::before {
  content: "Most popular";
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--cream);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-buy-grid.box-carousel .box-thumb {
  width: 100%;
  height: clamp(118px, 10vw, 150px) !important;
  object-fit: contain !important;
  border: 1px solid rgba(47, 96, 72, 0.14);
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(250, 248, 239, 0.94),
    rgba(232, 235, 226, 0.72)
  );
}

.quick-buy-grid.box-carousel span {
  margin: 0;
  color: var(--coral);
  font-size: clamp(0.72rem, 0.85vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.quick-buy-grid.box-carousel p {
  min-height: 0 !important;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(0.95rem, 1vw, 1.04rem) !important;
  font-weight: 900;
  line-height: 1.22 !important;
  text-wrap: pretty;
}

.quick-buy-grid.box-carousel .box-item-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.quick-buy-grid.box-carousel .box-item-matrix li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 32px;
  padding: 6px 4px;
  border: 1px solid rgba(47, 96, 72, 0.14);
  border-radius: 8px;
  background: rgba(232, 235, 226, 0.42);
  color: #557262;
  font-size: clamp(0.55rem, 0.58vw, 0.64rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.quick-buy-grid.box-carousel .box-option-card > small:not(.box-disclaimer) {
  color: #557262;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.quick-buy-grid.box-carousel .box-price-note {
  color: #6c8176;
  font-size: 0.82rem;
  font-weight: 800;
}

.quick-buy-grid.box-carousel .box-disclaimer {
  margin: 0;
  color: #66796f;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.18;
}

.quick-buy-grid.box-carousel .button {
  align-self: end;
  width: 100%;
  min-height: 44px;
  margin-top: 4px;
  padding: 10px 14px;
  font-size: clamp(0.82rem, 0.92vw, 0.95rem);
}

.quick-buy-grid.single-box-offer {
  --box-card-w: min(100%, 980px);
  justify-content: center;
  overflow: visible;
  scrollbar-width: none;
}

.quick-buy-grid.single-box-offer::-webkit-scrollbar {
  display: none;
}

.quick-buy-grid.single-box-offer .box-option-card {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.36fr);
  grid-template-rows: auto auto auto auto;
  gap: clamp(10px, 1.5vw, 16px) clamp(18px, 3vw, 34px);
  align-items: end;
  max-width: 980px;
  padding: clamp(16px, 2vw, 24px);
}

.quick-buy-grid.single-box-offer .box-thumb {
  grid-column: 1 / -1;
  grid-row: 1;
  aspect-ratio: 16 / 9;
  height: auto !important;
  max-height: min(48vh, 470px);
  object-fit: contain !important;
}

.quick-buy-grid.single-box-offer span {
  grid-column: 1;
  grid-row: 2;
}

.quick-buy-grid.single-box-offer strong {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  color: #557262;
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.15vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
}

.quick-buy-grid.single-box-offer p {
  grid-column: 1;
  grid-row: 3;
  max-width: 640px;
  font-size: clamp(1.15rem, 1.72vw, 1.42rem) !important;
  line-height: 1.18 !important;
}

.quick-buy-grid.single-box-offer .box-option-card > small:not(.box-disclaimer) {
  grid-column: 1;
  grid-row: 4;
  max-width: 680px;
}

.quick-buy-grid.single-box-offer .featured-box-card::before {
  content: "Only box this week";
  top: calc(clamp(16px, 2vw, 24px) + 12px);
  right: calc(clamp(16px, 2vw, 24px) + 12px);
}

.quick-buy-grid.single-box-offer .button {
  grid-column: 2;
  grid-row: 3 / 5;
  width: min(100%, 340px);
  min-height: 58px;
  justify-self: end;
  align-self: center;
  margin-top: 0;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.box-note {
  max-width: 680px;
  margin: 14px auto 0;
  color: #557262;
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
}

.how-it-works-strip,
.likely-inside,
.why-common-table,
.final-drop-cta {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
  padding: clamp(38px, 6vw, 76px) clamp(22px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.how-it-works-strip {
  background: var(--mist);
}

.how-it-works-strip h2,
.likely-inside h2,
.why-common-table h2,
.final-drop-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.4vw, 3.7rem);
}

.how-it-works-strip article,
.why-common-table article {
  min-height: 0;
  padding-left: clamp(16px, 2.3vw, 28px);
  border-left: 1px solid rgba(47, 96, 72, 0.18);
}

.how-it-works-strip article span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--green);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 900;
}

.how-it-works-strip h3,
.why-common-table h3 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.how-it-works-strip p,
.why-common-table p,
.likely-inside p,
.final-drop-cta p {
  margin-bottom: 0;
  color: #557262;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.45;
}

.harvest-lookback {
  grid-template-columns: minmax(280px, 0.78fr) minmax(380px, 1fr);
  align-items: center;
  background: var(--cream);
}

.harvest-lookback-copy p:not(.eyebrow) {
  max-width: 660px;
}

.harvest-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.harvest-list li {
  padding: 7px 10px;
  border: 1px solid rgba(47, 96, 72, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.harvest-photo-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(190px, 24vw, 300px);
  gap: clamp(10px, 1.4vw, 18px);
  width: min(100%, 900px);
  justify-self: end;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.harvest-photo-grid::-webkit-scrollbar {
  display: none;
}

.harvest-photo-grid figure {
  display: grid;
  margin: 0;
  min-width: 0;
  scroll-snap-align: start;
}

.harvest-photo-grid a {
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.harvest-photo-grid a:focus-visible {
  outline: 3px solid rgba(233, 86, 72, 0.36);
  outline-offset: 3px;
}

.harvest-photo-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.18s ease;
}

.harvest-photo-grid a:hover img {
  transform: scale(1.015);
}

/* Last harvest image lightbox */
.harvest-lightbox {
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 30px);
}

.harvest-lightbox .modal-backdrop {
  position: fixed;
  border: 0;
  cursor: zoom-out;
}

.harvest-lightbox-card {
  position: relative;
  width: min(920px, 100%);
  max-height: calc(100svh - 40px);
  margin: 0;
  padding: clamp(10px, 1.5vw, 16px);
  border: 1px solid rgba(250, 248, 239, 0.74);
  border-radius: 24px;
  background: rgba(250, 248, 239, 0.96);
  box-shadow: 0 30px 90px rgba(22, 59, 40, 0.28);
}

.harvest-lightbox-card .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  float: none;
  margin: 0;
  border-radius: 999px;
  background: rgba(250, 248, 239, 0.96);
  box-shadow: 0 10px 26px rgba(22, 59, 40, 0.14);
}

.harvest-lightbox-card img {
  width: 100%;
  max-height: calc(100svh - 132px);
  object-fit: contain;
  border-radius: 16px;
  background: #f2eee3;
}

.harvest-lightbox-card figcaption {
  margin-top: 10px;
  color: var(--green-dark);
  font-weight: 900;
  text-align: center;
}

.why-common-table {
  background: var(--mist);
}

.final-drop-cta {
  grid-template-columns: 1fr auto;
  align-items: center;
  background: var(--green);
}

.final-drop-cta h2,
.final-drop-cta p,
.final-drop-cta .eyebrow {
  color: var(--cream);
}

.final-drop-cta .button {
  background: var(--coral);
}


@media (max-width: 820px) {
  .drop-purchase-hero {
    min-height: 0;
    padding: 26px 24px 22px;
    background:
      radial-gradient(circle at 24% 18%, rgba(255, 250, 235, 0.72), rgba(255, 250, 235, 0) 38%),
      linear-gradient(135deg, #fff9ec 0%, #f0ddba 58%, #e4c892 100%),
      #ead3a8;
  }

  .drop-purchase-hero .drop-hero-copy {
    width: min(640px, 100%);
  }

  .drop-purchase-hero .patriotic-title.compact {
    max-width: 620px;
    font-size: clamp(2.75rem, 8vw, 4.1rem);
    line-height: 0.96;
  }

  .drop-purchase-hero .sales-highlight {
    max-width: 620px;
  }

  .drop-purchase-hero .hero-steps {
    flex-wrap: wrap;
    width: auto;
  }

  .box-section .box-carousel-head {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 10px;
  }

  .box-section .box-carousel-head h2 {
    max-width: 100%;
    font-size: clamp(2rem, 5vw, 2.85rem);
    line-height: 1.02;
    white-space: normal;
  }

  .box-section .box-carousel-head p:not(.eyebrow) {
    max-width: 640px;
  }

  .box-carousel-controls {
    justify-self: start;
  }

  .quick-buy-grid.box-carousel {
    --box-card-w: min(82vw, 350px);
    display: flex !important;
    gap: 14px;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc(50% - var(--box-card-w) / 2);
    padding-inline: calc(50% - var(--box-card-w) / 2);
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .quick-buy-grid.box-carousel .box-option-card {
    flex: 0 0 var(--box-card-w);
    scroll-snap-align: center;
  }

  .quick-buy-grid.single-box-offer {
    --box-card-w: min(100%, 680px);
    padding-inline: 0;
    overflow: visible;
  }

  .quick-buy-grid.single-box-offer .box-option-card {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .quick-buy-grid.single-box-offer .box-thumb {
    grid-column: auto;
    aspect-ratio: 16 / 9;
    height: auto !important;
    max-height: none;
  }

  .quick-buy-grid.single-box-offer span,
  .quick-buy-grid.single-box-offer strong,
  .quick-buy-grid.single-box-offer p,
  .quick-buy-grid.single-box-offer .box-option-card > small:not(.box-disclaimer),
  .quick-buy-grid.single-box-offer .button {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    text-align: left;
  }

  .quick-buy-grid.single-box-offer strong {
    font-size: clamp(0.96rem, 4vw, 1.12rem);
    text-align: left;
  }

  .quick-buy-grid.single-box-offer p {
    font-size: clamp(1.04rem, 4.7vw, 1.24rem) !important;
  }

  .quick-buy-grid.single-box-offer .button {
    width: 100%;
    min-height: 54px;
    text-align: center;
  }

  .how-it-works-strip,
  .likely-inside,
  .why-common-table,
  .final-drop-cta {
    grid-template-columns: 1fr;
  }

  .how-it-works-strip article,
  .why-common-table article {
    padding: 16px 0 0;
    border-top: 1px solid rgba(47, 96, 72, 0.16);
    border-left: 0;
  }

  .harvest-photo-grid {
    grid-auto-columns: minmax(210px, 34vw);
    justify-self: stretch;
    max-width: none;
  }

}

@media (max-width: 560px) {
  .drop-purchase-hero {
    display: block;
    padding: 18px 18px 18px;
    background:
      radial-gradient(circle at 24% 18%, rgba(255, 250, 235, 0.72), rgba(255, 250, 235, 0) 42%),
      linear-gradient(135deg, #fff9ec 0%, #f0ddba 60%, #e4c892 100%),
      #ead3a8;
  }

  .drop-purchase-hero .patriotic-title.compact {
    max-width: 11ch;
    font-size: clamp(1.75rem, 8.6vw, 2.25rem);
    line-height: 0.98;
  }

  .drop-purchase-hero h1 {
    max-width: 13ch;
    margin-inline: auto;
    font-size: clamp(1.95rem, 9vw, 2.55rem);
    line-height: 1;
  }

  .drop-purchase-hero .patriotic-title.compact span {
    display: block;
  }

  .drop-purchase-hero .hero-actions .button {
    width: 100%;
  }

  .drop-purchase-hero .hero-steps span {
    flex: 1 1 145px;
    white-space: normal;
  }

  .box-section {
    padding: 18px 18px 30px;
  }

  .box-section.harvest-planner-section {
    padding: 26px 18px 32px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .harvest-entry-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    overflow: visible;
  }

  .harvest-entry-card h2,
  .harvest-entry-card p {
    width: min(100%, 340px);
    max-width: min(100%, 340px);
    overflow-wrap: break-word;
    white-space: normal;
  }

  .harvest-entry-card h2 {
    font-size: clamp(2rem, 8.9vw, 2.65rem);
    line-height: 0.97;
    text-wrap: normal;
  }

  .harvest-entry-deadline {
    font-size: clamp(1.05rem, 4.9vw, 1.32rem);
    line-height: 1.12;
  }

  .harvest-preview-grid {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-inline: -18px;
    padding-inline: calc(50% - min(78vw, 310px) / 2);
    padding-bottom: 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: calc(50% - min(78vw, 310px) / 2);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .harvest-preview-controls {
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    margin-top: -2px;
  }

  .harvest-preview-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.85rem;
  }

  .harvest-preview-peek {
    position: absolute;
    z-index: 3;
    top: clamp(368px, 77vw, 432px);
    left: -8px;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border: 1px solid rgba(233, 86, 72, 0.45);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.96);
    color: var(--coral);
    font-size: clamp(0.72rem, 3vw, 0.86rem);
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 12px 24px rgba(31, 73, 52, 0.1);
  }

  .harvest-preview-peek[hidden] {
    display: none;
  }

  .harvest-box-preview-card {
    flex: 0 0 min(78vw, 310px);
    width: min(78vw, 310px);
    min-width: 0;
    padding: 14px;
    overflow: hidden;
    scroll-snap-align: center;
  }

  .harvest-box-preview-card img {
    height: clamp(104px, 32vw, 132px);
  }

  .harvest-box-preview-card .box-item-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .harvest-box-preview-card .box-item-matrix li {
    min-height: 34px;
    padding: 5px 4px;
    font-size: clamp(0.5rem, 2vw, 0.58rem);
    line-height: 1.05;
  }

  .box-section .box-carousel-head h2 {
    max-width: 100%;
    font-size: clamp(1.7rem, 7vw, 2.05rem);
    line-height: 1.02;
  }

  .box-section .box-carousel-head p:not(.eyebrow) {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  .quick-buy-grid.box-carousel .box-thumb {
    height: clamp(132px, 38vw, 170px) !important;
  }

  .quick-buy-grid.single-box-offer .box-thumb {
    height: auto !important;
  }

  .harvest-photo-grid {
    grid-auto-columns: minmax(74vw, 1fr);
    gap: 10px;
    scroll-padding-inline: 18px;
  }

  .harvest-photo-grid img {
    width: 100%;
  }

}

/* Mobile-first add-on builder */
@media (max-width: 980px) {
  .addon-modal {
    align-items: start;
    padding: 8px;
  }

  .addon-modal-card.addon-builder {
    --addon-shell-padding: 16px;
    grid-template-columns: 1fr;
    width: min(760px, calc(100vw - 16px));
    max-height: none;
  }

  .addon-modal-card.addon-builder > .modal-close {
    top: 14px;
    right: 14px;
  }

  .addon-builder-shop {
    grid-column: auto;
    grid-row: auto;
    order: 1;
    padding: var(--addon-shell-padding) 14px 14px;
    border-bottom: 1px solid rgba(47, 96, 72, 0.12);
  }

  .addon-builder-summary {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    gap: 12px;
    padding: 14px;
    border-left: 0;
  }

  .addon-builder-summary .eyebrow,
  .addon-builder-summary h2,
  .addon-builder-note {
    display: none;
  }

  .addon-builder-head {
    gap: 8px;
    padding-right: 42px;
    max-width: none;
  }

  .addon-builder-head::before {
    content: none;
  }

  .addon-builder-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .addon-builder-head p:last-child {
    max-width: 24rem;
    font-size: 0.9rem;
    line-height: 1.24;
  }

  .addon-product-grid {
    grid-template-columns: 1fr;
    border-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .addon-modal-card.addon-builder {
    --addon-card-image-size: 72px;
    --addon-card-gap: 10px;
    --addon-stepper-button-size: 28px;
    --addon-stepper-count-size: 26px;
  }

  .addon-builder-shop,
  .addon-builder-summary {
    padding-inline: 12px;
  }

  .addon-builder-head p:last-child,
  .addon-product-card p {
    overflow-wrap: anywhere;
  }

  .addon-builder-title {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
    line-height: 0.98;
  }

  .addon-builder-head p:last-child {
    max-width: none;
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .addon-product-card {
    padding: 10px;
  }

  .addon-product-action {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
    gap: 8px;
  }

  .addon-product-card h3 {
    font-size: 0.9rem;
  }

  .addon-product-card p {
    font-size: 0.76rem;
  }

  .addon-product-action strong {
    font-size: 0.92rem;
  }

  .addon-stepper {
    margin-left: auto;
  }

}

@media (max-width: 420px) {
  .addon-modal {
    padding: 6px;
  }

  .addon-modal-card.addon-builder {
    --addon-stepper-button-size: 26px;
    --addon-stepper-count-size: 24px;
  }

  .addon-builder-shop,
  .addon-builder-summary {
    padding-inline: 12px;
  }

  .addon-category-tab {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

}
