/* fom:tokens ~~ — «Heather» skin of festivalonthemoor.co.uk */
:root{
  --hx-night:#2a0c26;--hx-night-2:#3a1734;--hx-night-3:#4a2344;--hx-ink:#1b1119;--hx-ink-2:#4a3f47;--hx-ink-3:#6b6069;
  --hx-paper:#fff;--hx-mist:#f5f1f4;--hx-rule:#e4dde2;--hx-gorse:#f2b705;--hx-gorse-ink:#6b4d00;
  --hx-folk:#c2255c;--hx-cust:#237032;--hx-fest:#b8420b;--hx-moor:#1971c2;--hx-arch:#6c757d;--hx-news:#9c36b5;--hx-home:#f2b705;
  --hx-folk-lt:#ff8fb6;--hx-cust-lt:#8ce99a;--hx-fest-lt:#ffb37a;--hx-moor-lt:#8ec5ff;--hx-arch-lt:#ced4da;--hx-news-lt:#e5a3f5;
  --hx-sans:"Figtree","Helvetica Neue",Arial,sans-serif;--hx-ui:Verdana,Geneva,"DejaVu Sans",sans-serif;
  --hx-wide:1200px;--hx-gut:20px
}
/* ~~ fom:tokens */

/* fom:base ~~ */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--hx-paper);color:var(--hx-ink);font:400 17px/1.6 var(--hx-sans);overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3{font-family:var(--hx-sans);line-height:1.18;margin:0}
.garth{max-width:var(--hx-wide);margin:0 auto;padding:0 var(--hx-gut)}
.hx-gl{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none;vertical-align:-.14em}
.hopover{position:fixed;top:-90px;left:12px;z-index:50;background:var(--hx-gorse);color:var(--hx-night);padding:10px 14px;font-weight:800;text-decoration:none;border-radius:4px}
.hopover:focus{top:10px}
main{display:block;padding-bottom:40px}
/* ~~ fom:base */

/* fom:moorhead ~~ */
.moorhead{background:var(--hx-night);color:#fff;position:relative}
.cresset-box{position:absolute;opacity:0;pointer-events:none}
.moorhead-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;padding-bottom:14px}
.wordfell{display:inline-flex;align-items:center;gap:14px;text-decoration:none;color:#fff}
.moorhead-sign{width:58px;height:58px;flex:none}
.wordfell-txt{display:flex;flex-direction:column;line-height:.95}
.wordfell-txt small{font:800 15px/1 var(--hx-sans);letter-spacing:.32em;text-transform:uppercase;color:var(--hx-gorse);margin-bottom:6px}
.wordfell-txt b{font:900 46px/.9 var(--hx-sans);letter-spacing:-.01em}
.wordfell--small .moorhead-sign{width:40px;height:40px}
.wordfell--small .wordfell-txt b{font-size:26px}
.wordfell--small .wordfell-txt small{font-size:11px;margin-bottom:4px}
.moorhead-side{display:flex;align-items:center;gap:14px}
.moorhead-when{font:12px/1.3 var(--hx-ui);color:#e0d3dd;display:inline-flex;gap:6px;align-items:center}
.moorhead-ad{display:inline-flex;align-items:center;gap:7px;border:2px solid var(--hx-gorse);color:var(--hx-gorse);text-decoration:none;
  font-weight:800;font-size:14px;padding:8px 14px;border-radius:999px;min-height:44px}
.moorhead-ad:hover{background:var(--hx-gorse);color:var(--hx-night)}
.cresset{display:none;align-items:center;gap:6px;cursor:pointer;min-height:44px;min-width:44px;justify-content:center;
  background:var(--hx-night-3);border-radius:6px;padding:0 12px;font-weight:800;font-size:14px}
.cresset .hx-gl{width:22px;height:22px}
.cresset-off{display:none}
.riggs{border-top:1px solid rgba(255,255,255,.12)}
.riggs ul{list-style:none;display:flex;gap:6px;margin:0 auto;padding-top:0;padding-bottom:0}
.rigg{flex:1 1 0}
.rigg a{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 8px 12px;text-align:center;color:#fff;text-decoration:none;
  font-weight:800;font-size:14px;letter-spacing:.03em;text-transform:uppercase;border-bottom:4px solid var(--rc,#fff);white-space:nowrap}
.rigg a:hover,.rigg a[aria-current]{background:rgba(255,255,255,.08)}
.rigg a[aria-current]{border-bottom-width:6px}
.rigg--home{--rc:var(--hx-gorse)}.rigg--folk{--rc:var(--hx-folk-lt)}.rigg--cust{--rc:var(--hx-cust-lt)}.rigg--fest{--rc:var(--hx-fest-lt)}
.rigg--moor{--rc:var(--hx-moor-lt)}.rigg--news{--rc:var(--hx-news-lt)}.rigg--arch{--rc:var(--hx-arch-lt)}
@media (max-width:900px){
  .moorhead-row{padding-top:12px;padding-bottom:12px}
  .moorhead-when{display:none}
  .cresset{display:inline-flex}
  .riggs{display:none}
  .cresset-box:checked~.riggs{display:block}
  .cresset-box:checked~.moorhead-row .cresset-on{display:none}
  .cresset-box:checked~.moorhead-row .cresset-off{display:block}
  .riggs ul{flex-direction:column;gap:0;padding-top:6px;padding-bottom:10px}
  .rigg a{justify-content:flex-start;border-bottom:0;border-left:5px solid var(--rc,#fff);padding-left:14px;margin:3px 0}
  .moorhead-sign{width:44px;height:44px}
  .wordfell{gap:10px}
  .wordfell-txt b{font-size:30px}
  .wordfell-txt small{font-size:11px;margin-bottom:4px}
}
@media (max-width:420px){
  .moorhead-ad span{display:none}
  .moorhead-ad{padding:8px 11px}
  .wordfell-txt b{font-size:25px}
  .cresset-txt{display:none}
}
/* ~~ fom:moorhead */

/* fom:howe ~~ — Metro-style section headings */
.howe{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;border-bottom:2px solid var(--hx-ink);margin:38px 0 18px;padding-bottom:8px}
.howe h1,.howe h2{font:900 32px/1 var(--hx-sans);text-transform:uppercase;letter-spacing:-.01em}
.howe-more{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:14px;text-decoration:none;color:var(--hx-ink-2);white-space:nowrap;min-height:32px}
.howe-more:hover{color:var(--hx-folk)}
.howe--dark{border-color:rgba(255,255,255,.5);margin-top:0}
.howe--dark h1,.howe--dark h2,.howe--dark .howe-more{color:#fff}
@media (max-width:600px){.howe h1,.howe h2{font-size:24px}.howe{margin-top:28px}}
/* ~~ fom:howe */

/* fom:waystone ~~ — rubric label with colour */
.waystone{display:inline-flex;align-items:center;gap:6px;font:700 13px/1.2 var(--hx-sans);text-decoration:none;color:var(--wc,var(--hx-arch))}
.waystone .hx-gl{width:15px;height:15px}
.ws-folk{--wc:var(--hx-folk)}.ws-cust{--wc:var(--hx-cust)}.ws-fest{--wc:var(--hx-fest)}.ws-moor{--wc:var(--hx-moor)}.ws-arch{--wc:var(--hx-arch)}.ws-news{--wc:var(--hx-news)}
.notchline{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;font:12px/1.4 var(--hx-ui);color:var(--hx-ink-3);margin-top:10px}
.notchline>*+*::before{content:"|";margin-right:8px;color:var(--hx-rule)}
/* ~~ fom:waystone */

/* fom:stoop ~~ — cards */
.stoop{background:var(--hx-paper);border:1px solid var(--hx-rule);display:flex;flex-direction:column;min-width:0}
.stoop-pic{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--hx-mist)}
.stoop-pic img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.stoop:hover .stoop-pic img{transform:scale(1.03)}
.stoop-txt{padding:14px 16px 16px;display:flex;flex-direction:column;flex:1}
.stoop h3{font:700 18px/1.28 var(--hx-sans);margin-top:6px}
.stoop h3 a{text-decoration:none}
.stoop h3 a:hover{text-decoration:underline;text-decoration-thickness:2px}
.stoop-dek{margin:8px 0 0;font-size:15px;line-height:1.5;color:var(--hx-ink-2)}
.stoop .notchline{margin-top:auto;padding-top:12px}
.stoop--night{background:var(--hx-night-2);border-color:var(--hx-night-2);color:#fff}
.stoop--night .stoop-dek{color:#eadde6}
.stoop--night .notchline{color:#d8c9d4}
.stoop--night .notchline>*+*::before{color:rgba(255,255,255,.3)}
.stoop--night .ws-folk{--wc:var(--hx-folk-lt)}.stoop--night .ws-cust{--wc:var(--hx-cust-lt)}.stoop--night .ws-fest{--wc:var(--hx-fest-lt)}
.stoop--night .ws-moor{--wc:var(--hx-moor-lt)}.stoop--night .ws-arch{--wc:var(--hx-arch-lt)}.stoop--night .ws-news{--wc:var(--hx-news-lt)}
.stoop--big h3{font-size:28px;line-height:1.15;font-weight:800}
.stoop--big .stoop-txt{padding:18px 20px 20px}
.stoop--big .stoop-dek{font-size:17px}
.stoop--row{flex-direction:row}
.stoop--row .stoop-pic{flex:0 0 38%;aspect-ratio:auto;min-height:150px}
.stoop--row h3{font-size:20px}
.stoop--flat{border:0;border-bottom:1px solid var(--hx-rule)}
.stoop--flat .stoop-txt{padding:12px 0 14px}
@media (max-width:600px){
  .stoop--big h3{font-size:22px}
  .stoop--row{flex-direction:column}
  .stoop--row .stoop-pic{flex:none;aspect-ratio:16/10;min-height:0}
}
/* ~~ fom:stoop */

/* fom:walls ~~ — grids */
.drystone-2,.drystone-3,.drystone-4{display:grid;gap:18px}
.drystone-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.drystone-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.drystone-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.drystone-stack{display:grid;gap:14px}
@media (max-width:1024px){.drystone-4{grid-template-columns:repeat(2,minmax(0,1fr))}.drystone-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.drystone-2,.drystone-3,.drystone-4{grid-template-columns:minmax(0,1fr)}}
/* ~~ fom:walls */

/* fom:nightfold ~~ — the dark «top stories» block */
.nightfold{background:var(--hx-night);color:#fff;padding:26px 24px 24px;margin-top:24px}
.nightfold-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(0,1fr);gap:14px}
.nightfold-side{display:grid;gap:14px;align-content:start}
.nightfold-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}
.nightfold .stoop--big .stoop-pic{aspect-ratio:16/9}
.nightfold .stoop h3{font-size:17px}
.nightfold .stoop--big h3{font-size:30px}
@media (max-width:1024px){.nightfold-grid{grid-template-columns:minmax(0,1fr)}.nightfold-side{grid-template-columns:repeat(2,minmax(0,1fr))}.nightfold-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.nightfold{padding:18px 16px}.nightfold-side,.nightfold-row{grid-template-columns:minmax(0,1fr)}.nightfold .stoop--big h3{font-size:23px}}
@media (max-width:640px){.garth>.nightfold{margin-left:calc(-1*var(--hx-gut));margin-right:calc(-1*var(--hx-gut))}}
/* ~~ fom:nightfold */

/* fom:beaconrow ~~ — hot topics strip */
.beaconrow{background:var(--hx-mist);margin-top:22px;padding:14px 20px;display:flex;flex-wrap:wrap;align-items:center;gap:6px 0;font-size:16px}
.beaconrow b{color:var(--hx-folk);text-transform:uppercase;font-weight:800;margin-right:12px;display:inline-flex;gap:6px;align-items:center}
.beaconrow a{text-decoration:none;font-weight:600;padding:4px 0;min-height:32px;display:inline-flex;align-items:center}
.beaconrow a:hover{text-decoration:underline}
.beaconrow a+a::before{content:"|";color:#b8aab4;margin:0 12px;text-decoration:none;display:inline-block}
/* ~~ fom:beaconrow */

/* fom:front ~~ — front page composition */
.front-more{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:18px}
.front-more .drystone-stack{align-content:start}
.front-split{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:26px;align-items:start}
@media (max-width:1024px){.front-more,.front-split{grid-template-columns:minmax(0,1fr)}}
.pastline{margin:34px 0 0;background:var(--hx-mist);border-left:6px solid var(--hx-arch)}
.pastline a{display:flex;gap:12px;align-items:center;padding:16px 18px;text-decoration:none;min-height:44px}
.pastline .hx-gl{width:26px;height:26px;color:var(--hx-arch)}
.pastline a:hover b{text-decoration:underline}
/* ~~ fom:front */

/* fom:notchlinelist ~~ — «must read» numbered list */
.notchlinelist{list-style:none;margin:0;padding:0;counter-reset:tl}
.notchlinelist li{counter-increment:tl;display:grid;grid-template-columns:44px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--hx-rule)}
.notchlinelist li::before{content:counter(tl);font:900 34px/1 var(--hx-sans);color:var(--hx-folk)}
.notchlinelist a{font-weight:700;text-decoration:none;line-height:1.3}
.notchlinelist a:hover{text-decoration:underline}
.notchlinelist span{display:block;font:12px/1.4 var(--hx-ui);color:var(--hx-ink-3);margin-top:4px}
/* ~~ fom:notchlinelist */

/* fom:guildrow ~~ — partner links kept from the old front page */
.guildrow{margin-top:40px;border:1px solid var(--hx-rule);background:var(--hx-mist);padding:22px 24px}
.guildrow h2{font:900 22px/1.1 var(--hx-sans);text-transform:uppercase;display:flex;gap:8px;align-items:center}
.guildrow-intro{margin:8px 0 16px;color:var(--hx-ink-2);font-size:15px}
.guildrow-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.guildcard{display:flex;align-items:center;gap:14px;background:var(--hx-paper);border:1px solid var(--hx-rule);padding:14px 16px;text-decoration:none;min-height:72px}
.guildcard img{width:130px;height:auto;flex:none;background:#fff}
.guildcard span{font-weight:700}
.guildcard:hover span{text-decoration:underline}
.guildrow-note{margin:16px 0 0;font-size:15px;color:var(--hx-ink-2)}
@media (max-width:640px){.guildrow{padding:18px 16px}.guildrow-row{grid-template-columns:minmax(0,1fr)}}
/* ~~ fom:guildrow */

/* fom:dalehead ~~ — section and archive hub heads */
.dalehead{padding:26px 0 8px;border-bottom:1px solid var(--hx-rule)}
.dalehead h1{font:900 46px/1 var(--hx-sans);text-transform:uppercase;letter-spacing:-.01em;margin-top:14px;display:inline-block;border-bottom:6px solid var(--dc,var(--hx-gorse));padding-bottom:8px}
.dalehead-intro{display:flex;gap:14px;align-items:flex-start;max-width:820px;margin:16px 0 14px}
.dalehead-intro p{margin:0;color:var(--hx-ink-2)}
.dalehead-disc{flex:none;width:46px;height:46px;border-radius:50%;background:var(--dc,var(--hx-gorse));color:#fff;display:grid;place-items:center}
.dalehead-disc .hx-gl{width:24px;height:24px}
.dh-folk{--dc:var(--hx-folk)}.dh-cust{--dc:var(--hx-cust)}.dh-fest{--dc:var(--hx-fest)}.dh-moor{--dc:var(--hx-moor)}.dh-arch{--dc:var(--hx-arch)}.dh-news{--dc:var(--hx-news)}
@media (max-width:600px){.dalehead h1{font-size:32px}}
/* ~~ fom:dalehead */

/* fom:kissgate ~~ — breadcrumbs */
.kissgate{display:flex;flex-wrap:wrap;align-items:center;gap:4px;font:12px/1.4 var(--hx-ui);color:var(--hx-ink-3)}
.kissgate a{text-decoration:none;color:var(--hx-ink-2);padding:6px 0}
.kissgate a:hover{text-decoration:underline}
.kissgate .hx-gl{width:12px;height:12px}
/* ~~ fom:kissgate */

/* fom:tale ~~ — story page */
.fireside{padding-top:22px}
.fireside-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:start}
.fireside-top h1{font:900 38px/1.12 var(--hx-sans);margin:12px 0 0;max-width:860px}
.fireside-lede{font-size:20px;line-height:1.45;color:var(--hx-ink-2);margin:12px 0 0;max-width:780px}
.fireside-by{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0 18px;padding-bottom:16px;border-bottom:1px solid var(--hx-rule)}
.fireside-by .moorhead-sign{width:40px;height:40px}
.fireside-by-who{display:flex;flex-direction:column;font-size:14px;line-height:1.35}
.fireside-by-who b{font-weight:800}
.fireside-by-who span{font:12px/1.4 var(--hx-ui);color:var(--hx-ink-3)}
.fireside-by-tags{margin-left:auto;display:flex;gap:10px;flex-wrap:wrap}
.fireside-by-tags span{display:inline-flex;gap:6px;align-items:center;font:12px/1.3 var(--hx-ui);color:var(--hx-ink-2);background:var(--hx-mist);padding:6px 10px;border-radius:999px}
.fireside-plate{margin:0 0 22px}
.fireside-plate img{width:100%;aspect-ratio:3/2;object-fit:cover}
.fireside-plate figcaption{font:12px/1.5 var(--hx-ui);color:var(--hx-ink-3);padding:8px 0;border-bottom:1px solid var(--hx-rule)}
.fireside-plate figcaption a{color:var(--hx-ink-2)}
.fireside-prose{max-width:680px;margin:0 auto 0 0;padding-left:52px}
.fireside-prose>p:first-child{font-weight:700;font-size:19px}
.fireside-prose p,.fireside-prose li{font-size:18px;line-height:1.65}
.fireside-prose h2{font:800 25px/1.2 var(--hx-sans);margin:30px 0 10px}
.fireside-prose h3{font:800 20px/1.25 var(--hx-sans);margin:24px 0 8px}
.fireside-prose a{text-decoration-color:var(--hx-gorse);text-decoration-thickness:2px;text-underline-offset:3px}
.fireside-prose ul,.fireside-prose ol{padding-left:22px}
.fireside-prose li{margin:6px 0}
.fireside-prose table{width:100%;border-collapse:collapse;margin:18px 0;font-size:15px}
.fireside-prose th,.fireside-prose td{border-bottom:1px solid var(--hx-rule);padding:10px 16px;text-align:left;vertical-align:top}
.fireside-prose th{background:var(--hx-night);color:#fff;font-weight:700}
.fireside-prose tr:nth-child(even) td{background:var(--hx-mist)}
.fireside-prose img{margin:16px 0 6px;border:1px solid var(--hx-rule)}
.fireside-prose .old-cap{font:12px/1.5 var(--hx-ui);color:var(--hx-ink-3);margin-top:0}
.fireside-roots{max-width:680px;padding-left:52px;margin-top:26px}
.fireside-roots h2{font:800 15px/1.2 var(--hx-sans);text-transform:uppercase;display:flex;gap:6px;align-items:center;letter-spacing:.04em}
.fireside-roots ol{margin:8px 0 0;padding-left:20px;font:13px/1.6 var(--hx-ui);color:var(--hx-ink-2)}
.fireside-roots a{word-break:break-word}
@media (max-width:1024px){.fireside-grid{grid-template-columns:minmax(0,1fr)}.fireside-prose,.fireside-roots{padding-left:0}}
@media (max-width:600px){.fireside-top h1{font-size:28px}.fireside-lede{font-size:17px}.fireside-prose p,.fireside-prose li{font-size:17px}.fireside-by-tags{margin-left:0}}
/* ~~ fom:tale */

/* fom:oldnote ~~ — archive plate */
.oldnote{display:flex;gap:12px;align-items:flex-start;background:#fff8e1;border:1px solid #f0d58a;border-left:6px solid var(--hx-gorse);padding:14px 16px;margin:0 0 22px;font-size:15px;line-height:1.5}
.oldnote .hx-gl{width:22px;height:22px;color:var(--hx-gorse-ink);margin-top:2px}
.oldnote p{margin:0}
/* ~~ fom:oldnote */

/* fom:sidegill ~~ — right rail */
.sidegill{display:grid;gap:24px;align-content:start}
.gillbox .howe{margin-top:0}
.gillbox .howe h2{font-size:26px}
.gillbox-list{list-style:none;margin:0;padding:0}
.gillbox-list li{border-bottom:1px solid var(--hx-rule);padding:11px 0}
.gillbox-list a{font-weight:700;text-decoration:none;line-height:1.3}
.gillbox-list a:hover{text-decoration:underline}
.gillbox-list span{display:block;font:12px/1.4 var(--hx-ui);color:var(--hx-ink-3);margin-top:3px}
.gillbox-ad{background:var(--hx-night);color:#fff;padding:20px}
.gillbox-ad h2{font:900 20px/1.1 var(--hx-sans);text-transform:uppercase;display:flex;gap:8px;align-items:center;color:var(--hx-gorse)}
.gillbox-ad p{font-size:15px;color:#eadde6;margin:10px 0 14px}
.pillbtn{display:inline-flex;align-items:center;gap:8px;background:var(--hx-gorse);color:var(--hx-night);font-weight:800;text-decoration:none;padding:10px 16px;border-radius:999px;min-height:44px}
.pillbtn:hover{background:#fff}
/* ~~ fom:sidegill */

/* fom:postbag ~~ — partner posts inserted by the publishing robot after <!-- BLOG --> */
.postbag>div{border-bottom:1px solid var(--hx-rule);padding:14px 0;margin:0!important}
.postbag h4{font:700 19px/1.3 var(--hx-sans);margin:0}
.postbag h4 a{text-decoration:none}
.postbag h4 a:hover{text-decoration:underline}
.postbag p{margin:4px 0 0;font:12px/1.4 var(--hx-ui);color:var(--hx-ink-3)}
.postbag:not(:has(div)){display:none}
/* ~~ fom:postbag */

/* fom:lenslist ~~ */
.lenslist{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:18px}
.lenslist figure{margin:0;border:1px solid var(--hx-rule)}
.lenslist img{aspect-ratio:4/3;object-fit:cover;width:100%}
.lenslist figcaption{font:11px/1.45 var(--hx-ui);color:var(--hx-ink-3);padding:8px 10px}
.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:10px 0 20px}
@media (max-width:640px){.contact-cards{grid-template-columns:minmax(0,1fr)}}
/* ~~ fom:lenslist */

/* fom:dalefoot ~~ */
.dalefoot{background:var(--hx-night);color:#eadde6;margin-top:50px;padding:40px 0 26px}
.dalefoot-grid{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;gap:28px}
.dalefoot h2{font:900 15px/1.2 var(--hx-sans);text-transform:uppercase;letter-spacing:.06em;color:var(--hx-gorse);margin-bottom:10px}
.dalefoot ul{list-style:none;margin:0;padding:0}
.dalefoot li a{display:flex;gap:8px;align-items:center;text-decoration:none;padding:6px 0;font-size:15px;min-height:32px;color:#eadde6}
.dalefoot li a:hover{color:#fff;text-decoration:underline}
.dalefoot-about p{font-size:15px;margin:14px 0 0;color:#d8c9d4}
.dalefoot .wordfell{color:#fff}
.dalefoot-legal{border-top:1px solid rgba(255,255,255,.14);margin-top:28px;padding-top:18px;font:12px/1.6 var(--hx-ui);color:#cdbcc8}
.dalefoot-legal a{color:#fff}
.dalefoot-legal p{margin:0 0 8px}
@media (max-width:900px){.dalefoot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.dalefoot-grid{grid-template-columns:minmax(0,1fr)}}
/* ~~ fom:dalefoot */

/* fom:oldpage ~~ — archive and own pages inside the story frame */
.fireside-prose--old>p:first-child,.fireside-prose--own>p:first-child{font-weight:400;font-size:18px}
.fireside-prose--old img{width:auto;max-width:100%}
.fireside-prose .old-box{background:var(--hx-mist);border-left:5px solid var(--hx-folk);padding:16px 18px;margin:18px 0;font-size:17px;line-height:1.6}
.fireside-prose blockquote{margin:18px 0;padding:4px 0 4px 20px;border-left:5px solid var(--hx-gorse);color:var(--hx-ink-2)}
.fireside-prose blockquote p{font-size:17px}
/* ~~ fom:oldpage */

/* fom:compact ~~ — front aside alignment and compact cards on phones */
.front-aside{display:grid;gap:24px}
.front-aside .gillbox .howe{margin-top:38px}
@media (max-width:640px){
  .front-aside .gillbox .howe{margin-top:28px}
  .nightfold-side .stoop,.nightfold-row .stoop,.drystone-4 .stoop,.drystone-stack .stoop:not(.stoop--row){flex-direction:row}
  .nightfold-side .stoop-pic,.nightfold-row .stoop-pic,.drystone-4 .stoop-pic,.drystone-stack .stoop:not(.stoop--row) .stoop-pic{flex:0 0 36%;aspect-ratio:1/1}
  .nightfold-side .stoop h3,.nightfold-row .stoop h3,.drystone-4 .stoop h3,.drystone-stack .stoop h3{font-size:16px;margin-top:0}
  .nightfold-side .stoop-txt,.nightfold-row .stoop-txt,.drystone-4 .stoop-txt,.drystone-stack .stoop-txt{padding:10px 12px}
  .nightfold-side .stoop .notchline,.nightfold-row .stoop .notchline,.drystone-4 .stoop .notchline,.drystone-stack .stoop .notchline{padding-top:6px;margin-top:6px}
}
/* ~~ fom:compact */
@media (max-width:640px){.nightfold-side .notchline span,.nightfold-row .notchline span,.drystone-4 .notchline span,.drystone-stack .stoop:not(.stoop--row) .notchline span{display:none}}

/* fom:tablewell ~~ */
.tablewell{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0;max-width:100%}
.tablewell table{margin:0;min-width:520px}
@media (max-width:600px){.fireside-prose th,.fireside-prose td{padding:9px 12px}}
/* ~~ fom:tablewell */
