/* BilliardsCoaching.com — design system */
:root{
  --felt-900:#062a1f;
  --felt-800:#0b3d2e;
  --felt-700:#12523d;
  --felt-600:#1a6a4f;
  --felt-500:#249c73;
  --chalk:#2f6fd0;
  --chalk-soft:#dbe7fb;
  --cue:#f7f3e8;
  --cream:#fffdf7;
  --ink:#12211c;
  --ink-2:#43554e;
  --ink-3:#7a8b85;
  --line:#e2e6e3;
  --line-2:#eef1ef;
  --gold:#e0a53a;
  --red:#c0392b;
  --red-bright:#f5261a;
  --ok:#1f8a5b;
  --warn:#b9770e;
  --radius:14px;
  --radius-sm:9px;
  --shadow-1:0 1px 2px rgba(6,42,31,.06), 0 2px 8px rgba(6,42,31,.05);
  --shadow-2:0 4px 12px rgba(6,42,31,.08), 0 14px 38px rgba(6,42,31,.10);
  --shadow-3:0 10px 30px rgba(6,42,31,.16), 0 40px 80px rgba(6,42,31,.20);
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;
  --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;font-family:var(--sans);color:var(--ink);background:var(--cream);
  font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--felt-700);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.18;letter-spacing:-.02em;font-weight:650}
h1{font-size:clamp(2rem,4.4vw,3.25rem);font-family:var(--serif);font-weight:600;letter-spacing:-.025em}
h2{font-size:clamp(1.5rem,2.6vw,2.1rem);font-family:var(--serif);font-weight:600}
h3{font-size:1.18rem}
p{margin:0 0 1em}
small{font-size:.82rem}
hr{border:0;border-top:1px solid var(--line);margin:2rem 0}
.wrap{width:min(1180px,92vw);margin-inline:auto}
.wrap-narrow{width:min(760px,92vw);margin-inline:auto}
.section{padding:clamp(3rem,7vw,5.5rem) 0}
.section-tight{padding:2.5rem 0}
.center{text-align:center}
.muted{color:var(--ink-3)}
.dim{color:var(--ink-2)}
.eyebrow{
  text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;
  color:var(--felt-500);margin:0 0 .8rem;
}
.lede{font-size:1.12rem;color:var(--ink-2);max-width:62ch}
.stack>*+*{margin-top:1rem}
.row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}
.row-between{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap}
.grid{display:grid;gap:1.25rem}
.g2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.g3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.g4{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
.hide{display:none !important}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.72rem 1.25rem;border-radius:999px;border:1px solid transparent;
  font:inherit;font-weight:600;font-size:.94rem;cursor:pointer;
  transition:transform .12s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  text-decoration:none;white-space:nowrap;line-height:1.2;
}
.btn:active{transform:translateY(0)}
@media (hover:hover){ .btn:hover{text-decoration:none;transform:translateY(-1px)} }
.btn:focus-visible{outline:3px solid var(--chalk);outline-offset:2px}
.btn-primary{background:var(--felt-700);color:#fff;box-shadow:var(--shadow-1)}
.btn-primary:hover{background:var(--felt-600);box-shadow:var(--shadow-2)}
.btn-gold{background:var(--gold);color:#3a2a05;box-shadow:var(--shadow-1)}
.btn-gold:hover{background:#eeb54c}
.btn-ghost{background:transparent;color:var(--felt-800);border-color:var(--line)}
.btn-ghost:hover{border-color:var(--felt-600);background:#f3f8f5}
.btn-light{background:#fff;color:var(--felt-800);border-color:rgba(255,255,255,.6)}
.btn-light:hover{background:var(--cue)}
.btn-danger{background:#fff;color:var(--red);border-color:#f0cdc8}
.btn-danger:hover{background:#fdf3f2}
.btn-sm{padding:.45rem .85rem;font-size:.85rem}
.btn-lg{padding:.95rem 1.7rem;font-size:1.03rem}
.btn-block{width:100%}
.btn[disabled],.btn[aria-disabled=true]{opacity:.45;pointer-events:none}
.btn-link{background:none;border:none;color:var(--felt-700);font:inherit;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}

/* ---------- header ---------- */
.site-head{
  position:sticky;top:0;z-index:60;background:rgba(255,253,247,.88);
  backdrop-filter:saturate(1.6) blur(12px);border-bottom:1px solid var(--line);
}
.site-head .bar{display:flex;align-items:center;gap:1.25rem;height:68px}
.brand{display:flex;align-items:center;gap:.6rem;font-family:var(--serif);font-weight:600;
  font-size:1.12rem;color:var(--felt-800);letter-spacing:-.02em}
.brand:hover{text-decoration:none}
.brand-mark{
  width:30px;height:30px;border-radius:50%;flex:none;
  /* the small dot reads as the red spot on the ball */
  background:radial-gradient(circle at 32% 30%, var(--red-bright) 0 12%, var(--felt-600) 13% 100%);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.12), var(--shadow-1);
  display:grid;place-items:center;color:#fff;font-size:.7rem;font-weight:800;font-family:var(--sans)
}
.nav{display:flex;gap:.15rem;align-items:center;margin-left:auto;flex-wrap:wrap}
.nav a{
  padding:.5rem .7rem;border-radius:8px;color:var(--ink-2);font-size:.9rem;font-weight:550;
}
.nav a:hover{background:#eef3f0;color:var(--felt-800);text-decoration:none}
.nav a.active{color:var(--felt-800);background:#e7efea}
/* nav links are more specific than .btn, so button-shaped nav items need their
   colours restated or they inherit the plain-link grey */
.nav a.btn-primary,.nav a.btn-primary:hover{color:#fff;background:var(--felt-700)}
.nav a.btn-primary:hover{background:var(--felt-600)}
.nav a.btn-ghost,.nav a.btn-ghost:hover{color:var(--felt-800)}
.nav-cta{margin-left:.4rem}
.navtoggle{display:none;background:none;border:1px solid var(--line);border-radius:9px;
  padding:.45rem .6rem;cursor:pointer;font-size:1.1rem;line-height:1;margin-left:auto}
.bell{position:relative}
.bell .dot{position:absolute;top:2px;right:2px;width:8px;height:8px;border-radius:50%;
  background:var(--red);border:2px solid var(--cream)}

/* ---------- hero ---------- */
.hero{
  position:relative;color:var(--cue);overflow:hidden;
  background:
    radial-gradient(1100px 480px at 78% -12%, rgba(36,156,115,.32), transparent 62%),
    radial-gradient(700px 420px at 8% 108%, rgba(47,111,208,.20), transparent 60%),
    linear-gradient(160deg, #072d21 0%, var(--felt-800) 46%, #061f18 100%);
}
.hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;
  background-image:radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
  background-size:4px 4px;
}
.hero .wrap{position:relative;z-index:1}
.hero-grid{display:grid;gap:3rem;grid-template-columns:1.08fr .92fr;align-items:center;
  padding:clamp(3.5rem,8vw,6rem) 0}
.hero h1{color:#fff;margin-bottom:1rem}
.hero h1 em{font-style:normal;color:#8fe3c0}
.hero p{color:#c8ded6;font-size:1.1rem;max-width:52ch}
.hero .eyebrow{color:#8fe3c0}
.hero-stats{display:flex;gap:2.2rem;margin-top:2.5rem;flex-wrap:wrap}
.hero-stats b{display:block;font-family:var(--serif);font-size:1.85rem;color:#fff;line-height:1}
.hero-stats span{font-size:.8rem;color:#9dbdb2;text-transform:uppercase;letter-spacing:.1em}
.hero-actions{display:flex;gap:.75rem;margin-top:2rem;flex-wrap:wrap}

/* quick search card */
.searchcard{
  background:var(--cream);color:var(--ink);border-radius:20px;padding:1.6rem;
  box-shadow:var(--shadow-3);border:1px solid rgba(255,255,255,.5)
}
.searchcard h3{font-family:var(--serif);font-size:1.3rem;margin-bottom:.15rem}

/* ---------- rack of balls ---------- */
.rack{display:flex;gap:.4rem;justify-content:center;margin-bottom:1rem}
.ball{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:none;
  font-weight:800;font-size:.8rem;color:#25201a;position:relative;
  box-shadow:inset -3px -4px 8px rgba(0,0,0,.32), inset 3px 4px 7px rgba(255,255,255,.42), var(--shadow-1);
}
.ball i{background:#fff;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;
  font-style:normal;font-size:.72rem;color:#25201a;font-weight:800}
.ball-1{background:#e8b530}.ball-2{background:#2f6fd0}.ball-3{background:#c0392b}
.ball-8{background:#1b1b1b;color:#fff}.ball-9{background:#e8b530}.ball-14{background:#1f8a5b}
.ball-4{background:#6b4a9c}
/* the cue ball: no stripe, no number */
.ball-cue{background:linear-gradient(145deg,#fffdf7,#efe9da)}
/* an icon slot the same footprint as .ball, for SVG marks like the rack */
.discicon{width:38px;height:38px;display:grid;place-items:center;flex:none}
.discicon svg{width:100%;height:100%;overflow:visible}

/* discipline cards */
.disccard{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}
.disccard:hover{text-decoration:none}
.disccard h3{margin-bottom:.35rem}
.disccount{
  margin-top:auto;font-size:.78rem;font-weight:700;color:var(--felt-700);
  text-transform:uppercase;letter-spacing:.07em
}

/* ---------- cards ---------- */
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.4rem;box-shadow:var(--shadow-1);
}
.card-pad-lg{padding:1.85rem}
.card-hover{transition:transform .16s ease, box-shadow .2s ease, border-color .2s ease}
@media (hover:hover){
  .card-hover:hover{transform:translateY(-3px);box-shadow:var(--shadow-2);border-color:#cfe0d7}
}
/* on touch, give feedback on press instead of hover — a :hover transform would
   stick after the finger lifts */
@media (hover:none){
  .card-hover:active{transform:scale(.99)}
}
.card h3{margin-bottom:.35rem}
.card-flat{box-shadow:none;background:#fbfcfb}

.feature-ico{
  width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:1.25rem;
  background:#e9f4ef;margin-bottom:.9rem
}

/* ---------- coach card ---------- */
.coach-card{display:flex;flex-direction:column;gap:.9rem;height:100%}
.coach-top{display:flex;gap:.9rem;align-items:flex-start}
.avatar{
  width:56px;height:56px;border-radius:50%;flex:none;display:grid;place-items:center;
  font-weight:700;font-size:1.1rem;color:#fff;letter-spacing:.02em;
  box-shadow:inset 0 -3px 8px rgba(0,0,0,.18)
}
.avatar-lg{width:88px;height:88px;font-size:1.7rem}
img.avatar{object-fit:cover;background:var(--line-2)}
.nextopen{
  display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;
  color:var(--felt-700);margin:0
}
.avail-dot{width:7px;height:7px;border-radius:50%;background:var(--felt-500);flex:none;
  box-shadow:0 0 0 3px rgba(36,156,115,.18)}
.photo-drop{
  display:flex;align-items:center;gap:1rem;padding:1rem;border:2px dashed var(--line);
  border-radius:var(--radius);background:#fbfcfb;cursor:pointer
}
.photo-drop:hover{border-color:var(--felt-500);background:#f4fbf8}
.photo-drop .ph{width:64px;height:64px;border-radius:50%;flex:none;display:grid;
  place-items:center;background:#e9f4ef;font-size:1.5rem;overflow:hidden}
.photo-drop .ph img{width:100%;height:100%;object-fit:cover}
.datechip{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.5rem}
.coach-name{font-size:1.08rem;font-weight:650;margin:0;line-height:1.25}
.coach-loc{font-size:.85rem;color:var(--ink-3);margin:.1rem 0 0}
.ratings{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--ink-2)}
.stars{color:var(--gold);letter-spacing:.06em;font-size:.9rem}
.statline{display:flex;gap:1.1rem;padding:.7rem 0;border-block:1px solid var(--line-2)}
.statline div{font-size:.75rem;color:var(--ink-3);text-transform:uppercase;letter-spacing:.07em}
.statline b{display:block;font-size:1rem;color:var(--ink);letter-spacing:0;text-transform:none;
  font-family:var(--serif);font-weight:600}
.price-from{font-family:var(--serif);font-size:1.28rem;font-weight:600}
.price-from small{font-family:var(--sans);font-size:.78rem;color:var(--ink-3);font-weight:500}

/* ---------- tags ---------- */
.tags{display:flex;gap:.35rem;flex-wrap:wrap}
.tag{
  font-size:.74rem;font-weight:600;padding:.25rem .6rem;border-radius:999px;
  background:#eef3f0;color:var(--felt-800);border:1px solid #dfe9e4;white-space:nowrap
}
.tag-8{background:#ecebee;color:#22222a;border-color:#dcdbe2}
.tag-9{background:#fdf3dd;color:#7a5a06;border-color:#f3e2b6}
.tag-straight{background:#e8f0fc;color:#1e4c94;border-color:#d3e2f8}
.tag-fund{background:#e7f5ee;color:#12603f;border-color:#cfe9dc}
.tag-mode{background:#f2f0fb;color:#4a3c8c;border-color:#e3dff5}
.badge{
  display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;
  padding:.2rem .55rem;border-radius:6px;text-transform:uppercase;letter-spacing:.06em
}
.badge-ok{background:#e4f5eb;color:var(--ok)}
.badge-pending{background:#fdf1dc;color:var(--warn)}
.badge-off{background:#f3f4f4;color:var(--ink-3)}
.badge-red{background:#fbeae8;color:var(--red)}
.badge-blue{background:var(--chalk-soft);color:#1e4c94}
.verified{color:var(--ok);font-size:.78rem;font-weight:650}

/* ---------- forms ---------- */
label{display:block;font-size:.86rem;font-weight:620;margin-bottom:.35rem;color:var(--ink)}
.hint{font-size:.79rem;color:var(--ink-3);font-weight:450;margin:.3rem 0 0}
input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],
input[type=date],input[type=time],input[type=search],select,textarea{
  width:100%;padding:.66rem .8rem;border:1px solid var(--line);border-radius:var(--radius-sm);
  font:inherit;font-size:.94rem;background:#fff;color:var(--ink);transition:border-color .15s, box-shadow .15s
}
input:focus,select:focus,textarea:focus{
  outline:none;border-color:var(--felt-500);box-shadow:0 0 0 3px rgba(36,156,115,.16)
}
textarea{min-height:110px;resize:vertical}
select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%237a8b85' stroke-width='1.8' fill='none' stroke-linecap='round'/></svg>");
  background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}
.field{margin-bottom:1.05rem}
.field-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}
.check{display:flex;gap:.6rem;align-items:flex-start;font-size:.92rem;font-weight:500;
  margin-bottom:.55rem;cursor:pointer}
.check input{margin-top:.28rem;flex:none;width:16px;height:16px;accent-color:var(--felt-600)}
.checkgrid{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.chipbox{
  display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;border:1px solid var(--line);
  border-radius:var(--radius-sm);cursor:pointer;font-size:.9rem;font-weight:550;background:#fff;
  transition:border-color .15s, background .15s
}
.chipbox:hover{border-color:var(--felt-500)}
.chipbox input{accent-color:var(--felt-600);width:16px;height:16px}
.chipbox.on{border-color:var(--felt-500);background:#eefaf4}
.err{color:var(--red);font-size:.82rem;font-weight:600;margin-top:.35rem}
input.invalid,select.invalid{border-color:var(--red);box-shadow:0 0 0 3px rgba(192,57,43,.12)}
fieldset{border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem;margin:0 0 1.1rem}
legend{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-3);padding:0 .4rem}

/* ---------- filter bar ---------- */
.filterbar{
  position:sticky;top:68px;z-index:40;background:rgba(255,253,247,.94);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line);padding:1rem 0
}
/* auto-fit so the seven controls reflow instead of squeezing */
.filtergrid{display:grid;gap:.75rem;align-items:end;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.filtergrid>div:last-child{display:flex;align-items:flex-end}
.filtergrid label{font-size:.74rem;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3)}
.filtergrid input,.filtergrid select{padding:.55rem .7rem;font-size:.9rem}
.activefilters{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.75rem}
.pill{
  display:inline-flex;align-items:center;gap:.4rem;background:#e7efea;border:1px solid #d3e2da;
  border-radius:999px;padding:.22rem .4rem .22rem .7rem;font-size:.79rem;font-weight:600;color:var(--felt-800)
}
.pill button{background:#c9dbd2;border:0;border-radius:50%;width:17px;height:17px;cursor:pointer;
  color:var(--felt-800);font-size:.7rem;line-height:1;display:grid;place-items:center}
.pill button:hover{background:var(--felt-600);color:#fff}

/* ---------- modal ---------- */
.modal-backdrop{
  position:fixed;inset:0;background:rgba(6,32,24,.55);backdrop-filter:blur(3px);
  z-index:100;display:grid;place-items:center;padding:1.2rem;overflow-y:auto;
  animation:fade .18s ease
}
@keyframes fade{from{opacity:0}to{opacity:1}}
@keyframes pop{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}
.modal{
  background:var(--cream);border-radius:18px;width:min(640px,100%);max-height:92vh;overflow-y:auto;
  box-shadow:var(--shadow-3);animation:pop .2s cubic-bezier(.2,.8,.3,1);position:relative
}
.modal-wide{width:min(880px,100%)}
.modal-head{
  padding:1.3rem 1.5rem;border-bottom:1px solid var(--line);display:flex;
  justify-content:space-between;align-items:flex-start;gap:1rem;
  position:sticky;top:0;background:var(--cream);z-index:2;border-radius:18px 18px 0 0
}
.modal-head h3{margin:0;font-family:var(--serif);font-size:1.3rem}
.modal-body{padding:1.5rem}
.modal-foot{
  padding:1.1rem 1.5rem;border-top:1px solid var(--line);display:flex;gap:.75rem;
  justify-content:flex-end;flex-wrap:wrap;position:sticky;bottom:0;background:var(--cream);
  border-radius:0 0 18px 18px
}
.xbtn{background:none;border:0;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--ink-3);
  padding:0 .2rem}
.xbtn:hover{color:var(--ink)}

/* ---------- calendar ---------- */
.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}
.cal-head strong{font-family:var(--serif);font-size:1.1rem}
.cal-nav{background:#fff;border:1px solid var(--line);border-radius:8px;width:32px;height:32px;
  cursor:pointer;font-size:1rem;color:var(--ink-2)}
.cal-nav:hover:not([disabled]){border-color:var(--felt-500);color:var(--felt-700)}
.cal-nav[disabled]{opacity:.3;cursor:default}
.cal{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}
.cal .dow{text-align:center;font-size:.7rem;font-weight:700;color:var(--ink-3);
  text-transform:uppercase;letter-spacing:.06em;padding-bottom:.3rem}
.cal-day{
  aspect-ratio:1/.92;border:1px solid var(--line);background:#fff;border-radius:9px;cursor:default;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
  font-size:.9rem;font-weight:550;color:var(--ink-3);font-family:inherit;padding:0
}
.cal-day.blank{border:0;background:transparent}
.cal-day.avail{
  background:#e2f6ec;border-color:#a9dfc4;color:var(--felt-800);cursor:pointer;font-weight:650
}
.cal-day.avail:hover{background:#c9edda;border-color:var(--felt-500);transform:scale(1.04)}
.cal-day.avail .mark{width:5px;height:5px;border-radius:50%;background:var(--felt-500)}
.cal-day.sel{background:var(--felt-700) !important;border-color:var(--felt-800);color:#fff}
.cal-day.sel .mark{background:#8fe3c0}
.cal-day.today{box-shadow:inset 0 0 0 2px var(--gold)}
.cal-legend{display:flex;gap:1.1rem;flex-wrap:wrap;margin-top:.9rem;font-size:.78rem;color:var(--ink-3)}
.cal-legend i{width:12px;height:12px;border-radius:4px;display:inline-block;vertical-align:-2px;
  margin-right:.35rem;border:1px solid var(--line)}
.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(94px,1fr));gap:.45rem}
.slot{
  padding:.5rem .3rem;border:1px solid #a9dfc4;background:#eafaf1;border-radius:8px;font-size:.85rem;
  font-weight:600;cursor:pointer;color:var(--felt-800);font-family:inherit;transition:.13s
}
.slot:hover{background:#c9edda}
.slot.on{background:var(--felt-700);color:#fff;border-color:var(--felt-800)}
.slot[disabled]{background:#f4f5f5;border-color:var(--line);color:#b9c2be;cursor:not-allowed;
  text-decoration:line-through}
.summary-line{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;
  border-bottom:1px dashed var(--line);font-size:.94rem}
.summary-line:last-child{border-bottom:0}
.summary-line span{color:var(--ink-3)}
.summary-line b{text-align:right;font-weight:650}

/* ---------- steps ---------- */
.steps{display:flex;gap:.4rem;margin-bottom:1.8rem;flex-wrap:wrap}
.step{
  flex:1;min-width:60px;height:5px;border-radius:99px;background:var(--line);position:relative
}
.step.done{background:var(--felt-500)}
.step.now{background:var(--felt-700)}
.steplabel{font-size:.78rem;color:var(--ink-3);font-weight:600;letter-spacing:.04em;
  text-transform:uppercase;margin-bottom:.4rem}

/* ---------- table ---------- */
table{width:100%;border-collapse:collapse;font-size:.93rem}
th,td{text-align:left;padding:.7rem .8rem;border-bottom:1px solid var(--line)}
th{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);
  background:#f7f9f8;font-weight:700}
tbody tr:last-child td{border-bottom:0}
.table-wrap{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}
.table-scroll{overflow-x:auto}

/* ---------- misc ---------- */
.notice{
  border-left:3px solid var(--felt-500);background:#f0f8f4;padding:.9rem 1.1rem;
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.9rem;color:var(--ink-2)
}
.notice-warn{border-color:var(--gold);background:#fdf7ea}
.notice-red{border-color:var(--red);background:#fdf1ef}
.toast-wrap{position:fixed;bottom:1.2rem;right:1.2rem;z-index:200;display:flex;
  flex-direction:column;gap:.5rem;align-items:flex-end}
.toast{
  background:var(--felt-800);color:#fff;padding:.8rem 1.1rem;border-radius:10px;font-size:.9rem;
  font-weight:550;box-shadow:var(--shadow-3);animation:pop .2s ease;max-width:340px
}
.toast.err{background:var(--red)}
.empty{text-align:center;padding:3.5rem 1rem;color:var(--ink-3)}
.empty .big{font-size:2.4rem;margin-bottom:.5rem}
.divider-or{display:flex;align-items:center;gap:1rem;color:var(--ink-3);font-size:.82rem;margin:1.25rem 0}
.divider-or::before,.divider-or::after{content:"";flex:1;height:1px;background:var(--line)}
.avail-line{display:flex;gap:.6rem;align-items:center;margin-bottom:.5rem}
.avail-line select,.avail-line input{padding:.45rem .55rem;font-size:.88rem}
.kbd{font-family:var(--mono);font-size:.8rem;background:#eef1ef;padding:.1rem .35rem;border-radius:4px}
.mailitem{border:1px solid var(--line);border-radius:var(--radius-sm);padding:.9rem 1rem;background:#fff}
.mailitem.unread{border-left:3px solid var(--chalk);background:#fbfdff}
.mailitem pre{white-space:pre-wrap;font-family:var(--sans);font-size:.88rem;color:var(--ink-2);
  margin:.5rem 0 0;line-height:1.55}
.tabbar{display:flex;gap:.3rem;border-bottom:1px solid var(--line);margin-bottom:1.5rem;flex-wrap:wrap}
.tabbar button{
  background:none;border:0;border-bottom:2px solid transparent;padding:.65rem .9rem;font:inherit;
  font-size:.92rem;font-weight:600;color:var(--ink-3);cursor:pointer;margin-bottom:-1px
}
.tabbar button:hover{color:var(--ink)}
.tabbar button.on{color:var(--felt-800);border-bottom-color:var(--felt-700)}
.starpick{display:flex;gap:.2rem;font-size:1.9rem;line-height:1}
.starpick button{background:none;border:0;cursor:pointer;color:#dcdfdd;padding:0 .05rem;
  transition:transform .12s}
.starpick button:hover{transform:scale(1.15)}
.starpick button.on{color:var(--gold)}
.dash-grid{display:grid;grid-template-columns:230px 1fr;gap:2rem;align-items:start}
/* main-content + sidebar pairing; collapses to one column on narrow screens.
   Defined as a class rather than an inline style so the breakpoint can win. */
.g-sidebar{display:grid;grid-template-columns:1.6fr 1fr;gap:2.5rem;align-items:start}
.g-split{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:start}
.sidenav{position:sticky;top:88px;display:flex;flex-direction:column;gap:.15rem}
.sidenav button{
  background:none;border:0;text-align:left;padding:.6rem .8rem;border-radius:9px;font:inherit;
  font-size:.92rem;font-weight:600;color:var(--ink-2);cursor:pointer;display:flex;
  justify-content:space-between;align-items:center;gap:.5rem
}
.sidenav button:hover{background:#eef3f0}
.sidenav button.on{background:var(--felt-700);color:#fff}
.sidenav .count{background:#e7efea;color:var(--felt-800);border-radius:99px;font-size:.72rem;
  padding:.05rem .4rem;font-weight:700}
.sidenav button.on .count{background:rgba(255,255,255,.24);color:#fff}
.faq{border-bottom:1px solid var(--line)}
.faq summary{padding:1.05rem 0;cursor:pointer;font-weight:620;list-style:none;display:flex;
  justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.3rem;color:var(--felt-500);font-weight:400}
.faq[open] summary::after{content:"−"}
.faq p{color:var(--ink-2);padding-bottom:1rem;margin:0;max-width:70ch}
.compare th:first-child{width:34%}
.compare td.yes{color:var(--ok);font-weight:700}
.compare td.no{color:var(--ink-3)}
.price-card{display:flex;flex-direction:column;height:100%}
.price-card.featured{border-color:var(--felt-500);box-shadow:0 0 0 3px rgba(36,156,115,.14),var(--shadow-2);
  position:relative}
.price-card.featured::before{
  content:"Most popular";position:absolute;top:-11px;left:50%;transform:translateX(-50%);
  background:var(--felt-700);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.09em;
  text-transform:uppercase;padding:.22rem .7rem;border-radius:99px;white-space:nowrap
}
.price-big{font-family:var(--serif);font-size:2.4rem;font-weight:600;line-height:1;margin:.5rem 0}
.price-big small{font-size:.85rem;font-family:var(--sans);color:var(--ink-3);font-weight:500}
.checklist{list-style:none;padding:0;margin:1.1rem 0;display:grid;gap:.55rem}
.checklist li{display:flex;gap:.55rem;font-size:.9rem;color:var(--ink-2);align-items:flex-start}
.checklist li::before{content:"✓";color:var(--felt-500);font-weight:800;flex:none}
.reviewcard blockquote{margin:0 0 1rem;font-size:1rem;color:var(--ink-2);line-height:1.65}
.locgrid a{
  display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;background:#fff;
  border:1px solid var(--line);border-radius:var(--radius-sm);font-weight:600;font-size:.93rem;
  color:var(--ink);transition:.15s
}
@media (hover:hover){
  .locgrid a:hover{border-color:var(--felt-500);background:#f4fbf8;text-decoration:none;transform:translateY(-2px)}
}
.locgrid a span{color:var(--ink-3);font-weight:500;font-size:.83rem}
.locgrid a>span:last-child{text-align:right;flex:none}
.locgrid a b{color:var(--ink);font-size:.93rem;line-height:1.3}
/* ---------- place typeahead ---------- */
.placebox{position:relative}
.placelist{
  position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:70;margin:0;padding:.35rem;
  list-style:none;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow-3);max-height:340px;overflow-y:auto
}
.placeitem{
  display:flex;align-items:center;gap:.7rem;padding:.55rem .6rem;border-radius:var(--radius-sm);
  cursor:pointer;font-size:.92rem
}
.placeitem:hover,.placeitem.on{background:#eef5f1}
.placeitem.on{box-shadow:inset 0 0 0 1px #cfe4d9}
.placeicon{
  width:30px;height:30px;border-radius:8px;background:#f0f4f2;display:grid;place-items:center;
  font-size:.95rem;flex:none
}
.placeitem-geo .placeicon{background:var(--chalk-soft)}
.placetext{display:flex;flex-direction:column;min-width:0;flex:1}
.placetext b{font-weight:600;color:var(--ink);line-height:1.3;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.placetext span{font-size:.79rem;color:var(--ink-3);line-height:1.3;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.placetext mark{background:#fdf0c8;color:inherit;border-radius:2px;padding:0 1px}
.placemeta{font-size:.75rem;color:var(--ink-3);flex:none;font-weight:600}
.placeempty{padding:.9rem .7rem;font-size:.88rem;color:var(--ink-3);line-height:1.5}
/* must be input.placeinput — the bare class loses to input[type=text]'s
   `background` shorthand, which resets background-image to none */
input.placeinput{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><circle cx='7' cy='7' r='5' fill='none' stroke='%237a8b85' stroke-width='1.7'/><path d='M11 11l4 4' stroke='%237a8b85' stroke-width='1.7' stroke-linecap='round'/></svg>");
  background-repeat:no-repeat;background-position:.75rem center;padding-left:2.3rem}
input.placeinput:focus{background-color:#fff}

.uploadbox{
  border:2px dashed var(--line);border-radius:var(--radius);padding:1.6rem;text-align:center;
  background:#fbfcfb;cursor:pointer
}
.uploadbox:hover{border-color:var(--felt-500);background:#f4fbf8}

/* ---------- footer ---------- */
.site-foot{background:var(--felt-900);color:#9dbdb2;padding:3.5rem 0 2rem;margin-top:4rem}
.site-foot h4{color:#fff;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}
.site-foot a{color:#9dbdb2;font-size:.9rem;display:block;padding:.22rem 0}
.site-foot a:hover{color:#fff}
.site-foot .brand{color:#fff}
.foot-grid{display:grid;gap:2.5rem;grid-template-columns:1.6fr 1fr 1fr 1fr}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2.5rem;padding-top:1.5rem;
  font-size:.82rem;display:flex;justify-content:space-between;align-items:center;
  gap:1rem 1.5rem;flex-wrap:wrap}
.foot-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.foot-actions a{display:inline;padding:0;white-space:nowrap}
.foot-actions .btn{color:var(--felt-800);white-space:nowrap}
.foot-actions .btn:hover{background:#fff;color:var(--felt-900)}

/* screenshot thumbnails in the report dialog */
.shots{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.75rem}
.shot{position:relative;width:104px;font-size:.7rem;color:var(--ink-3);line-height:1.3}
.shot img{width:104px;height:74px;object-fit:cover;border-radius:var(--radius-sm);
  border:1px solid var(--line);display:block;margin-bottom:.3rem}
.shot button{
  position:absolute;top:-7px;right:-7px;width:22px;height:22px;border-radius:50%;
  border:1px solid var(--line);background:#fff;cursor:pointer;font-size:.85rem;line-height:1;
  color:var(--ink-2);box-shadow:var(--shadow-1)
}
.shot button:hover{background:var(--red);color:#fff;border-color:var(--red)}

@media (max-width:620px){
  .foot-bottom{flex-direction:column;align-items:flex-start}
  .foot-actions{width:100%;gap:.9rem}
  .foot-actions .btn{width:100%;justify-content:center;margin-top:.3rem}
}
@media (pointer:coarse){ .shot button{width:28px;height:28px} }

/* ---------- responsive ---------- */
@media (max-width:960px){
  .g-sidebar,.g-split{grid-template-columns:1fr;gap:2rem}
  .hero-grid{grid-template-columns:1fr;gap:2.2rem}
  .dash-grid{grid-template-columns:1fr}
  .sidenav{position:static;flex-direction:row;overflow-x:auto;padding-bottom:.4rem}
  .sidenav button{white-space:nowrap}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .navtoggle{display:block}
  .nav{
    display:none;position:absolute;top:68px;left:0;right:0;background:var(--cream);
    border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;padding:.6rem;
    box-shadow:var(--shadow-2);margin-left:0
  }
  .nav.open{display:flex}
  .nav a{padding:.7rem .8rem}
  .nav-cta{margin-left:0;justify-content:center}
  .field-row{grid-template-columns:1fr}
  .filtergrid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
  .hero-stats{gap:1.5rem}
  .modal-foot{flex-direction:column-reverse}
  .modal-foot .btn{width:100%}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important}
}


/* ============================================================
   Touch & small-screen layer — iPhone and Android phones
   ============================================================ */

/* Safe areas: keep content clear of the notch, the Dynamic Island and the
   home indicator when the page runs edge-to-edge (viewport-fit=cover). */
.site-head .bar,
.wrap, .wrap-narrow{
  padding-left:max(0px, env(safe-area-inset-left));
  padding-right:max(0px, env(safe-area-inset-right));
}
.site-foot{padding-bottom:max(2rem, env(safe-area-inset-bottom))}
.toast-wrap{
  bottom:max(1.2rem, calc(env(safe-area-inset-bottom) + .6rem));
  right:max(1.2rem, calc(env(safe-area-inset-right) + .6rem));
  left:max(1.2rem, calc(env(safe-area-inset-left) + .6rem));
  align-items:center;
}
.toast{max-width:min(340px, 100%)}

@media (pointer:coarse){
  /* iOS zooms the whole page when a focused control is under 16px. Never let
     a form control fall below that on touch. */
  input[type=text],input[type=email],input[type=password],input[type=tel],
  input[type=number],input[type=date],input[type=time],input[type=search],
  select,textarea{
    font-size:16px;
    padding-top:.72rem;padding-bottom:.72rem;
  }
  .filtergrid input,.filtergrid select{font-size:16px;padding:.65rem .7rem}
  .avail-line select,.avail-line input{font-size:16px;padding:.6rem .55rem}

  /* Apple's minimum comfortable target is 44×44. */
  .btn{min-height:44px}
  .btn-sm{min-height:44px;padding:.6rem 1rem}
  .navtoggle{min-width:44px;min-height:44px}
  .xbtn{min-width:44px;min-height:44px;display:grid;place-items:center}
  .slot{min-height:44px}
  .cal-day{min-height:44px}
  .sidenav button{min-height:44px}
  .tabbar button{min-height:44px}
  .pill button{min-width:24px;min-height:24px}
  .starpick button{min-width:44px;min-height:44px}
  .placeitem{min-height:52px}
  .chipbox{min-height:46px}
  .check{padding:.25rem 0}
  .check input{width:20px;height:20px}
}

@media (max-width:760px){
  .section{padding:2.5rem 0}
  h1{font-size:clamp(1.75rem,7vw,2.25rem)}
  h2{font-size:clamp(1.35rem,5.5vw,1.75rem)}
  .lede{font-size:1rem}

  .hero-grid{padding:2.5rem 0}
  .hero p{font-size:1rem}
  .hero-stats{gap:1.25rem 2rem}
  .hero-stats b{font-size:1.5rem}
  .hero-actions .btn{flex:1 1 100%;justify-content:center}

  .searchcard{padding:1.25rem;border-radius:16px}
  .card-pad-lg{padding:1.25rem}

  /* the calendar needs every pixel of width it can get */
  .cal{gap:3px}
  .cal-day{font-size:.95rem;aspect-ratio:auto}
  .slots{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:.4rem}

  .statline{gap:.75rem}
  .statline b{font-size:.95rem}

  .modal-body{padding:1.15rem}
  .modal-head{padding:1.05rem 1.15rem}
  .modal-foot{padding:1rem 1.15rem}

  .foot-grid{gap:1.75rem}
}

/* Phones: present modals as a bottom sheet. Full-width, anchored to the bottom,
   which is where a thumb actually is. */
@media (max-width:620px){
  .modal-backdrop{
    padding:0;
    align-items:end;
    /* dvh, not vh — iOS Safari's collapsing address bar makes vh lie */
    min-height:100dvh;
  }
  .modal,.modal-wide{
    width:100%;
    max-height:92dvh;
    border-radius:18px 18px 0 0;
    animation:sheet .24s cubic-bezier(.2,.8,.3,1);
    padding-bottom:env(safe-area-inset-bottom);
    overscroll-behavior:contain;
  }
  .modal-head{border-radius:18px 18px 0 0}
  .modal-head::before{
    content:"";position:absolute;top:7px;left:50%;transform:translateX(-50%);
    width:38px;height:4px;border-radius:99px;background:var(--line);
  }
  .modal-head{padding-top:1.35rem}
  .modal-foot{border-radius:0}
}
@keyframes sheet{from{transform:translateY(100%)}to{transform:none}}

/* Very narrow phones (SE, mini) */
@media (max-width:380px){
  .wrap,.wrap-narrow{width:94vw}
  .hero-stats{gap:1rem 1.5rem}
  .cal .dow{font-size:.62rem}
  .cal-day{font-size:.88rem}
  .slots{grid-template-columns:repeat(auto-fill,minmax(78px,1fr))}
  .avatar{width:48px;height:48px;font-size:1rem}
  .brand{font-size:1rem}
}

/* Landscape phone: a sheet pinned to 92dvh would leave no room to read */
@media (max-height:520px) and (orientation:landscape){
  .modal,.modal-wide{max-height:96dvh}
  .site-head .bar{height:56px}
  .filterbar{position:static}
}


/* ---------- mobile filter bar ----------
   Seven stacked controls are 630px tall on a phone — sticky, that buries the
   results. Collapse everything except search behind a Filters button. */
.filtersheet-bar{display:none}
@media (max-width:760px){
  .filterbar{padding:.7rem 0}
  .filtersheet-bar{display:flex;gap:.5rem;align-items:center}
  .filtersheet-bar input{flex:1}
  .filtersheet-bar .btn{flex:none;position:relative}
  .filtersheet-bar .fcount{
    background:var(--felt-700);color:#fff;border-radius:99px;font-size:.7rem;
    font-weight:700;padding:.05rem .38rem;margin-left:.35rem
  }
  .filtergrid{
    display:none;padding-top:.85rem;margin-top:.75rem;
    border-top:1px solid var(--line);grid-template-columns:1fr
  }
  .filtergrid.open{display:grid}
  /* expanded, the panel is taller than the viewport — pinning it would bury the
     results behind it, so let it scroll away with the page */
  .filterbar.expanded{position:static}
  .filtergrid > div:last-child{display:none}   /* desktop More/Fewer toggle */
  [data-morefilters]{display:block !important}
  [data-morefilters] .filtergrid{
    display:grid;border-top:0;padding-top:0;margin-top:0;grid-template-columns:1fr
  }
  /* the search field lives in the compact bar instead */
  .filtergrid > div:first-child{display:none}
  .activefilters{margin-top:.6rem}
}
@media (min-width:761px){
  .filtergrid{display:grid !important}
}


/* discipline entries: ball beside the text, stacking on phones */
.disc-row{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:start}
.disc-row > div{min-width:0}          /* let the text column shrink */
@media (max-width:620px){
  .disc-row{grid-template-columns:1fr;gap:1rem}
  /* a nowrap label in a narrow column is what pushes the page sideways */
  .btn{white-space:normal}
  .btn-lg{padding-inline:1.25rem}
}


/* ---------- header dropdown menus ---------- */
.menuwrap{position:relative;display:inline-flex}
.menu{
  position:absolute;top:calc(100% + 8px);right:0;z-index:80;min-width:270px;padding:.4rem;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow-3);animation:pop .16s ease
}
.menuhead,.menufoot{
  font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:var(--ink-3);
  font-weight:700;margin:.35rem .6rem .3rem
}
.menufoot{text-transform:none;letter-spacing:0;font-weight:500;font-size:.79rem;line-height:1.45}
.menu a,.menu button{
  display:flex;align-items:center;gap:.7rem;width:100%;padding:.6rem;border:0;background:none;
  border-radius:var(--radius-sm);font:inherit;font-size:.92rem;color:var(--ink);text-align:left;
  cursor:pointer;text-decoration:none
}
.menu a:hover,.menu button:hover{background:#eef5f1;text-decoration:none}
.menu a.on,.menu button.on{background:#e7efea}
.menu a.on::after,.menu button.on::after{content:"✓";margin-left:auto;color:var(--felt-600);font-weight:800}
.menu b{display:block;font-weight:650;line-height:1.3}
.menu small{display:block;font-size:.78rem;color:var(--ink-3);line-height:1.35}
.menu > a > span:first-child,.menu > button > span:first-child{
  width:32px;height:32px;border-radius:9px;background:#f0f4f2;display:grid;place-items:center;
  font-size:1rem;flex:none
}
.menusep{height:1px;background:var(--line);margin:.35rem .2rem}

.rolebadge{
  display:inline-flex;align-items:center;gap:.35rem;font-size:.74rem;font-weight:700;
  padding:.2rem .55rem;border-radius:999px;background:#e7efea;color:var(--felt-800);
  text-transform:uppercase;letter-spacing:.06em
}

@media (max-width:760px){
  /* the wrapper is inline-flex, so it must stack or the button and the menu
     sit side by side and squash each other */
  .menuwrap{width:100%;flex-direction:column;align-items:stretch}
  .menuwrap .nav-cta{margin-left:0;width:100%}
  .menu{
    position:static;min-width:0;box-shadow:none;border:0;padding:.25rem 0 0;
    animation:none;background:transparent
  }
  .menu.hide{display:none}
  .menuhead{margin-left:.2rem}
  .menu a,.menu button{background:#fff;border:1px solid var(--line);margin-bottom:.3rem}
}
@media (pointer:coarse){
  .menu a,.menu button{min-height:48px}
}


/* ---------- venue picker ---------- */
.venuechip{position:relative;padding-right:2.4rem}
.venuechip .vname{flex:1;min-width:0}
.venuechip .vmap,.venuechip .vdel{
  position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;
  display:grid;place-items:center;border-radius:7px;font-size:.85rem;line-height:1;
  border:0;background:transparent;cursor:pointer;text-decoration:none
}
.venuechip .vmap{right:.45rem;color:var(--ink-3)}
.venuechip .vmap:hover{background:#e2ecf9;text-decoration:none}
.venuechip .vdel{right:.45rem;color:var(--ink-3);font-size:1.1rem}
.venuechip .vmap + .vdel{right:2.1rem}
.venuechip:has(.vmap) .vdel{right:2.1rem}
.venuechip .vdel:hover{background:#fbeae8;color:var(--red)}
.anywherechip{align-items:flex-start}
.anywherechip b{font-weight:650}
.addvenue{display:flex;gap:.5rem;margin-top:.6rem;align-items:stretch}
/* the input is wrapped in .placebox by the search component, so the wrapper is
   what has to grow — otherwise the field and its dropdown collapse to content width */
.addvenue .placebox{flex:1;min-width:0}
.addvenue .placebox input{width:100%}
.addvenue input{flex:1}
.addvenue .placelist{min-width:min(420px,90vw)}
.venuechip .vname{overflow-wrap:anywhere}
.venuelist{display:flex;flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none}
.venuelist li{
  display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;background:#fbfcfb;
  border:1px solid var(--line);border-radius:var(--radius-sm);font-size:.92rem
}
.venuelist .maplink{
  margin-left:auto;font-size:.82rem;font-weight:600;color:var(--chalk);
  display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap
}
.venuelist .maplink:hover{text-decoration:underline}
.venuelist .vicon{
  width:28px;height:28px;border-radius:8px;background:#eef3f0;display:grid;place-items:center;
  font-size:.85rem;flex:none
}
@media (max-width:520px){
  .addvenue{flex-direction:column}
  .addvenue .btn{width:100%}
  .venuelist li{flex-wrap:wrap}
  .venuelist .maplink{margin-left:0;width:100%;padding-left:2.2rem}
}

.venuechip .vname small{display:block;font-size:.74rem;color:var(--ink-3);font-weight:450;
  line-height:1.3;margin-top:.1rem}
.venuechip{align-items:flex-start;padding-top:.55rem;padding-bottom:.55rem}
.venuechip input{margin-top:.15rem}

/* a field revealed by the checkbox above it */
.subfield{
  margin:.35rem 0 .9rem 1.9rem;padding:.85rem 1rem;background:#f0f8f4;
  border-left:3px solid var(--felt-500);border-radius:0 var(--radius-sm) var(--radius-sm) 0
}
.subfield label{margin-bottom:.4rem}
.subfield .hint{margin-bottom:0}
@media (max-width:520px){ .subfield{margin-left:0} }
input:disabled{background:#f4f5f5;color:var(--ink-3);cursor:not-allowed}

.price-from .altrate{display:block;color:var(--felt-600);font-weight:650;font-size:.75rem;margin-top:-2px}

/* service chooser */
.servicelist{display:grid;gap:.6rem}
.servicecard{
  display:flex;align-items:center;gap:.9rem;width:100%;text-align:left;cursor:pointer;
  padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;
  font:inherit;transition:border-color .15s, background .15s, transform .12s
}
.servicecard:hover{border-color:var(--felt-500);background:#f4fbf8;transform:translateY(-1px)}
.serviceicon{width:40px;height:40px;border-radius:11px;background:#eef3f0;display:grid;
  place-items:center;font-size:1.2rem;flex:none}
.servicetext{display:flex;flex-direction:column;flex:1;min-width:0}
.servicetext b{font-weight:650;color:var(--ink)}
.servicetext span{font-size:.83rem;color:var(--ink-3)}
.serviceprice{font-weight:700;color:var(--felt-700);font-size:.9rem;white-space:nowrap;flex:none}
.analysis{
  background:#fbfcfb;border:1px solid var(--line);border-left:3px solid var(--felt-500);
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1.1rem 1.25rem;
  font-size:.95rem;line-height:1.7;color:var(--ink-2);white-space:pre-wrap
}
@media (pointer:coarse){ .servicecard{min-height:64px} }

/* backend-not-connected banner */
.setupbar{
  background:#fdf1dc;border-bottom:1px solid #f0d9a8;color:#7a5a06;
  padding:.8rem 0;font-size:.9rem;line-height:1.5;position:relative;z-index:90
}
.setupbar .kbd{background:#fff;border:1px solid #e8d5a8}
