/* Secular One draws ₪ as the letters ש״ח — take just that glyph from a system font */
@font-face{font-family:"Shekel"; src:local("Arial"),local("Helvetica"),local("Roboto"),local("Noto Sans"); unicode-range:U+20AA}
:root{
  --gold-1:#b8913a; --gold-2:#f3d37a; --gold:#d9b25a; --cream:#f1efe2;
  --ink:#fff; --bg:#3a3a3a; --bg-deep:#1c1c1c;
  --shadow:0 .25cqw .25cqw rgba(0,0,0,.6), 0 .6cqw 1.2cqw rgba(0,0,0,.45);
  --f-head:"Shekel","Secular One","Arial Hebrew",Arial,sans-serif;
  --f-body:"Shekel","Varela Round","Arial Hebrew",Arial,sans-serif;
  box-sizing:border-box; padding-top:env(safe-area-inset-top,0px); padding-bottom:env(safe-area-inset-bottom,0px);
  color-scheme:dark;
}
@media (prefers-color-scheme: dark){ :root:not([data-theme="light"]){ --bg-deep:#1c1c1c; } }
:root[data-theme="dark"]{ --bg-deep:#1c1c1c; }
html,body{height:100%}
html{scroll-padding-top:env(safe-area-inset-top,0px)}
*,*::before,*::after{box-sizing:border-box}
body{margin:0; background:var(--bg-deep); color:var(--ink); font-family:var(--f-body); height:auto; min-height:100%;
  display:flex; align-items:safe center; justify-content:center; padding:8px}

/* ===== A4 sheet: everything inside scales with its width (cqw) ===== */
.page{--noise:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .2 0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  position:relative; overflow:hidden; container-type:inline-size;
  /* --page-size (settings.json pageSize): 1 = the whole sheet fits the screen height */
  width:min(100%, calc((100dvh - 16px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)) / 1.4142 * var(--page-size,1)));
  aspect-ratio:210/297; box-shadow:0 10px 40px rgba(0,0,0,.6);
  background-color:var(--bg);
  background-image:
    radial-gradient(ellipse 70% 40% at 50% 38%, rgba(255,255,255,.13), transparent 70%),
    var(--noise),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='900'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.012' numOctaves='4'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='900' height='900' filter='url(%23m)'/%3E%3C/svg%3E"),
    linear-gradient(#3d3d3d,#2c2c2c 70%);
  background-size:auto, 300px, cover, auto}
.bh{position:absolute; top:1.3cqw; right:2.4cqw; font-size:1.3cqw; color:#ddd !important; z-index:3}

/* photo strip — bottom 19% of the sheet, fading up */
.field{position:absolute; inset:auto 0 0 0; height:21%; z-index:0; filter:brightness(.8) saturate(.85);
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 55%); mask-image:linear-gradient(to bottom,transparent,#000 55%)}
.field img,.field svg{width:100%; height:100%; object-fit:cover; object-position:center bottom; display:block}

/* double gold frame */
.f-out{position:absolute; left:5.3%; right:4.2%; top:4.2%; bottom:2%; border:.17cqw solid var(--gold); z-index:1; pointer-events:none}
.f-in{position:absolute; left:6.5%; right:5.4%; top:5.1%; bottom:1.2%; z-index:1; pointer-events:none;
  border:.55cqw solid transparent; border-image:linear-gradient(160deg,var(--gold-1),var(--gold-2) 35%,var(--gold-1) 70%,var(--gold-2)) 1}

.content{position:absolute; inset:0; z-index:2; text-align:center}
.foot{display:contents}   /* a real box only in the flowing layouts below */
h1{position:absolute; top:6.9%; inset-inline:0; margin:0; font:400 5.6cqw/1 var(--f-head); text-shadow:var(--shadow); letter-spacing:.1cqw}
.sub{position:absolute; top:12.4%; inset-inline:0; margin:0; font-size:4cqw; text-shadow:var(--shadow)}
.rule{position:absolute; top:21.9%; height:.2cqw; background:var(--gold)}
.rule.r{right:9.8%; width:25.8%} .rule.l{left:12.3%; width:26%}
.logo{position:absolute; top:16.5%; left:50%; transform:translateX(-50%); width:15.4cqw; aspect-ratio:1; border-radius:50%;
  background:var(--cream); overflow:hidden; box-shadow:0 .8cqw 2cqw rgba(0,0,0,.45)}
.logo img,.logo svg{width:100%; height:100%; display:block; object-fit:cover}

/* price list: a fixed window that scrolls when the rows don't fit, fading out at
   whichever edge has more rows behind it. Window, fades and text size come from
   settings.json (--list-top/--list-bottom in % of page height, fades in % of page width) */
.list{position:absolute; top:calc(var(--list-top,25.9) * 1%); bottom:calc(100% - var(--list-bottom,65) * 1%); right:7%; left:11%; margin:0; padding:0 1cqw; list-style:none;
  overflow-y:auto; overscroll-behavior:contain; scrollbar-width:none;
  --ft:0px; --fb:0px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 var(--ft),#000 calc(100% - var(--fb)),transparent);
          mask-image:linear-gradient(to bottom,transparent,#000 var(--ft),#000 calc(100% - var(--fb)),transparent)}
.list::-webkit-scrollbar{display:none}
.list.more-up{--ft:calc(var(--fade-top,5) * 1cqw)} .list.more-down{--fb:calc(var(--fade-bottom,2.2) * 1cqw)}
/* text size from settings, capped by app.js (--zfit) so the widest row still fits on one line */
.item{zoom:min(var(--text-desktop,1), var(--zfit,9))}
/* "more" chevrons, kept inside the list window: ▼ at its bottom, ▲ at its top.
   The button is still; only the chevron inside it nudges */
.more{all:unset; position:absolute; left:50%; z-index:3; width:5cqw; height:4.6cqw; margin-left:-2.5cqw; cursor:pointer}
.more::before{content:""; position:absolute; left:50%; top:22%; width:1.8cqw; height:1.8cqw; margin:-.9cqw 0 0 -.9cqw;
  border:solid var(--gold-2); border-width:0 .45cqw .45cqw 0; filter:drop-shadow(0 .2cqw .3cqw rgba(0,0,0,.8));
  --rot:45deg; --dy:1.6cqw; transform:rotate(var(--rot)); animation:nudge 1.4s ease-in-out infinite}
.more.up::before{--rot:-135deg; --dy:-1.6cqw; top:78%}
.more[hidden]{display:none}
.more:focus-visible{outline:.25cqw solid #fff; outline-offset:.2cqw}
@keyframes nudge{50%{transform:translateY(var(--dy)) rotate(var(--rot))}}
/* a row is one .line (name ? ····· price); once in the cart a stepper line opens under it */
.item{position:relative; font:400 3.75cqw/1 var(--f-head); text-shadow:var(--shadow); cursor:pointer; -webkit-tap-highlight-color:transparent}
.line{display:flex; align-items:center; min-height:4.58cqw; gap:1.6cqw}
.item:hover .name{color:var(--gold-2)}
.name{all:unset; flex:none; cursor:pointer; white-space:nowrap; color:var(--ink); text-shadow:var(--shadow)}
.name:focus-visible{outline:.25cqw solid var(--gold-2); outline-offset:.4cqw}
.dots{flex:1; min-width:3cqw; align-self:stretch; position:relative; display:flex; align-items:center; justify-content:center}
.dots::before{content:""; position:absolute; inset-inline:0; top:62%; height:.8cqw;
  background-image:radial-gradient(circle,#fff .13cqw,transparent .17cqw); background-size:.7cqw .7cqw; background-repeat:repeat-x;
  filter:drop-shadow(0 .2cqw .2cqw rgba(0,0,0,.6))}
.price{flex:none; white-space:nowrap; font-size:3.5cqw; direction:rtl}
.price small{font-size:.72em}

/* "?" help bubble per cut */
.q{all:unset; position:relative; flex:none; width:2.5cqw; height:2.5cqw; margin-inline-start:-.8cqw; border-radius:50%; cursor:pointer;
  border:.15cqw solid var(--gold); color:var(--gold-2); font:400 1.7cqw/2.5cqw var(--f-body); text-align:center; text-shadow:none; opacity:.8}
.q::after{content:""; position:absolute; inset:-1.2cqw}   /* larger tap area */
.q:hover,.q[aria-expanded="true"]{opacity:1; background:var(--gold); color:#2a2208}
.q:focus-visible{outline:.25cqw solid #fff; outline-offset:.2cqw}
.tip{position:absolute; z-index:5; right:8%; width:min(66cqw,84%); padding:1.4cqw 1.8cqw; border-radius:1.4cqw;
  background:#2a2a2a; border:.18cqw solid var(--gold); box-shadow:0 .6cqw 1.8cqw rgba(0,0,0,.7);
  font:400 2.7cqw/1.45 var(--f-body); color:#eee; text-align:right}
.tip[hidden]{display:none}
.tip p{margin:0}
/* photo beside the text (stacked on a phone); a fixed ratio keeps the bubble's height known before the image loads */
.tip:has(figure){display:flex; gap:1.8cqw; align-items:center}
.tip figure{position:relative; flex:0 0 42%; margin:0; border-radius:.9cqw; overflow:hidden; background:#1c1c1c}
.tip img{display:block; width:100%; aspect-ratio:4/3; object-fit:cover}
.tip figcaption{position:absolute; bottom:.6cqw; left:.8cqw; padding:.1cqw .8cqw; border-radius:.6cqw;
  background:rgba(0,0,0,.55); font-size:1.8cqw; color:#ddd}

/* stepper: its own line under the row, centred */
.stepper{position:relative; display:none; width:max-content; align-items:center; gap:1.3cqw; margin:.3cqw auto 1.2cqw;
  padding:.45cqw 1.3cqw; border-radius:5cqw; background:#2a2a2a; border:.18cqw solid var(--gold); box-shadow:0 .4cqw 1.2cqw rgba(0,0,0,.6);
  font:400 2.6cqw/1 var(--f-body); text-shadow:none; white-space:nowrap; cursor:default}
.item.on .stepper{display:flex}
.item.on .name{color:var(--gold-2)}
.stepper button{all:unset; position:relative; width:3.3cqw; height:3.3cqw; border-radius:50%; cursor:pointer; text-align:center;
  line-height:3.3cqw; font-size:2.9cqw; color:#2a2208; background:linear-gradient(160deg,var(--gold-2),var(--gold-1))}
.stepper button::after{content:""; position:absolute; inset:-1.4cqw}   /* larger tap area */
.stepper button:focus-visible{outline:.25cqw solid #fff; outline-offset:.2cqw}
.stepper output{min-width:8cqw; text-align:center}
.stepper .sum{color:var(--gold-2); padding-inline-start:.6cqw; border-inline-start:.15cqw solid rgba(217,178,90,.5)}
.list.only-cart .item:not(.on){display:none}

.contact{position:absolute; top:65.9%; inset-inline:0; margin:0; font-size:3.2cqw; text-shadow:var(--shadow)}
.contact a{color:inherit; text-decoration:none; direction:ltr; unicode-bidi:isolate; letter-spacing:.15cqw}
.pickup{position:absolute; top:70.5%; inset-inline:0; margin:0; font-size:2.35cqw; text-shadow:var(--shadow)}
.hint{position:absolute; top:73.6%; inset-inline:0; margin:0; font-size:2.2cqw; color:var(--gold-2); text-shadow:var(--shadow)}
.only{all:unset; cursor:pointer; margin-inline-start:.6em; padding:.15em .7em; border-radius:1em; border:1px solid var(--gold);
  font-size:.85em; color:var(--gold-2); text-shadow:none; white-space:nowrap}
#clearCart{margin-inline-start:.4em; border-color:rgba(255,255,255,.35); color:#ddd}
.only[aria-pressed="true"]{background:var(--gold); color:#2a2208}
.only[hidden]{display:none}
.only:focus-visible{outline:2px solid #fff; outline-offset:2px}
.sign{position:absolute; top:77.4%; inset-inline:0; margin:0; font-size:2.6cqw; line-height:1.3; text-shadow:var(--shadow)}

/* ===== Cart sheet (outside the A4, normal px) ===== */
.btn{border:0; border-radius:999px; padding:12px 20px; font:400 17px var(--f-head); cursor:pointer; color:#2a2208;
  background:linear-gradient(160deg,var(--gold-2),var(--gold-1))}
.btn:disabled{opacity:.4; cursor:default}
.btn.in-page{position:absolute; top:83.6%; left:50%; transform:translateX(-50%); white-space:nowrap;
  padding:1.3cqw 3.6cqw; font-size:2.7cqw; box-shadow:0 .6cqw 1.6cqw rgba(0,0,0,.6)}
.btn.in-page:focus-visible{outline-width:.3cqw; outline-offset:.3cqw}

/* WhatsApp · Waze · farm site icons at the bottom */
.links{position:absolute; top:90.6%; inset-inline:0; display:flex; justify-content:center; gap:3cqw}
.links a{display:grid; place-items:center; width:6.4cqw; height:6.4cqw; border-radius:50%;
  background:rgba(30,30,30,.72); border:.2cqw solid var(--gold); box-shadow:0 .5cqw 1.4cqw rgba(0,0,0,.55); transition:transform .15s}
.links a:hover{transform:translateY(-.4cqw)}
.links a:focus-visible{outline:.3cqw solid #fff; outline-offset:.3cqw}
.links svg{width:58%; height:58%; fill:var(--gold-2)}

/* ===== Small screens (phones): same sheet, larger type. The list window
   stays put and simply scrolls; the rest keeps its original spots ===== */
@container (max-width:560px){
  .item{font-size:4.8cqw}
  .line{min-height:6.6cqw; gap:1.8cqw}
  .price{font-size:4.3cqw}
  .q{width:3.6cqw; height:3.6cqw; line-height:3.6cqw; font-size:2.4cqw; border-width:.22cqw}
  .dots::before{height:1cqw; background-image:radial-gradient(circle,#fff .17cqw,transparent .22cqw); background-size:.9cqw .9cqw}
  .stepper{gap:1.8cqw; padding:.7cqw 1.8cqw; margin:.3cqw auto 1.8cqw; font-size:3.7cqw; border-width:.24cqw}
  .stepper button{width:5cqw; height:5cqw; line-height:5cqw; font-size:4.2cqw}
  .stepper output{min-width:10cqw}
  .item{zoom:min(var(--text-phone,1), var(--zfit,9))}
  .more{width:7cqw; height:6cqw; margin-left:-3.5cqw}
  .more::before{width:2.4cqw; height:2.4cqw; margin:-1.2cqw 0 0 -1.2cqw; border-width:0 .6cqw .6cqw 0; --dy:2cqw}
  .more.up::before{--dy:-2cqw}
  .tip{width:82cqw; font-size:4.2cqw; padding:2cqw 2.6cqw; border-radius:2cqw; border-width:.25cqw}
  .tip:has(figure){flex-direction:column; align-items:stretch; gap:0}
  .tip figure{margin-bottom:1.8cqw; border-radius:1.4cqw}
  .tip img{aspect-ratio:2/1}
  .tip figcaption{font-size:2.8cqw}
  .contact{font-size:3.9cqw}
  .pickup{font-size:3.2cqw}
  .hint{top:74%; font-size:3.2cqw}
  .sign{top:77.9%; font-size:3.3cqw; line-height:1.25}
  .btn.in-page{top:85.2%; padding:1.8cqw 5cqw; font-size:3.7cqw}
  .links{top:91.8%; gap:4cqw}
  .links a{width:11cqw; height:11cqw; border-width:.3cqw}   /* ~40px+ tap target on a phone */
}
.btn:focus-visible{outline:2px solid #fff; outline-offset:2px}
.btn.ghost{background:transparent; color:var(--gold-2); border:1.5px solid var(--gold)}
.sheet-bg{position:fixed; inset:0; z-index:30; background:rgba(0,0,0,.6); opacity:0; pointer-events:none; transition:opacity .2s}
.sheet-bg.show{opacity:1; pointer-events:auto}
.sheet{position:fixed; inset-inline:0; bottom:0; z-index:31; max-height:88%; overflow:auto; max-width:620px; margin:0 auto;
  background:#2b2b2b; border:2px solid var(--gold); border-bottom:0; border-radius:18px 18px 0 0;
  padding:18px 20px calc(20px + env(safe-area-inset-bottom,0px)); transform:translateY(105%); transition:transform .25s ease}
.sheet.show{transform:none}
.sheet h2{font:400 26px var(--f-head); margin:0 0 10px; text-align:center}
.lines{list-style:none; padding:0; margin:0 0 6px}
.lines li{display:flex; gap:10px; padding:8px 0; border-bottom:1px dashed rgba(255,255,255,.18); font-size:17px}
.lines li span:first-child{flex:1}
.total{display:flex; justify-content:space-between; font:400 21px var(--f-head); margin:10px 0 2px; color:var(--gold-2)}
.clear{all:unset; cursor:pointer; font-size:14px; color:#ffb4a2; text-decoration:underline; margin:2px 0 8px}
.clear:focus-visible{outline:2px solid #fff; outline-offset:2px}
.note{font-size:14px; color:#cfcfcf; margin:0 0 14px; line-height:1.5}
label{display:block; font-size:15px; margin:10px 0 4px; color:#ddd}
input,select,textarea{width:100%; padding:11px 12px; border-radius:10px; border:1.5px solid #555; background:#1f1f1f; color:#fff; font:16px var(--f-body)}
input:focus,select:focus,textarea:focus{outline:none; border-color:var(--gold)}
textarea{min-height:64px; resize:vertical}
.actions{display:flex; gap:10px; margin-top:16px}
.actions .btn{flex:1}
.err{color:#ffb4a2; font-size:14px; min-height:1.2em; margin:6px 0 0}
@media (prefers-reduced-motion: reduce){ *{transition:none!important} .more::before{animation:none} }

/* ===== Flowing layouts (settings.json "layout"). Instead of fixed A4 positions,
   header / list / bottom block stack top to bottom:
   "fill"   – the sheet is exactly one screen tall; the list takes whatever height
              is left and scrolls inside (half-row cut, fades, ▲▼); the photo is a
              fixed footer holding the summary and the order button.
   "scroll" – the header and the whole list scroll with the page; the bottom block
              stays pinned to the bottom of the screen. ===== */
.page:is(.fill,.scroll){aspect-ratio:auto}
.page:is(.fill,.scroll) .field{display:none}
.page:is(.fill,.scroll) .f-out{top:5.9cqw; bottom:2.8cqw}   /* A4 frame offsets, tied to the width */
.page:is(.fill,.scroll) .f-in{top:7.2cqw; bottom:1.7cqw}
.page:is(.fill,.scroll) .content{position:relative; inset:auto; padding-top:10cqw;
  display:grid; grid-template-columns:1fr auto 1fr; grid-template-rows:auto auto auto auto minmax(0,1fr) auto; align-items:center}
/* :where keeps this reset weak, so the per-element rules below still win */
:where(.page:is(.fill,.scroll) .content) > :not(.more,.tip){position:static; grid-column:1/-1; top:auto; transform:none}
.page:is(.fill,.scroll) .sub{margin-top:1.8cqw}
/* rows: h1 · sub · logo+rules · summary line (.hint) · list · bottom block */
.page:is(.fill,.scroll) .hint{grid-row:4; margin-bottom:2.5cqw}
.page:is(.fill,.scroll) .rule,.page:is(.fill,.scroll) .logo{grid-row:3; margin:3cqw 0}
.page:is(.fill,.scroll) .rule.r{grid-column:1; width:auto; margin-right:9.8cqw; margin-left:2cqw}
.page:is(.fill,.scroll) .rule.l{grid-column:3; width:auto; margin-left:12.3cqw; margin-right:2cqw}
.page:is(.fill,.scroll) .logo{grid-column:2}
.page:is(.fill,.scroll) .list{margin:0 7.5cqw 0 8.5cqw}
.page:is(.fill,.scroll) .foot{display:block; z-index:3}
.page:is(.fill,.scroll) .foot > *{position:static; top:auto; transform:none; margin:0 0 1.3cqw}
.page:is(.fill,.scroll) .foot .btn.in-page{display:inline-block; margin-top:1cqw}
.page:is(.fill,.scroll) .foot .links{display:flex; margin:2.4cqw 0 0}

.page.fill{height:calc(100dvh - 16px)}
/* the list takes what it needs (and scrolls if even that doesn't fit); spare height goes to the photo */
.page.fill .content{height:100%; grid-template-rows:auto auto auto auto minmax(0,max-content) 1fr}
.page.fill .list{align-self:stretch}
.page.fill .foot{position:relative; isolation:isolate; padding:5cqw 0 7cqw; align-self:stretch;
  display:flex; flex-direction:column; justify-content:flex-end; align-items:center}
.page.fill .foot::before{content:""; position:absolute; inset:0; z-index:-1; filter:brightness(.8) saturate(.85);
  background:url("assets/farm.jpg") center bottom / cover;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 70%); mask-image:linear-gradient(to bottom,transparent,#000 70%)}

.page.scroll{min-height:calc(100dvh - 16px); overflow:clip}   /* clip, not hidden: keeps position:sticky working */
.page.scroll .f-out,.page.scroll .f-in{z-index:4}   /* frame stays on top of the pinned bottom */
.page.scroll .content{min-height:calc(100dvh - 16px)}
.page.scroll .more{display:none}
.page.scroll .list{align-self:start; margin-bottom:4cqw; overflow:visible; -webkit-mask-image:none; mask-image:none}
.page.scroll .foot{position:sticky; bottom:0; isolation:isolate; padding:15cqw 0 7cqw}
/* paper (same texture as the sheet) fading in over the rows scrolling underneath, then the photo */
.page.scroll .foot::before{content:""; position:absolute; inset:0; z-index:-2; background:var(--noise), linear-gradient(#333,#2c2c2c); background-size:300px, auto;
  -webkit-mask-image:linear-gradient(to bottom,transparent,rgba(0,0,0,.85) 9cqw,#000 14cqw); mask-image:linear-gradient(to bottom,transparent,rgba(0,0,0,.85) 9cqw,#000 14cqw)}
.page.scroll .foot::after{content:""; position:absolute; inset:0; z-index:-1; filter:brightness(.8) saturate(.85);
  background:url("assets/farm.jpg") center bottom / 100% auto no-repeat;
  -webkit-mask-image:linear-gradient(to bottom,transparent 35%,#000 85%); mask-image:linear-gradient(to bottom,transparent 35%,#000 85%)}

/* phones: the flowing layouts go edge to edge */
@media (max-width:600px){
  body:has(.page:is(.fill,.scroll)){padding:0}
  .page:is(.fill,.scroll){box-shadow:none}
  .page.fill{height:100dvh}
  .page.scroll,.page.scroll .content{min-height:100dvh}
}

/* ===== Settings panel (open the site with ?settings) ===== */
.tune{position:fixed; bottom:calc(52px + env(safe-area-inset-bottom,0px)); left:8px; z-index:40; width:min(300px, calc(100% - 16px)); max-height:calc(100% - 64px); overflow:auto;
  background:#262626; border:1.5px solid var(--gold); border-radius:14px; padding:12px 14px; box-shadow:0 10px 30px rgba(0,0,0,.6); font-size:14px}
.tune h3{margin:0 0 6px; font:400 18px var(--f-head); color:var(--gold-2); display:flex; justify-content:space-between; align-items:center}
.tune h3 button{all:unset; cursor:pointer; font-size:20px; padding:0 4px}
.tune .row{margin:10px 0 0}
.tune .row label{display:flex; justify-content:space-between; margin:0 0 2px; font-size:13px}
.tune .row output{color:var(--gold-2); direction:ltr}
.tune input[type=range]{width:100%; padding:0; accent-color:var(--gold); border:0; background:none}
.tune .note{font-size:12px; margin:10px 0 0}
.tune .actions{margin-top:10px}
.tune .btn{padding:8px 12px; font-size:15px}
/* phones: a short strip over the bottom of the page so the price list stays in view */
@media (max-width:600px){
  .tune{max-height:42dvh; padding:8px 12px}
  .tune .row{margin-top:4px}
  .tune .note{display:none}
}
/* show only the text-size slider for the layout currently on screen (set in app.js) */
.tune.narrow [data-row=textDesktop], .tune:not(.narrow) [data-row=textPhone]{display:none}
/* the list window and its fades only exist in the fixed layout */
.tune:is(.scroll,.fill) :is([data-row=listTop],[data-row=listBottom]){display:none}
.tune.scroll :is([data-row=fadeTop],[data-row=fadeBottom]){display:none}
.tune select{padding:6px 8px; font-size:14px}

