@charset "utf-8";

:root {
  --dial: #20090b;
  --dial-2: #160607;
  --chandlery: #311113;
  --chandlery-2: #3d181a;
  --chandlery-3: #4e2124;
  --hydrangea: #5a292c;
  --hydrangea-2: #7c3d40;
  --epaulette: #f2c14e;
  --terracewalk: #d63cd4;
  --galena: #ffdd93;
  --plumbline: #ffd9f7;
  --presshouse: #5fd6d0;
  --forecastle: #f7efee;
  --kilnyard: #d3b8b8;
  --strapwork: #a58a8b;
  --cruciform: linear-gradient(135deg, #d63cd4 0%, #7c1188 100%);
  --freeboard: 0 10px 34px -12px rgba(214, 60, 212, .56);
  --piecework: 0 18px 40px -22px rgba(0, 0, 0, .9);
  --northgate-display: "Epilogue", "Trebuchet MS", system-ui, sans-serif;
  --northgate-body: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mapleleaf: 58px;
  --hoverfly-w: 236px;
  --quaywall: 14px;
  --poleaxe-lg: 16px;
  --poleaxe-md: 12px;
  --poleaxe-sm: 9px;
  --turfland: 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(--mapleleaf) + 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(--dial);
  color: var(--forecastle);
  font: 400 15px/1.62 var(--northgate-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body.is-gneiss { overflow: hidden; }

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

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

/* ---------------------------------------------------------------- topbar -- */
.tunnelway {
  position: fixed; inset: 0 0 auto 0; z-index: 80; height: var(--mapleleaf);
  display: flex; align-items: center;
  background: rgba(22, 6, 7, .93);
  border-bottom: 1px solid var(--hydrangea);
  backdrop-filter: blur(14px);
}
.tunnelway.is-elderflower { box-shadow: 0 10px 30px -18px #000; }
.tunnelway__inner {
  width: 100%; max-width: 1660px; margin-inline: auto;
  display: flex; align-items: center; gap: 10px; padding-inline: 12px;
}

.eventide {
  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;
}
.eventide__mark { width: 30px; height: 30px; flex: 0 0 auto; }
.eventide__type { display: block; line-height: 1; }
.eventide__name {
  font: 800 19px/1 var(--northgate-display); letter-spacing: -.4px; color: var(--forecastle);
}
.eventide__name em { font-style: normal; color: var(--epaulette); }
.eventide__sub {
  display: block; font: 600 8.5px/1 var(--northgate-body); letter-spacing: 3.2px;
  color: var(--strapwork); margin-top: 4px;
}

.platewright { display: none; gap: 6px; margin-left: 10px; }
.seamark {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px;
  border-radius: var(--poleaxe-sm); color: var(--kilnyard); font-weight: 600; font-size: 14px;
  border: 1px solid transparent; transition: background .18s, color .18s;
}
.seamark svg { width: 17px; height: 17px; }
.seamark:hover { background: var(--chandlery-2); color: var(--forecastle); }
.seamark.is-copperplate { background: var(--chandlery-2); border-color: var(--hydrangea-2); color: var(--forecastle); }
.seamark.is-copperplate svg { color: var(--galena); }

.tunnelway__spacer { flex: 1 1 auto; }

.spurwheel {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: var(--chandlery-2); border: 1px solid var(--hydrangea); border-radius: var(--poleaxe-sm);
  color: var(--kilnyard);
}
.spurwheel:hover { color: var(--forecastle); border-color: var(--hydrangea-2); }
.spurwheel svg { width: 18px; height: 18px; }

.linseed { display: flex; align-items: center; gap: 8px; }
.linseed .trenchard { padding: 10px 15px; font-size: 13.5px; }
.linseed .trenchard--steadings { display: none; }

.trenchard {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 18px; border-radius: var(--poleaxe-sm); border: 1px solid transparent;
  font: 700 14px/1 var(--northgate-body); letter-spacing: .2px; text-align: center;
  white-space: nowrap; transition: transform .16s, box-shadow .16s, background .16s;
}
.trenchard:hover { transform: translateY(-1px); }
.trenchard:active { transform: translateY(0); }
.trenchard--cruciform { background: var(--cruciform); color: #fff; box-shadow: var(--freeboard); }
.trenchard--cruciform:hover { color: #fff; box-shadow: 0 14px 40px -12px rgba(214, 60, 212, .72); }
.trenchard--steadings { background: transparent; border-color: var(--hydrangea-2); color: var(--forecastle); }
.trenchard--steadings:hover { background: var(--chandlery-2); color: var(--forecastle); }
.trenchard--falconry { padding: 15px 34px; font-size: 15px; border-radius: var(--poleaxe-md); }
.trenchard--broom { padding: 9px 14px; font-size: 13px; }
.trenchard--chicory { width: 100%; }

.pathstone {
  width: 40px; height: 38px; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  background: var(--chandlery-2); border: 1px solid var(--hydrangea); border-radius: var(--poleaxe-sm);
}
.pathstone span {
  display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--forecastle);
  transition: transform .22s, opacity .18s;
}
.pathstone[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.pathstone[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.pathstone[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. */
.shuttlebox {
  position: fixed; z-index: 70; top: 0; right: 0; bottom: 0; width: 280px;
  max-width: 86vw; padding: calc(var(--mapleleaf) + 12px) 0 26px;
  background: var(--dial-2); border-left: 1px solid var(--hydrangea);
  overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(102%); transition: transform .26s ease;
}
.shuttlebox.is-lichenrock { transform: translateX(0); }
.shuttlebox__group { padding: 6px 10px; }
.shuttlebox__group + .shuttlebox__group { border-top: 1px solid var(--hydrangea); margin-top: 6px; padding-top: 12px; }
.shuttlebox__title {
  font: 700 10.5px/1 var(--northgate-body); letter-spacing: 1.7px; text-transform: uppercase;
  color: var(--strapwork); padding: 4px 12px 10px;
}
.shuttlebox__link {
  display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: var(--poleaxe-sm);
  color: var(--kilnyard); font-size: 14px; font-weight: 500; transition: background .16s, color .16s;
}
.shuttlebox__link:hover { background: var(--chandlery-2); color: var(--forecastle); }
.shuttlebox__link.is-copperplate { background: var(--chandlery-3); color: var(--forecastle); font-weight: 600; }
.shuttlebox__link.is-copperplate .shuttlebox__ico { color: var(--epaulette); }
.shuttlebox__ico { width: 18px; height: 18px; flex: 0 0 18px; color: var(--strapwork); }
.shuttlebox__cta { padding: 14px 22px 4px; }

.midships {
  position: fixed; inset: 0; z-index: 65; background: rgba(16, 4, 5, .78);
  backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .24s;
}
.midships.is-copperplate { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------------ main -- */
.trawlnet { padding-top: var(--mapleleaf); min-height: 60vh; }
.timberwork { 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 */
.timberwork > *, .foldyard > *, .raftsman__grid > *, .steelyard__top > *, .steelyard__cols > *,
.schooner > *, .glimmerstone > *, .cliffside > * { min-width: 0; }
.endstone { max-width: 100%; }

/* ----------------------------------------------------------------- stage -- */
.leafmould {
  position: relative; overflow: hidden; border-radius: var(--poleaxe-lg);
  border: 1px solid var(--hydrangea-2); isolation: isolate; box-shadow: var(--piecework);
}
.leafmould__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.leafmould::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(50% 82% at 70% 42%, rgba(242, 193, 78, .22), transparent 62%),
    linear-gradient(180deg, rgba(22, 6, 7, .50) 0%, rgba(22, 6, 7, .22) 42%, rgba(22, 6, 7, .92) 100%);
}
.leafmould__panel {
  position: relative; padding: 34px 18px 30px; text-align: center;
  display: grid; justify-items: center; gap: 12px;
}
.leafmould__logo { width: 132px; margin-bottom: 2px; }
.leafmould__eyebrow {
  font: 600 12px/1 var(--northgate-body); letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--plumbline);
}
.leafmould__big {
  font: 800 clamp(27px, 8.2vw, 60px)/1.04 var(--northgate-display);
  letter-spacing: -1px; margin: 0; text-wrap: balance;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .6);
}
.leafmould__big span { display: block; }
.leafmould__big span + span {
  background: linear-gradient(96deg, var(--plumbline), var(--epaulette) 58%, var(--galena));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.leafmould__sub {
  margin: 0; max-width: 46ch; color: #eddfde; font-size: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
  padding-bottom: 16px;
  background: linear-gradient(var(--epaulette), var(--epaulette)) 50% 100% / 132px 2px no-repeat,
    linear-gradient(var(--epaulette), var(--epaulette)) 50% calc(100% - 6px) / 58px 2px no-repeat;
}
.leafmould__cta { margin-top: 6px; }
.leafmould__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px;
  margin-top: 8px; padding: 0; list-style: none;
}
.leafmould__trust li {
  display: flex; align-items: baseline; gap: 6px; padding: 7px 13px;
  background: rgba(49, 17, 19, .62); border: 1px solid var(--hydrangea-2);
  border-radius: 999px; backdrop-filter: blur(6px);
}
.leafmould__trust b { font: 700 13px/1 var(--northgate-display); color: var(--forecastle); }
.leafmould__trust span { font-size: 11px; letter-spacing: .4px; color: var(--kilnyard); }

/* ------------------------------------------------------------------ rows -- */
.schooner__head { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.schooner__title {
  font: 700 clamp(17px, 4.4vw, 22px)/1.2 var(--northgate-display); letter-spacing: -.3px;
  display: flex; align-items: center; gap: 9px; margin: 0;
}
.schooner__title svg { width: 20px; height: 20px; color: var(--epaulette); flex: 0 0 auto; }
.schooner__tools { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.bloomery {
  width: 34px; height: 34px; display: none; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--chandlery-2); border: 1px solid var(--hydrangea);
  color: var(--kilnyard);
}
.bloomery:hover { color: var(--forecastle); border-color: var(--hydrangea-2); }
.bloomery[disabled] { opacity: .3; cursor: default; }
.bloomery svg { width: 15px; height: 15px; }

.everglade {
  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;
}
.everglade::-webkit-scrollbar { display: none; }

.sidereal {
  position: relative; display: block; overflow: hidden; scroll-snap-align: start;
  border-radius: var(--poleaxe-md); background: var(--chandlery-2); border: 1px solid var(--hydrangea);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.sidereal:hover { transform: translateY(-3px); border-color: var(--epaulette); box-shadow: var(--freeboard); }
.sidereal img { width: 100%; aspect-ratio: 5 / 7; object-fit: cover; }
.sidereal__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(32, 9, 11, .60); opacity: 0; transition: opacity .2s;
}
.sidereal:hover .sidereal__play { opacity: 1; }
.sidereal__play span {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--cruciform); box-shadow: var(--freeboard);
}
.sidereal__play svg { width: 17px; height: 17px; color: #fff; margin-left: 2px; }

/* ---------------------------------------------------------------- bonuses -- */
.foldyard { display: grid; gap: var(--quaywall); }
.wickerwork {
  position: relative; overflow: hidden; padding: 20px 18px 18px;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(214, 60, 212, .26), transparent 58%),
    var(--chandlery);
  border: 1px solid var(--hydrangea-2); border-radius: var(--poleaxe-lg);
  display: grid; gap: 10px; align-content: start;
}
.wickerwork__kicker {
  font: 600 10.5px/1 var(--northgate-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--kilnyard);
}
.wickerwork__title { font: 800 clamp(21px, 5.4vw, 27px)/1.12 var(--northgate-display); letter-spacing: -.5px; margin: 0; }
.wickerwork__line { margin: 0; color: var(--kilnyard); font-size: 13.5px; }
.wickerwork__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 4px; }
.menhir {
  display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 12px;
  border: 1px dashed var(--epaulette); border-radius: var(--poleaxe-sm);
  background: rgba(242, 193, 78, .10);
}
.menhir i {
  font: 600 9.5px/1 var(--northgate-body); font-style: normal; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--kilnyard);
}
.menhir b { font: 800 14px/1 var(--northgate-display); letter-spacing: 1px; color: var(--epaulette); }
.wickerwork__meta { margin: 0; font-size: 11.5px; color: var(--strapwork); }

/* ------------------------------------------------------------------ band -- */
.ironbark {
  position: relative; overflow: hidden; border-radius: var(--poleaxe-lg);
  border: 1px solid var(--hydrangea-2); padding: 30px 18px; text-align: center;
  display: grid; justify-items: center; gap: 11px; isolation: isolate;
}
.ironbark__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.ironbark::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(214, 60, 212, .44), rgba(61, 24, 26, .66) 62%, rgba(22, 6, 7, .76));
}
.ironbark__title {
  margin: 0; font: 800 clamp(24px, 6.6vw, 40px)/1.06 var(--northgate-display);
  letter-spacing: -.6px; text-transform: uppercase;
}
.ironbark__sub { margin: 0; max-width: 44ch; color: #f7f0ef; font-size: 14px; }
.ironbark__coins { display: flex; gap: 9px; margin-top: 4px; }
.ironbark__coins img { width: 26px; height: 26px; }

/* ------------------------------------------------------------------ wins -- */
.glimmerstone {
  background: var(--chandlery); border: 1px solid var(--hydrangea); border-radius: var(--poleaxe-lg);
  padding: 16px 14px;
}
.endstone { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.colonnade { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13.5px; }
.colonnade th {
  text-align: left; font: 600 10.5px/1 var(--northgate-body); letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--strapwork); padding: 0 12px 12px; white-space: nowrap;
}
.colonnade td { padding: 11px 12px; border-top: 1px solid var(--hydrangea); vertical-align: middle; }
.colonnade tbody tr:hover { background: var(--chandlery-2); }
.colonnade th:nth-child(n+3), .colonnade td:nth-child(n+3) { text-align: right; }
.spinnaker__game { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.spinnaker__game img { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; flex: 0 0 34px; }
.spinnaker__pay { font-weight: 700; color: var(--presshouse); white-space: nowrap; }
.spinnaker__mult { color: var(--plumbline); white-space: nowrap; }

/* ------------------------------------------------------------------- why -- */
.raftsman { text-align: center; display: grid; gap: 18px; }
.raftsman__title {
  margin: 0; font: 800 clamp(22px, 5.6vw, 34px)/1.14 var(--northgate-display); letter-spacing: -.6px;
}
.raftsman__card {
  padding: 22px 16px; background: var(--chandlery); border: 1px solid var(--hydrangea);
  border-radius: var(--poleaxe-lg); display: grid; gap: 9px; justify-items: center;
}
.raftsman__card svg { width: 30px; height: 30px; color: var(--epaulette); }
.raftsman__card b { font: 700 15.5px/1.3 var(--northgate-display); }
.raftsman__card p { margin: 0; font-size: 13.5px; color: var(--kilnyard); }
.raftsman__badges { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 2px; }
.raftsman__badge {
  display: inline-flex; align-items: center; padding: 6px 9px; border-radius: var(--poleaxe-sm);
  border: 1px solid transparent; opacity: .88; transition: opacity .16s, border-color .16s;
}
.raftsman__badge:hover { opacity: 1; border-color: var(--hydrangea-2); }
.raftsman__badges img { height: 17px; width: auto; }

.lindenway { display: grid; gap: 16px; justify-items: center; text-align: center; }
.lindenway__label {
  font: 600 10.5px/1 var(--northgate-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--strapwork);
}
.lindenway__set { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: center; }
.lindenway__set img { height: 23px; width: auto; opacity: .85; }
.lindenway__set--melilot img { height: 27px; }
.lindenway__more {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 27px; padding: 0 10px; border-radius: 999px;
  background: var(--chandlery-2); border: 1px solid var(--hydrangea-2);
  font: 700 12.5px/1 var(--northgate-display); color: var(--kilnyard); cursor: default;
}

/* ------------------------------------------------------------------- seo -- */
.roundhouse {
  background: var(--chandlery); border: 1px solid var(--hydrangea); border-radius: var(--poleaxe-lg);
  padding: 22px 16px 26px;
}
.roundhouse > *:first-child { margin-top: 0; }
.roundhouse h1, .roundhouse h2, .roundhouse h3, .roundhouse h4 {
  font-family: var(--northgate-display); letter-spacing: -.5px; line-height: 1.2;
  text-wrap: balance; color: var(--forecastle);
}
.roundhouse h1 { font-size: clamp(25px, 6.4vw, 39px); font-weight: 800; margin: 0 0 14px; }
.roundhouse h2 {
  font-size: clamp(20px, 4.8vw, 28px); font-weight: 800; margin: 38px 0 12px;
  padding-top: 20px; border-top: 1px solid var(--hydrangea); position: relative;
}
.roundhouse h2::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 54px; height: 2px;
  background: var(--cruciform);
}
.roundhouse h3 { font-size: clamp(17px, 4vw, 21px); font-weight: 700; margin: 26px 0 9px; color: #fbf6f5; }
.roundhouse h4 {
  font-size: 15.5px; font-weight: 700; margin: 20px 0 8px; color: var(--plumbline);
}
.roundhouse p { margin: 0 0 14px; color: #e7d6d5; }
.roundhouse strong { color: var(--forecastle); font-weight: 700; }
.roundhouse em { color: var(--kilnyard); }
.roundhouse a { color: var(--epaulette); text-decoration: underline; text-underline-offset: 3px; }
.roundhouse a:hover { color: var(--plumbline); }
/* buttons inside the article are buttons, not prose links — `.roundhouse a` would
   otherwise win on specificity and repaint them as underlined rose text */
.roundhouse .trenchard { text-decoration: none; }
.roundhouse .trenchard--cruciform, .roundhouse .trenchard--cruciform:hover { color: #fff; }
.roundhouse .trenchard--steadings, .roundhouse .trenchard--steadings:hover { color: var(--forecastle); }
.roundhouse hr { border: 0; border-top: 1px solid var(--hydrangea); margin: 26px 0; }

.roundhouse ul, .roundhouse ol { margin: 0 0 16px; padding-left: 0; list-style: none; }
.roundhouse ul li, .roundhouse ol li { position: relative; padding-left: 26px; margin-bottom: 8px; color: #e7d6d5; }
.roundhouse ul li::before {
  content: ""; position: absolute; left: 6px; top: .62em; width: 7px; height: 7px;
  border-radius: 2px; background: var(--cruciform); transform: rotate(45deg);
}
.roundhouse ol { counter-reset: step; }
.roundhouse ol li { padding-left: 34px; }
.roundhouse 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(--chandlery-3); border: 1px solid var(--hydrangea-2);
  font: 700 11.5px/1 var(--northgate-display); color: var(--epaulette);
}
.roundhouse li > ul, .roundhouse li > ol { margin-top: 8px; }

.roundhouse .whetstone {
  font-size: 16px; color: #f2e7e6; border-left: 3px solid var(--epaulette);
  padding: 2px 0 2px 15px; margin-bottom: 18px;
}
.roundhouse .topgallant {
  margin: 0 0 16px; padding: 13px 15px; border-radius: var(--poleaxe-md);
  background: var(--chandlery-2); border: 1px solid var(--hydrangea);
  font-size: 13.5px; color: var(--kilnyard);
}
.roundhouse .yarnwork {
  display: table; margin: 22px 0 12px; padding: 11px 17px; border-radius: 999px;
  background: rgba(242, 193, 78, .10); border: 1px solid rgba(242, 193, 78, .32);
  font: 700 15px/1.35 var(--northgate-display); color: #ffeecd;
}

.cliffside { margin: 0 0 20px; border: 1px solid var(--hydrangea); border-radius: var(--poleaxe-md); overflow: hidden; }
.cliffside > .endstone { padding: 2px; }
.roundhouse table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 13.5px; }
.roundhouse thead th {
  background: var(--chandlery-3); text-align: left; padding: 12px 13px;
  font: 700 11px/1.3 var(--northgate-body); letter-spacing: 1px; text-transform: uppercase;
  color: #f5ecea; border-bottom: 1px solid var(--hydrangea-2); white-space: nowrap;
}
.roundhouse tbody td { padding: 11px 13px; border-bottom: 1px solid var(--hydrangea); color: #e7d6d5; }
.roundhouse tbody tr:last-child td { border-bottom: 0; }
.roundhouse tbody tr:nth-child(even) { background: rgba(78, 33, 36, .5); }
.roundhouse td.quernstone, .roundhouse th.quernstone { text-align: right; white-space: nowrap; }

.birchbark {
  margin: 0 0 26px; padding: 16px 16px 8px; border-radius: var(--poleaxe-md);
  background: var(--chandlery-2); border: 1px solid var(--hydrangea);
}
.birchbark__label {
  font: 700 10.5px/1 var(--northgate-body); letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--strapwork); margin-bottom: 11px;
}
.roundhouse .birchbark ol { margin: 0; padding: 0; list-style: none; columns: 1; }
.roundhouse .birchbark li { padding: 0 0 8px 15px; margin: 0; position: relative; }
.roundhouse .birchbark 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(--epaulette); transform: rotate(45deg); display: block;
}
.birchbark a {
  color: var(--kilnyard); font-size: 13.5px; text-decoration: none; display: inline-block;
  border-bottom: 1px solid transparent;
}
.birchbark a:hover { color: var(--epaulette); border-bottom-color: var(--epaulette); }

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

.roundhouse__cta {
  margin-top: 28px; padding: 22px 18px; border-radius: var(--poleaxe-md); text-align: center;
  background:
    radial-gradient(110% 130% at 0% 0%, rgba(255, 221, 147, .20), transparent 60%),
    var(--chandlery-2);
  border: 1px solid var(--hydrangea-2); display: grid; gap: 12px; justify-items: center;
}
.roundhouse__cta b { font: 800 clamp(19px, 4.6vw, 25px)/1.2 var(--northgate-display); }
.roundhouse__cta p { margin: 0; color: var(--kilnyard); font-size: 14px; max-width: 52ch; }

.calliper { font-size: 12.5px; color: var(--strapwork); margin-bottom: 14px; }
.calliper ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.calliper li::after { content: "/"; margin-left: 6px; color: var(--hydrangea-2); }
.calliper li:last-child::after { display: none; }
.calliper a { color: var(--kilnyard); }
.calliper a:hover { color: var(--epaulette); }

/* ------------------------------------------------------------------ foot -- */
.steelyard {
  margin-top: 26px; padding: 30px 0 26px; background: var(--dial-2);
  border-top: 1px solid var(--hydrangea);
}
.steelyard__top { display: grid; gap: 22px; }
.steelyard__brand { display: grid; gap: 16px; justify-items: start; align-content: start; }
.steelyard__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
.steelyard__h {
  font: 700 12px/1 var(--northgate-body); letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--forecastle); margin: 0 0 12px;
}
.steelyard__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.steelyard__col a { color: var(--kilnyard); font-size: 13.5px; }
.steelyard__col a:hover { color: var(--epaulette); }
.steelyard__legal {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--hydrangea);
  display: grid; gap: 14px; font-size: 12px; line-height: 1.7; color: var(--strapwork);
}
.steelyard__legal p { margin: 0; }
.steelyard__marks { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.steelyard__marks img { height: 26px; width: auto; opacity: .72; }
.steelyard__lang {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px;
  border: 1px solid var(--hydrangea); border-radius: 999px; font-size: 12.5px; color: var(--kilnyard);
}
.steelyard__lang svg { width: 15px; height: 15px; color: var(--galena); }

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

/* ------------------------------------------------------------------- 404 -- */
.hawthorn { text-align: center; display: grid; gap: 14px; justify-items: center; padding: 46px 0 30px; }
.hawthorn h1 { margin: 0; font: 800 clamp(21px, 5vw, 31px)/1.2 var(--northgate-display); }
.hawthorn p { margin: 0; color: var(--kilnyard); max-width: 44ch; }
.hawthorn p.hawthorn__code {
  font: 900 clamp(70px, 22vw, 150px)/1 var(--northgate-display); letter-spacing: -4px;
  margin: 0; max-width: none;
  background: linear-gradient(120deg, var(--plumbline), var(--epaulette) 46%, var(--galena));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hawthorn__links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-top: 6px; }
.hawthorn__links a {
  padding: 9px 14px; border-radius: 999px; border: 1px solid var(--hydrangea-2);
  background: var(--chandlery); color: var(--kilnyard); font-size: 13.5px;
}
.hawthorn__links a:hover { color: var(--forecastle); border-color: var(--epaulette); }

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

@media (min-width: 620px) {
  .foldyard { grid-template-columns: repeat(2, 1fr); }
  .raftsman__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--quaywall); }
  .everglade { grid-auto-columns: 23%; }
  .steelyard__cols { grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
}

@media (min-width: 860px) {
  :root { --mapleleaf: 64px; --quaywall: 16px; }
  .scriptorium { padding-inline: 22px; }
  .timberwork { padding-block: 22px 40px; gap: 30px; }
  .leafmould__panel {
    padding: 58px 42px 52px; gap: 15px; text-align: left; justify-items: start;
    max-width: 51%;
  }
  .leafmould::after {
    background:
      radial-gradient(40% 90% at 72% 44%, rgba(242, 193, 78, .26), transparent 58%),
      linear-gradient(94deg, rgba(22, 6, 7, .94) 0%, rgba(22, 6, 7, .78) 34%,
                      rgba(22, 6, 7, .26) 64%, rgba(22, 6, 7, .04) 100%);
  }
  .leafmould__sub {
    max-width: 42ch;
    background-position: 0 100%, 0 calc(100% - 6px);
  }
  .leafmould__trust { justify-content: flex-start; gap: 7px 8px; }
  .leafmould__trust li { padding: 6px 11px; }
  .leafmould__sub { font-size: 15.5px; }
  .spurwheel { display: inline-flex; }
  .bloomery { display: inline-flex; }
  .linseed .trenchard { padding: 11px 18px; font-size: 14px; }
  .linseed .trenchard--steadings { display: inline-flex; }
  .everglade { grid-auto-columns: 17.4%; }
  .foldyard { grid-template-columns: repeat(3, 1fr); }
  .raftsman__grid { grid-template-columns: repeat(4, 1fr); }
  .roundhouse { padding: 34px 32px 38px; }
  .birchbark ol { columns: 2; column-gap: 26px; }
  .steelyard__legal { font-size: 12.5px; }
  .ironbark { padding: 52px 30px; }
  .voussoir { right: 22px; bottom: 22px; }
}

@media (min-width: 1100px) {
  .shuttlebox {
    left: 0; right: auto; transform: none; width: var(--hoverfly-w);
    border-left: 0; border-right: 1px solid var(--hydrangea);
    padding-top: calc(var(--mapleleaf) + 14px);
  }
  .shuttlebox__cta { display: none; }
  .pathstone { display: none; }
  .platewright { display: flex; }
  .midships { display: none; }
  .trawlnet { padding-left: var(--hoverfly-w); }
  .steelyard { padding-left: var(--hoverfly-w); }
  .eventide { width: calc(var(--hoverfly-w) - 12px); }
  .everglade { grid-auto-columns: 14.1%; }
  .steelyard__top { grid-template-columns: minmax(190px, 250px) 1fr; gap: 30px; }
  .roundhouse { padding: 40px 44px 46px; }
}

@media (min-width: 1380px) {
  .everglade { 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) */
  .steelyard__cols { grid-template-columns: repeat(5, 1fr); }
}
