:root{
  --forest:#228B22;
  --forest-2:#176f1b;
  --forest-3:#dcefdc;
  --paper:#F5F5DC;
  --white:#ffffff;
  --ink:#333333;
  --muted:#66645d;
  --line:#dedccf;
  --soft:#f8f7e9;
  --gold:#D4AF37;
  --gold-soft:#f3e8b6;
  --danger:#a44646;
  --shadow:0 24px 70px rgba(34,139,34,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.shell{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(34,139,34,.96);backdrop-filter:blur(12px);color:white}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;color:white;text-decoration:none}
.logo{height:44px;width:auto;object-fit:contain}
.brand-copy b,.brand-copy small{display:block}
.brand-copy small{font-size:11px;opacity:.68}
.header-contact{text-align:right}
.header-contact span,.header-contact a{display:block}
.header-contact span{font-size:10px;opacity:.62}
.header-contact a{color:white;text-decoration:none;font-weight:600;margin-top:3px}

.hero{min-height:610px;padding:100px 0 90px;display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:center}
.hero-copy{max-width:790px}
.eyebrow{font-size:11px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);font-weight:700}
.hero h1,.section-heading h2,.contact-section h2{font-family:"Manrope";letter-spacing:-.055em}
.hero h1{font-size:clamp(54px,7vw,88px);line-height:.98;margin:17px 0 26px}
.hero-copy>p{font-size:18px;line-height:1.72;color:var(--muted);max-width:740px}
.hero-copy strong{color:var(--ink)}
.hero-actions{display:flex;gap:18px;align-items:center;margin-top:28px;flex-wrap:wrap}
.primary-btn{background:var(--forest);color:white;text-decoration:none;padding:16px 20px;border-radius:12px;font-weight:600}
.text-link{color:var(--forest);text-decoration:none;font-weight:600}
.hero-assurance{font-size:12px!important;margin-top:18px}
.hero-note{border-left:1px solid var(--line);padding-left:38px}
.hero-note span{font-size:11px;letter-spacing:.12em;color:var(--gold)}
.hero-note p{font-size:18px;line-height:1.65}

.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.principles article{padding:30px 24px;border-right:1px solid var(--line)}
.principles article:last-child{border-right:0}
.principles article>span{font-size:10px;color:var(--gold)}
.principles h3{margin:22px 0 7px}
.principles p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}

.journey-section{padding:120px 0;background:white}
.journey-shell{max-width:1100px}
.section-heading{text-align:center;margin:0 auto 52px;max-width:820px}
.section-heading h2{font-size:clamp(38px,5vw,58px);line-height:1.08;margin:14px 0}
.section-heading p{color:var(--muted)}
.journey-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:start}
.journey-sidebar{position:sticky;top:105px;border:1px solid var(--line);border-radius:20px;padding:20px;background:#fbfcfa}
.progress-ring{width:70px;height:70px;border-radius:50%;border:5px solid var(--forest-3);display:grid;place-content:center;text-align:center;margin-bottom:22px;box-shadow:inset 0 0 0 1px white}
.progress-ring span{font:700 22px "Manrope"}
.progress-ring small{font-size:9px;color:var(--muted)}
.journey-sidebar ol{list-style:none;padding:0;margin:0;display:grid;gap:4px}
.journey-sidebar li button{width:100%;display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:10px;border-radius:10px;text-align:left;color:var(--muted);font-size:12px}
.journey-sidebar li button span{font-size:9px;color:var(--gold)}
.journey-sidebar li.active button{background:var(--forest);color:white}
.journey-sidebar li.complete button{color:var(--forest)}
.journey-sidebar li.complete button span:after{content:" ✓"}

#waitlistForm{min-width:0}
.step-panel{display:none;border:1px solid var(--line);border-radius:24px;padding:34px;background:white;box-shadow:0 12px 38px rgba(34,139,34,.07);animation:stepIn .25s ease}
.step-panel.active{display:block}
@keyframes stepIn{from{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:none}}
.step-heading{margin-bottom:30px}
.step-heading>span{font-size:10px;letter-spacing:.13em;color:var(--gold);font-weight:700}
.step-heading h3{font:700 clamp(30px,4vw,43px)/1.08 "Manrope";letter-spacing:-.045em;margin:10px 0}
.step-heading p{color:var(--muted);line-height:1.6;margin:0;max-width:670px}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-size:12px;font-weight:700;color:#4e5853}
input,select,textarea{width:100%;margin-top:7px;border:1px solid var(--line);border-radius:11px;padding:13px;background:white;color:var(--ink);outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--forest-2);box-shadow:0 0 0 3px rgba(34,139,34,.10)}

.map-block{margin-top:24px}
.map-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}
.map-title h4,.choice-section h4{font:700 18px "Manrope";margin:0}
.map-title p,.choice-section>p{margin:5px 0 0;color:var(--muted);font-size:13px}
.secondary-btn{border:1px solid var(--line);background:white;color:var(--forest);border-radius:10px;padding:10px 12px;font-weight:600}
.location-search{display:grid;grid-template-columns:1fr auto;margin-bottom:10px}
.location-search input{margin:0;border-radius:11px 0 0 11px}
.location-search button{border:0;background:var(--forest);color:white;padding:0 17px;border-radius:0 11px 11px 0;font-weight:600}
.location-results{border:1px solid var(--line);border-radius:12px;margin:-2px 0 10px;overflow:hidden}
.location-result{width:100%;border:0;background:white;text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);color:var(--ink)}
.location-result:last-child{border-bottom:0}
.location-result b,.location-result small{display:block}
.location-result small{color:var(--muted);margin-top:3px}
#map{height:360px;border-radius:16px;border:1px solid var(--line);overflow:hidden;z-index:1}
.location-confirmation{display:flex;gap:12px;align-items:flex-start;background:var(--soft);border-radius:13px;padding:13px;margin-top:10px}
.pin-dot{width:13px;height:13px;border-radius:50%;background:var(--forest);box-shadow:0 0 0 5px rgba(34,139,34,.15);margin:6px}
.location-confirmation span,.location-confirmation b,.location-confirmation small{display:block}
.location-confirmation span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}
.location-confirmation b{font-size:13px;margin-top:3px}
.location-confirmation small{font-size:11px;color:var(--muted);margin-top:2px}
.leaflet-control-attribution{font-size:9px}

.family-counter-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.counter-card{border:1px solid var(--line);border-radius:16px;padding:18px}
.counter-card>span{font-size:12px;font-weight:700}
.counter{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;text-align:center;margin-top:14px}
.counter button{height:42px;border-radius:50%;border:1px solid var(--line);background:white;color:var(--forest);font-size:21px}
.counter strong{font:700 28px "Manrope"}

.choice-section{margin-top:32px}
.choice-section.first{margin-top:0}
.large-options{display:grid;gap:9px;margin-top:12px}
.large-options input,.compact-options input,.budget-options input,.priority-grid input{display:none}
.large-options span{display:block;border:1px solid var(--line);border-radius:13px;padding:14px;cursor:pointer}
.large-options b,.large-options small{display:block}
.large-options small{font-weight:400;color:var(--muted);margin-top:3px}
.large-options input:checked+span{border-color:var(--forest);background:var(--soft)}
.compact-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}
.compact-options span{display:block;border:1px solid var(--line);border-radius:11px;padding:12px 8px;text-align:center;cursor:pointer}
.compact-options input:checked+span{background:var(--forest);color:white;border-color:var(--forest)}

.catalog-toolbar{position:sticky;top:76px;background:white;padding:3px 0 16px;z-index:10}
.search-wrap{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;padding:0 13px}
.search-wrap input{border:0;margin:0;box-shadow:none}
.tabs{display:flex;gap:8px;overflow:auto;margin-top:10px;padding-bottom:2px}
.tabs button{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 13px;white-space:nowrap}
.tabs button.active{background:var(--forest);color:white;border-color:var(--forest)}
.catalog-state{text-align:center;color:var(--muted);padding:30px}
.product-list{display:grid;gap:9px}
.product-row{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px;cursor:pointer;background:white}
.product-row.selected{border-color:var(--forest);background:#f5f8f6}
.product-thumb{width:64px;height:64px;border-radius:11px;overflow:hidden;background:var(--soft)}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-thumb .fallback{width:100%;height:100%;display:grid;place-items:center;color:var(--forest);font-weight:700}
.product-copy b,.product-copy small{display:block}
.product-copy small{color:var(--muted);margin-top:3px}
.product-row select{width:120px;margin:0;display:none;padding:9px}
.product-row.selected select{display:block}
.product-toggle{width:27px;height:27px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center}
.selected .product-toggle{background:var(--forest);color:white;border-color:var(--forest)}
.selection-summary{position:sticky;bottom:10px;margin-top:16px;background:var(--forest);color:white;border-radius:14px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);z-index:8}
.selection-summary b,.selection-summary small{display:block}
.selection-summary small{opacity:.7;margin-top:2px}
.selection-summary button{border:1px solid rgba(255,255,255,.25);background:transparent;color:white;border-radius:9px;padding:8px 11px}

.budget-options{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}
.budget-options span{display:block;border:1px solid var(--line);border-radius:13px;padding:15px;cursor:pointer}
.budget-options b,.budget-options small{display:block}
.budget-options small{font-weight:400;color:var(--muted);margin-top:3px}
.budget-options input:checked+span{background:var(--soft);border-color:var(--forest)}
.choice-title-row{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}
.choice-title-row p{margin:4px 0 0;color:var(--muted);font-size:13px}
.choice-title-row>span{font-size:11px;background:var(--soft);padding:7px 10px;border-radius:99px;color:var(--forest)}
.priority-grid{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}
.priority-grid label{font-weight:500}
.priority-grid span{display:block;border:1px solid var(--line);border-radius:999px;padding:10px 13px;cursor:pointer}
.priority-grid input:checked+span{background:var(--forest);color:white;border-color:var(--forest)}
.priority-grid label.disabled{opacity:.38;pointer-events:none}

.preference-list{display:grid;gap:10px}
.preference-list label,.consent-list label{display:flex;gap:12px;border:1px solid var(--line);border-radius:14px;padding:16px}
.preference-list input,.consent-list input{width:auto;margin:3px 0}
.preference-list b,.preference-list small,.consent-list b,.consent-list small{display:block}
.preference-list small,.consent-list small{font-weight:400;color:var(--muted);margin-top:4px;line-height:1.5}
.notes-label{margin-top:22px}

.review-card{background:var(--soft);border-radius:16px;padding:17px;margin-bottom:18px;display:grid;gap:12px}
.review-row{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(34,139,34,.12);padding-bottom:10px}
.review-row:last-child{border-bottom:0;padding-bottom:0}
.review-row span{font-size:11px;color:var(--muted)}
.review-row b{font-size:12px;text-align:right}
.consent-list{display:grid;gap:10px}
.submit-btn{width:100%;border:0;background:var(--forest);color:white;border-radius:13px;padding:17px;font-weight:700;margin-top:20px}
.submit-btn:disabled{opacity:.6}
.privacy-note{text-align:center;color:var(--muted);font-size:10px;line-height:1.5}
.form-navigation{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:15px}
.back-btn,.next-btn{border-radius:12px;padding:13px 18px;font-weight:700}
.back-btn{border:1px solid var(--line);background:white;color:var(--forest)}
.next-btn{border:0;background:var(--forest);color:white}
.next-btn span{margin-left:8px}
.form-message{text-align:center;color:var(--danger);font-size:12px;min-height:18px;margin:0}
.honeypot{position:absolute!important;left:-9999px!important}
.hidden{display:none!important}

.contact-section{padding:90px 0;background:var(--paper)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.contact-section h2{font-size:clamp(38px,5vw,58px);margin:14px 0}
.contact-card{background:white;border:1px solid var(--line);border-radius:20px;padding:25px}
.contact-card span,.contact-card small{display:block}
.contact-card span{font-size:11px;color:var(--muted)}
.contact-card a{display:block;color:var(--forest);font-size:30px;text-decoration:none;font-weight:700;margin:9px 0}
.contact-card small{color:var(--muted)}

footer{background:var(--forest);color:white;padding:32px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between}
.footer-brand{display:flex;align-items:center;gap:11px}
.footer-brand img{height:40px}
.footer-brand b,.footer-brand span{display:block}
.footer-brand span,footer>.shell>span{font-size:11px;opacity:.65}

dialog{border:0;border-radius:24px;padding:34px;max-width:440px;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.24)}
dialog::backdrop{background:rgba(10,25,20,.64)}
.success-mark{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--forest);font-size:27px;margin:0 auto 18px}
dialog h2{font-family:"Manrope";font-size:31px;letter-spacing:-.03em}
dialog strong{font-size:28px;color:var(--forest);display:block;margin:10px}
dialog button{border:0;background:var(--forest);color:white;padding:12px 24px;border-radius:10px;font-weight:600}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;gap:40px;padding:75px 0}
  .hero-note{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}
  .principles{grid-template-columns:1fr}
  .principles article{border-right:0;border-bottom:1px solid var(--line)}
  .journey-layout{grid-template-columns:1fr}
  .journey-sidebar{position:sticky;top:76px;z-index:20;padding:10px 12px;display:flex;align-items:center;gap:12px;border-radius:0 0 14px 14px;border-top:0}
  .progress-ring{width:50px;height:50px;border-width:4px;margin:0;flex:0 0 auto}
  .progress-ring span{font-size:17px}
  .journey-sidebar ol{display:flex;gap:5px;overflow:auto}
  .journey-sidebar li button{width:35px;height:35px;display:grid;place-items:center;padding:0}
  .journey-sidebar li button span{font-size:10px}
  .journey-sidebar li button{font-size:0}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:580px){
  .shell{width:calc(100% - 24px)}
  .nav{height:68px}
  .logo{height:38px}
  .header-contact span{display:none}
  .header-contact a{font-size:12px}
  .hero{min-height:auto;padding:62px 0}
  .hero h1{font-size:48px}
  .hero-copy>p{font-size:16px}
  .journey-section{padding:75px 0}
  .section-heading{margin-bottom:30px}
  .journey-sidebar{top:68px}
  .step-panel{padding:18px;border-radius:18px}
  .step-heading h3{font-size:32px}
  .form-grid{grid-template-columns:1fr}
  .form-grid .full{grid-column:auto}
  .map-title{align-items:flex-start;flex-direction:column}
  .secondary-btn{width:100%}
  #map{height:320px}
  .family-counter-grid{grid-template-columns:1fr 1fr}
  .compact-options{grid-template-columns:1fr 1fr}
  .catalog-toolbar{top:132px}
  .product-row{grid-template-columns:56px 1fr auto}
  .product-thumb{width:56px;height:56px}
  .product-row select{grid-column:2/-1;width:100%}
  .budget-options{grid-template-columns:1fr}
  .form-navigation{grid-template-columns:auto 1fr auto}
  .form-message{grid-row:2;grid-column:1/-1}
  .footer-inner{align-items:flex-start;flex-direction:column;gap:15px}
}


/* v1.5: compact cooking rhythm */
.cooking-options{
  grid-template-columns:repeat(5,1fr);
}
@media(max-width:760px){
  .cooking-options{
    grid-template-columns:repeat(2,1fr);
  }
  .cooking-options label:first-child{
    grid-column:1/-1;
  }
}


/* v1.6 MyFarmBox brand colour system */
body{
  background:var(--paper);
}

.hero{
  position:relative;
}

.hero:before{
  content:"";
  position:absolute;
  inset:28px -20px 28px -20px;
  background:
    radial-gradient(circle at 85% 20%, rgba(212,175,55,.16), transparent 28%),
    linear-gradient(135deg, rgba(34,139,34,.10), rgba(245,245,220,.38));
  border-radius:34px;
  z-index:-1;
}

.principles{
  background:var(--forest);
  color:white;
  border-color:rgba(255,255,255,.18);
  border-radius:20px;
  overflow:hidden;
  margin-bottom:90px;
}

.principles article{
  border-color:rgba(255,255,255,.18);
}

.principles article>span{
  color:var(--gold);
}

.principles p{
  color:rgba(255,255,255,.78);
}

.journey-section{
  background:
    linear-gradient(
      to bottom,
      var(--white) 0,
      var(--white) 17%,
      var(--paper) 17%,
      var(--paper) 33%,
      var(--white) 33%,
      var(--white) 50%,
      var(--forest-3) 50%,
      var(--forest-3) 67%,
      var(--white) 67%,
      var(--white) 84%,
      var(--paper) 84%,
      var(--paper) 100%
    );
}

.step-panel{
  border-color:rgba(34,139,34,.18);
}

.step-panel[data-step="0"],
.step-panel[data-step="2"],
.step-panel[data-step="4"]{
  background:var(--white);
}

.step-panel[data-step="1"],
.step-panel[data-step="5"]{
  background:var(--paper);
}

.step-panel[data-step="3"]{
  background:var(--forest-3);
}

.step-panel[data-step="3"] .budget-options span,
.step-panel[data-step="3"] .priority-grid span{
  background:rgba(255,255,255,.8);
}

.step-panel[data-step="3"] .budget-options input:checked+span,
.step-panel[data-step="3"] .priority-grid input:checked+span{
  background:var(--forest);
  color:white;
  border-color:var(--forest);
}

.journey-sidebar{
  border-color:rgba(34,139,34,.22);
  background:var(--paper);
}

.journey-sidebar li.active button{
  box-shadow:0 8px 20px rgba(34,139,34,.18);
}

.progress-ring{
  border-color:var(--forest-3);
  box-shadow:inset 0 0 0 1px white,0 0 0 1px rgba(34,139,34,.08);
}

.primary-btn,
.next-btn,
.submit-btn,
.location-search button{
  background:var(--forest);
  box-shadow:0 10px 24px rgba(34,139,34,.18);
}

.primary-btn:hover,
.next-btn:hover,
.submit-btn:hover,
.location-search button:hover{
  background:var(--forest-2);
}

.secondary-btn,
.back-btn{
  border-color:rgba(34,139,34,.25);
}

.counter-card,
.location-confirmation,
.review-card{
  background:var(--soft);
}

.counter button{
  border-color:rgba(34,139,34,.25);
}

.compact-options input:checked+span,
.priority-grid input:checked+span,
.tabs button.active{
  background:var(--forest);
  border-color:var(--forest);
}

.large-options input:checked+span,
.budget-options input:checked+span{
  background:var(--forest-3);
  border-color:var(--forest);
}

.product-row.selected{
  background:var(--forest-3);
  border-color:var(--forest);
}

.selection-summary{
  background:var(--forest);
}

.contact-section{
  background:var(--forest);
  color:white;
}

.contact-section .eyebrow{
  color:var(--gold);
}

.contact-card{
  background:var(--paper);
  border-color:rgba(255,255,255,.18);
}

.contact-card a{
  color:var(--forest);
}

footer{
  background:#176f1b;
}

footer:before{
  content:"";
  display:block;
  height:4px;
  background:var(--gold);
  margin-top:-32px;
  margin-bottom:28px;
}

.success-mark{
  background:var(--gold-soft);
}

dialog strong{
  color:var(--forest);
}

@media(max-width:580px){
  .hero:before{
    inset:16px -8px;
    border-radius:22px;
  }

  .principles{
    margin-bottom:55px;
  }

  .journey-section{
    background:var(--white);
  }

  .step-panel[data-step="0"],
  .step-panel[data-step="1"],
  .step-panel[data-step="2"],
  .step-panel[data-step="3"],
  .step-panel[data-step="4"],
  .step-panel[data-step="5"]{
    background:var(--white);
  }

  .journey-sidebar{
    background:var(--paper);
  }
}


/* =========================================================
   MyFarmBox Singapore Founding Harvest v2.0
   ========================================================= */

.journey-progress-card {
  margin-top: 28px;
  padding: 16px;
  border: 1px solid rgba(34,139,34,.16);
  border-radius: 18px;
  background: rgba(245,245,220,.6);
}

.journey-progress-copy,
.catalog-progress > div:first-child,
.resume-progress > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.journey-progress-copy span,
.catalog-progress b,
.resume-progress span {
  font-size: .78rem;
  color: #5e6d64;
}

.journey-progress-copy b {
  font-size: .75rem;
  color: #228B22;
}

.journey-progress-track,
.catalog-progress-track {
  width: 100%;
  height: 7px;
  margin-top: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(34,139,34,.12);
}

.journey-progress-track span,
.catalog-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#228B22,#4da84d);
  transition: width .35s ease;
}

.mobile-save-strip {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: #f4f8f1;
  color: #52705d;
  font-size: .76rem;
}

.save-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #228B22;
  box-shadow: 0 0 0 4px rgba(34,139,34,.1);
}

.seasonal-note {
  display: flex;
  gap: 14px;
  padding: 17px 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(34,139,34,.18);
  border-radius: 18px;
  background: linear-gradient(135deg,#f4faef,#fbf8e8);
}

.seasonal-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 6px 18px rgba(27,66,43,.08);
}

.seasonal-note b {
  display: block;
  margin-bottom: 4px;
  color: #1b4b2d;
}

.seasonal-note p {
  margin: 0;
  font-size: .83rem;
  line-height: 1.55;
  color: #617066;
}

.catalog-progress {
  margin: 18px 0 14px;
}

.catalog-progress span {
  font-size: .75rem;
  color: #7a877f;
}

.catalog-pagination {
  display: grid;
  grid-template-columns: minmax(90px,auto) 1fr minmax(90px,auto);
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.catalog-pagination button {
  min-height: 42px;
  border: 1px solid rgba(34,139,34,.2);
  border-radius: 13px;
  background: white;
  color: #1d5c2d;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
}

.catalog-pagination button:disabled {
  opacity: .38;
  cursor: default;
}

.page-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.page-dots button {
  min-width: 8px;
  width: 8px;
  min-height: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(34,139,34,.18);
}

.page-dots button.active {
  width: 24px;
  background: #228B22;
}

.harvest-profile-hero {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(145deg,#165b2b,#228B22);
  color: white;
  box-shadow: 0 18px 45px rgba(28,88,43,.18);
}

.harvest-profile-hero span {
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .76;
}

.harvest-profile-hero h4 {
  margin: 8px 0 7px;
  color: white;
  font-size: 1.45rem;
}

.harvest-profile-hero p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .85rem;
  line-height: 1.6;
}

.harvest-profile-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 13px;
  margin-top: 16px;
}

.profile-card {
  padding: 18px;
  border: 1px solid rgba(34,139,34,.13);
  border-radius: 18px;
  background: #fff;
}

.profile-card span {
  display: block;
  margin-bottom: 7px;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #78837c;
}

.profile-card b {
  display: block;
  color: #24422e;
  font-size: .96rem;
}

.profile-card small {
  display: block;
  margin-top: 5px;
  color: #718078;
}

.profile-note {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 17px;
  background: #f7f6eb;
}

.profile-note b {
  color: #385943;
}

.profile-note p {
  margin: 4px 0 0;
  color: #6f796f;
  font-size: .8rem;
  line-height: 1.5;
}

.resume-dialog {
  max-width: 460px;
  border-radius: 28px;
  text-align: left;
}

.resume-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 17px;
  background: #eef7e8;
  font-size: 1.45rem;
}

.resume-dialog h2 {
  margin: 7px 0;
}

.resume-progress {
  padding: 15px;
  margin: 18px 0;
  border-radius: 16px;
  background: #f5f7ef;
}

.resume-progress b {
  color: #2b5636;
  font-size: .78rem;
}

.resume-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.resume-actions .primary-btn,
.resume-actions .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0;
  text-decoration: none;
}

.product-list {
  min-height: 430px;
}

@media (max-width: 820px) {
  .mobile-save-strip {
    display: flex;
    position: sticky;
    top: 68px;
    z-index: 20;
  }

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

  .journey-progress-card {
    display: none;
  }
}

@media (max-width: 560px) {
  .seasonal-note {
    padding: 14px;
  }

  .catalog-pagination {
    grid-template-columns: 1fr 70px 1fr;
  }

  .page-dots button:nth-child(n+8) {
    display: none;
  }

  .resume-actions {
    grid-template-columns: 1fr;
  }

  .product-list {
    min-height: 0;
  }
}
/* =========================================================
   v5.0 Simple produce interests, budget slider and explorer
   ========================================================= */
.produce-interest-grid{display:grid;gap:12px}
.produce-interest-card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) 28px;align-items:center;gap:14px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;cursor:pointer;transition:.2s}
.produce-interest-card:hover{border-color:rgba(34,139,34,.45);transform:translateY(-1px)}
.produce-interest-card input{position:absolute;opacity:0;pointer-events:none}
.produce-interest-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--soft);font-size:23px}
.produce-interest-copy b,.produce-interest-copy small{display:block}
.produce-interest-copy b{font:700 17px "Manrope";color:var(--ink)}
.produce-interest-copy small{margin-top:5px;color:var(--muted);font-weight:400;line-height:1.5}
.produce-interest-check{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--line);border-radius:50%;color:transparent;background:#fff}
.produce-interest-card:has(input:checked){border-color:var(--forest);background:var(--forest-3)}
.produce-interest-card input:checked~.produce-interest-check{border-color:var(--forest);background:var(--forest);color:#fff}
.simple-note{margin-top:18px;margin-bottom:0}

.budget-slider-card{padding:22px;border:1px solid rgba(34,139,34,.18);border-radius:20px;background:rgba(255,255,255,.82)}
.budget-slider-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}
.budget-slider-heading h4{margin:0}
.budget-slider-heading p{margin:5px 0 0;color:var(--muted);font-size:13px;font-weight:400}
.budget-value{flex:0 0 auto;min-width:112px;padding:12px 14px;border-radius:16px;background:var(--forest);color:#fff;text-align:center}
.budget-value span{font-size:15px;font-weight:700}
.budget-value strong{display:inline;font-size:28px;line-height:1}
.budget-value small{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:10px}
.budget-slider{width:100%;height:28px;margin:0;padding:0;border:0;background:transparent;cursor:pointer;accent-color:var(--forest)}
.budget-slider::-webkit-slider-runnable-track{height:8px;border-radius:999px;background:#d8e5dc}
.budget-slider::-webkit-slider-thumb{width:25px;height:25px;margin-top:-8px;border:4px solid #fff;border-radius:50%;background:var(--forest);box-shadow:0 3px 12px rgba(23,63,53,.28);-webkit-appearance:none}
.budget-slider::-moz-range-track{height:8px;border-radius:999px;background:#d8e5dc}
.budget-slider::-moz-range-thumb{width:18px;height:18px;border:4px solid #fff;border-radius:50%;background:var(--forest);box-shadow:0 3px 12px rgba(23,63,53,.28)}
.budget-range{display:flex;justify-content:space-between;margin-top:7px;color:var(--muted);font-size:12px;font-weight:700}

.success-dialog small{display:block;color:var(--muted);line-height:1.5}
.success-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.success-actions button{width:100%}
.success-actions .secondary-btn{background:#fff;color:var(--forest);border:1px solid var(--line);box-shadow:none}
.product-explorer-dialog{width:min(760px,calc(100% - 24px));max-width:760px;max-height:90dvh;padding:24px;text-align:left;overflow:auto}
.explorer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.explorer-head h2{margin:8px 0 7px;font-size:31px}
.explorer-head p{margin:0;color:var(--muted);line-height:1.55}
.dialog-close{flex:0 0 auto;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink)}
.explorer-toolbar{position:static;margin-top:22px;padding-bottom:5px}
.explorer-summary{position:static;margin-bottom:16px}
.explorer-actions{border-top:1px solid var(--line);padding-top:14px}
.explorer-actions .submit-btn{margin-top:4px}
#productSavedDialog{text-align:center}

@media(max-width:580px){
  .produce-interest-card{grid-template-columns:42px minmax(0,1fr) 25px;padding:14px;gap:11px}
  .produce-interest-icon{width:42px;height:42px}
  .budget-slider-heading{flex-direction:column}
  .budget-value{width:100%}
  .success-actions{grid-template-columns:1fr}
  .product-explorer-dialog{width:calc(100% - 12px);max-height:94dvh;padding:16px;border-radius:20px}
  .explorer-head h2{font-size:26px}
}

/* =========================================================
   v5.7 Apple Watch-inspired Harvest Cloud
   ========================================================= */
.harvest-cloud-dialog{width:min(920px,calc(100% - 20px));max-width:920px;max-height:94dvh;padding:24px;overflow:auto;background:#fbfcf6}
.harvest-cloud-head h2{margin-bottom:6px}
.harvest-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:12px;align-items:start;margin-top:18px}
.harvest-toolbar .tabs{margin-top:0;max-width:460px}
.harvest-cloud-status{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:16px 2px 10px}
.harvest-cloud-status span,.harvest-cloud-status b{display:block}
.harvest-cloud-status span{font-size:9px;letter-spacing:.16em;color:var(--gold);font-weight:800}
.harvest-cloud-status b{margin-top:4px;font-size:13px;color:#34503e}
.harvest-cloud-status small{color:var(--muted);font-size:11px}
.harvest-cloud{position:relative;height:490px;border:1px solid rgba(34,139,34,.14);border-radius:32px;overflow:hidden;background:
 radial-gradient(circle at 50% 48%,rgba(255,255,255,.98) 0 16%,rgba(245,245,220,.72) 45%,rgba(220,239,220,.72) 100%);
 box-shadow:inset 0 0 70px rgba(34,139,34,.06)}
.harvest-cloud:before{content:"";position:absolute;inset:14%;border:1px dashed rgba(34,139,34,.09);border-radius:50%;pointer-events:none}
.harvest-cloud-products{position:absolute;inset:0;min-height:0;display:block}
.cloud-product{--size:104px;position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);transform:translate(-50%,-50%);border:0;border-radius:44% 56% 48% 52%/52% 45% 55% 48%;padding:8px;background:linear-gradient(145deg,#fff,#eef6e8);box-shadow:0 12px 28px rgba(35,91,48,.14),inset 0 0 0 1px rgba(34,139,34,.11);color:#22442d;text-align:center;display:grid;place-items:center;overflow:hidden;transition:transform .42s cubic-bezier(.2,.9,.2,1),opacity .3s ease,filter .3s ease,box-shadow .3s ease;animation:cloudFloat 5.5s ease-in-out infinite;animation-delay:var(--delay)}
.cloud-product:hover{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 18px 36px rgba(35,91,48,.2)}
.cloud-product.large{--size:126px}.cloud-product.small{--size:86px}
.cloud-product img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.2;filter:saturate(.8)}
.cloud-product .cloud-name{position:relative;z-index:1;max-width:90%;font:700 13px/1.12 "Manrope";text-shadow:0 1px 8px rgba(255,255,255,.9)}
.cloud-product.large .cloud-name{font-size:15px}.cloud-product.small .cloud-name{font-size:11px}
.cloud-product.active{z-index:8;transform:translate(-50%,-50%) scale(1.18);box-shadow:0 24px 55px rgba(24,94,41,.26);animation-play-state:paused}
.harvest-cloud.has-active .cloud-product:not(.active){transform:translate(-50%,-50%) scale(.84);opacity:.42;filter:blur(.4px)}
.cloud-product.harvested{animation:harvestAway .52s cubic-bezier(.2,.8,.2,1) forwards;pointer-events:none}
.cloud-hint{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);font-size:10px;color:rgba(52,80,62,.55);white-space:nowrap}
@keyframes cloudFloat{0%,100%{margin-top:0}50%{margin-top:-8px}}
@keyframes harvestAway{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}70%{opacity:.75;transform:translate(-10%,115%) scale(.42)}100%{opacity:0;transform:translate(75%,210%) scale(.12)}}
.product-focus-card{position:relative;margin:-92px auto 16px;width:min(430px,calc(100% - 28px));z-index:12;padding:18px;border:1px solid rgba(34,139,34,.2);border-radius:24px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);box-shadow:0 20px 50px rgba(28,73,39,.2);animation:focusRise .3s ease}
@keyframes focusRise{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}
.focus-top{display:grid;grid-template-columns:58px minmax(0,1fr) 34px;gap:12px;align-items:center}
.focus-image{width:58px;height:58px;border-radius:17px;overflow:hidden;background:var(--soft);display:grid;place-items:center;color:var(--forest);font-weight:800}
.focus-image img{width:100%;height:100%;object-fit:cover}
.focus-title b,.focus-title small{display:block}.focus-title b{font:700 19px "Manrope"}.focus-title small{margin-top:3px;color:var(--muted);font-weight:500}
.focus-close{width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink)}
.focus-label{display:block;margin:15px 0 8px;font-size:10px;letter-spacing:.12em;color:var(--gold)}
.focus-quantities{display:flex;gap:8px;overflow:auto;padding-bottom:2px}
.focus-quantity{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--forest);padding:9px 13px;font-size:12px;font-weight:700}
.focus-quantity.selected{background:var(--forest);border-color:var(--forest);color:#fff}
.focus-add{width:100%;margin-top:13px;border:0;border-radius:13px;background:var(--forest);color:#fff;padding:13px;font-weight:800}
.harvest-basket-button{position:sticky;bottom:10px;z-index:25;width:100%;margin-top:15px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;padding:11px 14px;border:0;border-radius:18px;background:var(--forest);color:#fff;box-shadow:0 16px 38px rgba(24,91,38,.26);text-align:left}
.basket-emoji{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:rgba(255,255,255,.14);font-size:24px}.basket-copy b,.basket-copy small{display:block}.basket-copy small{opacity:.72;margin-top:2px}.basket-open{font-size:11px;font-weight:800;padding:7px 10px;border:1px solid rgba(255,255,255,.25);border-radius:999px}
.harvest-basket-button.bump .basket-emoji{animation:basketBump .5s ease}@keyframes basketBump{50%{transform:scale(1.24) rotate(-8deg)}}
.harvest-basket-drawer{position:absolute;z-index:40;right:18px;bottom:20px;width:min(430px,calc(100% - 36px));max-height:70dvh;padding:20px;border:1px solid rgba(34,139,34,.18);border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(10,40,20,.3);transform:translateY(28px) scale(.96);opacity:0;pointer-events:none;transition:.28s ease;overflow:auto}
.harvest-basket-drawer.open{transform:none;opacity:1;pointer-events:auto}
.basket-drawer-head{display:flex;justify-content:space-between;align-items:flex-start}.basket-drawer-head h3{font:700 27px "Manrope";margin:4px 0}.basket-drawer-head button{width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink)}
.basket-items{display:grid;gap:8px;margin:14px 0}.basket-empty{padding:28px 12px;text-align:center;border-radius:16px;background:var(--soft);color:var(--muted)}
.basket-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:15px}.basket-item-thumb{width:42px;height:42px;border-radius:12px;overflow:hidden;background:var(--soft);display:grid;place-items:center}.basket-item-thumb img{width:100%;height:100%;object-fit:cover}.basket-item b,.basket-item small{display:block}.basket-item small{color:var(--muted);margin-top:2px}.basket-remove{width:31px;height:31px;padding:0;border:0;border-radius:50%;background:#f5f3ea;color:var(--danger)}
.basket-total{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.basket-total span{font-size:12px;color:var(--muted)}.basket-clear{width:100%;margin-top:12px;border:1px solid var(--line);background:#fff;color:var(--danger);padding:10px;border-radius:11px}
.harvest-explorer-actions{margin-top:12px}
@media(max-width:700px){
 .harvest-cloud-dialog{width:calc(100% - 8px);padding:14px;border-radius:22px}
 .harvest-toolbar{grid-template-columns:1fr}.harvest-toolbar .tabs{max-width:none}
 .harvest-cloud{height:440px;border-radius:25px}
 .cloud-product{--size:88px}.cloud-product.large{--size:108px}.cloud-product.small{--size:72px}
 .cloud-product .cloud-name{font-size:11px}.cloud-product.large .cloud-name{font-size:13px}.cloud-product.small .cloud-name{font-size:9px}
 .product-focus-card{margin:-82px auto 12px;padding:14px}
 .harvest-cloud-status small{display:none}
 .harvest-basket-drawer{position:fixed;left:8px;right:8px;bottom:8px;width:auto;max-height:82dvh}
}


/* =========================================================
   v5.8 Guided Harvest List
   ========================================================= */
.harvest-list-dialog{width:min(900px,calc(100% - 20px));max-width:900px;max-height:94dvh;padding:24px;overflow:auto;background:#fbfcf7;text-align:left}
.harvest-list-toolbar{position:static;margin-top:20px;padding-bottom:8px}
.harvest-review-summary{margin:12px 0 18px;padding:16px;border:1px solid rgba(34,139,34,.16);border-radius:18px;background:#f2f8ef}
.review-progress-copy{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.review-progress-copy>div{padding:10px 12px;border-radius:13px;background:#fff}
.review-progress-copy span,.review-progress-copy b{display:block}
.review-progress-copy span{font-size:9px;letter-spacing:.1em;color:#77827b;font-weight:800}
.review-progress-copy b{margin-top:4px;font:700 17px "Manrope";color:#244b30}
.review-progress-track{height:7px;margin-top:12px;border-radius:999px;overflow:hidden;background:rgba(34,139,34,.12)}
.review-progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#228B22,#65aa58);transition:width .3s ease}
.harvest-product-list{display:grid;gap:11px;min-height:300px}
.harvest-list-item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 7px 22px rgba(31,84,43,.05);transition:opacity .28s ease,transform .28s ease,max-height .35s ease,padding .35s ease,margin .35s ease}
.harvest-list-item.leaving{opacity:0;transform:translateX(-36px) scale(.98);max-height:0;padding-top:0;padding-bottom:0;margin:0;overflow:hidden}
.harvest-list-icon{width:72px;height:72px;border-radius:17px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f1f7ec,#fff);border:1px solid rgba(34,139,34,.11);font-size:26px;font-weight:800;color:var(--forest)}
.harvest-list-icon img{width:100%;height:100%;object-fit:cover}
.harvest-list-copy b,.harvest-list-copy small{display:block}
.harvest-list-copy b{font:700 17px "Manrope";color:#253d2d}
.harvest-list-copy small{margin-top:4px;color:var(--muted);font-size:12px}
.harvest-list-actions{display:grid;grid-template-columns:minmax(115px,1fr) auto auto;gap:8px;align-items:center;grid-column:2/-1}
.harvest-list-actions select{margin:0;min-width:125px;padding:10px}
.harvest-action{min-height:40px;border-radius:11px;padding:9px 12px;font-weight:700;border:1px solid var(--line);background:#fff;color:#46604d;white-space:nowrap}
.harvest-action.add{border-color:var(--forest);background:var(--forest);color:#fff}
.harvest-action.later{color:#7a651b;background:#fffaf0;border-color:#e6d7a2}
.harvest-action.no{color:#8a4949;background:#fff6f4;border-color:#e5c1bc}
.harvest-list-item:nth-child(n+7){display:none}
.list-basket-button{position:sticky;bottom:8px;margin-top:14px;z-index:25}
.harvest-basket-drawer{z-index:40}
.harvest-done-state{text-align:center;padding:45px 20px;border:1px dashed rgba(34,139,34,.25);border-radius:20px;background:#f5f9f1}
.harvest-done-state span{font-size:36px}.harvest-done-state h3{font:700 25px "Manrope";margin:12px 0 7px}.harvest-done-state p{margin:0;color:var(--muted)}
@media(max-width:700px){
 .harvest-list-dialog{width:calc(100% - 8px);padding:15px;border-radius:22px}
 .review-progress-copy{grid-template-columns:1fr 1fr}
 .harvest-list-item{grid-template-columns:58px minmax(0,1fr);gap:11px;padding:11px}
 .harvest-list-icon{width:58px;height:58px;border-radius:14px}
 .harvest-list-actions{grid-column:1/-1;grid-template-columns:1fr 1fr 1fr}
 .harvest-list-actions select{grid-column:1/-1;width:100%}
 .harvest-action{padding:9px 6px;font-size:11px}
}

/* =========================================================
   v5.9 Premium Harvest Cards — final visual override
   ========================================================= */
#productExplorerDialog.harvest-list-dialog{
  width:min(980px,calc(100% - 28px));
  max-width:980px;
  max-height:94dvh;
  padding:28px;
  border-radius:30px;
  background:#f8faf5;
  overflow:auto;
  text-align:left;
}
#productExplorerDialog .explorer-head{padding:2px 2px 8px}
#productExplorerDialog .explorer-head h2{max-width:700px;margin:10px 0 8px;font-size:clamp(32px,4vw,48px);line-height:1.04}
#productExplorerDialog .explorer-head p{font-size:16px}
#productExplorerDialog .dialog-close{border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(30,62,38,.06)}

#productExplorerDialog .harvest-list-toolbar{
  display:grid;
  grid-template-columns:minmax(260px,1fr) auto;
  gap:12px;
  align-items:center;
  margin:18px 0 12px;
  padding:0;
}
#productExplorerDialog .harvest-list-toolbar .search-wrap{
  min-height:52px;
  background:#fff;
  border-color:rgba(34,139,34,.17);
  box-shadow:0 5px 16px rgba(28,70,38,.04)
}
#productExplorerDialog .harvest-list-toolbar .tabs{margin:0;max-width:470px}
#productExplorerDialog .harvest-list-toolbar .tabs button{
  min-height:42px;
  padding:9px 15px;
  font-weight:700;
  background:#fff;
  border-color:rgba(34,139,34,.17)
}
#productExplorerDialog .harvest-list-toolbar .tabs button.active{background:var(--forest);color:#fff}

#productExplorerDialog .harvest-review-summary{
  margin:14px 0 20px;
  padding:15px;
  border:1px solid rgba(34,139,34,.13);
  border-radius:20px;
  background:#edf6e9;
}
#productExplorerDialog .review-progress-copy{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:9px}
#productExplorerDialog .review-progress-copy>div{
  min-width:0;
  padding:11px 13px;
  border:1px solid rgba(34,139,34,.08);
  border-radius:14px;
  background:rgba(255,255,255,.88)
}
#productExplorerDialog .review-progress-copy span{
  font-size:9px;
  line-height:1.25;
  letter-spacing:.08em;
  color:#718077
}
#productExplorerDialog .review-progress-copy b{font-size:19px;line-height:1.2;color:#173f24}
#productExplorerDialog .review-progress-track{height:6px;margin-top:11px}

#productExplorerDialog .harvest-product-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  min-height:320px;
}
#productExplorerDialog .harvest-list-item{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:16px;
  border:1px solid rgba(34,139,34,.14);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 32px rgba(27,72,38,.065);
  transition:opacity .25s ease,transform .25s ease,max-height .32s ease,padding .32s ease,margin .32s ease;
}
#productExplorerDialog .harvest-list-item:hover{transform:translateY(-2px);box-shadow:0 17px 40px rgba(27,72,38,.09)}
#productExplorerDialog .harvest-list-item.leaving{opacity:0;transform:translateY(-12px) scale(.97);max-height:0;padding-top:0;padding-bottom:0;margin:0;overflow:hidden}
#productExplorerDialog .harvest-card-top{display:grid;grid-template-columns:76px minmax(0,1fr);gap:13px;align-items:center}
#productExplorerDialog .harvest-list-icon{
  width:76px;
  height:76px;
  flex:0 0 auto;
  border-radius:20px;
  background:linear-gradient(145deg,#eef7e9,#fffaf0);
  border:1px solid rgba(34,139,34,.10);
  font-size:31px
}
#productExplorerDialog .harvest-list-icon img{width:100%;height:100%;object-fit:cover}
#productExplorerDialog .harvest-list-copy{min-width:0}
#productExplorerDialog .harvest-list-copy b{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font:700 19px/1.15 "Manrope";
  color:#183d25
}
#productExplorerDialog .harvest-list-copy small{display:block;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#727b73;font-size:12px}
#productExplorerDialog .product-category-chip{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:8px;
  padding:5px 8px;
  border-radius:999px;
  background:#f0f6ec;
  color:#397044;
  font-size:9px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase
}
#productExplorerDialog .quantity-label{display:block;margin:16px 0 7px;color:#657069;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
#productExplorerDialog .harvest-list-actions{
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  align-items:center;
  margin-top:auto;
}
#productExplorerDialog .harvest-list-actions select{
  grid-column:1/-1;
  width:100%;
  min-width:0;
  min-height:48px;
  margin:0;
  padding:11px 13px;
  border-radius:13px;
  background:#fbfcf9;
  font-weight:600
}
#productExplorerDialog .harvest-action{min-height:44px;border-radius:13px;padding:10px 14px;font-size:12px;font-weight:800}
#productExplorerDialog .harvest-action.add{grid-column:1/-1;background:var(--forest);border-color:var(--forest);color:#fff;box-shadow:0 8px 18px rgba(34,139,34,.18)}
#productExplorerDialog .harvest-action.later{background:#fff;color:#74611d;border-color:#dfd4aa}
#productExplorerDialog .harvest-action.no{background:transparent;color:#8b6662;border-color:transparent;text-decoration:underline;text-underline-offset:3px}

#productExplorerDialog .list-basket-button{
  position:sticky;
  bottom:8px;
  min-height:68px;
  margin-top:18px;
  padding:11px 14px;
  border-radius:18px;
  box-shadow:0 14px 40px rgba(24,76,34,.22)
}
#productExplorerDialog .basket-copy b{font-size:15px}
#productExplorerDialog .basket-copy small{font-size:11px}
#productExplorerDialog .basket-open{padding:8px 13px;border:1px solid rgba(255,255,255,.32);border-radius:999px}
#productExplorerDialog .harvest-explorer-actions{margin-top:14px;padding-top:14px}
#productExplorerDialog .harvest-explorer-actions .submit-btn{min-height:54px;border-radius:15px;font-size:15px}

@media(max-width:760px){
  #productExplorerDialog.harvest-list-dialog{width:calc(100% - 10px);max-height:96dvh;padding:15px;border-radius:24px}
  #productExplorerDialog .explorer-head h2{font-size:32px}
  #productExplorerDialog .explorer-head p{font-size:14px}
  #productExplorerDialog .harvest-list-toolbar{grid-template-columns:1fr;gap:9px}
  #productExplorerDialog .harvest-list-toolbar .tabs{max-width:none}
  #productExplorerDialog .review-progress-copy{grid-template-columns:1fr 1fr}
  #productExplorerDialog .harvest-product-list{grid-template-columns:1fr;gap:11px}
  #productExplorerDialog .harvest-list-item{padding:13px;border-radius:18px}
  #productExplorerDialog .harvest-card-top{grid-template-columns:64px minmax(0,1fr);gap:11px}
  #productExplorerDialog .harvest-list-icon{width:64px;height:64px;border-radius:17px;font-size:27px}
  #productExplorerDialog .harvest-list-copy b{font-size:17px}
  #productExplorerDialog .harvest-list-actions{grid-template-columns:1fr 1fr}
  #productExplorerDialog .harvest-action.add{grid-column:1/-1}
  #productExplorerDialog .list-basket-button{min-height:62px}
}

/* =========================================================
   MyFarmBox Singapore — Premium Landing v3
   ========================================================= */

:root{
  --launch-ink:#18352a;
  --launch-cream:#f5f2df;
  --launch-sage:#dfe9d8;
  --launch-deep:#123f28;
}

.launch-hero{
  position:relative;
  min-height:calc(100svh - 76px);
  overflow:hidden;
  isolation:isolate;
  background:#e8eadf;
}

.launch-hero__media,
.launch-hero__overlay{
  position:absolute;
  inset:0;
}

.launch-hero__media{z-index:0}
.launch-hero__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.launch-hero__overlay{
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,
      rgba(247,244,225,.98) 0%,
      rgba(247,244,225,.93) 28%,
      rgba(247,244,225,.63) 48%,
      rgba(247,244,225,.09) 72%,
      rgba(247,244,225,.04) 100%),
    linear-gradient(180deg,rgba(18,42,28,.05),rgba(18,42,28,.12));
}

.launch-hero__shell{
  position:relative;
  z-index:2;
  min-height:calc(100svh - 76px);
  display:flex;
  align-items:center;
  padding-top:70px;
  padding-bottom:70px;
}

.launch-hero__content{
  width:min(690px,58%);
}

.launch-hero__kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  color:#3e5f4b;
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.launch-hero__flag{
  font-size:15px;
}

.launch-hero h1{
  max-width:680px;
  margin:0;
  color:#2f2822;
  font:700 clamp(56px,6.35vw,96px)/.94 "Manrope",sans-serif;
  letter-spacing:-.065em;
}

.launch-hero h1 em{
  display:block;
  color:var(--forest);
  font-style:normal;
}

.launch-hero__lead{
  max-width:625px;
  margin:30px 0 0;
  color:#4c514a;
  font-size:clamp(17px,1.45vw,20px);
  line-height:1.72;
}

.launch-hero__lead strong{
  color:var(--launch-deep);
}

.launch-hero__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
  margin-top:31px;
}

.launch-hero__primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:62px;
  padding:16px 26px;
  border-radius:16px;
  background:var(--forest);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 18px 44px rgba(24,101,44,.25);
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}

.launch-hero__primary:hover{
  transform:translateY(-2px);
  background:var(--forest-2);
  box-shadow:0 23px 52px rgba(24,101,44,.3);
}

.launch-hero__secondary{
  color:var(--launch-deep);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid rgba(18,63,40,.35);
  padding-bottom:3px;
}

.launch-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:25px;
  color:#6a7068;
  font-size:11px;
}

.launch-hero__trust span{
  display:flex;
  align-items:center;
  gap:5px;
}

.launch-hero__trust span:not(:last-child)::after{
  content:"";
  width:3px;
  height:3px;
  margin-left:13px;
  border-radius:50%;
  background:var(--gold);
}

.launch-hero__trust b{
  color:#34493b;
}

.launch-hero__edition{
  position:absolute;
  right:22px;
  bottom:48px;
  width:176px;
  padding:20px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:24px;
  background:rgba(15,55,33,.8);
  color:#fff;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 22px 55px rgba(12,34,22,.2);
}

.launch-hero__edition span,
.launch-hero__edition strong,
.launch-hero__edition small{
  display:block;
}

.launch-hero__edition span{
  font-size:9px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.7;
}

.launch-hero__edition strong{
  margin:7px 0 3px;
  font:700 54px/.9 "Manrope";
}

.launch-hero__edition small{
  font-size:10px;
  opacity:.75;
}

.section-label{
  display:inline-block;
  color:var(--gold);
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.launch-intro{
  padding:110px 0;
  background:#fff;
}

.launch-intro__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:90px;
  align-items:end;
}

.launch-intro h2,
.story-heading h2,
.founding-story h2,
.journey-invitation h2{
  margin:15px 0 0;
  color:var(--launch-ink);
  font:700 clamp(42px,5vw,68px)/1.03 "Manrope";
  letter-spacing:-.055em;
}

.launch-intro p{
  margin:0;
  color:#657068;
  font-size:18px;
  line-height:1.8;
}

.how-it-works{
  padding:120px 0;
  background:var(--launch-cream);
}

.story-heading{
  max-width:830px;
  margin-bottom:54px;
}

.harvest-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(24,53,42,.16);
  border-bottom:1px solid rgba(24,53,42,.16);
}

.harvest-flow article{
  position:relative;
  min-height:350px;
  padding:28px 28px 35px;
  border-right:1px solid rgba(24,53,42,.16);
}

.harvest-flow article:last-child{border-right:0}

.harvest-flow__number{
  color:#77877b;
  font-size:10px;
  letter-spacing:.14em;
}

.harvest-flow__icon{
  display:grid;
  place-items:center;
  width:60px;
  height:60px;
  margin:58px 0 34px;
  border:1px solid rgba(34,139,34,.15);
  border-radius:20px;
  background:rgba(255,255,255,.68);
  font-size:25px;
  box-shadow:0 12px 30px rgba(34,80,43,.07);
}

.harvest-flow h3{
  margin:0 0 13px;
  color:#244b35;
  font:700 21px/1.2 "Manrope";
  letter-spacing:-.025em;
}

.harvest-flow p{
  margin:0;
  color:#68736b;
  font-size:14px;
  line-height:1.65;
}

.founding-story{
  padding:125px 0;
  background:var(--launch-deep);
  color:#fff;
}

.founding-story__grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:90px;
  align-items:center;
}

.founding-story__visual{
  aspect-ratio:1;
  display:grid;
  place-content:center;
  text-align:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.12),transparent 38%),
    rgba(255,255,255,.035);
  box-shadow:inset 0 0 0 24px rgba(255,255,255,.025);
}

.founding-story__visual span{
  font:700 clamp(95px,14vw,180px)/.82 "Manrope";
  letter-spacing:-.08em;
}

.founding-story__visual small{
  margin-top:18px;
  color:rgba(255,255,255,.62);
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.founding-story h2{color:#fff}
.founding-story__content>p{
  max-width:720px;
  margin:26px 0 0;
  color:rgba(255,255,255,.7);
  font-size:18px;
  line-height:1.8;
}

.founding-story__points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:42px;
}

.founding-story__points div{
  padding:20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.founding-story__points b,
.founding-story__points span{
  display:block;
}

.founding-story__points b{
  color:#fff;
  font-size:13px;
}

.founding-story__points span{
  margin-top:7px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  line-height:1.5;
}

.journey-invitation{
  padding:115px 0;
  background:#fff;
  text-align:center;
}

.journey-invitation__inner{
  max-width:900px;
}

.journey-invitation p{
  max-width:680px;
  margin:24px auto 0;
  color:#69736c;
  font-size:17px;
  line-height:1.75;
}

.journey-invitation a{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:30px;
  color:var(--forest);
  font-weight:700;
  text-decoration:none;
}

#waitlist{
  scroll-margin-top:90px;
}

.journey-section{
  padding-top:110px;
}

@media(max-width:1000px){
  .launch-hero__content{width:min(700px,70%)}
  .launch-hero h1{font-size:clamp(52px,7.2vw,80px)}
  .launch-hero__media img{object-position:58% center}
  .harvest-flow{grid-template-columns:1fr 1fr}
  .harvest-flow article:nth-child(2){border-right:0}
  .harvest-flow article:nth-child(-n+2){border-bottom:1px solid rgba(24,53,42,.16)}
  .founding-story__grid{grid-template-columns:.9fr 1.1fr;gap:55px}
}

@media(max-width:760px){
  .launch-hero{
    min-height:auto;
    padding-bottom:28px;
    background:var(--launch-cream);
  }

  .launch-hero__media{
    position:relative;
    height:480px;
  }

  .launch-hero__media img{
    object-position:65% center;
  }

  .launch-hero__overlay{
    height:480px;
    background:linear-gradient(180deg,rgba(245,242,223,.02) 0%,rgba(245,242,223,.08) 58%,rgba(245,242,223,.98) 100%);
  }

  .launch-hero__shell{
    min-height:auto;
    display:block;
    padding-top:0;
    padding-bottom:0;
  }

  .launch-hero__content{
    width:calc(100% - 8px);
    margin:-72px auto 0;
    padding:30px 22px 32px;
    border:1px solid rgba(24,53,42,.1);
    border-radius:26px;
    background:rgba(250,248,235,.97);
    box-shadow:0 22px 58px rgba(36,52,39,.12);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }

  .launch-hero h1{
    font-size:clamp(43px,11vw,62px);
    line-height:.98;
  }

  .launch-hero__lead{
    margin-top:23px;
    font-size:16px;
  }

  .launch-hero__actions{
    display:grid;
    gap:14px;
  }

  .launch-hero__primary{width:100%}
  .launch-hero__secondary{text-align:center;border:0}
  .launch-hero__trust{justify-content:center;text-align:center}
  .launch-hero__trust span:not(:last-child)::after{display:none}

  .launch-hero__edition{
    top:18px;
    right:14px;
    bottom:auto;
    width:140px;
    padding:15px;
    border-radius:18px;
  }

  .launch-hero__edition strong{font-size:40px}

  .launch-intro,
  .how-it-works,
  .founding-story,
  .journey-invitation{
    padding:82px 0;
  }

  .launch-intro__grid,
  .founding-story__grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .launch-intro p,
  .founding-story__content>p{
    font-size:16px;
  }

  .harvest-flow{grid-template-columns:1fr}
  .harvest-flow article{
    min-height:0;
    border-right:0;
    border-bottom:1px solid rgba(24,53,42,.16);
  }
  .harvest-flow article:last-child{border-bottom:0}
  .harvest-flow__icon{margin:30px 0 24px}

  .founding-story__visual{
    width:min(360px,85vw);
    margin:auto;
  }

  .founding-story__points{grid-template-columns:1fr}
}

@media(max-width:480px){
  .launch-hero__media{height:390px}
  .launch-hero__overlay{height:390px}
  .launch-hero__content{margin-top:-52px}
  .launch-hero__kicker{font-size:9px;letter-spacing:.1em}
  .launch-hero h1{font-size:41px}
  .launch-hero__trust{display:grid;gap:7px}
  .launch-intro h2,
  .story-heading h2,
  .founding-story h2,
  .journey-invitation h2{
    font-size:38px;
  }
}

@media(prefers-reduced-motion:reduce){
  .launch-hero__primary{transition:none}
  .launch-hero__primary:hover{transform:none}
}

/* =========================================================
   MyFarmBox Singapore — Conversion-first flow v4
   Added without changing form or application logic
   ========================================================= */

.launch-hero h1 strong{
  display:block;
  color:#2f2822;
  font:inherit;
}

.decision-values{
  padding:94px 0 102px;
  background:#fff;
}

.decision-values__heading{
  max-width:790px;
  margin:0 auto 44px;
  text-align:center;
}

.decision-values__heading h2{
  margin:15px 0 0;
  color:var(--launch-ink);
  font:700 clamp(40px,5vw,65px)/1.04 "Manrope";
  letter-spacing:-.055em;
}

.decision-values__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.decision-values__grid article{
  min-height:245px;
  padding:28px;
  border:1px solid rgba(24,53,42,.11);
  border-radius:24px;
  background:linear-gradient(145deg,#fff,#f8f8ed);
  box-shadow:0 16px 45px rgba(27,72,38,.055);
}

.decision-values__icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  margin-bottom:36px;
  border-radius:19px;
  background:var(--forest-3);
  font-size:25px;
}

.decision-values__grid h3{
  margin:0 0 12px;
  color:#214630;
  font:700 21px/1.2 "Manrope";
  letter-spacing:-.025em;
}

.decision-values__grid p{
  margin:0;
  color:#68736b;
  font-size:14px;
  line-height:1.65;
}

.decision-values__action{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.join-reassurance{
  padding:92px 0;
  background:#f7f5e7;
}

.join-reassurance__inner{
  padding:52px;
  border:1px solid rgba(24,53,42,.12);
  border-radius:32px;
  background:#fff;
  box-shadow:0 24px 70px rgba(30,69,40,.075);
}

.join-reassurance__copy{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}

.join-reassurance h2{
  margin:14px 0 18px;
  color:var(--launch-ink);
  font:700 clamp(39px,5vw,62px)/1.04 "Manrope";
  letter-spacing:-.055em;
}

.join-reassurance__copy p{
  max-width:680px;
  margin:0 auto;
  color:#68736b;
  font-size:16px;
  line-height:1.72;
}

.join-reassurance__points{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:36px;
}

.join-reassurance__points div{
  padding:18px 14px;
  border-radius:17px;
  background:#f4f8f1;
  text-align:center;
}

.join-reassurance__points b,
.join-reassurance__points span{
  display:block;
}

.join-reassurance__points b{
  color:var(--forest);
  font:700 17px "Manrope";
}

.join-reassurance__points span{
  margin-top:5px;
  color:#6e786f;
  font-size:11px;
}

.join-reassurance__button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:max-content;
  min-height:56px;
  margin:32px auto 0;
  padding:14px 23px;
  border-radius:15px;
  background:var(--forest);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 15px 36px rgba(34,139,34,.21);
}

.brand-moment{
  background:var(--launch-deep);
}

.brand-moment h2{
  color:#fff;
}

.brand-moment p{
  color:rgba(255,255,255,.7);
}

.brand-moment a{
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.35);
  padding-bottom:3px;
}

/* Make the decision journey feel faster on mobile. */
@media(max-width:760px){
  .decision-values{
    padding:72px 0 78px;
  }

  .decision-values__heading{
    margin-bottom:28px;
    text-align:left;
  }

  .decision-values__heading h2{
    font-size:38px;
  }

  .decision-values__grid{
    grid-template-columns:1fr;
    gap:11px;
  }

  .decision-values__grid article{
    min-height:0;
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    column-gap:14px;
    padding:18px;
    border-radius:19px;
  }

  .decision-values__icon{
    grid-row:1 / span 2;
    width:52px;
    height:52px;
    margin:0;
    border-radius:16px;
  }

  .decision-values__grid h3{
    align-self:end;
    font-size:18px;
  }

  .decision-values__grid p{
    grid-column:2;
  }

  .decision-values__action .launch-hero__primary{
    width:100%;
  }

  .join-reassurance{
    padding:66px 0;
  }

  .join-reassurance__inner{
    padding:28px 18px;
    border-radius:24px;
  }

  .join-reassurance__copy{
    text-align:left;
  }

  .join-reassurance h2{
    font-size:38px;
  }

  .join-reassurance__points{
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:25px;
  }

  .join-reassurance__button{
    width:100%;
  }

  /* Form begins immediately after reassurance without excessive empty space. */
  .join-reassurance + .journey-section{
    padding-top:76px;
  }
}

@media(max-width:480px){
  .decision-values__heading h2,
  .join-reassurance h2{
    font-size:35px;
  }

  .join-reassurance__points div{
    padding:15px 10px;
  }
}

