/* VendX production stylesheet — extracted and cleaned from prototype */

  :root{
    --ink:#17140F;
    --paper:#F1E9D3;
    --forest:#0F3A40;
    --forest-deep:#0A2529;
    --forest-light:#17838F;
    --cream:#E9DFC2;
    --gold:#0EA5B7;
    --gold-light:#4FC3D0;
    --graphite:#6E6A5C;
    --line-dark: rgba(241,233,211,0.16);
    --line-light: rgba(23,20,15,0.11);
    --focus: #0EA5B7;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter', sans-serif;
    background:var(--paper);
    color:var(--ink);
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  body.locked{overflow:hidden; height:100%;}
  h1,h2,h3,h4,.display{
    font-family:'Manrope', sans-serif;
    font-weight:800;
    letter-spacing:-0.02em;
    line-height:1.08;
  }
  a{color:inherit; text-decoration:none;}
  img{display:block; max-width:100%;}
  button{font-family:inherit; cursor:pointer;}
  .wrap{max-width:1240px; margin:0 auto; padding:0 24px;}
  section{position:relative;}
  ::selection{background:var(--gold-light); color:var(--ink);}
  :focus-visible{outline:3px solid var(--focus); outline-offset:3px; border-radius:4px;}

  .skip-link{
    position:fixed; top:-60px; left:16px; z-index:999; background:var(--gold-light); color:var(--ink);
    padding:12px 18px; border-radius:8px; font-weight:600; font-size:14px; transition:top .2s ease;
  }
  .skip-link:focus{top:16px;}

  .visually-hidden{position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap;}

  /* ---------- reveal ---------- */
  .reveal{opacity:0; transform:translateY(20px); transition:opacity .7s ease, transform .7s ease;}
  .reveal.in{opacity:1; transform:translateY(0);}
  .reveal-delay-1{transition-delay:.06s;}
  .reveal-delay-2{transition-delay:.12s;}
  .reveal-delay-3{transition-delay:.18s;}
  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
    html{scroll-behavior:auto;}
    *{animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important;}
  }

  /* ---------- age gate ---------- */
  #ageGate{
    position:fixed; inset:0; z-index:1000; background:rgba(23,20,15,0.94);
    display:flex; align-items:center; justify-content:center; padding:24px;
    backdrop-filter:blur(6px);
  }
  #ageGate[hidden]{display:none;}
  .gate-card{
    background:var(--paper); border-radius:20px; max-width:420px; width:100%; padding:40px 32px;
    text-align:center; box-shadow:0 40px 90px -30px rgba(0,0,0,0.6);
  }
  .gate-card img{width:64px; height:64px; margin:0 auto 18px;}
  .gate-card h2{font-size:24px; margin-bottom:12px;}
  .gate-card p{font-size:14px; color:var(--graphite); margin-bottom:26px; line-height:1.6;}
  .gate-actions{display:flex; flex-direction:column; gap:10px;}
  .gate-actions .btn{width:100%; justify-content:center; min-height:48px;}
  .gate-under{
    background:none; border:none; color:var(--graphite); font-size:13px; text-decoration:underline;
    padding:8px; min-height:44px;
  }
  .gate-note{font-size:11.5px; color:var(--graphite); opacity:.75; margin-top:18px; line-height:1.5;}
  .gate-blocked{max-width:440px;}
  .gate-blocked p{margin-bottom:0;}

  /* ---------- nav ---------- */
  header{
    position:fixed; top:0; left:0; right:0; z-index:100;
    padding:20px 0;
    transition:background .35s ease, padding .35s ease, border-color .35s ease, backdrop-filter .35s ease;
    border-bottom:1px solid transparent;
  }
  header.scrolled{
    padding:12px 0;
    background:rgba(23,20,15,0.86);
    backdrop-filter:blur(14px) saturate(140%);
    border-bottom:1px solid var(--line-dark);
  }
  nav{display:flex; align-items:center; justify-content:space-between; gap:20px;}
  .brand{display:flex; align-items:center; gap:11px; min-height:44px;}
  .brand img{width:34px; height:34px; object-fit:contain;}
  .brand span{font-family:'Manrope',sans-serif; font-weight:800; font-size:17px; letter-spacing:.06em; color:var(--paper);}
  .nav-links{display:flex; gap:30px; font-size:14px; font-weight:500; color:rgba(247,244,236,0.75);}
  .nav-links a{transition:color .25s ease; padding:6px 2px;}
  .nav-links a:hover, .nav-links a.active{color:var(--paper);}
  .nav-links a.active{border-bottom:2px solid var(--gold-light);}
  .nav-cta-group{display:flex; align-items:center; gap:14px;}
  .nav-cta{
    font-size:13px; font-weight:600; padding:12px 22px; border-radius:999px;
    background:var(--gold); color:#fff; letter-spacing:.01em;
    transition:transform .25s ease, background .25s ease; white-space:nowrap; min-height:44px;
    display:inline-flex; align-items:center;
  }
  .nav-cta:hover{background:var(--gold-light); transform:translateY(-1px);}
  .nav-burger{
    display:none; width:44px; height:44px; border-radius:10px; border:1px solid var(--line-dark);
    background:rgba(247,244,236,0.05); align-items:center; justify-content:center; flex-direction:column; gap:5px;
  }
  .nav-burger span{width:20px; height:2px; background:var(--paper); border-radius:2px; transition:transform .25s ease, opacity .25s ease;}
  .nav-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .nav-burger[aria-expanded="true"] span:nth-child(2){opacity:0;}
  .nav-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  /* mobile drawer */
  #mobileDrawer{
    position:fixed; inset:0; z-index:110; display:none;
  }
  #mobileDrawer[data-open="true"]{display:block;}
  .drawer-backdrop{position:absolute; inset:0; background:rgba(23,20,15,0.6);}
  .drawer-panel{
    position:absolute; top:0; right:0; bottom:0; width:min(320px, 86vw); background:var(--ink); color:var(--paper);
    padding:24px; display:flex; flex-direction:column; gap:6px; box-shadow:-30px 0 60px -30px rgba(0,0,0,0.6);
    transform:translateX(100%); transition:transform .3s ease;
  }
  #mobileDrawer[data-open="true"] .drawer-panel{transform:translateX(0);}
  .drawer-top{display:flex; justify-content:space-between; align-items:center; margin-bottom:20px;}
  .drawer-close{width:44px; height:44px; border-radius:10px; border:1px solid var(--line-dark); background:none; color:var(--paper); font-size:20px;}
  .drawer-panel a{font-family:'Manrope',sans-serif; font-size:18px; font-weight:700; padding:14px 6px; border-bottom:1px solid var(--line-dark); min-height:44px; display:flex; align-items:center;}
  .drawer-panel .nav-cta{margin-top:18px; justify-content:center;}

  /* sticky mobile CTA */
  #mobileSticky{
    position:fixed; left:14px; right:14px; bottom:14px; z-index:80; display:none;
    background:var(--gold); color:#fff; text-align:center; padding:15px; border-radius:14px; font-weight:700; font-size:14.5px;
    box-shadow:0 16px 34px -14px rgba(0,0,0,0.45); min-height:48px;
  }
  @media (max-width:760px){
    #mobileSticky{display:block;}
  }
  #mobileSticky.hide-sticky{display:none;}

  /* ---------- hero ---------- */
  .hero{
    min-height:100svh;
    background:
      radial-gradient(ellipse 90% 55% at 20% -10%, rgba(15,131,143,0.45), transparent 60%),
      var(--ink);
    color:var(--paper);
    display:flex; align-items:center;
    padding:150px 0 80px;
    overflow:hidden;
  }
  .hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; position:relative; z-index:2;}
  @media (max-width:900px){ .hero-grid{grid-template-columns:1fr; gap:40px; text-align:center;} .hero-actions{justify-content:center;} .proof-row{justify-content:center;} }
  @media (max-width:760px){ .hero{padding:130px 0 60px;} .seal-wrap{height:280px;} .seal-core{width:150px; height:150px;} .seal-ring{width:230px; height:230px;} .seal-ring.inner{width:180px; height:180px;} }
  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase;
    color:var(--gold-light); border:1px solid rgba(199,167,92,0.35);
    padding:7px 14px; border-radius:999px; margin-bottom:24px;
  }
  .eyebrow::before{content:''; width:6px; height:6px; border-radius:50%; background:var(--gold-light);}
  .hero h1{font-size:clamp(34px, 5vw, 62px); max-width:620px;}
  .hero p.lead{margin-top:22px; font-size:clamp(16px,2vw,18px); color:rgba(247,244,236,0.68); max-width:500px; font-weight:400;}
  .hero-actions{display:flex; gap:14px; margin-top:34px; flex-wrap:wrap;}
  .btn{
    display:inline-flex; align-items:center; gap:10px;
    padding:15px 24px; border-radius:999px; font-size:14.5px; font-weight:600;
    transition:transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
    border:1px solid transparent; min-height:48px;
  }
  .btn-primary{background:var(--gold); color:#fff;}
  .btn-primary:hover{background:var(--gold-light); transform:translateY(-2px);}
  .btn-ghost{border-color:rgba(247,244,236,0.28); color:var(--paper);}
  .btn-ghost:hover{border-color:rgba(247,244,236,0.6); transform:translateY(-2px);}
  .hero-link{margin-top:18px; font-size:13.5px; color:rgba(247,244,236,0.6); text-decoration:underline; display:inline-block;}

  .proof-row{display:flex; gap:28px; margin-top:46px; flex-wrap:wrap;}
  .proof-row .p-item{display:flex; align-items:center; gap:8px; font-size:13px; color:rgba(247,244,236,0.72); font-weight:500;}
  .proof-row .p-item svg{flex:none;}

  .seal-wrap{position:relative; display:flex; align-items:center; justify-content:center; height:400px;}
  .seal-ring{position:absolute; width:300px; height:300px; border-radius:50%; border:1px dashed rgba(199,167,92,0.38); animation:spin 44s linear infinite;}
  .seal-ring.inner{width:236px; height:236px; border:1px solid rgba(247,244,236,0.12); animation-duration:60s; animation-direction:reverse;}
  @keyframes spin{to{transform:rotate(360deg);}}
  .seal-core{
    position:relative; width:190px; height:190px; border-radius:50%;
    background:radial-gradient(circle at 35% 30%, #155c66, #0a2529 75%);
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 0 0 1px rgba(199,167,92,0.3), 0 30px 60px -20px rgba(0,0,0,0.7);
  }
  .seal-core img{width:64%; filter:drop-shadow(0 8px 18px rgba(0,0,0,0.5));}
  .float-card{
    position:absolute; background:rgba(20,24,21,0.88); border:1px solid var(--line-dark);
    backdrop-filter:blur(10px); padding:11px 15px; border-radius:14px; font-size:12.5px; color:var(--paper);
    display:flex; align-items:center; gap:9px; box-shadow:0 20px 40px -18px rgba(0,0,0,0.6);
  }
  .float-card .dot{width:7px; height:7px; border-radius:50%; background:#63c99b;}
  .float-card.c1{top:8%; left:-2%;}
  .float-card.c2{bottom:10%; right:-4%;}
  @media (max-width:760px){ .float-card{display:none;} }

  /* ---------- section shared ---------- */
  .section{padding:96px 0;}
  .kicker{font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); display:flex; align-items:center; gap:10px; margin-bottom:16px;}
  .kicker::before{content:''; width:24px; height:1px; background:var(--gold);}
  .section h2{font-size:clamp(28px,3.4vw,42px); max-width:640px;}
  .section p.sub{font-size:16px; color:var(--graphite); max-width:540px; margin-top:16px;}
  .head-row{display:flex; justify-content:space-between; align-items:flex-end; gap:36px; flex-wrap:wrap; margin-bottom:52px;}
  @media (max-width:760px){ .section{padding:64px 0;} }

  /* trusted strip */
  .trusted{background:var(--ink); color:var(--paper); padding:50px 0;}
  .trusted p{text-align:center; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:rgba(247,244,236,0.5); margin-bottom:26px;}
  .venue-row{display:flex; flex-wrap:wrap; justify-content:center; gap:12px;}
  .venue-chip{border:1px solid var(--line-dark); padding:9px 18px; border-radius:999px; font-size:13.5px; color:rgba(247,244,236,0.82); font-family:'Manrope',sans-serif; font-weight:500;}

  /* client grid */
  .client-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
  .client-card{
    border:1px solid var(--line-light); border-radius:16px; padding:24px 18px; text-align:center; background:var(--paper);
    transition:transform .25s ease, box-shadow .25s ease; display:flex; flex-direction:column; align-items:center; gap:14px;
  }
  .client-card:hover{transform:translateY(-4px); box-shadow:0 20px 40px -24px rgba(23,20,15,0.25);}
  .client-logo-wrap{width:100%; height:84px; display:flex; align-items:center; justify-content:center; border-radius:10px;}
  .client-logo-wrap.dark-bg{background:var(--ink);}
  .client-logo-wrap img{max-height:72px; max-width:100%; object-fit:contain;}
  .client-word{font-family:'Manrope',sans-serif; font-weight:800; font-size:15px; margin-bottom:2px;}
  .client-cat{font-size:11.5px; color:var(--graphite); text-transform:uppercase; letter-spacing:.05em;}
  @media (max-width:900px){ .client-grid{grid-template-columns:repeat(2,1fr);} }

  /* stats */
  .stats-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line-light); border:1px solid var(--line-light); border-radius:20px; overflow:hidden;}
  .stats-grid-3{grid-template-columns:repeat(3,1fr);}
  .stat-card{background:var(--paper); padding:30px 24px; min-height:150px; display:flex; flex-direction:column; justify-content:center; gap:10px;}
  .stat-num{font-family:'Manrope',sans-serif; font-weight:800; font-size:clamp(28px,3.4vw,38px); color:var(--forest); letter-spacing:-0.02em;}
  .stat-label{font-size:13px; color:var(--graphite); line-height:1.5;}
  @media (max-width:900px){ .stats-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .stats-grid{grid-template-columns:1fr;} .stat-card{min-height:auto;} }

  /* revenue calculator */
  .calc-panel{margin-top:24px; display:grid; grid-template-columns:.85fr 1.15fr; gap:44px; background:var(--cream); border:1px solid var(--line-light); border-radius:20px; padding:36px; align-items:center;}
  @media (max-width:800px){ .calc-panel{grid-template-columns:1fr; gap:28px; padding:28px;} }
  .calc-heading{font-family:'Manrope',sans-serif; font-weight:800; font-size:clamp(19px,2.4vw,23px); letter-spacing:-0.01em; margin-bottom:10px; max-width:360px;}
  .calc-copy{font-size:13.5px; color:var(--graphite); max-width:360px; line-height:1.6;}
  .calc-slider-row{display:flex; justify-content:space-between; align-items:baseline; margin-bottom:12px; gap:12px;}
  .calc-label{font-size:12.5px; font-weight:600; color:var(--graphite);}
  .calc-traffic-val{font-family:'Manrope',sans-serif; font-weight:800; font-size:15px; color:var(--forest); white-space:nowrap;}
  #trafficSlider{-webkit-appearance:none; appearance:none; width:100%; height:6px; border-radius:999px; background:var(--line-light); accent-color:var(--forest); cursor:pointer; min-height:24px;}
  #trafficSlider::-webkit-slider-thumb{-webkit-appearance:none; appearance:none; width:22px; height:22px; border-radius:50%; background:var(--forest); border:3px solid var(--paper); box-shadow:0 4px 10px rgba(15,58,64,0.35); cursor:pointer;}
  #trafficSlider::-moz-range-thumb{width:22px; height:22px; border-radius:50%; background:var(--forest); border:3px solid var(--paper); box-shadow:0 4px 10px rgba(15,58,64,0.35); cursor:pointer;}
  .calc-scale{display:flex; justify-content:space-between; font-size:11px; color:var(--graphite); opacity:.75; margin-top:8px;}
  .calc-result{margin-top:26px; padding-top:22px; border-top:1px solid var(--line-light);}
  .calc-result-num{font-family:'Manrope',sans-serif; font-weight:800; font-size:clamp(32px,4vw,42px); color:var(--forest); letter-spacing:-0.02em; transition:color .2s ease;}
  .calc-result-label{font-size:12.5px; color:var(--graphite); margin-top:4px;}

  /* benefits */
  .benefit-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line-light); border:1px solid var(--line-light); border-radius:20px; overflow:hidden;}
  .benefit-card{background:var(--paper); padding:30px 24px; min-height:180px; display:flex; flex-direction:column; justify-content:space-between; transition:background .3s ease;}
  .benefit-card:hover{background:var(--cream);}
  .benefit-icon{width:34px; height:34px; margin-bottom:22px;}
  .benefit-card h3{font-size:16.5px; font-weight:700; letter-spacing:-0.01em;}
  .benefit-card p{font-size:13px; color:var(--graphite); margin-top:8px; line-height:1.55;}
  @media (max-width:900px){ .benefit-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .benefit-grid{grid-template-columns:1fr;} }

  /* how it works */
  .how{background:var(--cream);}
  .timeline{position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:36px; margin-top:16px;}
  @media (max-width:900px){ .timeline{grid-template-columns:1fr; gap:36px;} }
  .step-num{
    width:60px; height:60px; border-radius:50%; background:var(--forest); color:var(--cream);
    display:flex; align-items:center; justify-content:center; font-family:'Manrope',sans-serif; font-weight:800; font-size:19px;
    margin-bottom:22px;
  }
  .step h3{font-size:18px; margin-bottom:8px;}
  .step p{font-size:14px; color:var(--graphite); max-width:280px;}

  /* machine showcase */
  .machine-section{display:grid; grid-template-columns:.95fr 1.05fr; gap:60px; align-items:center;}
  @media (max-width:900px){ .machine-section{grid-template-columns:1fr; gap:40px;} }
  .machine-visual{position:relative; display:flex; justify-content:center;}
  .hotspot{position:absolute; display:flex; align-items:center; gap:9px; font-size:12px; color:var(--ink); font-weight:600;}
  .hotspot .hdot{width:8px; height:8px; border-radius:50%; background:var(--gold);}
  @media (max-width:700px){ .hotspot{display:none;} }
  .machine-feature-list{list-style:none; margin-top:26px;}
  .machine-feature-list li{display:flex; gap:14px; padding:18px 0; border-top:1px solid var(--line-light);}
  .machine-feature-list li:last-child{border-bottom:1px solid var(--line-light);}
  .machine-feature-list b{font-family:'Manrope',sans-serif; font-size:14.5px; display:block; margin-bottom:4px;}
  .machine-feature-list span{font-size:13px; color:var(--graphite);}
  .mf-num{font-family:'Manrope',sans-serif; font-weight:800; color:var(--gold); font-size:13px; min-width:24px;}

  /* technology */
  .tech{background:var(--ink); color:var(--paper);}
  .tech .sub{color:rgba(247,244,236,0.62);}
  .dash{background:linear-gradient(180deg, #123a40, #0a2226); border:1px solid var(--line-dark); border-radius:18px; padding:22px; box-shadow:0 40px 90px -40px rgba(0,0,0,0.8);}
  .dash-top{display:flex; justify-content:space-between; align-items:center; margin-bottom:18px;}
  .dash-dots{display:flex; gap:6px;}
  .dash-dots span{width:9px; height:9px; border-radius:50%; background:rgba(247,244,236,0.18);}
  .dash-grid{display:grid; grid-template-columns:1.3fr 1fr; gap:16px;}
  @media (max-width:700px){ .dash-grid{grid-template-columns:1fr;} }
  .dash-panel{background:rgba(247,244,236,0.03); border:1px solid var(--line-dark); border-radius:12px; padding:18px;}
  .dash-panel h5{font-size:11.5px; text-transform:uppercase; letter-spacing:.08em; color:rgba(247,244,236,0.5); margin-bottom:14px; font-weight:600;}
  .bars{display:flex; align-items:flex-end; gap:8px;}
  .bar-col{flex:1; display:flex; flex-direction:column; align-items:center; gap:6px; min-width:0;}
  .bar-val{font-size:10px; font-weight:700; color:rgba(247,244,236,0.6); font-family:'Manrope',sans-serif; white-space:nowrap;}
  .bar-track{height:100px; width:100%; display:flex; align-items:flex-end;}
  .bar-day{font-size:9.5px; color:rgba(247,244,236,0.38); text-transform:uppercase; letter-spacing:.06em;}
  .bars .bar{flex:1; background:linear-gradient(180deg, var(--gold-light), var(--gold)); border-radius:5px 5px 0 0; opacity:.9;}
  .dash-list{list-style:none; display:flex; flex-direction:column; gap:11px;}
  .dash-list li{display:flex; justify-content:space-between; font-size:12.5px; color:rgba(247,244,236,0.75);}
  .dash-list li b{color:var(--paper); font-weight:600;}
  .pill-ok{color:#63c99b; font-size:11px; font-weight:600;}
  .tech-note{font-size:12px; color:rgba(247,244,236,0.4); margin-top:18px;}

  /* age verification / compliance */
  .verify{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center;}
  @media (max-width:900px){ .verify{grid-template-columns:1fr; gap:40px;} }
  .verify-visual{background:var(--cream); border-radius:22px; padding:38px; position:relative; min-height:340px; display:flex; align-items:center; justify-content:center;}
  .id-card{width:230px; background:var(--paper); border-radius:14px; padding:20px; box-shadow:0 30px 60px -25px rgba(0,0,0,0.35); border:1px solid var(--line-light); position:relative; z-index:2;}
  .id-card .id-photo{width:50px; height:50px; border-radius:9px; background:var(--forest); margin-bottom:12px;}
  .id-card .id-line{height:7px; border-radius:4px; background:var(--line-light); margin-bottom:7px;}
  .id-card .id-line.w60{width:60%;} .id-card .id-line.w40{width:40%;}
  .scan-line{position:absolute; left:16%; right:16%; height:2px; background:linear-gradient(90deg, transparent, var(--gold), transparent); animation:scan 2.6s ease-in-out infinite;}
  @keyframes scan{0%{top:20%;} 50%{top:80%;} 100%{top:20%;}}
  .check-badge{position:absolute; bottom:30px; right:30px; width:58px; height:58px; border-radius:50%; background:var(--forest); display:flex; align-items:center; justify-content:center; z-index:3;}
  .verify-steps{list-style:none; margin-top:24px;}
  .verify-steps li{display:flex; gap:14px; padding:15px 0; border-top:1px solid var(--line-light);}
  .verify-steps li:last-child{border-bottom:1px solid var(--line-light);}
  .verify-steps b{display:block; font-family:'Manrope',sans-serif; font-size:14px;}
  .verify-steps span{font-size:12.5px; color:var(--graphite);}

  .compliance{background:var(--forest); color:var(--cream);}
  .compliance h2{color:var(--paper);}
  .compliance .sub{color:rgba(239,230,211,0.75);}
  .chip-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:44px;}
  @media (max-width:900px){ .chip-grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .chip-grid{grid-template-columns:1fr;} }
  .comp-chip{border:1px solid rgba(239,230,211,0.2); border-radius:14px; padding:22px 18px; background:rgba(255,255,255,0.03);}
  .comp-chip b{display:block; font-family:'Manrope',sans-serif; font-size:14.5px; margin-bottom:7px; color:var(--paper);}
  .comp-chip span{font-size:12px; color:rgba(239,230,211,0.68); line-height:1.5;}
  .compliance-disclaimer{margin-top:30px; font-size:12px; color:rgba(239,230,211,0.55); max-width:640px; border-top:1px solid rgba(239,230,211,0.18); padding-top:20px;}

  /* locations */
  .loc-head-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px;}
  .filter-chip{
    border:1px solid var(--line-light); background:var(--paper); border-radius:999px; padding:9px 16px; font-size:13px;
    font-weight:500; min-height:40px;
  }
  .filter-chip[aria-pressed="true"]{background:var(--forest); color:var(--cream); border-color:var(--forest);}

  .map-layout{display:grid; grid-template-columns:1.15fr .85fr; gap:24px; margin-top:32px; align-items:start;}
  @media (max-width:900px){ .map-layout{grid-template-columns:1fr;} }
  .map-shell{
    position:relative; height:460px; border-radius:20px; overflow:hidden; border:1px solid var(--line-light);
    background:var(--cream);
  }
  @media (max-width:900px){ .map-shell{height:340px;} }
  #vendxMap{position:absolute; inset:0;}
  .map-state{
    position:absolute; inset:0; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:10px;
    background:var(--cream); font-size:13px; color:var(--graphite); text-align:center; padding:20px; z-index:2;
  }
  .map-state[hidden]{display:none;}
  .map-spinner{width:26px; height:26px; border-radius:50%; border:3px solid rgba(15,58,64,0.2); border-top-color:var(--forest); animation:mspin .8s linear infinite;}
  @keyframes mspin{to{transform:rotate(360deg);}}
  .vendx-pin{width:36px; height:44px; display:block; filter:drop-shadow(0 6px 10px rgba(0,0,0,0.35));}
  .vendx-pin img{width:22px; height:22px; border-radius:50%; object-fit:cover; position:absolute; top:5px; left:7px; border:2px solid #fff;}
  .leaflet-popup-content-wrapper{border-radius:14px !important;}
  .popup-card{min-width:180px;}
  .popup-card b{display:block; font-family:'Manrope',sans-serif; font-size:14px; margin-bottom:2px;}
  .popup-card span{font-size:12px; color:var(--graphite); display:block; margin-bottom:8px;}
  .popup-card a{font-size:12.5px; font-weight:600; color:var(--forest);}

  .loc-scroll{max-height:460px; overflow-y:auto; display:flex; flex-direction:column; gap:12px; padding-right:4px;}
  @media (max-width:900px){ .loc-scroll{max-height:none;} }
  .loc-card{border:1px solid var(--line-light); border-radius:14px; padding:16px 18px; background:var(--paper); display:flex; flex-direction:column; gap:8px; cursor:pointer; transition:border-color .2s ease, box-shadow .2s ease;}
  .loc-card:hover{border-color:var(--gold);}
  .loc-card.active{border-color:var(--forest); box-shadow:0 0 0 2px rgba(15,58,64,0.15);}
  .loc-card.unmapped{cursor:default;}
  .loc-top{display:flex; justify-content:space-between; align-items:flex-start; gap:12px;}
  .loc-name{font-family:'Manrope',sans-serif; font-weight:700; font-size:15px;}
  .loc-badge{font-size:10px; background:var(--forest); color:var(--cream); padding:4px 9px; border-radius:999px; white-space:nowrap; font-weight:600;}
  .loc-badge.pending{background:var(--graphite);}
  .loc-cat{font-size:12px; color:var(--graphite);}
  .loc-actions{margin-top:2px; display:flex; gap:14px;}
  .loc-directions{font-size:12.5px; font-weight:600; color:var(--forest); display:inline-flex; align-items:center; gap:6px; min-height:32px;}
  .loc-note{font-size:12px; color:var(--graphite); opacity:.75; margin-top:24px; max-width:680px;}

  /* faq */
  .faq-item{border-top:1px solid var(--line-light);}
  .faq-item:last-child{border-bottom:1px solid var(--line-light);}
  .faq-q{width:100%; text-align:left; background:none; border:none; padding:24px 0; display:flex; justify-content:space-between; align-items:center; gap:20px; font-family:'Manrope',sans-serif; font-size:16.5px; font-weight:700; color:var(--ink); min-height:48px;}
  .faq-q .plus{width:22px; height:22px; position:relative; flex:none;}
  .faq-q .plus::before, .faq-q .plus::after{content:''; position:absolute; background:var(--ink); border-radius:2px; transition:transform .3s ease;}
  .faq-q .plus::before{width:100%; height:2px; top:50%; left:0; transform:translateY(-50%);}
  .faq-q .plus::after{height:100%; width:2px; left:50%; top:0; transform:translateX(-50%);}
  .faq-item[data-open="true"] .plus::after{transform:translateX(-50%) rotate(90deg); opacity:0;}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .35s ease;}
  .faq-a p{font-size:14px; color:var(--graphite); padding-bottom:24px; max-width:640px; line-height:1.6;}

  /* final cta */
  .cta{background:linear-gradient(180deg, var(--ink), var(--forest-deep)); color:var(--paper);}
  .cta-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:start;}
  @media (max-width:900px){ .cta-grid{grid-template-columns:1fr; gap:40px;} }
  .cta h2{color:var(--paper); font-size:clamp(28px,4vw,44px);}
  .cta p.sub{color:rgba(247,244,236,0.65);}
  .form-card{background:rgba(247,244,236,0.04); border:1px solid var(--line-dark); border-radius:18px; padding:26px;}
  .field{margin-bottom:16px;}
  .field label{font-size:12.5px; color:rgba(247,244,236,0.6); display:block; margin-bottom:6px; font-weight:500;}
  .field input, .field select, .field textarea{
    width:100%; background:rgba(247,244,236,0.06); border:1px solid var(--line-dark); border-radius:10px;
    padding:13px 14px; color:var(--paper); font-family:'Inter',sans-serif; font-size:14px; outline:none;
    transition:border-color .25s ease; min-height:46px;
  }
  .field textarea{min-height:80px; resize:vertical;}
  .field input:focus, .field select:focus, .field textarea:focus{border-color:var(--gold-light);}
  .field ::placeholder{color:rgba(247,244,236,0.38);}
  .field-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
  @media (max-width:520px){ .field-row{grid-template-columns:1fr;} }
  .field-error{font-size:12px; color:#e08a8a; margin-top:6px; display:none;}
  .field.invalid input, .field.invalid select{border-color:#e08a8a;}
  .field.invalid .field-error{display:block;}
  .hp-field{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;}
  .form-submit{width:100%; margin-top:6px; justify-content:center;}
  .form-note{font-size:11.5px; color:rgba(247,244,236,0.4); margin-top:14px; text-align:center; line-height:1.5;}
  .form-note a{text-decoration:underline;}
  .form-success{display:none; text-align:center; padding:24px 6px;}
  .form-success.show{display:block;}
  .form-success .check-badge{position:static; margin:0 auto 16px;}
  #formStatus{font-size:13px; margin-bottom:10px;}

  /* footer */
  footer{background:var(--ink); color:rgba(247,244,236,0.6); padding:60px 0 100px;}
  @media (min-width:761px){ footer{padding-bottom:36px;} }
  .foot-grid{display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:44px; padding-bottom:44px; border-bottom:1px solid var(--line-dark);}
  @media (max-width:760px){ .foot-grid{grid-template-columns:1fr 1fr; row-gap:32px;} }
  .foot-brand{display:flex; align-items:center; gap:10px; margin-bottom:16px;}
  .foot-brand img{width:30px; height:30px;}
  .foot-brand span{font-family:'Manrope',sans-serif; font-weight:800; color:var(--paper); letter-spacing:.05em;}
  .foot-grid p{font-size:13px; max-width:260px; line-height:1.6;}
  .foot-col h4{font-size:11.5px; text-transform:uppercase; letter-spacing:.08em; color:rgba(247,244,236,0.4); margin-bottom:16px;}
  .foot-col ul{list-style:none; display:flex; flex-direction:column; gap:10px;}
  .foot-col a{font-size:13px; transition:color .25s ease;}
  .foot-col a:hover{color:var(--paper);}
  .foot-bottom{display:flex; justify-content:space-between; align-items:center; padding-top:24px; font-size:12px; flex-wrap:wrap; gap:12px;}
  .foot-legal{display:flex; gap:18px; flex-wrap:wrap;}
  .foot-21{font-size:11px; color:rgba(247,244,236,0.4); margin-top:18px; max-width:680px; line-height:1.6;}

  .back-top{position:fixed; bottom:26px; right:26px; width:46px; height:46px; border-radius:50%; background:var(--gold); color:#fff; display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transform:translateY(10px); transition:opacity .3s ease, transform .3s ease; z-index:90; box-shadow:0 14px 30px -12px rgba(0,0,0,0.5); border:none;}
  .back-top.show{opacity:1; pointer-events:auto; transform:translateY(0);}
  @media (max-width:760px){ .back-top{bottom:78px; right:14px;} }

  .progress-bar{position:fixed; top:0; left:0; height:3px; background:var(--gold); z-index:200; width:0%;}

  @media (max-width:900px){
    .nav-links{display:none;}
    .nav-burger{display:flex;}
  }
  @media (max-width:760px){
    .nav-cta-group .nav-cta{display:none;}
  }

/* ---------- legal / static pages ---------- */
.legal-header{background:var(--ink); color:var(--paper); padding:130px 0 50px;}
.legal-header h1{font-size:clamp(28px,4vw,42px);}
.legal-header p{color:rgba(247,244,236,0.6); margin-top:12px; font-size:14px;}
.legal-body{padding:60px 0 100px; max-width:760px; margin:0 auto;}
.legal-body h2{font-size:22px; margin-top:40px; margin-bottom:14px;}
.legal-body h2:first-child{margin-top:0;}
.legal-body p, .legal-body li{font-size:14.5px; color:var(--graphite); line-height:1.7; margin-bottom:14px;}
.legal-body ul{padding-left:20px; margin-bottom:14px;}
.legal-body a{color:var(--forest); text-decoration:underline;}
.legal-back{display:inline-flex; align-items:center; gap:8px; font-size:13.5px; font-weight:600; color:var(--gold-light); margin-bottom:20px;}
.simple-nav{position:fixed; top:0; left:0; right:0; z-index:100; padding:18px 0; background:rgba(23,20,15,0.9); backdrop-filter:blur(12px); border-bottom:1px solid var(--line-dark);}
.simple-nav .wrap{display:flex; align-items:center; justify-content:space-between;}
.simple-nav .brand{display:flex; align-items:center; gap:11px;}
.simple-nav .brand img{width:32px; height:32px;}
.simple-nav .brand span{font-family:'Manrope',sans-serif; font-weight:800; font-size:16px; color:var(--paper); letter-spacing:.06em;}
.simple-nav a.home-link{font-size:13.5px; font-weight:600; color:rgba(247,244,236,0.75);}
