/* Non-critical CSS — loaded async (media=print trick).
   Critical above-fold styles are inlined in <head>.
   This file styles below-fold sections only. */

/* ─── SECTION SHARED ────────────────────────────────────────────────────── */
.block { padding: 36px 0; position: relative; }
.sec-eyebrow {
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 10px;
}
.sec-title {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  color: var(--green);
  font-size: clamp(28px, 5.5vw, 52px);
  line-height: 1.05;
  letter-spacing: -.015em;
}

/* ─── VARIETIES ──────────────────────────────────────────────────────────── */
.varieties-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.varieties-head p { color: var(--grey); font-size: 15px; max-width: 38ch; }

.variety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.variety {
  background: var(--cream-2);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 12px 8px 14px;
  text-align: center;
  transition: transform var(--t), background var(--t);
}
.variety:hover { transform: scale(1.02); background: var(--cream-3); }
.pic {
  display: block;
  margin-bottom: 10px;
}
.pic img { width: 100%; height: auto; display: block; }
.variety-label {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  font-size: 19px;
  color: var(--green);
}

/* ─── BUNCH ──────────────────────────────────────────────────────────────── */
.bunch { background: var(--cream-2); }
.bunch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
.bunch-img {
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 260px;
}
.bunch-img img { max-height: 100%; max-width: 100%; object-fit: contain; }
.bunch-h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  color: var(--green);
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.02;
  margin-bottom: 14px;
  letter-spacing: -.015em;
}
.count { display: block; font-size: 1.2em; color: var(--burgundy); }
.bunch p { color: var(--grey); font-size: 15px; line-height: 1.6; max-width: 42ch; margin-bottom: 12px; }
.spec { margin-top: 20px; border-top: 1px solid var(--hairline); padding-top: 16px; }
.spec-label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--green); font-weight: 600; margin-bottom: 4px; }
.spec-val { font-family: 'Fraunces', Georgia, serif; font-size: 20px; color: var(--ink); font-weight: 500; }

/* ─── HOW IT WORKS ───────────────────────────────────────────────────────── */
.how { background: var(--cream); }
.how-head { text-align: center; margin-bottom: 28px; }
.how-title-img { width: auto; max-width: min(84%, 520px); height: auto; margin: 0 auto; }
.steps { display: grid; grid-template-columns: 1fr; gap: 32px; }
.step { text-align: center; padding: 0 4px; }
.step-num {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: .18em;
  margin-bottom: 14px;
}
.step-icon {
  width: 130px; height: 130px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon img { max-width: 100%; max-height: 100%; }
.step h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  color: var(--green);
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.15;
}
.step p { color: var(--grey); font-size: 14px; line-height: 1.55; max-width: 32ch; margin: 0 auto; }

/* ─── ABOUT ──────────────────────────────────────────────────────────────── */
.about { background: var(--cream-2); text-align: center; }
.about-inner { max-width: 680px; margin: 0 auto; padding: 0 8px; position: relative; }
.about-title-img { width: auto; max-width: min(70%, 340px); height: auto; margin: 0 auto 8px; }
.about-quote-img { width: auto; max-width: min(96%, 580px); height: auto; margin: 8px auto 20px; }
.about-divider { display: block; width: 60px; height: 1px; background: var(--green); opacity: .4; margin: 0 auto 22px; }
.deco-rose, .deco-leaf { position: absolute; width: 52px; height: auto; opacity: .18; pointer-events: none; }
.deco-rose.tl { top: -10px; left: -6px; transform: rotate(-14deg); }
.deco-leaf.br { bottom: -6px; right: -4px; transform: rotate(18deg); }
.about p { color: var(--ink); font-size: 16px; line-height: 1.7; margin-bottom: 14px; text-wrap: pretty; text-align: left; }
.about .closing {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--green);
  font-size: 19px;
  margin-top: 20px;
  line-height: 1.45;
  text-align: center;
}
.about .ready {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  color: var(--burgundy);
  font-size: 20px;
  margin-top: 18px;
  text-align: center;
}

/* ─── OFFER ──────────────────────────────────────────────────────────────── */
.offer { background: var(--cream); overflow: hidden; }
.offer-grid { display: grid; grid-template-columns: 1fr; gap: 12px; align-items: center; }
.offer-left { text-align: center; }
.offer-title-img { display: block; width: 100%; max-width: 420px; height: auto; margin: 0 auto 4px; }
.offer-desc { color: var(--ink); font-size: 15px; line-height: 1.6; margin: 0 auto 14px; max-width: 44ch; }
.offer-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; justify-content: center; }
.offer-chip {
  background: transparent;
  border: 1px solid var(--hairline);
  color: var(--green);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
}
.offer-deco-row { display: flex; gap: 40px; justify-content: center; }
.offer-deco-row img { width: 50px; height: auto; opacity: .85; }
.offer-form-wrap { background: var(--cream-2); border-radius: 12px; padding: 20px 16px; }
.offer-form { display: flex; flex-direction: column; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--green);
  font-weight: 500;
  font-size: 15px;
}
.field-optional { font-family: 'Inter', system-ui, sans-serif; font-size: 12px; color: var(--grey); font-weight: 400; }
.field input, .field select {
  background: var(--cream-3);
  border: 1px solid var(--hairline);
  padding: 12px 13px;
  border-radius: 6px;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color var(--t);
}
.field input::placeholder { color: #9a9088; }
.field input:focus, .field select:focus { border-color: var(--green); background: var(--cream-2); }
.field select { padding: 10px 13px; cursor: pointer; }
.offer-submit {
  background: #0B2118;
  color: var(--cream);
  padding: 13px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  transition: transform var(--t), background var(--t);
  cursor: pointer;
  border: 0;
}
.offer-submit:hover { transform: scale(1.01); background: #000; }
.field-note { font-size: 12px; color: #7b7367; text-align: center; }

/* ─── FAQ ────────────────────────────────────────────────────────────────── */
.faq { background: var(--cream); }
.faq-head { text-align: center; margin-bottom: 28px; }
.faq-list { max-width: 780px; margin: 0 auto; border-top: 1px solid var(--hairline); }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-q {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  color: var(--green);
  font-size: 17px;
  line-height: 1.3;
}
.plus { flex-shrink: 0; width: 20px; height: 20px; position: relative; }
.plus::before, .plus::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  background: var(--green);
  transition: transform .3s cubic-bezier(.22,1,.36,1), opacity .3s ease;
}
.plus::before { width: 13px; height: 1.5px; transform: translate(-50%,-50%); }
.plus::after  { width: 1.5px; height: 13px; transform: translate(-50%,-50%); }
.faq-item.open .faq-q .plus::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s cubic-bezier(.22,1,.36,1); }
.faq-a-inner { padding: 0 4px 18px; color: var(--grey); font-size: 15px; line-height: 1.6; max-width: 60ch; }

/* ─── FINAL CTA ──────────────────────────────────────────────────────────── */
.final { background: var(--green); color: var(--cream); text-align: center; }
.final-inner { padding: 56px 20px; }
.final-eyebrow { color: rgba(245,237,226,.7); }
.final h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  color: var(--cream);
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.05;
  margin-bottom: 14px;
  letter-spacing: -.015em;
}
.final p { color: rgba(245,237,226,.78); font-size: 16px; margin: 0 0 26px; max-width: 38ch; margin-left: auto; margin-right: auto; }
.btn-wa-final {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--wa);
  color: #fff;
  padding: 16px 26px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .02em;
  transition: transform var(--t), background var(--t);
}
.btn-wa-final:hover { transform: scale(1.02); background: var(--wa-dark); }
.btn-wa-final .kn { font-size: 17px; }

/* ─── FOOTER ─────────────────────────────────────────────────────────────── */
.footer { background: var(--green-deep, #143024); color: rgba(245,237,226,.72); padding: 28px 0; }
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
  font-size: 13px;
  letter-spacing: .02em;
}
.brand-f { display: flex; align-items: center; gap: 10px; color: var(--cream); }
.brand-f strong { font-family: 'Fraunces', Georgia, serif; font-weight: 600; font-size: 15px; }
.hours { color: var(--cream); opacity: .85; }

/* ─── RESPONSIVE 600px ───────────────────────────────────────────────────── */
@media (min-width: 600px) {
  .variety-label { font-size: 20px; }
}

/* ─── RESPONSIVE 900px ───────────────────────────────────────────────────── */
@media (min-width: 900px) {
  .block { padding: 64px 0; }
  .block.bunch { padding: 28px 0; }
  .varieties-head { flex-direction: row; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
  .variety-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .variety-label { font-size: 21px; }
  .bunch-grid { grid-template-columns: 58% 42%; gap: 56px; }
  .bunch-img { max-height: none; }
  .how-head { margin-bottom: 44px; }
  .steps { grid-template-columns: repeat(3, 1fr); gap: 40px; }
  .step-icon { width: 160px; height: 160px; }
  .step h3 { font-size: 23px; }
  .step p { font-size: 15px; }
  .about p { text-align: center; font-size: 17px; }
  .deco-rose, .deco-leaf { width: 72px; }
  .offer-grid { grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
  .offer-left { text-align: left; }
  .offer-title-img { max-width: 420px; margin-left: 0; margin-right: auto; margin-bottom: 8px; }
  .offer-desc { margin-left: 0; margin-right: 0; margin-top: 0; }
  .offer-chips { justify-content: flex-start; }
  .offer-deco-row { justify-content: flex-start; }
  .offer-form-wrap { padding: 26px; }
  .faq-head { margin-bottom: 36px; }
  .faq-q { font-size: 21px; padding: 22px 4px; }
  .final-inner { padding: 96px 20px; }
  .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ─── STAGGERED VARIETY CARDS ───────────────────────────────────────────── */
.variety-grid .variety:nth-child(2) { transition-delay: 80ms; }
.variety-grid .variety:nth-child(3) { transition-delay: 160ms; }
.variety-grid .variety:nth-child(4) { transition-delay: 240ms; }
.variety-grid .variety:nth-child(5) { transition-delay: 320ms; }
.variety-grid .variety:nth-child(6) { transition-delay: 400ms; }


/* ─── COUNT-UP: zero pop ─────────────────────────────────────────────────── */
@keyframes num-pop {
  0%   { transform: scale(0.4); opacity: 0; }
  70%  { transform: scale(1.15); }
  100% { transform: scale(1); opacity: 1; }
}
.num-pop { animation: num-pop 0.7s cubic-bezier(.22,1,.36,1) both; }

/* ─── MOBILE: remove forced aspect-ratios that leave blank space ─────────── */
@media (max-width: 899px) {
  .bunch-img {
    aspect-ratio: auto;
    display: block;
    max-height: none;
  }
  .bunch-img img {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}
