/*
Theme Name: Simply Fresh Grocer
Theme URI: https://simplyfreshgrocer.com.au/
Author: Simply Fresh Grocer
Description: A mobile-friendly, interactive fresh fruit and vegetable delivery website for Simply Fresh Grocer.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: simply-fresh-grocer
*/

:root {
  --green-950:#0b2b1d;
  --green-900:#123e2b;
  --green-800:#185238;
  --green-100:#dfeee3;
  --cream:#f6f1e6;
  --paper:#fffdf7;
  --orange:#ff8a34;
  --yellow:#f5c451;
  --ink:#183126;
  --muted:#647269;
  --line:rgba(18,62,43,.14);
  --shadow:0 24px 70px rgba(18,62,43,.13);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
.skip-link{position:absolute;left:1rem;top:-4rem;background:#fff;padding:.8rem 1rem;border-radius:8px;z-index:100;color:var(--green-900)}
.skip-link:focus{top:1rem}

.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,76px);background:rgba(255,253,247,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(18,62,43,.08)}
.brand{display:inline-flex;gap:11px;align-items:center;text-decoration:none}
.brand-logo{display:block;width:165px;height:auto;object-fit:contain}
.brand-mark{width:40px;height:40px;border-radius:13px;background:var(--green-900);display:grid;place-items:center;position:relative;transform:rotate(-3deg)}
.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:var(--orange);border-radius:90% 10% 90% 10%}
.brand-mark:before{width:15px;height:20px;transform:rotate(-35deg);left:8px;top:11px}
.brand-mark:after{width:12px;height:16px;transform:rotate(30deg);right:7px;top:8px;background:var(--yellow)}
.brand-mark span{width:3px;height:19px;background:#fff;border-radius:10px;transform:rotate(13deg);z-index:1}
.brand-copy{display:flex;flex-direction:column;line-height:.9;text-transform:uppercase;letter-spacing:-.03em}
.brand-copy strong{font-size:17px}.brand-copy small{font-size:11px;letter-spacing:.22em;margin-top:7px;color:var(--muted);font-weight:700}
nav{display:flex;align-items:center;gap:clamp(18px,3vw,42px)}
nav a{text-decoration:none;font-size:14px;font-weight:600;color:#3f554a}
.nav-cta{color:white;background:var(--green-900);padding:12px 18px;border-radius:999px}

.hero{min-height:calc(100svh - 86px);position:relative;display:flex;align-items:center;overflow:hidden;background:var(--green-950);isolation:isolate}
.hero-image{position:absolute;inset:0;background-image:url('assets/fresh-produce-hero.webp');background-size:cover;background-position:center 58%;z-index:-3;transform:scale(1.02)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,29,18,.94) 0%,rgba(7,35,23,.76) 45%,rgba(7,30,21,.13) 78%),linear-gradient(0deg,rgba(8,38,25,.72),transparent 40%);z-index:-2}
.hero-content{width:min(730px,86vw);margin-left:clamp(24px,8vw,128px);padding:80px 0 100px;color:white}
.eyebrow,.kicker{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.15em;margin:0 0 18px;color:var(--orange)}
.eyebrow{color:#fff;display:flex;align-items:center;gap:10px}.eyebrow span{display:block;width:28px;height:2px;background:var(--orange)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:"Fraunces",Georgia,serif;letter-spacing:-.035em}
h1{font-size:clamp(50px,7vw,92px);line-height:.94;margin-bottom:28px;max-width:900px}
.hero-lede{font-size:clamp(17px,2vw,21px);line-height:1.55;color:rgba(255,255,255,.83);max-width:610px;margin-bottom:34px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.button{border:0;border-radius:999px;padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}
.button:hover{transform:translateY(-2px)}
.button:focus-visible,.card-button:focus-visible,.segmented button:focus-visible,.order-tabs button:focus-visible,.stepper button:focus-visible,.text-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(255,138,52,.42);outline-offset:3px}
.button-primary{background:var(--orange);color:#25180f;box-shadow:0 10px 24px rgba(255,138,52,.26)}
.button-ghost{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(8px)}
.trust-row{list-style:none;padding:0;margin:36px 0 0;display:flex;flex-wrap:wrap;gap:12px 25px;color:rgba(255,255,255,.84);font-size:13px;font-weight:600}
.trust-row li{display:flex;align-items:center;gap:7px}.trust-row span{color:var(--yellow)}
.fresh-note{position:absolute;right:clamp(28px,6vw,90px);bottom:50px;width:150px;height:150px;border-radius:50%;background:var(--yellow);color:var(--green-950);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(7deg);box-shadow:0 12px 50px rgba(0,0,0,.2)}
.fresh-note:after{content:"";position:absolute;inset:8px;border:1px dashed rgba(11,43,29,.4);border-radius:50%}
.fresh-note strong{font-family:"Fraunces",serif;font-size:20px}.fresh-note span{font-size:11px;max-width:92px;margin-top:5px}

.boxes-section{padding:110px clamp(22px,6vw,90px);background:var(--cream)}
.service-finder{max-width:1320px;margin:0 auto 85px;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(18,62,43,.16);scroll-margin-top:105px}.finder-top{background:var(--green-950);color:#fff;padding:35px;display:grid;grid-template-columns:minmax(260px,.7fr) minmax(590px,1.3fr);gap:45px;align-items:end}.finder-heading .kicker{margin-bottom:7px}.finder-heading h2{font-size:clamp(38px,4vw,57px);line-height:1;margin-bottom:14px}.finder-heading>p:last-child{color:rgba(255,255,255,.68);font-size:13px;line-height:1.6;margin:0;max-width:440px}.service-choices{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.service-choices button{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);color:#fff;border-radius:16px;padding:15px 11px;min-height:123px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer;transition:transform .2s,background .2s,border .2s}.service-choices button:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)}.service-choices button.active{background:var(--orange);color:#24180f;border-color:var(--orange)}.service-choices button>span{font-size:24px;margin-bottom:auto}.service-choices button strong,.service-choices button small{display:block}.service-choices button strong{font-size:12px;margin-top:13px}.service-choices button small{font-size:9px;opacity:.7;margin-top:3px}.service-answer{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:55px;padding:37px}.answer-label{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:var(--orange);margin:0 0 7px}.answer-copy h3{font-size:clamp(30px,3vw,43px);line-height:1.05;color:var(--green-950);margin-bottom:14px}.answer-copy>p:not(.answer-label){color:var(--muted);font-size:13px;line-height:1.65;max-width:650px}.answer-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}.answer-actions .button{width:auto}.answer-details>p{font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:var(--green-800);margin-bottom:8px}.answer-details ul{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:7px}.answer-details li{font-size:11px;line-height:1.45;color:#41554b}.answer-details li span{color:var(--orange);font-weight:800;margin-right:6px}.quick-delivery{background:var(--cream);border-radius:14px;padding:13px;display:grid;gap:5px}.quick-delivery strong{font-family:"Fraunces",serif;font-size:16px;color:var(--green-950);margin-bottom:2px}.quick-delivery span{font-size:9px;color:var(--muted)}.quick-delivery b{color:var(--green-900)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin:0 auto 42px;max-width:1320px}
.section-heading h2,.delivery-copy>h2{font-size:clamp(38px,4.6vw,64px);line-height:1.02;margin-bottom:0;color:var(--green-950)}
.section-heading>p{max-width:440px;color:var(--muted);line-height:1.7;margin-bottom:4px}
.market-value-note{max-width:1320px;margin:-20px auto 24px;padding:13px 17px;border:1px solid rgba(18,62,43,.12);border-radius:14px;background:#eef5ed;display:flex;align-items:center;gap:16px}.market-value-note strong{color:var(--green-900);font-size:12px;white-space:nowrap}.market-value-note span{color:var(--muted);font-size:10px;line-height:1.5}
.box-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1320px;margin:0 auto}
.box-card{background:#fff;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 12px 35px rgba(22,57,39,.07);border:1px solid rgba(18,62,43,.06);transition:transform .25s,box-shadow .25s}
.box-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.box-card.featured{outline:2px solid var(--orange);outline-offset:-2px}
.popular{position:absolute;z-index:2;right:12px;top:12px;background:var(--orange);color:#28180c;padding:6px 11px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.box-photo{height:210px;background-size:cover;background-position:center;transition:transform .5s}
.box-card:hover .box-photo{transform:scale(1.035)}
.photo-small{background-image:url('https://images.unsplash.com/photo-1610832958506-aa56368176cf?auto=format&fit=crop&w=800&q=82')}
.photo-medium{background-image:url('https://images.unsplash.com/photo-1601004890684-d8cbf643f5f2?auto=format&fit=crop&w=800&q=82')}
.photo-large{background-image:url('https://images.unsplash.com/photo-1590779033100-9f60a05a013d?auto=format&fit=crop&w=800&q=82')}
.photo-xl{background-image:url('https://images.unsplash.com/photo-1516594798947-e65505dbb29d?auto=format&fit=crop&w=800&q=82')}
.box-card-body{padding:20px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start}
.box-card-body p{font-family:"Fraunces",serif;font-size:25px;font-weight:700;margin-bottom:3px;color:var(--green-950)}
.box-card-body span{font-size:12px;color:var(--muted)}
.box-card-body>strong{font-family:"Fraunces",serif;font-size:25px;color:var(--green-900)}
.card-button{grid-column:1/-1;border:0;background:#eef4ef;color:var(--green-900);border-radius:11px;padding:12px 14px;display:flex;justify-content:space-between;font-weight:700;cursor:pointer;transition:background .2s}
.card-button:hover{background:var(--green-100)}
.loose-strip{max-width:1320px;margin:18px auto 0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 25px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;box-shadow:0 12px 35px rgba(22,57,39,.05)}.loose-icon{width:60px;height:60px;border-radius:18px;background:#fff0e4;display:grid;place-items:center;font-size:29px}.loose-strip .kicker{margin-bottom:4px}.loose-strip h3{font-size:25px;margin-bottom:4px;color:var(--green-950)}.loose-strip p:last-child{font-size:11px;color:var(--muted);line-height:1.5;margin:0}.loose-strip .button{white-space:nowrap;width:auto}
.value-comparison{max-width:1320px;margin:25px auto 0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:0 12px 35px rgba(22,57,39,.05)}.comparison-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:17px}.comparison-heading .kicker{margin-bottom:5px}.comparison-heading h3{font-size:29px;margin:0;color:var(--green-950)}.comparison-heading>span{font-size:9px;font-weight:700;color:var(--muted);background:var(--cream);padding:7px 10px;border-radius:999px;white-space:nowrap}.comparison-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.comparison-scroll:focus-visible{outline:3px solid rgba(255,138,52,.42);outline-offset:3px}.value-comparison table{width:100%;min-width:820px;border-collapse:collapse;text-align:left;font-size:11px}.value-comparison th,.value-comparison td{padding:13px 15px;border-bottom:1px solid var(--line);vertical-align:top;line-height:1.45}.value-comparison thead th{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);background:#f7f4ed}.value-comparison tbody th{font-size:12px;color:var(--green-950);min-width:165px}.value-comparison tbody th small{display:block;color:var(--orange);font-size:8px;text-transform:uppercase;letter-spacing:.08em;margin-top:3px}.value-comparison tbody a{text-decoration:none}.value-comparison tbody a:hover{text-decoration:underline}.value-comparison tbody tr:last-child th,.value-comparison tbody tr:last-child td{border-bottom:0}.value-comparison .our-row{background:#edf5ee}.value-comparison .our-row strong{font-family:"Fraunces",serif;font-size:18px;color:var(--green-900)}.comparison-note{font-size:9px;color:var(--muted);line-height:1.5;margin:10px 2px 0}
.why-choose{max-width:1320px;margin:25px auto 0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 12px 35px rgba(22,57,39,.05)}.why-heading{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(340px,1.25fr);column-gap:60px;align-items:end;margin-bottom:23px}.why-heading .kicker{grid-column:1/-1;margin-bottom:5px}.why-heading h3{font-size:34px;margin:0;color:var(--green-950)}.why-heading>p:last-child{font-size:13px;color:var(--muted);line-height:1.65;margin:0}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.why-grid article{background:var(--cream);border-radius:16px;padding:18px;min-height:150px}.why-grid article>span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--green-900);color:white;font-size:9px;font-weight:800;margin-bottom:22px}.why-grid h4{font-family:"Fraunces",serif;font-size:19px;line-height:1.15;margin:0 0 7px;color:var(--green-950)}.why-grid p{font-size:10px;line-height:1.55;color:var(--muted);margin:0}
.founder-story{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);margin-top:20px;border-radius:22px;overflow:hidden;background:var(--green-950);color:#fff;box-shadow:0 18px 45px rgba(10,48,32,.18)}.founder-photo{min-height:455px;background:linear-gradient(180deg,rgba(5,29,18,.04),rgba(5,29,18,.28)),url('assets/family-story-produce.webp') center/cover no-repeat}.founder-copy{padding:43px 45px;display:flex;flex-direction:column;justify-content:center}.founder-copy .kicker{color:var(--yellow);margin-bottom:8px}.founder-copy>h3{font-size:clamp(34px,3.3vw,49px);line-height:1.02;margin:0 0 18px;color:#fff}.founder-copy>p{font-size:13px;line-height:1.68;color:rgba(255,255,255,.72);margin:0 0 11px}.founder-quote{margin:4px 0 14px;padding:0 0 0 17px;border-left:3px solid var(--orange);font-family:"Fraunces",serif;font-size:18px;line-height:1.45;color:#fff}.community-support{display:grid;grid-template-columns:auto 1fr;gap:13px;margin-top:12px;padding:17px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:16px}.community-mark{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#25180f;font-size:16px}.community-support strong{display:block;font-family:"Fraunces",serif;font-size:19px;line-height:1.2;margin-bottom:5px}.community-support p{margin:0;color:rgba(255,255,255,.68);font-size:10px;line-height:1.55}.founder-actions{display:flex;align-items:center;gap:18px;margin-top:18px}.founder-actions .button{width:auto}.founder-phone{color:#fff;font-size:11px;font-weight:700;text-underline-offset:4px}.draft-note{display:block;margin-top:10px;color:rgba(255,255,255,.5);font-size:9px;line-height:1.45}
.served-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:-5px 0 20px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.served-row strong{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--green-900);margin-right:4px}.served-row span{font-size:9px;font-weight:700;color:#4f6258;background:var(--cream);border-radius:999px;padding:6px 9px}
.business-strip{max-width:1320px;margin:18px auto 0;background:var(--green-900);color:white;border-radius:24px;padding:27px 30px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;position:relative;overflow:hidden}
.business-strip:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-100px;top:-120px}
.business-strip .kicker{margin-bottom:5px;color:#f5c451}.business-strip h3{font-size:28px;margin-bottom:6px}.business-strip p:last-child{color:rgba(255,255,255,.7);font-size:13px;line-height:1.5;margin-bottom:0;max-width:680px}
.business-icon{width:86px;height:86px;border-radius:50%;background:var(--yellow);color:var(--green-950);display:flex;align-items:center;justify-content:center;font-family:"Fraunces",serif;font-weight:700;font-size:20px;position:relative;z-index:1}
.business-icon span{font-size:12px;margin:0 2px}.business-icon small{position:absolute;font:700 8px "DM Sans",sans-serif;text-transform:uppercase;letter-spacing:.12em;bottom:19px}
.button-dark{background:white;color:var(--green-900);white-space:nowrap;position:relative;z-index:1}

.delivery-order-section{background:#fff;padding:110px clamp(22px,6vw,90px);display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,580px);gap:clamp(48px,8vw,120px);align-items:start}
.delivery-copy{padding-top:18px}.delivery-copy>p:not(.kicker){color:var(--muted);line-height:1.8;max-width:570px;margin:26px 0 34px}
.delivery-checker{background:var(--cream);border-radius:22px;padding:22px;max-width:600px}
.delivery-checker>p{font-weight:800;margin-bottom:13px}
.segmented{background:#e8e3d8;padding:4px;border-radius:12px;display:grid;grid-template-columns:1fr 1fr}
.segmented button{border:0;border-radius:9px;padding:11px 12px;background:transparent;color:#68736c;font-weight:700;cursor:pointer}
.segmented button.active{background:#fff;color:var(--green-900);box-shadow:0 4px 12px rgba(18,62,43,.09)}
.rule-result{display:flex;gap:12px;align-items:flex-start;margin-top:18px}
.rule-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--green-900);color:white;flex:0 0 auto;font-size:12px}
.rule-result strong,.rule-result small{display:block}.rule-result strong{font-size:14px}.rule-result small{color:var(--muted);line-height:1.5;margin-top:3px}
.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:34px;max-width:600px}
.promise-grid div{border-top:1px solid var(--line);padding-top:15px}.promise-grid strong{display:block;color:var(--orange);font-size:11px;margin-bottom:5px}.promise-grid span{font-weight:700;font-size:13px}
.order-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:clamp(22px,3vw,35px);box-shadow:var(--shadow);scroll-margin-top:110px}
.order-head{display:flex;justify-content:space-between;align-items:start;gap:15px}.order-head .kicker{margin-bottom:6px}.order-head h2{font-size:34px;margin-bottom:0}
.safe-badge{font-size:10px;color:var(--green-800);background:var(--green-100);padding:7px 9px;border-radius:999px;white-space:nowrap;font-weight:700}.safe-badge span{color:#41a76a;font-size:8px;margin-right:3px}
.order-tabs{display:grid;grid-template-columns:repeat(3,1fr);background:#eeeae1;padding:4px;border-radius:12px;margin:25px 0 20px}
.order-tabs button{border:0;border-radius:9px;background:transparent;padding:11px;cursor:pointer;font-weight:700;color:var(--muted)}
.order-tabs button.active{background:#fff;color:var(--green-900);box-shadow:0 4px 12px rgba(18,62,43,.08)}
label,legend,.quantity-row>span{font-size:12px;font-weight:700;color:#3f554a}
select,input,textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 14px;color:var(--ink);margin-top:7px;outline:none;transition:border .2s,box-shadow .2s}
textarea{resize:vertical;min-height:80px}.field{margin-bottom:15px}.field label span{font-weight:400;color:#89928d}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.quantity-row{display:flex;align-items:center;justify-content:space-between;margin:15px 0 20px}
.stepper{display:flex;align-items:center;gap:15px;background:#eef2ec;border-radius:999px;padding:4px}
.stepper button{width:31px;height:31px;border:0;border-radius:50%;background:white;color:var(--green-900);font-weight:800;cursor:pointer;font-size:18px}.stepper output{min-width:14px;text-align:center;font-weight:700}
.business-choice{background:var(--green-100);border-radius:13px;padding:14px;display:grid;grid-template-columns:1fr auto;margin:10px 0 0}.business-choice span,.business-choice strong{font-weight:700}.business-choice small{grid-column:1/-1;margin-top:5px;color:var(--muted)}
.business-quantity-row{margin:12px 0 17px}.childcare-details{background:#fff7e8;border:1px solid rgba(245,196,81,.5);border-radius:15px;padding:15px;margin:0 0 17px}.childcare-details>div{display:grid;gap:3px}.childcare-details>div strong{font-family:"Fraunces",serif;font-size:20px;color:var(--green-950)}.childcare-details ul{list-style:none;padding:0;margin:12px 0;display:grid;grid-template-columns:1fr 1fr;gap:6px}.childcare-details li{background:#fff;border-radius:9px;padding:8px;font-size:9px;color:#41554b}.childcare-details li span{margin-right:4px}.childcare-details>p{font-size:9px;line-height:1.5;color:var(--muted);margin:0}
.loose-panel-head{background:var(--green-100);border-radius:14px;padding:15px;margin-bottom:15px}.loose-panel-head>strong{display:block;font-family:"Fraunces",serif;font-size:22px;color:var(--green-950);margin:4px 0 5px}.loose-panel-head>p{font-size:10px;color:var(--muted);line-height:1.5;margin:0}.loose-category{margin:0 0 17px}.loose-category h4{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--green-800);margin:0 0 7px}.loose-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.loose-item{display:block;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px;cursor:pointer}.loose-item.selected{border-color:var(--green-800);box-shadow:0 0 0 1px var(--green-800);background:#f7fbf7}.loose-name{display:flex;align-items:center;gap:7px;color:var(--ink);font-size:11px}.loose-name input{width:auto;margin:0;accent-color:var(--green-900)}.loose-name .item-emoji{font-size:17px}.loose-controls{display:grid;grid-template-columns:55px 1fr;gap:5px;margin-top:8px}.loose-controls input,.loose-controls select{margin:0;padding:7px 6px;border-radius:8px;font-size:9px}.loose-controls input:disabled,.loose-controls select:disabled{opacity:.45;background:#f0eee8}.loose-message{margin-top:5px}
.contents-builder{border-top:1px solid var(--line);padding-top:18px;margin:3px 0 20px}.contents-head{display:flex;justify-content:space-between;gap:15px;align-items:end}.contents-head>div{display:grid;gap:4px}.contents-head strong{font-family:"Fraunces",serif;font-size:22px;color:var(--green-950)}.step-label{font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--orange)}.contents-head button{border:0;background:transparent;color:var(--green-800);font-size:10px;font-weight:700;cursor:pointer;padding:6px}.contents-intro{font-size:11px;line-height:1.5;color:var(--muted);margin:9px 0 12px}.produce-list{display:grid;gap:7px}.produce-item{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px 10px}.produce-icon{width:34px;height:34px;border-radius:10px;background:var(--cream);display:grid;place-items:center;font-size:18px}.produce-copy strong,.produce-copy small{display:block}.produce-copy strong{font-size:12px}.produce-copy small{color:var(--muted);font-size:10px;margin-top:1px}.produce-item select{margin:0;padding:8px 28px 8px 9px;width:auto;font-size:10px;border-radius:9px;color:var(--green-900);font-weight:700}.produce-item.changed{border-color:rgba(255,138,52,.7);background:#fffaf5}.season-note{display:flex;gap:8px;color:var(--muted);font-size:10px;line-height:1.45;margin:11px 2px 0}.season-note span{color:var(--orange);font-weight:800}.business-fruit-picker{margin-top:17px}.picker-label{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:#3f554a;margin-bottom:8px}.picker-label small{color:var(--muted);font-weight:500}.fruit-chip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.fruit-chip-grid label{cursor:pointer}.fruit-chip-grid input{position:absolute;opacity:0;pointer-events:none}.fruit-chip-grid span{display:block;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px;font-size:10px;text-align:center;color:var(--muted)}.fruit-chip-grid input:checked+span{border-color:var(--green-800);background:var(--green-100);color:var(--green-900);font-weight:700}
fieldset{border:0;padding:0;margin:0 0 18px}legend{margin-bottom:8px}.radio-card{display:flex;align-items:center;background:white;border:1px solid var(--line);border-radius:12px;padding:11px 12px;margin-bottom:7px;cursor:pointer}.radio-card:has(input:checked){border-color:var(--green-800);box-shadow:0 0 0 1px var(--green-800)}.radio-card input{width:auto;margin:0 10px 0 0;accent-color:var(--green-900)}.radio-card span{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.radio-card small{font-weight:500;color:var(--muted)}
.order-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid var(--line);margin-top:3px}.order-total span{font-size:13px;color:var(--muted)}.order-total strong{font-family:"Fraunces",serif;font-size:26px}
.minimum-message{font-size:12px;line-height:1.5;padding:10px 12px;background:#fff0e7;color:#873b0d;border-radius:10px;margin:-5px 0 12px}.minimum-message:empty{display:none}
.submit-button{width:100%;font-size:15px}.form-note{text-align:center;font-size:10px;color:#879189;margin:10px 0 0}
.hidden{display:none!important}
.review-panel{text-align:center;padding-top:12px}.review-success{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:var(--green-100);color:var(--green-900);font-weight:800;font-size:21px;margin:0 auto 16px}.review-panel h3{font-size:30px;margin-bottom:10px}.review-panel>p:not(.kicker){color:var(--muted);line-height:1.6;font-size:14px}.review-panel pre{text-align:left;white-space:pre-wrap;font:500 12px/1.65 "DM Sans",sans-serif;background:var(--cream);padding:17px;border-radius:14px;color:var(--ink);margin:18px 0}.review-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.button-outline{border:1px solid var(--green-900);color:var(--green-900);background:#fff}.text-button{border:0;background:none;color:var(--green-800);font-weight:700;margin-top:16px;cursor:pointer}

footer{background:var(--green-950);color:white;padding:55px clamp(22px,6vw,90px) 26px;display:grid;grid-template-columns:auto 1fr auto;gap:30px 55px;align-items:center}.brand-footer .brand-copy small{color:rgba(255,255,255,.55)}footer>p{color:rgba(255,255,255,.65);margin:0;font-size:13px}.footer-contact{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-end}.footer-contact a{color:white;text-decoration:none;font-weight:600;font-size:12px}.footer-policy{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;gap:30px;color:rgba(255,255,255,.52);font-size:11px}.footer-policy p{margin:0;max-width:700px;line-height:1.6}.footer-policy strong{color:rgba(255,255,255,.78)}
.brand-footer .brand-logo{background:#fff;border-radius:12px;padding:5px;width:170px}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,120px);background:var(--green-950);color:white;padding:12px 18px;border-radius:999px;z-index:100;font-size:12px;font-weight:700;box-shadow:var(--shadow);transition:transform .25s}.toast.show{transform:translate(-50%,0)}

/* Premium, image-led service finder */
.service-finder{border-radius:34px;background:var(--green-900)}
.finder-top{display:block;background:#fff;padding:48px}
.finder-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,.65fr);column-gap:80px;align-items:end}
.finder-heading .kicker{grid-column:1/-1;color:var(--orange)}
.finder-heading h2{color:var(--green-950);font-size:clamp(46px,5vw,70px);max-width:720px;margin:0}
.finder-heading>p:last-child{color:var(--muted);font-size:15px;max-width:470px}
.service-choices{margin-top:35px;gap:12px}
.service-choices button{position:relative;isolation:isolate;overflow:hidden;min-height:245px;border:3px solid transparent;border-radius:22px;padding:20px;color:white;background-size:cover;background-position:center;box-shadow:0 14px 35px rgba(18,62,43,.14)}
.service-choices button::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,29,19,.92) 0%,rgba(6,29,19,.2) 68%);z-index:-1}
.service-choices button[data-service="home"]{background-image:url('https://images.unsplash.com/photo-1610832958506-aa56368176cf?auto=format&fit=crop&w=900&q=85')}
.service-choices button[data-service="childcare"]{background-image:url('https://images.unsplash.com/photo-1490818387583-1baba5e638af?auto=format&fit=crop&w=900&q=85')}
.service-choices button[data-service="office"]{background-image:url('https://images.unsplash.com/photo-1570913149827-d2ac84ab3f9a?auto=format&fit=crop&w=900&q=85')}
.service-choices button[data-service="hospitality"]{background-image:url('https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=900&q=85')}
.service-choices button:hover{transform:translateY(-5px);background-color:transparent}
.service-choices button.active{background-color:transparent;color:white;border-color:var(--orange);box-shadow:0 0 0 4px rgba(255,138,52,.18),0 18px 40px rgba(18,62,43,.2)}
.service-choices button.active::after{content:"✓";position:absolute;right:14px;top:14px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#25180f;font-weight:900;font-size:12px}
.service-choices button>span{position:relative;z-index:1;width:42px;height:42px;display:grid;place-items:center;background:rgba(255,255,255,.18);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.28);border-radius:13px;font-size:21px}
.service-choices button strong,.service-choices button small{position:relative;z-index:1}
.service-choices button strong{font-family:"Fraunces",serif;font-size:20px;line-height:1.05;margin-top:52px}
.service-choices button small{font-size:10px;color:rgba(255,255,255,.7);margin-top:7px}
.service-answer{background:var(--green-900);color:#fff;padding:46px 48px}
.answer-label{color:var(--yellow)}
.answer-copy h3{color:#fff;font-size:clamp(36px,4vw,54px)}
.answer-copy>p:not(.answer-label){color:rgba(255,255,255,.68);font-size:14px}
.answer-details>p{color:var(--yellow)}
.answer-details li{color:rgba(255,255,255,.82);font-size:12px}
.quick-delivery{background:#fff;color:var(--ink);padding:17px}
.quick-delivery span{font-size:10px}

/* Fresh, lighter palette: dark green is reserved for contrast instead of large backgrounds. */
.hero{background:#dcebdd}
.hero-shade{background:linear-gradient(90deg,rgba(255,253,247,.3),rgba(255,253,247,.02) 65%)}
.hero-content{width:min(690px,calc(100vw - 48px));margin-left:clamp(24px,6vw,96px);padding:42px 44px;color:var(--ink);background:rgba(255,253,247,.93);border:1px solid rgba(255,255,255,.78);border-radius:30px;box-shadow:0 25px 75px rgba(16,58,38,.2);backdrop-filter:blur(10px)}
.eyebrow{color:var(--green-900)}
.hero-lede{color:#4f665a}
.button-ghost{background:#fff;color:var(--green-900);border-color:rgba(18,62,43,.18)}
.trust-row{color:#365446}
.trust-row span{color:#bd5c18}
.service-finder{background:#dcebdd}
.service-answer{background:#dcebdd;color:var(--ink)}
.answer-label,.answer-details>p{color:#bd5c18}
.answer-copy h3{color:var(--green-950)}
.answer-copy>p:not(.answer-label){color:var(--muted)}
.answer-details li{color:#365446}
.quick-delivery{background:#fff}
.founder-story{background:#e8f1e8;color:var(--ink)}
.founder-copy .kicker{color:#bd5c18}
.founder-copy>h3,.founder-quote{color:var(--green-950)}
.founder-copy>p{color:#52695d}
.community-support{border-color:rgba(18,62,43,.12);background:#fff}
.community-support p{color:var(--muted)}
.founder-phone{color:var(--green-900)}
.draft-note{color:#718178}
.business-strip{background:#d8e8da;color:var(--ink)}
.business-strip:after{border-color:rgba(18,62,43,.1)}
.business-strip .kicker{color:#bd5c18}
.business-strip p:last-child{color:var(--muted)}
.button-dark{background:var(--green-900);color:#fff}

@media (max-width:1000px){
  .box-grid{grid-template-columns:repeat(2,1fr)}
  .finder-top{grid-template-columns:1fr}.service-answer{grid-template-columns:1fr 1fr;gap:35px}.service-choices{grid-template-columns:repeat(4,1fr)}
  .delivery-order-section{grid-template-columns:1fr;gap:55px}.delivery-copy{max-width:750px}.delivery-checker,.promise-grid{max-width:none}
  .fresh-note{width:125px;height:125px;right:25px}
  footer{grid-template-columns:auto 1fr}.footer-contact{grid-column:1/-1;justify-content:flex-start}
}
@media (max-width:700px){
  .site-header{height:70px;padding:0 17px}.brand-logo{width:132px}.brand-mark{width:36px;height:36px}.brand-copy strong{font-size:15px}
  nav>a:not(.nav-cta){display:none}.nav-cta{padding:10px 14px;font-size:12px}
  .hero{min-height:760px;align-items:end}.hero-image{background-position:61% center}.hero-shade{background:linear-gradient(0deg,rgba(5,29,18,.96) 0%,rgba(5,29,18,.79) 54%,rgba(5,29,18,.18) 100%)}
  .hero-content{width:auto;margin:0;padding:260px 22px 45px}.hero h1{font-size:49px}.hero-lede{font-size:16px}.hero-actions{display:grid}.button{width:100%}.trust-row{gap:9px 16px;margin-top:26px}.fresh-note{display:none}
  .boxes-section,.delivery-order-section{padding:72px 18px}.section-heading{display:block}.section-heading>p{margin-top:20px}.section-heading h2,.delivery-copy>h2{font-size:42px}
  .market-value-note{margin-top:-17px;display:grid;gap:5px}.market-value-note strong{white-space:normal}
  .service-finder{margin-bottom:65px;border-radius:23px}.finder-top{padding:24px 17px;gap:24px}.finder-heading h2{font-size:41px}.service-choices{grid-template-columns:1fr 1fr;gap:7px}.service-choices button{min-height:111px;padding:12px}.service-answer{grid-template-columns:1fr;padding:23px 17px;gap:27px}.answer-copy h3{font-size:32px}.answer-actions{display:grid}.answer-actions .button{width:100%}
  .box-grid{grid-template-columns:1fr 1fr;gap:10px}.box-photo{height:145px}.box-card-body{padding:14px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:9px}.box-card-body p{font-size:20px}.box-card-body>strong{font-size:20px}.box-card-body>div span{font-size:10px}.card-button{width:100%;font-size:11px}
  .value-comparison{padding:17px 14px}.comparison-heading{align-items:start}.comparison-heading h3{font-size:23px}.comparison-heading>span{font-size:8px}.comparison-scroll{margin-right:-2px}.comparison-note{font-size:8px}
  .why-choose{padding:20px 14px}.why-heading{grid-template-columns:1fr;gap:12px}.why-heading h3{font-size:28px}.why-heading>p:last-child{font-size:11px}.why-grid{grid-template-columns:1fr 1fr}.why-grid article{min-height:155px;padding:15px}.why-grid article>span{margin-bottom:18px}.founder-story{grid-template-columns:1fr}.founder-photo{min-height:210px}.founder-copy{padding:27px 18px}.founder-copy>h3{font-size:34px}.founder-copy>p{font-size:12px}.community-support{padding:14px}.founder-actions{display:grid;gap:12px}.founder-actions .button{width:100%}.founder-phone{text-align:center}.draft-note{text-align:center}
  .business-strip{grid-template-columns:auto 1fr;padding:21px 18px;gap:15px}.business-icon{width:68px;height:68px;font-size:17px}.business-icon small{bottom:14px}.business-strip h3{font-size:24px}.business-strip .button{grid-column:1/-1}.business-strip p:last-child{font-size:12px}
  .loose-strip{grid-template-columns:auto 1fr;padding:18px 15px;gap:13px}.loose-icon{width:50px;height:50px;font-size:24px}.loose-strip h3{font-size:21px}.loose-strip .button{grid-column:1/-1;width:100%}
  .promise-grid{gap:8px}.promise-grid span{font-size:11px}
  .order-card{padding:22px 16px;border-radius:22px}.order-head h2{font-size:29px}.safe-badge{font-size:9px}.field-grid{grid-template-columns:1fr;gap:0}.radio-card span{display:block}.radio-card small{display:block;margin-top:2px}.review-actions{grid-template-columns:1fr}
  .order-tabs button{padding:10px 5px;font-size:11px}.loose-grid{grid-template-columns:1fr 1fr}.loose-item{padding:8px}.loose-name{font-size:10px}
  .contents-head strong{font-size:20px}.produce-item{grid-template-columns:31px 1fr auto;padding:8px}.produce-icon{width:31px;height:31px}.produce-item select{max-width:88px;padding-right:22px}.fruit-chip-grid{grid-template-columns:1fr 1fr}
  .childcare-details ul{grid-template-columns:1fr}
  footer{grid-template-columns:1fr;padding:45px 22px 24px}.footer-contact{grid-column:auto;display:grid;gap:10px}.footer-policy{display:grid;gap:15px}
}

@media (max-width:700px){
  .hero{min-height:720px;align-items:flex-end;padding:250px 14px 18px}
  .hero-image{background-position:54% center;transform:none}
  .hero-shade{background:linear-gradient(0deg,rgba(255,253,247,.8) 0%,rgba(255,253,247,.28) 45%,rgba(255,253,247,.02) 72%)}
  .hero-content{width:100%;margin:0;padding:25px 18px 23px;border-radius:23px}
  .hero h1{font-size:43px;margin-bottom:18px}
  .hero-lede{font-size:14px;margin-bottom:22px}
  .trust-row{font-size:11px;margin-top:20px}
}
@media (max-width:380px){.box-grid{grid-template-columns:1fr}.hero h1{font-size:43px}.loose-grid{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.loose-search{display:grid;gap:6px;margin:0 0 14px;color:var(--green-900);font-size:14px;font-weight:800}.loose-search input{width:100%;margin:0;padding:12px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);font-size:15px}.loose-search input:focus{outline:3px solid rgba(189,92,24,.18);border-color:var(--orange)}.loose-search-empty{margin:0 0 14px;padding:11px 13px;border-radius:11px;background:#fff7ec;color:#7b4a2a;font-size:13px;line-height:1.45}.loose-purpose{display:grid;gap:6px;margin:0 0 16px;color:var(--green-900);font-size:14px;font-weight:800}.loose-purpose select{width:100%;margin:0;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:14px}.loose-purpose select:focus{outline:3px solid rgba(189,92,24,.18);border-color:var(--orange)}.loose-item[hidden],.loose-category[hidden]{display:none}.custom-produce-request{display:grid;grid-template-columns:auto 1fr;gap:14px;margin-top:18px;padding:16px;border:1px dashed rgba(189,92,24,.55);border-radius:15px;background:#fffaf4}.custom-produce-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#ffe4c7;font-size:22px}.custom-produce-copy strong{display:block;font-family:"Fraunces",serif;font-size:20px;color:var(--green-950);line-height:1.15;margin:2px 0 4px}.custom-produce-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.custom-request-fields{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}.custom-request-fields label{font-size:13px;font-weight:800;color:var(--green-900)}.custom-request-fields label span{font-size:12px;color:var(--muted);font-weight:500}.custom-request-fields input{width:100%;margin:0;padding:11px 12px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:14px;color:var(--ink)}.custom-request-fields input:focus{outline:3px solid rgba(189,92,24,.18);border-color:var(--orange)}
@media (max-width:700px){.custom-request-fields{grid-template-columns:1fr}.custom-produce-request{padding:14px}.custom-produce-copy strong{font-size:18px}}

@media (max-width:700px){
  .service-finder{border-radius:24px}
  .finder-top{padding:26px 16px}
  .finder-heading{grid-template-columns:1fr;gap:15px}
  .finder-heading .kicker{grid-column:auto}
  .finder-heading h2{font-size:43px}
  .finder-heading>p:last-child{font-size:13px}
  .service-choices{margin-top:24px;grid-template-columns:1fr 1fr;gap:8px}
  .service-choices button{min-height:175px;padding:14px;border-radius:16px}
  .service-choices button strong{font-size:16px;margin-top:30px}
  .service-choices button>span{width:35px;height:35px;font-size:18px}
  .service-answer{padding:29px 18px}
  .answer-copy h3{font-size:34px}
}
