@charset "utf-8";

:root {
  --latchkey: #2e1148;
  --latchkey-2: #220d36;
  --gouache: #3c1a5c;
  --gouache-2: #48226c;
  --gouache-3: #582b81;
  --workbench: #653395;
  --workbench-2: #8a52c2;
  --ivyleaf: #ff45b5;
  --delftware: #d9f126;
  --lumberyard: #ffc0e6;
  --moleskin: #eef7a8;
  --armature: #ffc93f;
  --girderwork: #f8f2ff;
  --swiftwing: #d6c4ea;
  --hullplate: #a894c4;
  --shackle: linear-gradient(135deg, #d9f126 0%, #8fa30d 100%);
  --gallery: 0 10px 34px -12px rgba(255, 69, 181, .56);
  --lathework: 0 18px 40px -22px rgba(0, 0, 0, .9);
  --cinderpath-display: "Rowdies", "Trebuchet MS", system-ui, sans-serif;
  --cinderpath-body: "Assistant", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gorseland: 58px;
  --flintwork-w: 236px;
  --rennet: 14px;
  --throatlatch-lg: 16px;
  --throatlatch-md: 12px;
  --throatlatch-sm: 9px;
  --navelwort: 1260px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* the topbar is fixed, so anything an anchor jumps to has to reserve its
   height — otherwise the heading lands underneath it */
[id] { scroll-margin-top: calc(var(--gorseland) + 18px); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--latchkey);
  color: var(--girderwork);
  font: 400 15px/1.62 var(--cinderpath-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body.is-pumphouse { overflow: hidden; }

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--lumberyard); text-decoration: none; }
a:hover { color: var(--ivyleaf); }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--ivyleaf); outline-offset: 2px; border-radius: 4px; }

.woadfield { width: 100%; max-width: var(--navelwort); margin-inline: auto; padding-inline: 14px; }
.regatta {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.shalebank {
  position: absolute; left: 8px; top: -60px; z-index: 120; padding: 10px 16px;
  background: var(--ivyleaf); color: #fff; border-radius: var(--throatlatch-sm); font-weight: 700;
  transition: top .18s;
}
.shalebank:focus { top: 8px; color: #fff; }

/* ---------------------------------------------------------------- topbar -- */
.flotsam {
  position: fixed; inset: 0 0 auto 0; z-index: 80; height: var(--gorseland);
  display: flex; align-items: center;
  background: rgba(34, 13, 54, .92);
  border-bottom: 1px solid var(--workbench);
  backdrop-filter: blur(14px);
}
.flotsam.is-sagebrush { box-shadow: 0 10px 30px -18px #000; }
.flotsam__inner {
  width: 100%; max-width: 1660px; margin-inline: auto;
  display: flex; align-items: center; gap: 10px; padding-inline: 12px;
}

.mordant {
  display: flex; align-items: center; gap: 9px; flex: 0 0 auto;
  /* a long wordmark must clip inside its column, never ride over the nav */
  min-width: 0; overflow: hidden;
}
.mordant__mark { width: 30px; height: 30px; flex: 0 0 auto; }
.mordant__type { display: block; line-height: 1; }
.mordant__name {
  font: 800 19px/1 var(--cinderpath-display); letter-spacing: -.4px; color: var(--girderwork);
}
.mordant__name em { font-style: normal; color: var(--ivyleaf); }
.mordant__sub {
  display: block; font: 600 8.5px/1 var(--cinderpath-body); letter-spacing: 3.2px;
  color: var(--hullplate); margin-top: 4px;
}

.treadmill { display: none; gap: 6px; margin-left: 10px; }
.riffleway {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px;
  border-radius: var(--throatlatch-sm); color: var(--swiftwing); font-weight: 600; font-size: 14px;
  border: 1px solid transparent; transition: background .18s, color .18s;
}
.riffleway svg { width: 17px; height: 17px; }
.riffleway:hover { background: var(--gouache-2); color: var(--girderwork); }
.riffleway.is-homestead { background: var(--gouache-2); border-color: var(--workbench-2); color: var(--girderwork); }
.riffleway.is-homestead svg { color: var(--lumberyard); }

.flotsam__spacer { flex: 1 1 auto; }

.loftroom {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: var(--gouache-2); border: 1px solid var(--workbench); border-radius: var(--throatlatch-sm);
  color: var(--swiftwing);
}
.loftroom:hover { color: var(--girderwork); border-color: var(--workbench-2); }
.loftroom svg { width: 18px; height: 18px; }

.gypsum { display: flex; align-items: center; gap: 8px; }
.gypsum .winterberry { padding: 10px 15px; font-size: 13.5px; }
.gypsum .winterberry--vinewood { display: none; }

.winterberry {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 18px; border-radius: var(--throatlatch-sm); border: 1px solid transparent;
  font: 700 14px/1 var(--cinderpath-body); letter-spacing: .2px; text-align: center;
  white-space: nowrap; transition: transform .16s, box-shadow .16s, background .16s;
}
.winterberry:hover { transform: translateY(-1px); }
.winterberry:active { transform: translateY(0); }
.winterberry--shackle { background: var(--shackle); color: #25300a; box-shadow: var(--gallery); }
.winterberry--shackle:hover { color: #25300a; box-shadow: 0 14px 40px -12px rgba(255, 69, 181, .72); }
.winterberry--vinewood { background: transparent; border-color: var(--workbench-2); color: var(--girderwork); }
.winterberry--vinewood:hover { background: var(--gouache-2); color: var(--girderwork); }
.winterberry--ploughland { padding: 15px 34px; font-size: 15px; border-radius: var(--throatlatch-md); }
.winterberry--clockwork { padding: 9px 14px; font-size: 13px; }
.winterberry--osierbed { width: 100%; }

.sicklebar {
  width: 40px; height: 38px; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  background: var(--gouache-2); border: 1px solid var(--workbench); border-radius: var(--throatlatch-sm);
}
.sicklebar span {
  display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--girderwork);
  transition: transform .22s, opacity .18s;
}
.sicklebar[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.sicklebar[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.sicklebar[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ------------------------------------------------------------------ rail -- */
/* below 1100px this is a drawer: it opens from the right, on the same side as
   the burger that summons it. From 1100px up it becomes the static left rail. */
.rillstone {
  position: fixed; z-index: 70; top: 0; right: 0; bottom: 0; width: 280px;
  max-width: 86vw; padding: calc(var(--gorseland) + 12px) 0 26px;
  background: var(--latchkey-2); border-left: 1px solid var(--workbench);
  overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(102%); transition: transform .26s ease;
}
.rillstone.is-laundry { transform: translateX(0); }
.rillstone__group { padding: 6px 10px; }
.rillstone__group + .rillstone__group { border-top: 1px solid var(--workbench); margin-top: 6px; padding-top: 12px; }
.rillstone__title {
  font: 700 10.5px/1 var(--cinderpath-body); letter-spacing: 1.7px; text-transform: uppercase;
  color: var(--hullplate); padding: 4px 12px 10px;
}
.rillstone__link {
  display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: var(--throatlatch-sm);
  color: var(--swiftwing); font-size: 14px; font-weight: 500; transition: background .16s, color .16s;
}
.rillstone__link:hover { background: var(--gouache-2); color: var(--girderwork); }
.rillstone__link.is-homestead { background: var(--gouache-3); color: var(--girderwork); font-weight: 600; }
.rillstone__link.is-homestead .rillstone__ico { color: var(--ivyleaf); }
.rillstone__ico { width: 18px; height: 18px; flex: 0 0 18px; color: var(--hullplate); }
.rillstone__cta { padding: 14px 22px 4px; }

.tradesman {
  position: fixed; inset: 0; z-index: 65; background: rgba(27, 10, 43, .74);
  backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .24s;
}
.tradesman.is-homestead { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------------ main -- */
.bastion { padding-top: var(--gorseland); min-height: 60vh; }
.sampler { padding-block: 16px 30px; display: grid; gap: 22px; }
/* grid/flex children default to min-width:auto, which lets the wide tables
   inside them stretch the whole page — pin every track back to zero */
.sampler > *, .fleetwood > *, .sluicegate__grid > *, .tarnwater__top > *, .tarnwater__cols > *,
.gatehouse > *, .yokeline > *, .dredger > * { min-width: 0; }
.rudderpost { max-width: 100%; }

/* ----------------------------------------------------------------- stage -- */
.escarpment {
  position: relative; overflow: hidden; border-radius: var(--throatlatch-lg);
  border: 1px solid var(--workbench-2); isolation: isolate; box-shadow: var(--lathework);
}
.escarpment__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.escarpment::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(44% 78% at 66% 42%, rgba(255, 201, 63, .18), transparent 62%),
    linear-gradient(180deg, rgba(27, 10, 43, .42) 0%, rgba(27, 10, 43, .16) 42%, rgba(27, 10, 43, .88) 100%);
}
.escarpment__panel {
  position: relative; padding: 34px 18px 30px; text-align: center;
  display: grid; justify-items: center; gap: 12px;
}
.escarpment__logo { width: 132px; margin-bottom: 2px; }
.escarpment__eyebrow {
  font: 600 12px/1 var(--cinderpath-body); letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--moleskin);
  display: inline-flex; align-items: center; gap: 10px;
}
.escarpment__eyebrow::before, .escarpment__eyebrow::after {
  content: ""; width: 7px; height: 7px; flex: none;
  border-radius: 50%; background: var(--ivyleaf);
}
.escarpment__big {
  font: 700 clamp(26px, 7.6vw, 48px)/1.10 var(--cinderpath-display);
  letter-spacing: -1px; margin: 0; text-wrap: balance;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .6);
}
.escarpment__big span { display: block; }
.escarpment__big span + span {
  background: linear-gradient(96deg, var(--moleskin), var(--ivyleaf) 58%, var(--lumberyard));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.escarpment__sub {
  margin: 0; max-width: 46ch; color: #e9def6; font-size: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
}
.escarpment__cta { margin-top: 6px; }
.escarpment__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px;
  margin-top: 8px; padding: 0; list-style: none;
}
.escarpment__trust li {
  display: flex; align-items: baseline; gap: 6px; padding: 7px 13px;
  background: rgba(60, 26, 92, .60); border: 1px solid var(--workbench-2);
  border-radius: 999px; backdrop-filter: blur(6px);
}
.escarpment__trust b { font: 700 13px/1 var(--cinderpath-display); color: var(--girderwork); }
.escarpment__trust span { font-size: 11px; letter-spacing: .4px; color: var(--swiftwing); }

/* ------------------------------------------------------------------ rows -- */
.gatehouse__head { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.gatehouse__title {
  font: 700 clamp(17px, 4.4vw, 22px)/1.2 var(--cinderpath-display); letter-spacing: -.3px;
  display: flex; align-items: center; gap: 9px; margin: 0;
}
.gatehouse__title svg { width: 20px; height: 20px; color: var(--ivyleaf); flex: 0 0 auto; }
.gatehouse__tools { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.ordnance {
  width: 34px; height: 34px; display: none; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--gouache-2); border: 1px solid var(--workbench);
  color: var(--swiftwing);
}
.ordnance:hover { color: var(--girderwork); border-color: var(--workbench-2); }
.ordnance[disabled] { opacity: .3; cursor: default; }
.ordnance svg { width: 15px; height: 15px; }

.claypit {
  display: grid; grid-auto-flow: column; grid-auto-columns: 42%;
  gap: 10px; overflow-x: auto;
  /* overflow-x:auto forces the vertical axis to auto as well, so the row clips
     anything that leaves its box — this padding is the room the tiles need for
     their hover lift and glow */
  padding: 5px 0 9px;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.claypit::-webkit-scrollbar { display: none; }

.mizzen {
  position: relative; display: block; overflow: hidden; scroll-snap-align: start;
  border-radius: var(--throatlatch-md); background: var(--gouache-2); border: 1px solid var(--workbench);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.mizzen:hover { transform: translateY(-3px); border-color: var(--ivyleaf); box-shadow: var(--gallery); }
.mizzen img { width: 100%; aspect-ratio: 5 / 7; object-fit: cover; }
.mizzen__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(46, 17, 72, .56); opacity: 0; transition: opacity .2s;
}
.mizzen:hover .mizzen__play { opacity: 1; }
.mizzen__play span {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--shackle); box-shadow: var(--gallery);
}
.mizzen__play svg { width: 17px; height: 17px; color: #25300a; margin-left: 2px; }

/* ---------------------------------------------------------------- bonuses -- */
.fleetwood { display: grid; gap: var(--rennet); }
.pennyroyal {
  position: relative; overflow: hidden; padding: 20px 18px 18px;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(217, 241, 38, .26), transparent 58%),
    var(--gouache);
  border: 1px solid var(--workbench-2); border-radius: var(--throatlatch-lg);
  display: grid; gap: 10px; align-content: start;
}
.pennyroyal__kicker {
  font: 600 10.5px/1 var(--cinderpath-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--swiftwing);
}
.pennyroyal__title { font: 800 clamp(21px, 5.4vw, 27px)/1.12 var(--cinderpath-display); letter-spacing: -.5px; margin: 0; }
.pennyroyal__line { margin: 0; color: var(--swiftwing); font-size: 13.5px; }
.pennyroyal__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 4px; }
.parchment {
  display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 12px;
  border: 1px dashed var(--ivyleaf); border-radius: var(--throatlatch-sm);
  background: rgba(217, 241, 38, .10);
}
.parchment i {
  font: 600 9.5px/1 var(--cinderpath-body); font-style: normal; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--swiftwing);
}
.parchment b { font: 800 14px/1 var(--cinderpath-display); letter-spacing: 1px; color: var(--ivyleaf); }
.pennyroyal__meta { margin: 0; font-size: 11.5px; color: var(--hullplate); }

/* ------------------------------------------------------------------ band -- */
.rustwork {
  position: relative; overflow: hidden; border-radius: var(--throatlatch-lg);
  border: 1px solid var(--workbench-2); padding: 30px 18px; text-align: center;
  display: grid; justify-items: center; gap: 11px; isolation: isolate;
}
.rustwork__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.rustwork::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(255, 69, 181, .44), rgba(72, 34, 108, .66) 62%, rgba(34, 13, 54, .70));
}
.rustwork__title {
  margin: 0; font: 800 clamp(24px, 6.6vw, 40px)/1.06 var(--cinderpath-display);
  letter-spacing: -.6px; text-transform: uppercase;
}
.rustwork__sub { margin: 0; max-width: 44ch; color: #f5effc; font-size: 14px; }
.rustwork__coins { display: flex; gap: 9px; margin-top: 4px; }
.rustwork__coins img { width: 26px; height: 26px; }

/* ------------------------------------------------------------------ wins -- */
.yokeline {
  background: var(--gouache); border: 1px solid var(--workbench); border-radius: var(--throatlatch-lg);
  padding: 16px 14px;
}
.rudderpost { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bowsprit { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13.5px; }
.bowsprit th {
  text-align: left; font: 600 10.5px/1 var(--cinderpath-body); letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--hullplate); padding: 0 12px 12px; white-space: nowrap;
}
.bowsprit td { padding: 11px 12px; border-top: 1px solid var(--workbench); vertical-align: middle; }
.bowsprit tbody tr:hover { background: var(--gouache-2); }
.bowsprit th:nth-child(n+3), .bowsprit td:nth-child(n+3) { text-align: right; }
.peatbog__game { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.peatbog__game img { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; flex: 0 0 34px; }
.peatbog__pay { font-weight: 700; color: var(--armature); white-space: nowrap; }
.peatbog__mult { color: var(--moleskin); white-space: nowrap; }

/* ------------------------------------------------------------------- why -- */
.sluicegate { text-align: center; display: grid; gap: 18px; }
.sluicegate__title {
  margin: 0; font: 800 clamp(22px, 5.6vw, 34px)/1.14 var(--cinderpath-display); letter-spacing: -.6px;
}
.sluicegate__card {
  padding: 22px 16px; background: var(--gouache); border: 1px solid var(--workbench);
  border-radius: var(--throatlatch-lg); display: grid; gap: 9px; justify-items: center;
}
.sluicegate__card svg { width: 30px; height: 30px; color: var(--ivyleaf); }
.sluicegate__card b { font: 700 15.5px/1.3 var(--cinderpath-display); }
.sluicegate__card p { margin: 0; font-size: 13.5px; color: var(--swiftwing); }
.sluicegate__badges { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 2px; }
.sluicegate__badge {
  display: inline-flex; align-items: center; padding: 6px 9px; border-radius: var(--throatlatch-sm);
  border: 1px solid transparent; opacity: .88; transition: opacity .16s, border-color .16s;
}
.sluicegate__badge:hover { opacity: 1; border-color: var(--workbench-2); }
.sluicegate__badges img { height: 17px; width: auto; }

.boothill { display: grid; gap: 16px; justify-items: center; text-align: center; }
.boothill__label {
  font: 600 10.5px/1 var(--cinderpath-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--hullplate);
}
.boothill__set { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: center; }
.boothill__set img { height: 23px; width: auto; opacity: .85; }
.boothill__set--marigold img { height: 27px; }
.boothill__more {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 27px; padding: 0 10px; border-radius: 999px;
  background: var(--gouache-2); border: 1px solid var(--workbench-2);
  font: 700 12.5px/1 var(--cinderpath-display); color: var(--swiftwing); cursor: default;
}

/* ------------------------------------------------------------------- seo -- */
.joistwork {
  background: var(--gouache); border: 1px solid var(--workbench); border-radius: var(--throatlatch-lg);
  padding: 22px 16px 26px;
}
.joistwork > *:first-child { margin-top: 0; }
.joistwork h1, .joistwork h2, .joistwork h3, .joistwork h4 {
  font-family: var(--cinderpath-display); letter-spacing: -.5px; line-height: 1.2;
  text-wrap: balance; color: var(--girderwork);
}
.joistwork h1 { font-size: clamp(25px, 6.4vw, 39px); font-weight: 800; margin: 0 0 14px; }
.joistwork h2 {
  font-size: clamp(20px, 4.8vw, 28px); font-weight: 800; margin: 38px 0 12px;
  padding-top: 20px; border-top: 1px solid var(--workbench); position: relative;
}
.joistwork h2::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 54px; height: 2px;
  background: var(--shackle);
}
.joistwork h3 { font-size: clamp(17px, 4vw, 21px); font-weight: 700; margin: 26px 0 9px; color: #fbf7fe; }
.joistwork h4 {
  font-size: 15.5px; font-weight: 700; margin: 20px 0 8px; color: var(--moleskin);
}
.joistwork p { margin: 0 0 14px; color: #e3d6f4; }
.joistwork strong { color: var(--girderwork); font-weight: 700; }
.joistwork em { color: var(--swiftwing); }
.joistwork a { color: var(--ivyleaf); text-decoration: underline; text-underline-offset: 3px; }
.joistwork a:hover { color: var(--moleskin); }
/* buttons inside the article are buttons, not prose links — `.joistwork a` would
   otherwise win on specificity and repaint them as underlined rose text */
.joistwork .winterberry { text-decoration: none; }
.joistwork .winterberry--shackle, .joistwork .winterberry--shackle:hover { color: #25300a; }
.joistwork .winterberry--vinewood, .joistwork .winterberry--vinewood:hover { color: var(--girderwork); }
.joistwork hr { border: 0; border-top: 1px solid var(--workbench); margin: 26px 0; }

.joistwork ul, .joistwork ol { margin: 0 0 16px; padding-left: 0; list-style: none; }
.joistwork ul li, .joistwork ol li { position: relative; padding-left: 26px; margin-bottom: 8px; color: #e3d6f4; }
.joistwork ul li::before {
  content: ""; position: absolute; left: 6px; top: .62em; width: 7px; height: 7px;
  border-radius: 2px; background: var(--shackle); transform: rotate(45deg);
}
.joistwork ol { counter-reset: step; }
.joistwork ol li { padding-left: 34px; }
.joistwork ol li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: .1em; width: 23px; height: 23px;
  display: grid; place-items: center; border-radius: 7px;
  background: var(--gouache-3); border: 1px solid var(--workbench-2);
  font: 700 11.5px/1 var(--cinderpath-display); color: var(--ivyleaf);
}
.joistwork li > ul, .joistwork li > ol { margin-top: 8px; }

.joistwork .forgework {
  font-size: 16px; color: #efe6f9; border-left: 3px solid var(--ivyleaf);
  padding: 2px 0 2px 15px; margin-bottom: 18px;
}
.joistwork .hawser {
  margin: 0 0 16px; padding: 13px 15px; border-radius: var(--throatlatch-md);
  background: var(--gouache-2); border: 1px solid var(--workbench);
  font-size: 13.5px; color: var(--swiftwing);
}
.joistwork .pewterware {
  display: table; margin: 22px 0 12px; padding: 11px 17px; border-radius: 999px;
  background: rgba(217, 241, 38, .10); border: 1px solid rgba(217, 241, 38, .30);
  font: 700 15px/1.35 var(--cinderpath-display); color: #ffe3f4;
}

.dredger { margin: 0 0 20px; border: 1px solid var(--workbench); border-radius: var(--throatlatch-md); overflow: hidden; }
.dredger > .rudderpost { padding: 2px; }
.joistwork table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 13.5px; }
.joistwork thead th {
  background: var(--gouache-3); text-align: left; padding: 12px 13px;
  font: 700 11px/1.3 var(--cinderpath-body); letter-spacing: 1px; text-transform: uppercase;
  color: #f4edfb; border-bottom: 1px solid var(--workbench-2); white-space: nowrap;
}
.joistwork tbody td { padding: 11px 13px; border-bottom: 1px solid var(--workbench); color: #e3d6f4; }
.joistwork tbody tr:last-child td { border-bottom: 0; }
.joistwork tbody tr:nth-child(even) { background: rgba(88, 43, 129, .5); }
.joistwork td.heathland, .joistwork th.heathland { text-align: right; white-space: nowrap; }

.icehouse {
  margin: 0 0 26px; padding: 16px 16px 8px; border-radius: var(--throatlatch-md);
  background: var(--gouache-2); border: 1px solid var(--workbench);
}
.icehouse__label {
  font: 700 10.5px/1 var(--cinderpath-body); letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--hullplate); margin-bottom: 11px;
}
.joistwork .icehouse ol { margin: 0; padding: 0; list-style: none; columns: 1; }
.joistwork .icehouse li { padding: 0 0 8px 15px; margin: 0; position: relative; }
.joistwork .icehouse li::before {
  counter-increment: none; content: ""; position: absolute; left: 0; top: .62em;
  width: 6px; height: 6px; min-width: 0; border: 0; border-radius: 2px;
  background: var(--ivyleaf); transform: rotate(45deg); display: block;
}
.icehouse a {
  color: var(--swiftwing); font-size: 13.5px; text-decoration: none; display: inline-block;
  border-bottom: 1px solid transparent;
}
.icehouse a:hover { color: var(--ivyleaf); border-bottom-color: var(--ivyleaf); }

.figwort { display: grid; gap: 9px; margin-bottom: 18px; }
.figwort details {
  background: var(--gouache-2); border: 1px solid var(--workbench); border-radius: var(--throatlatch-md);
  overflow: hidden;
}
.figwort details[open] { border-color: var(--workbench-2); }
.figwort summary {
  list-style: none; cursor: pointer; padding: 14px 44px 14px 15px; position: relative;
  font: 700 15px/1.35 var(--cinderpath-display); color: var(--girderwork);
}
.figwort summary::-webkit-details-marker { display: none; }
.figwort summary::after {
  content: ""; position: absolute; right: 16px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid var(--ivyleaf); border-bottom: 2px solid var(--ivyleaf);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.figwort details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.figwort__a { padding: 0 15px 14px; }
.figwort__a > *:last-child { margin-bottom: 0; }

.joistwork__cta {
  margin-top: 28px; padding: 22px 18px; border-radius: var(--throatlatch-md); text-align: center;
  background:
    radial-gradient(110% 130% at 0% 0%, rgba(255, 192, 230, .22), transparent 60%),
    var(--gouache-2);
  border: 1px solid var(--workbench-2); display: grid; gap: 12px; justify-items: center;
}
.joistwork__cta b { font: 800 clamp(19px, 4.6vw, 25px)/1.2 var(--cinderpath-display); }
.joistwork__cta p { margin: 0; color: var(--swiftwing); font-size: 14px; max-width: 52ch; }

.dalesman { font-size: 12.5px; color: var(--hullplate); margin-bottom: 14px; }
.dalesman ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.dalesman li::after { content: "/"; margin-left: 6px; color: var(--workbench-2); }
.dalesman li:last-child::after { display: none; }
.dalesman a { color: var(--swiftwing); }
.dalesman a:hover { color: var(--ivyleaf); }

/* ------------------------------------------------------------------ foot -- */
.tarnwater {
  margin-top: 26px; padding: 30px 0 26px; background: var(--latchkey-2);
  border-top: 1px solid var(--workbench);
}
.tarnwater__top { display: grid; gap: 22px; }
.tarnwater__brand { display: grid; gap: 16px; justify-items: start; align-content: start; }
.tarnwater__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
.tarnwater__h {
  font: 700 12px/1 var(--cinderpath-body); letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--girderwork); margin: 0 0 12px;
}
.tarnwater__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.tarnwater__col a { color: var(--swiftwing); font-size: 13.5px; }
.tarnwater__col a:hover { color: var(--ivyleaf); }
.tarnwater__legal {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--workbench);
  display: grid; gap: 14px; font-size: 12px; line-height: 1.7; color: var(--hullplate);
}
.tarnwater__legal p { margin: 0; }
.tarnwater__marks { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.tarnwater__marks img { height: 26px; width: auto; opacity: .72; }
.tarnwater__lang {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px;
  border: 1px solid var(--workbench); border-radius: 999px; font-size: 12.5px; color: var(--swiftwing);
}
.tarnwater__lang svg { width: 15px; height: 15px; color: var(--lumberyard); }

.stilehouse {
  position: fixed; right: 14px; bottom: 14px; z-index: 55; width: 42px; height: 42px;
  display: grid; place-items: center; border-radius: 50%; background: var(--shackle);
  border: 0; color: #25300a; box-shadow: var(--gallery);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s;
}
.stilehouse.is-homestead { opacity: 1; visibility: visible; transform: translateY(0); }
.stilehouse svg { width: 17px; height: 17px; }

/* ------------------------------------------------------------------- 404 -- */
.darkroom { text-align: center; display: grid; gap: 14px; justify-items: center; padding: 46px 0 30px; }
.darkroom h1 { margin: 0; font: 800 clamp(21px, 5vw, 31px)/1.2 var(--cinderpath-display); }
.darkroom p { margin: 0; color: var(--swiftwing); max-width: 44ch; }
.darkroom p.darkroom__code {
  font: 900 clamp(70px, 22vw, 150px)/1 var(--cinderpath-display); letter-spacing: -4px;
  margin: 0; max-width: none;
  background: linear-gradient(120deg, var(--moleskin), var(--ivyleaf) 46%, var(--lumberyard));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.darkroom__links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-top: 6px; }
.darkroom__links a {
  padding: 9px 14px; border-radius: 999px; border: 1px solid var(--workbench-2);
  background: var(--gouache); color: var(--swiftwing); font-size: 13.5px;
}
.darkroom__links a:hover { color: var(--girderwork); border-color: var(--ivyleaf); }

/* ------------------------------------------------------------ breakpoints -- */
@media (min-width: 480px) {
  .claypit { grid-auto-columns: 31%; }
  .escarpment__panel { padding: 44px 24px 38px; }
}

@media (min-width: 620px) {
  .fleetwood { grid-template-columns: repeat(2, 1fr); }
  .sluicegate__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--rennet); }
  .claypit { grid-auto-columns: 23%; }
  .tarnwater__cols { grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
}

@media (min-width: 860px) {
  :root { --gorseland: 64px; --rennet: 16px; }
  .woadfield { padding-inline: 22px; }
  .sampler { padding-block: 22px 40px; gap: 30px; }
  .escarpment__panel {
    padding: 60px 44px 54px; gap: 16px; text-align: left; justify-items: start;
    max-width: 48%;
  }
  .escarpment::after {
    background:
      radial-gradient(30% 84% at 68% 44%, rgba(255, 201, 63, .22), transparent 58%),
      linear-gradient(93deg, rgba(27, 10, 43, .92) 0%, rgba(27, 10, 43, .72) 34%,
                      rgba(27, 10, 43, .20) 64%, rgba(27, 10, 43, .02) 100%);
  }
  .escarpment__sub { max-width: 40ch; }
  .escarpment__trust { justify-content: flex-start; gap: 7px 8px; }
  .escarpment__trust li { padding: 6px 12px; }
  .escarpment__sub { font-size: 15.5px; }
  .loftroom { display: inline-flex; }
  .ordnance { display: inline-flex; }
  .gypsum .winterberry { padding: 11px 18px; font-size: 14px; }
  .gypsum .winterberry--vinewood { display: inline-flex; }
  .claypit { grid-auto-columns: 17.4%; }
  .fleetwood { grid-template-columns: repeat(3, 1fr); }
  .sluicegate__grid { grid-template-columns: repeat(4, 1fr); }
  .joistwork { padding: 34px 32px 38px; }
  .icehouse ol { columns: 2; column-gap: 26px; }
  .tarnwater__legal { font-size: 12.5px; }
  .rustwork { padding: 52px 30px; }
  .stilehouse { right: 22px; bottom: 22px; }
}

@media (min-width: 1100px) {
  .rillstone {
    left: 0; right: auto; transform: none; width: var(--flintwork-w);
    border-left: 0; border-right: 1px solid var(--workbench);
    padding-top: calc(var(--gorseland) + 14px);
  }
  .rillstone__cta { display: none; }
  .sicklebar { display: none; }
  .treadmill { display: flex; }
  .tradesman { display: none; }
  .bastion { padding-left: var(--flintwork-w); }
  .tarnwater { padding-left: var(--flintwork-w); }
  .mordant { width: calc(var(--flintwork-w) - 12px); }
  .claypit { grid-auto-columns: 14.1%; }
  .tarnwater__top { grid-template-columns: minmax(190px, 250px) 1fr; gap: 30px; }
  .joistwork { padding: 40px 44px 46px; }
}

@media (min-width: 1380px) {
  .claypit { grid-auto-columns: 12.2%; }
  /* five columns only once each holds "Deposits & withdrawals" on one line:
     the rail takes 236px and the brand column another 280px, so the link grid
     does not have the room before ~1380px (measured, not guessed) */
  .tarnwater__cols { grid-template-columns: repeat(5, 1fr); }
}
