:root{
  --bg:#0b0c0b;
  --bg-soft:#111310;
  --panel:#151714;
  --panel-2:#1a1d18;
  --text:#f6f3ea;
  --muted:#aaa99f;
  --muted-2:#7d8177;
  --green:#b4c96a;
  --green-strong:#c4dc72;
  --green-soft:rgba(180,201,106,.11);
  --paper:#f1efe7;
  --ink:#11120f;
  --border:#30342d;
  --border-soft:#252822;
  --shadow:0 20px 55px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:linear-gradient(180deg,#080908 0%,#0b0d0b 100%);
  color:var(--text);
}
.wrap{width:min(920px,calc(100% - 30px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(8,9,8,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{
  width:42px;height:42px;border-radius:10px;display:grid;place-items:center;
  background:var(--green);color:#071006;font-weight:900;
}
.brand-name{font-size:14px;font-weight:900;letter-spacing:.07em}
.brand-sub{font-size:12px;color:var(--muted);margin-top:2px}
.admin-link{color:var(--green);text-decoration:none;font-size:13px;font-weight:700}
.hero{padding:48px 0 24px}
.hero.small{padding-bottom:12px}
.eyebrow{
  display:inline-block;color:var(--green);font-weight:800;font-size:13px;
  text-transform:uppercase;letter-spacing:.09em;margin-bottom:10px
}
h1{font-size:clamp(34px,8vw,58px);line-height:.98;margin:0 0 16px;letter-spacing:-.04em;max-width:760px}
.hero p{font-size:17px;line-height:1.55;color:var(--muted);max-width:700px;margin:0}
.card{
  background:linear-gradient(180deg,var(--panel) 0%,#0f120f 100%);
  border:1px solid var(--border);border-radius:18px;padding:20px;margin:16px 0;
  box-shadow:0 14px 38px rgba(0,0,0,.18);
  overflow:visible;
}
.step-head{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.step-head span{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  background:var(--green);color:#061006;font-weight:900;font-size:14px
}
.step-head h2{margin:0;font-size:20px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.compact-top{margin-top:16px}
label{display:block;font-size:13px;font-weight:750;color:#dfe5df}
input,select{
  width:100%;margin-top:7px;padding:14px 13px;border-radius:11px;
  border:1px solid var(--border);background:#0b0d0b;color:var(--text);
  font-size:16px;outline:none
}
input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(115,226,75,.1)}
.input-wrap{position:relative}
.input-wrap input{padding-right:42px}
.address-check{
  position:absolute;right:13px;top:50%;transform:translateY(-38%);
  color:var(--green);font-weight:950;font-size:18px
}
.address-field{position:relative;z-index:20}
.suggestions{
  position:absolute;left:0;right:0;top:72px;z-index:100;
  background:#0b0d0b;border:1px solid #394139;border-radius:12px;
  box-shadow:0 18px 45px rgba(0,0,0,.55);overflow:hidden
}
.suggestion-item{
  width:100%;display:block;text-align:left;border:0;border-bottom:1px solid #252b25;
  padding:12px 13px;background:#0b0d0b;color:var(--text);cursor:pointer
}
.suggestion-item:last-child{border-bottom:0}
.suggestion-item:hover,.suggestion-item:focus{background:#151b14;outline:none}
.suggestion-item strong{display:block;font-size:14px;line-height:1.3}
.suggestion-item span{display:block;color:var(--muted);font-size:12px;margin-top:4px;line-height:1.35}
.suggestion-loading,.suggestion-empty{padding:13px;color:var(--muted);font-size:13px}
.route-panel{
  margin-top:16px;padding:14px 15px;border-radius:12px;
  background:#0a0d0a;border:1px solid #2f3a2f;
  display:flex;align-items:center;justify-content:space-between;gap:12px
}
.route-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:850}
.route-distance{font-size:20px;font-weight:950;margin-top:3px}
.route-duration{color:var(--green);font-size:13px;font-weight:800}
.error-message{
  margin-top:12px;padding:11px 12px;border-radius:9px;background:#351717;
  border:1px solid #713434;color:#ffb5b5;font-size:12px;line-height:1.4
}
.item-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.item-option{
  min-height:98px;padding:12px 8px;border-radius:12px;
  border:1px solid var(--border);background:#0b0d0b;color:var(--text);
  cursor:pointer;font-size:28px;transition:.15s transform,.15s border-color,.15s background
}
.item-option span{display:block;font-size:12px;margin-top:9px;font-weight:800;line-height:1.2}
.item-option:hover{transform:translateY(-1px);border-color:#445144}
.item-option.active{border-color:var(--green);background:#142011;box-shadow:0 0 0 2px rgba(115,226,75,.12)}
.checks{display:grid;gap:10px;margin-top:16px}
.checks label{
  display:flex;align-items:center;gap:10px;padding:12px;border-radius:11px;
  background:#0b0d0b;border:1px solid var(--border);cursor:pointer
}
.checks input{width:18px;height:18px;margin:0;accent-color:var(--green)}
.checks span{margin-left:auto;color:var(--green);font-weight:800;text-align:right}
.booking-style-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.booking-style{
  position:relative;text-align:left;padding:16px;border-radius:14px;
  border:1px solid var(--border);background:#0b0d0b;color:var(--text);
  cursor:pointer;min-height:135px
}
.booking-style strong{display:block;font-size:17px;margin-bottom:8px}
.booking-style span{display:block;color:var(--muted);font-size:13px;line-height:1.4}
.booking-style b{display:block;color:var(--green);margin-top:12px;font-size:13px}
.booking-style.active{border-color:var(--green);background:#142011;box-shadow:0 0 0 2px rgba(115,226,75,.12)}
.style-badge{
  display:inline-block;margin-bottom:10px;padding:4px 7px;border-radius:6px;
  background:var(--green);color:#071006;font-size:10px;font-weight:950;letter-spacing:.05em
}
.soft-disabled{opacity:.48}
.estimate-box{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:18px;border-radius:14px;background:#0a0d0a;border:1px solid #2f3a2f
}
.muted{color:var(--muted);font-size:13px}
.price{font-size:48px;line-height:1;font-weight:950;letter-spacing:-.05em;margin-top:7px}
.estimate-status{font-size:13px;color:var(--muted);text-align:right;max-width:290px}
.review-flag{
  margin-top:8px;padding:8px 10px;border-radius:8px;background:#2b2613;
  border:1px solid #5b4b19;color:#f4da79;font-size:12px;line-height:1.35;max-width:300px
}
.price-breakdown{
  margin-top:12px;padding:13px 14px;border-radius:11px;background:#0b0d0b;border:1px solid var(--border)
}
.price-breakdown>div{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px;padding:4px 0}
.price-breakdown span{color:var(--muted)}
.price-breakdown strong{color:#dce5dc}
.price-breakdown .breakdown-note{
  display:block;margin-top:7px;padding-top:9px;border-top:1px solid #232923;color:#727b72;line-height:1.4
}
.fine-print{color:var(--muted);font-size:12px;margin-bottom:0}
.booking-protection{
  margin-top:16px;padding:14px;border-radius:12px;background:#0b0d0b;border:1px solid var(--border)
}
.booking-protection label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;line-height:1.4}
.booking-protection input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--green);flex:0 0 auto}
.booking-protection p{margin:10px 0 0 28px;color:var(--muted);font-size:12px;line-height:1.45}
.primary-btn{
  width:100%;margin-top:18px;padding:16px;border:0;border-radius:12px;
  background:var(--green);color:#071006;font-size:15px;font-weight:950;
  letter-spacing:.04em;cursor:pointer
}
.primary-btn:hover{background:var(--green2)}
.success-message{
  margin-top:14px;padding:14px;border-radius:11px;background:#132310;
  border:1px solid #31592a;color:#c9f6bb;font-size:14px;line-height:1.45
}
footer{padding:28px 0 40px;color:#697169;font-size:12px}
.empty-state{padding:30px 10px;text-align:center;color:var(--muted)}
.booking-card{padding:18px;border:1px solid var(--border);border-radius:14px;background:#0b0d0b;margin-bottom:12px}
.booking-top{display:flex;justify-content:space-between;gap:15px}
.booking-top h3{margin:7px 0 0}
.booking-price{font-size:30px;font-weight:950;color:var(--green)}
.booking-status{display:inline-block;padding:5px 8px;border-radius:7px;background:#282d28;font-size:11px;font-weight:900;text-transform:uppercase}
.booking-status.accepted{background:#173316;color:#a8ff8c}
.booking-status.declined{background:#3b1717;color:#ffaaaa}
.booking-status.edited{background:#2b2f15;color:#edf58b}
.route{display:flex;align-items:center;gap:8px;margin:15px 0;flex-wrap:wrap}
.route span{color:var(--green)}
.booking-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:12px}
.booking-meta span{padding:6px 8px;background:#121612;border-radius:8px}
.booking-notes{color:#c9d1c9;font-size:13px}
.booking-review{
  margin-top:12px;padding:10px;border-radius:9px;background:#2b2613;
  border:1px solid #5b4b19;color:#f4da79;font-size:12px
}
.admin-actions{display:flex;gap:8px;margin-top:15px}
.admin-actions button{
  border:1px solid var(--border);background:#151915;color:#fff;padding:10px 13px;border-radius:9px;cursor:pointer;font-weight:800
}
.admin-actions button:first-child{border-color:#3d6e33;color:#a9ff8b}
.admin-actions .danger{border-color:#6d3535;color:#ff9f9f}
@media(max-width:700px){
  .wrap{width:min(100% - 20px,920px)}
  .grid-2,.booking-style-grid{grid-template-columns:1fr}
  .item-grid{grid-template-columns:repeat(2,1fr)}
  .hero{padding-top:34px}
  .hero p{font-size:15px}
  .card{padding:16px;border-radius:15px}
  .estimate-box{align-items:flex-start;flex-direction:column}
  .estimate-status{text-align:left}
  .price{font-size:44px}
  .admin-link{font-size:12px}
  .route-panel{align-items:flex-start}
}


/* v0.5 address dropdown layering fix */
.card{position:relative;z-index:1}
.address-card{z-index:30;overflow:visible}
.address-card .address-field{z-index:100}
.address-card .suggestions{z-index:9999}
.address-card + .card{z-index:1}

.field-heading{
  font-size:13px;font-weight:750;color:#dfe5df;margin-bottom:8px
}
.crew-section{margin-top:16px}
.crew-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.crew-option{
  text-align:left;padding:15px;border-radius:13px;border:1px solid var(--border);
  background:#0b0d0b;color:var(--text);cursor:pointer
}
.crew-option strong{display:block;font-size:16px;margin-bottom:6px}
.crew-option span{display:block;color:var(--muted);font-size:12px;line-height:1.4}
.crew-option b{display:block;color:var(--green);font-size:13px;margin-top:9px}
.crew-option.active{
  border-color:var(--green);background:#142011;
  box-shadow:0 0 0 2px rgba(115,226,75,.12)
}
.deposit-box{
  margin:14px 0;padding:14px;border-radius:11px;background:#111711;
  border:1px solid #354235
}
.deposit-heading{
  display:flex;align-items:flex-start;justify-content:space-between;gap:15px
}
.deposit-heading strong{font-size:15px;color:#f2f6f2}
.deposit-heading span{font-size:11px;color:var(--green);font-weight:800;text-align:right}
.deposit-box p{
  margin:9px 0 0!important;color:var(--muted)!important;
  font-size:12px!important;line-height:1.5!important
}
.deposit-acknowledgement{margin-top:12px}
@media(max-width:700px){
  .crew-grid{grid-template-columns:1fr}
  .deposit-heading{display:block}
  .deposit-heading span{display:block;text-align:left;margin-top:4px}
}


/* v0.6 hero hierarchy + flexible booking behaviour */
.hero-subheadline{
  color:var(--green);
  font-weight:850;
  font-size:clamp(18px,3.5vw,25px);
  line-height:1.15;
  margin:0 0 14px;
  letter-spacing:-.02em
}
.flexible-notice{
  grid-column:1 / -1;
  padding:14px;
  border-radius:11px;
  background:#111711;
  border:1px solid #354235
}
.flexible-notice strong{
  display:block;
  color:var(--green);
  font-size:14px;
  margin-bottom:5px
}
.flexible-notice span{
  display:block;
  color:var(--muted);
  font-size:12px;
  line-height:1.5
}


/* v0.6.1 Marketplace subtype dropdown */
.marketplace-type-wrap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:16px;
  padding:14px;
  border-radius:12px;
  background:#0b0d0b;
  border:1px solid var(--border)
}
@media(max-width:700px){
  .marketplace-type-wrap{grid-template-columns:1fr}
}


/* v0.7 brand refresh */
body{
  background:
    radial-gradient(circle at 15% -10%,rgba(168,196,90,.10),transparent 32%),
    linear-gradient(180deg,#0b0c0b 0%,#111210 48%,#0b0c0b 100%);
}
.site-header{
  background:rgba(10,11,10,.95);
}
.brand-logo{
  width:92px;
  height:42px;
  object-fit:contain;
  object-position:left center;
  filter:invert(1);
}
.brand-name{font-size:13px}
.hero{
  padding:58px 0 30px;
  position:relative;
}
.hero:before{
  content:"";
  position:absolute;
  left:-20px;
  top:20px;
  width:90px;
  height:4px;
  border-radius:20px;
  background:var(--green);
}
.hero-subheadline{
  color:#daddcf;
  font-size:clamp(18px,3.5vw,24px);
  font-weight:700;
}
.section-helper{
  margin:-8px 0 16px;
  color:var(--muted);
  font-size:13px;
  line-height:1.4
}
.item-option.active:after{
  content:"✓";
  position:absolute;
  top:8px;
  right:9px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#0a0d07;
  font-size:12px;
  font-weight:950
}
.item-option{position:relative}
.deposit-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-top:12px;
  padding:11px 13px;
  border-radius:10px;
  border:1px solid rgba(168,196,90,.38);
  background:rgba(168,196,90,.07);
}
.deposit-strip strong{
  color:var(--green);
  font-size:11px;
  letter-spacing:.035em;
  white-space:nowrap
}
.deposit-strip span{
  color:var(--muted);
  font-size:11px;
  text-align:right;
  line-height:1.35
}
.card{
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}
@media(max-width:700px){
  .brand-logo{width:68px;height:36px}
  .brand-name{font-size:12px}
  .deposit-strip{
    align-items:flex-start;
    flex-direction:column;
    gap:5px
  }
  .deposit-strip span{text-align:left}
}


/* v0.8 live feedback polish */
.client-email-field small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:11px;
  font-weight:500;
  line-height:1.35
}
.deposit-reminder{
  margin-top:15px;
  padding:11px 13px;
  border-radius:10px;
  border:1px solid rgba(168,196,90,.42);
  background:rgba(168,196,90,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px
}
.deposit-reminder strong{
  color:var(--green);
  font-size:12px;
  letter-spacing:.015em
}
.deposit-reminder span{
  color:var(--muted);
  font-size:11px;
  text-align:right;
  line-height:1.35
}

/* Make the theme closer to the business's black/white identity */
.card{
  background:linear-gradient(180deg,#171817 0%,#121311 100%);
  border-color:#353731
}
.step-head span{
  background:var(--paper);
  color:var(--ink);
}
.item-option.active,
.crew-option.active,
.booking-style.active{
  border-color:var(--green);
  background:#1b2116;
}
.primary-btn{
  background:var(--paper);
  color:var(--ink);
}
.primary-btn:hover{
  background:#d9dbc9;
}
.admin-link{
  color:var(--paper);
}
.hero:before{
  background:var(--paper);
}
.hero-subheadline{
  color:var(--green);
}

/* Keep autocomplete above everything following the address card */
.address-card{
  position:relative;
  z-index:1000;
}
.address-card .suggestions{
  z-index:99999;
}
.address-card ~ .card{
  z-index:1;
}

@media(max-width:700px){
  .deposit-reminder{
    flex-direction:column;
    align-items:flex-start;
    gap:4px
  }
  .deposit-reminder span{text-align:left}
}


/* v0.9 form + multi-location + GST */
.required-mark{
  color:var(--green);
  font-weight:900
}
.optional-mark{
  color:var(--muted);
  font-size:11px;
  font-weight:600
}
.form-spacer{
  min-height:1px
}
.client-email-field{
  grid-column:2
}
.client-email-field small,
label small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:11px;
  font-weight:500;
  line-height:1.35
}

.multi-location-section{
  margin-top:16px;
  padding:14px;
  border:1px solid var(--border);
  border-radius:12px;
  background:#0b0d0b;
  position:relative;
  z-index:50
}
.multi-location-toggle{
  display:flex;
  gap:10px;
  align-items:flex-start;
  cursor:pointer
}
.multi-location-toggle input{
  width:18px;
  height:18px;
  flex:0 0 auto;
  margin:1px 0 0;
  accent-color:var(--green)
}
.pickup-location-count{
  margin-top:13px;
  max-width:300px
}
.extra-pickup-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:14px
}
.extra-pickup{
  position:relative;
  z-index:80
}
.extra-pickup .suggestions{
  z-index:99999
}
.multi-location-note{
  margin:12px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.4
}

.booking-price small{
  display:block;
  font-size:10px;
  color:var(--muted);
  text-align:right;
  margin-top:3px;
  font-weight:700
}

.gst-admin-box{
  margin-top:13px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:10px;
  background:#101210
}
.gst-admin-box div{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:3px 0;
  font-size:12px
}
.gst-admin-box span{color:var(--muted)}
.gst-admin-box div:last-child{
  margin-top:4px;
  padding-top:8px;
  border-top:1px solid var(--border)
}

.admin-comment-box{
  margin-top:13px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:10px;
  background:#101210
}
.admin-comment-box label{
  display:block;
  margin-bottom:6px
}
.admin-comment-box textarea{
  width:100%;
  min-height:72px;
  resize:vertical;
  padding:10px;
  border-radius:9px;
  border:1px solid var(--border);
  background:#0b0d0b;
  color:var(--text);
  font:inherit
}
.secondary-admin-btn{
  margin-top:8px;
  border:1px solid var(--border);
  background:#151915;
  color:var(--text);
  padding:9px 12px;
  border-radius:8px;
  cursor:pointer;
  font-weight:800
}

@media(max-width:700px){
  .client-email-field{
    grid-column:auto
  }
  .form-spacer{
    display:none
  }
  .extra-pickup-fields{
    grid-template-columns:1fr
  }
}


/* ==========================================
   v1.0 — polished simple brand theme
   ========================================== */

html{
  background:#090a09;
}

body{
  background:
    radial-gradient(circle at 16% -8%, rgba(180,201,106,.10), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(255,255,255,.025), transparent 18%),
    linear-gradient(180deg,#0a0b0a 0%,#0e100d 42%,#090a09 100%);
  color:var(--text);
}

.site-header{
  background:rgba(10,11,10,.86);
  backdrop-filter:blur(18px) saturate(120%);
  border-bottom:1px solid rgba(255,255,255,.06);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
}

.header-inner{
  min-height:68px;
}

.brand{
  gap:12px;
}

.brand-logo{
  width:86px;
  height:38px;
  opacity:.96;
}

.brand-name{
  color:var(--paper);
  letter-spacing:.08em;
  font-size:12px;
}

.brand-sub{
  color:var(--muted-2);
}

.admin-link{
  color:var(--paper);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  padding:8px 11px;
  border-radius:999px;
  transition:.18s ease;
}

.admin-link:hover{
  border-color:rgba(180,201,106,.45);
  background:var(--green-soft);
  color:var(--green-strong);
}

.hero{
  padding:68px 0 34px;
}

.hero:before{
  width:54px;
  height:3px;
  left:0;
  top:31px;
  background:var(--green);
  box-shadow:0 0 18px rgba(180,201,106,.22);
}

.hero h1{
  max-width:720px;
  color:var(--paper);
  text-wrap:balance;
}

.hero-subheadline{
  color:var(--green-strong);
  font-size:clamp(18px,3.2vw,24px);
  font-weight:760;
  letter-spacing:-.02em;
}

.hero p{
  max-width:660px;
  color:#b8b7af;
}

.hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.hero-pills span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(180,201,106,.17);
  background:rgba(180,201,106,.055);
  color:#c6c6bc;
  font-size:11px;
  font-weight:700;
  letter-spacing:.01em;
}

.card{
  background:
    linear-gradient(180deg, rgba(25,28,23,.96), rgba(17,19,16,.98));
  border:1px solid rgba(255,255,255,.075);
  box-shadow:var(--shadow);
  border-radius:20px;
  padding:22px;
}

.card:hover{
  border-color:rgba(255,255,255,.10);
}

.step-head{
  margin-bottom:17px;
}

.step-head span{
  width:29px;
  height:29px;
  background:var(--green);
  color:#0d1009;
  box-shadow:0 5px 18px rgba(180,201,106,.14);
}

.step-head h2{
  font-size:19px;
  letter-spacing:-.015em;
  color:var(--paper);
}

.section-helper{
  color:#92958c;
  font-size:12px;
}

label{
  color:#deded5;
  font-weight:690;
}

input,
select{
  background:#0d0f0c;
  border:1px solid #343831;
  color:var(--paper);
  border-radius:12px;
  transition:.16s ease;
}

input::placeholder{
  color:#696d65;
}

input:focus,
select:focus{
  border-color:rgba(180,201,106,.72);
  box-shadow:
    0 0 0 3px rgba(180,201,106,.09),
    0 8px 24px rgba(0,0,0,.18);
}

.item-grid{
  gap:11px;
}

.item-option{
  background:
    linear-gradient(180deg,#11130f,#0d0f0c);
  border:1px solid #30342d;
  min-height:104px;
  border-radius:14px;
}

.item-option:hover{
  border-color:#4b5045;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}

.item-option.active{
  background:
    linear-gradient(180deg,rgba(180,201,106,.13),rgba(180,201,106,.055));
  border-color:rgba(180,201,106,.72);
  box-shadow:
    0 0 0 2px rgba(180,201,106,.08),
    0 14px 28px rgba(0,0,0,.20);
}

.item-option.active:after{
  background:var(--green);
  color:#0f120b;
}

.marketplace-type-wrap,
.multi-location-section,
.booking-protection,
.price-breakdown,
.gst-admin-box,
.admin-comment-box{
  background:rgba(10,12,9,.72);
  border:1px solid #2d312a;
}

.checks label{
  background:#0e100d;
  border-color:#30342d;
}

.checks span,
.crew-option b,
.booking-style b{
  color:var(--green-strong);
}

.crew-grid,
.booking-style-grid{
  gap:11px;
}

.crew-option,
.booking-style{
  background:
    linear-gradient(180deg,#11130f,#0d0f0c);
  border:1px solid #30342d;
  border-radius:14px;
  transition:.17s ease;
}

.crew-option:hover,
.booking-style:hover{
  border-color:#4d5347;
  transform:translateY(-1px);
}

.crew-option.active,
.booking-style.active{
  background:
    linear-gradient(180deg,rgba(180,201,106,.12),rgba(180,201,106,.05));
  border-color:rgba(180,201,106,.68);
  box-shadow:0 0 0 2px rgba(180,201,106,.07);
}

.style-badge{
  background:var(--green);
  color:#10130b;
}

.route-panel{
  background:#0c0e0b;
  border-color:#2d312a;
}

.route-duration{
  color:var(--green-strong);
}

.estimate-box{
  background:
    linear-gradient(135deg,#0c0f0b 0%,#11150e 100%);
  border:1px solid rgba(180,201,106,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.price{
  color:var(--paper);
}

.review-flag{
  background:#2b2714;
  border-color:#5e5224;
  color:#eadb85;
}

.deposit-strip,
.deposit-reminder{
  background:rgba(180,201,106,.065);
  border-color:rgba(180,201,106,.28);
}

.deposit-strip strong,
.deposit-reminder strong{
  color:var(--green-strong);
}

.deposit-box{
  background:#10140d;
  border-color:#30382a;
}

.flexible-notice{
  background:#10140d;
  border-color:#30382a;
}

.flexible-notice strong{
  color:var(--green-strong);
}

.primary-btn{
  min-height:54px;
  border-radius:13px;
  background:var(--green);
  color:#11140c;
  box-shadow:0 10px 28px rgba(180,201,106,.13);
  transition:.17s ease;
}

.primary-btn:hover{
  background:var(--green-strong);
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(180,201,106,.18);
}

.primary-btn:active{
  transform:translateY(0);
}

.success-message{
  background:#121b0f;
  border-color:#324629;
  color:#d8efc7;
}

.suggestions{
  background:#0d0f0c;
  border-color:#383d34;
  box-shadow:0 20px 50px rgba(0,0,0,.48);
}

.suggestion-item{
  background:#0d0f0c;
  border-bottom-color:#242821;
}

.suggestion-item:hover,
.suggestion-item:focus{
  background:#161b13;
}

footer{
  color:#666a62;
}

.booking-card{
  background:#0d0f0c;
  border-color:#2e322b;
  border-radius:16px;
}

.booking-price{
  color:var(--green-strong);
}

.admin-actions button,
.secondary-admin-btn{
  background:#121510;
  border-color:#30352d;
}

.admin-actions button:first-child{
  border-color:rgba(180,201,106,.42);
  color:var(--green-strong);
}

@media(max-width:700px){
  .wrap{
    width:min(100% - 18px,920px);
  }

  .site-header{
    position:sticky;
  }

  .header-inner{
    min-height:62px;
  }

  .brand-logo{
    width:62px;
    height:32px;
  }

  .brand-name{
    font-size:11px;
  }

  .brand-sub{
    font-size:10px;
  }

  .admin-link{
    padding:7px 9px;
    font-size:11px;
  }

  .hero{
    padding:52px 3px 24px;
  }

  .hero:before{
    left:3px;
    top:23px;
  }

  .hero-pills{
    gap:6px;
  }

  .hero-pills span{
    font-size:10px;
  }

  .card{
    padding:16px;
    border-radius:17px;
  }

  .item-grid{
    gap:9px;
  }

  .item-option{
    min-height:96px;
  }

  .estimate-box{
    padding:16px;
  }

  .primary-btn{
    min-height:52px;
  }
}


/* ==========================================
   v1.1 — route-map / NZ-freight inspired polish
   ========================================== */

.hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.hero-map-bg{
  position:absolute;
  inset:-30px -40px 0 auto;
  width:min(48vw,520px);
  height:340px;
  opacity:.82;
  pointer-events:none;
  z-index:-1;
  filter:saturate(.9);
}

/* abstract 'satellite / freight route' feel without copying or needing an image */
.hero-map-bg:before{
  content:"";
  position:absolute;
  inset:22px 0 0 20px;
  background:
    radial-gradient(circle at 28% 34%, rgba(95,124,87,.45), transparent 15%),
    radial-gradient(circle at 42% 62%, rgba(119,143,99,.35), transparent 16%),
    radial-gradient(circle at 72% 42%, rgba(82,112,74,.30), transparent 16%),
    radial-gradient(circle at 60% 74%, rgba(53,67,50,.32), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,255,255,0));
  border-radius:40% 56% 44% 58% / 50% 46% 54% 50%;
  border:1px solid rgba(180,201,106,.08);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.02),
    0 20px 55px rgba(0,0,0,.22);
  transform:rotate(-12deg);
}

.hero-map-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 30% 30%, rgba(180,201,106,.08) 0 1px, transparent 1.5px) 0 0/26px 26px,
    radial-gradient(circle at 70% 60%, rgba(255,255,255,.05) 0 1px, transparent 1.5px) 0 0/42px 42px;
  opacity:.35;
  mask-image:linear-gradient(180deg, #000 0%, rgba(0,0,0,.85) 65%, transparent 100%);
}

.hero-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(20px);
}

.hero-glow-1{
  width:160px;
  height:120px;
  left:115px;
  top:46px;
  background:rgba(180,201,106,.13);
}

.hero-glow-2{
  width:120px;
  height:90px;
  left:210px;
  top:160px;
  background:rgba(115,150,211,.09);
}

.hero-route{
  position:absolute;
  border-top:2px dashed rgba(180,201,106,.42);
  transform-origin:left center;
  opacity:.9;
}

.hero-route-1{
  left:118px;
  top:112px;
  width:178px;
  transform:rotate(22deg);
}

.hero-route-2{
  left:142px;
  top:154px;
  width:118px;
  transform:rotate(-18deg);
}

.hero-route-3{
  left:208px;
  top:188px;
  width:92px;
  transform:rotate(34deg);
}

.hero-dot{
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--green-strong);
  box-shadow:0 0 0 5px rgba(180,201,106,.10), 0 0 22px rgba(180,201,106,.18);
}

.hero-dot-1{left:112px; top:107px}
.hero-dot-2{left:277px; top:175px}
.hero-dot-3{left:146px; top:153px}
.hero-dot-4{left:281px; top:233px}

.hero h1,
.hero-subheadline,
.hero p,
.hero-pills,
.hero-stats{
  position:relative;
  z-index:1;
}

.hero h1{
  max-width:700px;
}

.hero-stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  margin-top:16px;
  max-width:860px;
}

.hero-stats > div{
  min-height:68px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.065);
  background:rgba(16,18,15,.64);
  backdrop-filter:blur(10px);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.hero-stats strong{
  display:block;
  color:var(--paper);
  font-size:13px;
  line-height:1.2;
  margin-bottom:4px;
}

.hero-stats span{
  display:block;
  color:#9ea196;
  font-size:11px;
  line-height:1.35;
}

.route-panel{
  background:
    linear-gradient(180deg, rgba(14,16,13,.92), rgba(11,13,10,.95));
}

.estimate-box{
  position:relative;
  overflow:hidden;
}

.estimate-box:before{
  content:"";
  position:absolute;
  inset:auto -30px -36px auto;
  width:130px;
  height:130px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(180,201,106,.17), transparent 66%);
  pointer-events:none;
}

@media(max-width:920px){
  .hero-map-bg{
    width:min(60vw,420px);
    height:300px;
    inset:-12px -28px 0 auto;
    opacity:.68;
  }
  .hero-stats{
    grid-template-columns:1fr;
    max-width:420px;
  }
}

@media(max-width:700px){
  .hero-map-bg{
    width:78vw;
    height:240px;
    inset:22px -70px auto auto;
    opacity:.50;
  }

  .hero-route-1{left:84px; top:72px; width:126px}
  .hero-route-2{left:102px; top:109px; width:90px}
  .hero-route-3{left:156px; top:137px; width:72px}
  .hero-dot-1{left:80px; top:68px}
  .hero-dot-2{left:200px; top:116px}
  .hero-dot-3{left:102px; top:107px}
  .hero-dot-4{left:210px; top:168px}

  .hero-stats{
    gap:8px;
  }

  .hero-stats > div{
    min-height:0;
    padding:11px 12px;
    border-radius:12px;
  }
}
