@charset "utf-8";

:root {
  --mossbank: #0a0d10;
  --mossbank-2: #05070a;
  --curlew: #111721;
  --curlew-2: #18202c;
  --curlew-3: #222c3a;
  --crucible: #2a3644;
  --crucible-2: #3f4e60;
  --squall: #d9b263;
  --ferry: #17c0c9;
  --scupper: #7f96b5;
  --valance: #f0dcb0;
  --orchardman: #5fd6b0;
  --compass: #eef2f7;
  --heather: #a1adbd;
  --dockyard: #75808f;
  --ramblerose: linear-gradient(135deg, #22d3dc 0%, #0e8f9c 100%);
  --damson: 0 10px 34px -12px rgba(34, 211, 220, .42);
  --twinflower: 0 18px 40px -22px rgba(0, 0, 0, .9);
  --limestone-display: "Cinzel", "Trebuchet MS", system-ui, sans-serif;
  --limestone-body: "Karla", system-ui, -apple-system, "Segoe UI", sans-serif;
  --feldspar: 58px;
  --mallowwood-w: 236px;
  --drover: 14px;
  --pastureland-lg: 16px;
  --pastureland-md: 12px;
  --pastureland-sm: 9px;
  --cobble: 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(--feldspar) + 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(--mossbank);
  color: var(--compass);
  font: 400 15px/1.62 var(--limestone-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
body.is-delphinium { overflow: hidden; }

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

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

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

.tackle {
  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;
}
.tackle__mark { width: 30px; height: 30px; flex: 0 0 auto; }
.tackle__type { display: block; line-height: 1; }
.tackle__name {
  font: 800 19px/1 var(--limestone-display); letter-spacing: -.4px; color: var(--compass);
}
.tackle__name em { font-style: normal; color: var(--squall); }
.tackle__sub {
  display: block; font: 600 8.5px/1 var(--limestone-body); letter-spacing: 3.2px;
  color: var(--dockyard); margin-top: 4px;
}

.conduit { display: none; gap: 6px; margin-left: 10px; }
.seine {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px;
  border-radius: var(--pastureland-sm); color: var(--heather); font-weight: 600; font-size: 14px;
  border: 1px solid transparent; transition: background .18s, color .18s;
}
.seine svg { width: 17px; height: 17px; }
.seine:hover { background: var(--curlew-2); color: var(--compass); }
.seine.is-glassworks { background: var(--curlew-2); border-color: var(--crucible-2); color: var(--compass); }
.seine.is-glassworks svg { color: var(--scupper); }

.flotilla__spacer { flex: 1 1 auto; }

.mason {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: var(--curlew-2); border: 1px solid var(--crucible); border-radius: var(--pastureland-sm);
  color: var(--heather);
}
.mason:hover { color: var(--compass); border-color: var(--crucible-2); }
.mason svg { width: 18px; height: 18px; }

.pinecone { display: flex; align-items: center; gap: 8px; }
.pinecone .skiff { padding: 10px 15px; font-size: 13.5px; }
.pinecone .skiff--breakwater { display: none; }

.skiff {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 18px; border-radius: var(--pastureland-sm); border: 1px solid transparent;
  font: 700 14px/1 var(--limestone-body); letter-spacing: .2px; text-align: center;
  white-space: nowrap; transition: transform .16s, box-shadow .16s, background .16s;
}
.skiff:hover { transform: translateY(-1px); }
.skiff:active { transform: translateY(0); }
.skiff--ramblerose { background: var(--ramblerose); color: #04262a; box-shadow: var(--damson); }
.skiff--ramblerose:hover { color: #04262a; box-shadow: 0 14px 40px -12px rgba(34, 211, 220, .58); }
.skiff--breakwater { background: transparent; border-color: var(--crucible-2); color: var(--compass); }
.skiff--breakwater:hover { background: var(--curlew-2); color: var(--compass); }
.skiff--dulcimer { padding: 15px 34px; font-size: 15px; border-radius: var(--pastureland-md); }
.skiff--capstone { padding: 9px 14px; font-size: 13px; }
.skiff--catkin { width: 100%; }

.nacelle {
  width: 40px; height: 38px; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  background: var(--curlew-2); border: 1px solid var(--crucible); border-radius: var(--pastureland-sm);
}
.nacelle span {
  display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--compass);
  transition: transform .22s, opacity .18s;
}
.nacelle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nacelle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nacelle[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. */
.whinchat {
  position: fixed; z-index: 70; top: 0; right: 0; bottom: 0; width: 280px;
  max-width: 86vw; padding: calc(var(--feldspar) + 12px) 0 26px;
  background: var(--mossbank-2); border-left: 1px solid var(--crucible);
  overflow-y: auto; overscroll-behavior: contain;
  transform: translateX(102%); transition: transform .26s ease;
}
.whinchat.is-potsherd { transform: translateX(0); }
.whinchat__group { padding: 6px 10px; }
.whinchat__group + .whinchat__group { border-top: 1px solid var(--crucible); margin-top: 6px; padding-top: 12px; }
.whinchat__title {
  font: 700 10.5px/1 var(--limestone-body); letter-spacing: 1.7px; text-transform: uppercase;
  color: var(--dockyard); padding: 4px 12px 10px;
}
.whinchat__link {
  display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: var(--pastureland-sm);
  color: var(--heather); font-size: 14px; font-weight: 500; transition: background .16s, color .16s;
}
.whinchat__link:hover { background: var(--curlew-2); color: var(--compass); }
.whinchat__link.is-glassworks { background: var(--curlew-3); color: var(--compass); font-weight: 600; }
.whinchat__link.is-glassworks .whinchat__ico { color: var(--squall); }
.whinchat__ico { width: 18px; height: 18px; flex: 0 0 18px; color: var(--dockyard); }
.whinchat__cta { padding: 14px 22px 4px; }

.chamfer {
  position: fixed; inset: 0; z-index: 65; background: rgba(4, 6, 8, .76);
  backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .24s;
}
.chamfer.is-glassworks { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------------ main -- */
.tenon { padding-top: var(--feldspar); min-height: 60vh; }
.spruceword { 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 */
.spruceword > *, .easel > *, .viaductway__grid > *, .dunlin__top > *, .dunlin__cols > *,
.brambling > *, .flint > *, .pipistrelle > * { min-width: 0; }
.avenue { max-width: 100%; }

/* ----------------------------------------------------------------- stage -- */
.spandrel {
  position: relative; overflow: hidden; border-radius: var(--pastureland-lg);
  border: 1px solid var(--crucible-2); isolation: isolate; box-shadow: var(--twinflower);
}
.spandrel__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.spandrel::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(72% 100% at 80% 44%, rgba(217, 178, 99, .18), transparent 58%),
    linear-gradient(180deg, rgba(5, 7, 10, .54) 0%, rgba(5, 7, 10, .30) 44%, rgba(5, 7, 10, .90) 100%);
}
.spandrel__panel {
  position: relative; padding: 34px 18px 30px; text-align: center;
  display: grid; justify-items: center; gap: 12px;
}
.spandrel__logo { width: 132px; margin-bottom: 2px; }
.spandrel__eyebrow {
  font: 600 12px/1 var(--limestone-body); letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--valance);
}
.spandrel__big {
  font: 800 clamp(27px, 8.2vw, 60px)/1.04 var(--limestone-display);
  letter-spacing: -1px; margin: 0; text-wrap: balance;
  text-shadow: 0 6px 26px rgba(0, 0, 0, .6);
}
.spandrel__big span { display: block; }
.spandrel__big span + span {
  background: linear-gradient(96deg, var(--valance), var(--squall) 58%, var(--scupper));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.spandrel__sub {
  margin: 0; max-width: 46ch; color: #e7eef5; font-size: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
  padding-top: 14px; border-top: 2px solid var(--squall);
}
.spandrel__cta { margin-top: 6px; }
.spandrel__trust {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px;
  margin-top: 8px; padding: 0; list-style: none;
}
.spandrel__trust li {
  display: flex; align-items: baseline; gap: 6px; padding: 7px 13px;
  background: rgba(10, 13, 16, .64); border: 1px solid var(--crucible-2);
  border-radius: 999px; backdrop-filter: blur(6px);
}
.spandrel__trust b { font: 700 13px/1 var(--limestone-display); color: var(--compass); }
.spandrel__trust span { font-size: 11px; letter-spacing: .4px; color: var(--heather); }

/* ------------------------------------------------------------------ rows -- */
.brambling__head { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.brambling__title {
  font: 700 clamp(17px, 4.4vw, 22px)/1.2 var(--limestone-display); letter-spacing: -.3px;
  display: flex; align-items: center; gap: 9px; margin: 0;
}
.brambling__title svg { width: 20px; height: 20px; color: var(--squall); flex: 0 0 auto; }
.brambling__tools { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.muster {
  width: 34px; height: 34px; display: none; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--curlew-2); border: 1px solid var(--crucible);
  color: var(--heather);
}
.muster:hover { color: var(--compass); border-color: var(--crucible-2); }
.muster[disabled] { opacity: .3; cursor: default; }
.muster svg { width: 15px; height: 15px; }

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

.tabard {
  position: relative; display: block; overflow: hidden; scroll-snap-align: start;
  border-radius: var(--pastureland-md); background: var(--curlew-2); border: 1px solid var(--crucible);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.tabard:hover { transform: translateY(-3px); border-color: var(--squall); box-shadow: var(--damson); }
.tabard img { width: 100%; aspect-ratio: 5 / 7; object-fit: cover; }
.tabard__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(8, 11, 15, .60); opacity: 0; transition: opacity .2s;
}
.tabard:hover .tabard__play { opacity: 1; }
.tabard__play span {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%;
  background: var(--ramblerose); box-shadow: var(--damson);
}
.tabard__play svg { width: 17px; height: 17px; color: #04262a; margin-left: 2px; }

/* ---------------------------------------------------------------- bonuses -- */
.easel { display: grid; gap: var(--drover); }
.arbour {
  position: relative; overflow: hidden; padding: 20px 18px 18px;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(34, 211, 220, .24), transparent 58%),
    var(--curlew);
  border: 1px solid var(--crucible-2); border-radius: var(--pastureland-lg);
  display: grid; gap: 10px; align-content: start;
}
.arbour__kicker {
  font: 600 10.5px/1 var(--limestone-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--heather);
}
.arbour__title { font: 800 clamp(21px, 5.4vw, 27px)/1.12 var(--limestone-display); letter-spacing: -.5px; margin: 0; }
.arbour__line { margin: 0; color: var(--heather); font-size: 13.5px; }
.arbour__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 4px; }
.escarp {
  display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 12px;
  border: 1px dashed var(--squall); border-radius: var(--pastureland-sm);
  background: rgba(217, 178, 99, .09);
}
.escarp i {
  font: 600 9.5px/1 var(--limestone-body); font-style: normal; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--heather);
}
.escarp b { font: 800 14px/1 var(--limestone-display); letter-spacing: 1px; color: var(--squall); }
.arbour__meta { margin: 0; font-size: 11.5px; color: var(--dockyard); }

/* ------------------------------------------------------------------ band -- */
.lapwing {
  position: relative; overflow: hidden; border-radius: var(--pastureland-lg);
  border: 1px solid var(--crucible-2); padding: 30px 18px; text-align: center;
  display: grid; justify-items: center; gap: 11px; isolation: isolate;
}
.lapwing__art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.lapwing::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(14, 143, 156, .44), rgba(20, 30, 40, .66) 62%, rgba(5, 7, 10, .78));
}
.lapwing__title {
  margin: 0; font: 800 clamp(24px, 6.6vw, 40px)/1.06 var(--limestone-display);
  letter-spacing: -.6px; text-transform: uppercase;
}
.lapwing__sub { margin: 0; max-width: 44ch; color: #f1f6fa; font-size: 14px; }
.lapwing__coins { display: flex; gap: 9px; margin-top: 4px; }
.lapwing__coins img { width: 26px; height: 26px; }

/* ------------------------------------------------------------------ wins -- */
.flint {
  background: var(--curlew); border: 1px solid var(--crucible); border-radius: var(--pastureland-lg);
  padding: 16px 14px;
}
.avenue { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.marsh { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13.5px; }
.marsh th {
  text-align: left; font: 600 10.5px/1 var(--limestone-body); letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--dockyard); padding: 0 12px 12px; white-space: nowrap;
}
.marsh td { padding: 11px 12px; border-top: 1px solid var(--crucible); vertical-align: middle; }
.marsh tbody tr:hover { background: var(--curlew-2); }
.marsh th:nth-child(n+3), .marsh td:nth-child(n+3) { text-align: right; }
.kettle__game { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.kettle__game img { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; flex: 0 0 34px; }
.kettle__pay { font-weight: 700; color: var(--orchardman); white-space: nowrap; }
.kettle__mult { color: var(--valance); white-space: nowrap; }

/* ------------------------------------------------------------------- why -- */
.viaductway { text-align: center; display: grid; gap: 18px; }
.viaductway__title {
  margin: 0; font: 800 clamp(22px, 5.6vw, 34px)/1.14 var(--limestone-display); letter-spacing: -.6px;
}
.viaductway__card {
  padding: 22px 16px; background: var(--curlew); border: 1px solid var(--crucible);
  border-radius: var(--pastureland-lg); display: grid; gap: 9px; justify-items: center;
}
.viaductway__card svg { width: 30px; height: 30px; color: var(--squall); }
.viaductway__card b { font: 700 15.5px/1.3 var(--limestone-display); }
.viaductway__card p { margin: 0; font-size: 13.5px; color: var(--heather); }
.viaductway__badges { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 2px; }
.viaductway__badge {
  display: inline-flex; align-items: center; padding: 6px 9px; border-radius: var(--pastureland-sm);
  border: 1px solid transparent; opacity: .88; transition: opacity .16s, border-color .16s;
}
.viaductway__badge:hover { opacity: 1; border-color: var(--crucible-2); }
.viaductway__badges img { height: 17px; width: auto; }

.collier { display: grid; gap: 16px; justify-items: center; text-align: center; }
.collier__label {
  font: 600 10.5px/1 var(--limestone-body); letter-spacing: 2px; text-transform: uppercase;
  color: var(--dockyard);
}
.collier__set { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: center; }
.collier__set img { height: 23px; width: auto; opacity: .85; }
.collier__set--outcrop img { height: 27px; }
.collier__more {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 27px; padding: 0 10px; border-radius: 999px;
  background: var(--curlew-2); border: 1px solid var(--crucible-2);
  font: 700 12.5px/1 var(--limestone-display); color: var(--heather); cursor: default;
}

/* ------------------------------------------------------------------- seo -- */
.onyx {
  background: var(--curlew); border: 1px solid var(--crucible); border-radius: var(--pastureland-lg);
  padding: 22px 16px 26px;
}
.onyx > *:first-child { margin-top: 0; }
.onyx h1, .onyx h2, .onyx h3, .onyx h4 {
  font-family: var(--limestone-display); letter-spacing: -.5px; line-height: 1.2;
  text-wrap: balance; color: var(--compass);
}
.onyx h1 { font-size: clamp(25px, 6.4vw, 39px); font-weight: 800; margin: 0 0 14px; }
.onyx h2 {
  font-size: clamp(20px, 4.8vw, 28px); font-weight: 800; margin: 38px 0 12px;
  padding-top: 20px; border-top: 1px solid var(--crucible); position: relative;
}
.onyx h2::before {
  content: ""; position: absolute; top: -1px; left: 0; width: 54px; height: 2px;
  background: var(--ramblerose);
}
.onyx h3 { font-size: clamp(17px, 4vw, 21px); font-weight: 700; margin: 26px 0 9px; color: #f5f9fc; }
.onyx h4 {
  font-size: 15.5px; font-weight: 700; margin: 20px 0 8px; color: var(--valance);
}
.onyx p { margin: 0 0 14px; color: #dde4ec; }
.onyx strong { color: var(--compass); font-weight: 700; }
.onyx em { color: var(--heather); }
.onyx a { color: var(--squall); text-decoration: underline; text-underline-offset: 3px; }
.onyx a:hover { color: var(--valance); }
/* buttons inside the article are buttons, not prose links — `.onyx a` would
   otherwise win on specificity and repaint them as underlined rose text */
.onyx .skiff { text-decoration: none; }
.onyx .skiff--ramblerose, .onyx .skiff--ramblerose:hover { color: #04262a; }
.onyx .skiff--breakwater, .onyx .skiff--breakwater:hover { color: var(--compass); }
.onyx hr { border: 0; border-top: 1px solid var(--crucible); margin: 26px 0; }

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

.onyx .pikestaff {
  font-size: 16px; color: #ebf1f7; border-left: 3px solid var(--squall);
  padding: 2px 0 2px 15px; margin-bottom: 18px;
}
.onyx .armlet {
  margin: 0 0 16px; padding: 13px 15px; border-radius: var(--pastureland-md);
  background: var(--curlew-2); border: 1px solid var(--crucible);
  font-size: 13.5px; color: var(--heather);
}
.onyx .shoal {
  display: table; margin: 22px 0 12px; padding: 11px 17px; border-radius: 999px;
  background: rgba(217, 178, 99, .09); border: 1px solid rgba(217, 178, 99, .32);
  font: 700 15px/1.35 var(--limestone-display); color: #e6fbfd;
}

.pipistrelle { margin: 0 0 20px; border: 1px solid var(--crucible); border-radius: var(--pastureland-md); overflow: hidden; }
.pipistrelle > .avenue { padding: 2px; }
.onyx table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 13.5px; }
.onyx thead th {
  background: var(--curlew-3); text-align: left; padding: 12px 13px;
  font: 700 11px/1.3 var(--limestone-body); letter-spacing: 1px; text-transform: uppercase;
  color: #eef4f9; border-bottom: 1px solid var(--crucible-2); white-space: nowrap;
}
.onyx tbody td { padding: 11px 13px; border-bottom: 1px solid var(--crucible); color: #dde4ec; }
.onyx tbody tr:last-child td { border-bottom: 0; }
.onyx tbody tr:nth-child(even) { background: rgba(24, 32, 44, .5); }
.onyx td.hourglass, .onyx th.hourglass { text-align: right; white-space: nowrap; }

.niche {
  margin: 0 0 26px; padding: 16px 16px 8px; border-radius: var(--pastureland-md);
  background: var(--curlew-2); border: 1px solid var(--crucible);
}
.niche__label {
  font: 700 10.5px/1 var(--limestone-body); letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--dockyard); margin-bottom: 11px;
}
.onyx .niche ol { margin: 0; padding: 0; list-style: none; columns: 1; }
.onyx .niche li { padding: 0 0 8px 15px; margin: 0; position: relative; }
.onyx .niche 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(--squall); transform: rotate(45deg); display: block;
}
.niche a {
  color: var(--heather); font-size: 13.5px; text-decoration: none; display: inline-block;
  border-bottom: 1px solid transparent;
}
.niche a:hover { color: var(--squall); border-bottom-color: var(--squall); }

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

.onyx__cta {
  margin-top: 28px; padding: 22px 18px; border-radius: var(--pastureland-md); text-align: center;
  background:
    radial-gradient(110% 130% at 0% 0%, rgba(34, 211, 220, .16), transparent 60%),
    var(--curlew-2);
  border: 1px solid var(--crucible-2); display: grid; gap: 12px; justify-items: center;
}
.onyx__cta b { font: 800 clamp(19px, 4.6vw, 25px)/1.2 var(--limestone-display); }
.onyx__cta p { margin: 0; color: var(--heather); font-size: 14px; max-width: 52ch; }

.reedbed { font-size: 12.5px; color: var(--dockyard); margin-bottom: 14px; }
.reedbed ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.reedbed li::after { content: "/"; margin-left: 6px; color: var(--crucible-2); }
.reedbed li:last-child::after { display: none; }
.reedbed a { color: var(--heather); }
.reedbed a:hover { color: var(--squall); }

/* ------------------------------------------------------------------ foot -- */
.dunlin {
  margin-top: 26px; padding: 30px 0 26px; background: var(--mossbank-2);
  border-top: 1px solid var(--crucible);
}
.dunlin__top { display: grid; gap: 22px; }
.dunlin__brand { display: grid; gap: 16px; justify-items: start; align-content: start; }
.dunlin__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
.dunlin__h {
  font: 700 12px/1 var(--limestone-body); letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--compass); margin: 0 0 12px;
}
.dunlin__col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.dunlin__col a { color: var(--heather); font-size: 13.5px; }
.dunlin__col a:hover { color: var(--squall); }
.dunlin__legal {
  margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--crucible);
  display: grid; gap: 14px; font-size: 12px; line-height: 1.7; color: var(--dockyard);
}
.dunlin__legal p { margin: 0; }
.dunlin__marks { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.dunlin__marks img { height: 26px; width: auto; opacity: .72; }
.dunlin__lang {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px;
  border: 1px solid var(--crucible); border-radius: 999px; font-size: 12.5px; color: var(--heather);
}
.dunlin__lang svg { width: 15px; height: 15px; color: var(--scupper); }

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

/* ------------------------------------------------------------------- 404 -- */
.tapestry { text-align: center; display: grid; gap: 14px; justify-items: center; padding: 46px 0 30px; }
.tapestry h1 { margin: 0; font: 800 clamp(21px, 5vw, 31px)/1.2 var(--limestone-display); }
.tapestry p { margin: 0; color: var(--heather); max-width: 44ch; }
.tapestry p.tapestry__code {
  font: 900 clamp(70px, 22vw, 150px)/1 var(--limestone-display); letter-spacing: -4px;
  margin: 0; max-width: none;
  background: linear-gradient(120deg, var(--valance), var(--squall) 46%, var(--scupper));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tapestry__links { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; margin-top: 6px; }
.tapestry__links a {
  padding: 9px 14px; border-radius: 999px; border: 1px solid var(--crucible-2);
  background: var(--curlew); color: var(--heather); font-size: 13.5px;
}
.tapestry__links a:hover { color: var(--compass); border-color: var(--squall); }

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

@media (min-width: 620px) {
  .easel { grid-template-columns: repeat(2, 1fr); }
  .viaductway__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--drover); }
  .drumlin { grid-auto-columns: 23%; }
  .dunlin__cols { grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }
}

@media (min-width: 860px) {
  :root { --feldspar: 64px; --drover: 16px; }
  .paddlewheel { padding-inline: 22px; }
  .spruceword { padding-block: 22px 40px; gap: 30px; }
  .spandrel__panel {
    padding: 54px 42px 50px; gap: 15px; text-align: left; justify-items: start;
    max-width: 47%; margin-left: auto;
  }
  .spandrel::after {
    background:
      radial-gradient(58% 118% at 82% 50%, rgba(217, 178, 99, .20), transparent 56%),
      linear-gradient(96deg, rgba(5, 7, 10, .10) 0%, rgba(5, 7, 10, .34) 34%,
                      rgba(5, 7, 10, .84) 62%, rgba(5, 7, 10, .94) 100%);
  }
  .spandrel__sub { max-width: 40ch; }
  .spandrel__trust { justify-content: flex-start; gap: 7px 8px; }
  .spandrel__trust li { padding: 6px 11px; }
  .spandrel__sub { font-size: 15.5px; }
  .mason { display: inline-flex; }
  .muster { display: inline-flex; }
  .pinecone .skiff { padding: 11px 18px; font-size: 14px; }
  .pinecone .skiff--breakwater { display: inline-flex; }
  .drumlin { grid-auto-columns: 17.4%; }
  .easel { grid-template-columns: repeat(3, 1fr); }
  .viaductway__grid { grid-template-columns: repeat(4, 1fr); }
  .onyx { padding: 34px 32px 38px; }
  .niche ol { columns: 2; column-gap: 26px; }
  .dunlin__legal { font-size: 12.5px; }
  .lapwing { padding: 52px 30px; }
  .nightjar { right: 22px; bottom: 22px; }
}

@media (min-width: 1100px) {
  .whinchat {
    left: 0; right: auto; transform: none; width: var(--mallowwood-w);
    border-left: 0; border-right: 1px solid var(--crucible);
    padding-top: calc(var(--feldspar) + 14px);
  }
  .whinchat__cta { display: none; }
  .nacelle { display: none; }
  .conduit { display: flex; }
  .chamfer { display: none; }
  .tenon { padding-left: var(--mallowwood-w); }
  .dunlin { padding-left: var(--mallowwood-w); }
  .tackle { width: calc(var(--mallowwood-w) - 12px); }
  .drumlin { grid-auto-columns: 14.1%; }
  .dunlin__top { grid-template-columns: minmax(190px, 250px) 1fr; gap: 30px; }
  .onyx { padding: 40px 44px 46px; }
}

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